Donate Share

PHP-Calendar

File Release Notes and Changelog

Release Name: 0.8

Notes:


Changes: Version 0.8 (3/11/03): * Change config file to use defines rather than variables. * You _need_ gettext-0.11.6-pre1 or later to parse with xgettext. I have a copy of this if anyone needs it. My language support is going to lag unless someone helps. I only speak English, so it's not useful to me. * Very much updated documentation (thanks Tai) * greatly improved install script (thanks to motivation from Tai, and ideas from postnuke) * admin support, plus a variable to adjust the anonymous permissions (Thanks Nate for the first part) * cluster calendars. one base with a separate index file for each calendar. (thanks Nate) * moved to requiring php 4.0 again (thanks Nate ;-) * colors are again configurable through a calendar specific config file (miniconfig.php) * We got a search function! (thanks Nate although I totally rewrote it) * added weekly/monthly/daily events (thanks me) * changed the config files a lot, so old calendars will break * support for SQL servers besides MySQL (thanks phpBB) * Page to change options added