Hi, currently I'm working with Foodle v 3.0 beta, which is a large upgrade from 2.4. The current version in trunk is not working properly.
Your problem is probably due to the fact that all handling is done by the index.php script. Consequently I have an apache config like this:
Alias /simplesaml "/var/simplesamlphp-foodle/www"
Alias /res "/home/www/foodl.org/www/res"
Alias / /home/www/foodl.org/www/index.php/
I can try to make a branch and/or a zip download when the 3.0 version is complete, and announce on the mailinglist.
What kind of Foodle install do you plan on making. Local installation for a company?
Andreas
> I've been assigned to extend Foodle's functionality to make use of
> (external) group and contact definitions that are managed elsewhere in
> a federation. This is done in the context of SURFnet's COIN project.
>
> Trying to design a standard solution, looking into using SimpleSAMLPHP
> as part of the solution as well. And it should also be Foodle-3.0-
> proof. I just started looking into Foodle, maybe it's not a bad idea
> if I can take a look at how Foodle-3.0 is working as well? (I do not
> require a fully bug-free version for this)
Right.
Please use 3.0 from subversion yes. It is a total rewrite, and it would be unwanter to build new stuff on 2.X.
Please update to r143. When you do, you probably need to add a column to the database. If I remember correctly:
alter table def add column timezone text;
will do the job.
News since 138 is probably:
- better freebusy integration
- new js editor
- timezone support.
If you encounter bugs that you think I might not be aware of, let me know, and I'll fix it. I will be on vacation next week, and hope to setup foodl.org with a pretty stable 3.0 version not too long after I'm back.
Kind regards,
Andreas