Updated changelog

This commit is contained in:
jengo 2001-02-08 19:47:35 +00:00
parent d6c0c7359b
commit a7176fb87f

View File

@ -1,4 +1,5 @@
[0.9.10] - Fixed the cron programs, they where out of date in the table structures
[0.9.10]
- Fixed the cron programs, they where out of date in the table structures
- Added the ["flags"]["nofooter"] . ["flags"]["noappfooter"] flags.
- Fixed calendars in Printer Friendly mode.
- Fixed calendar day-view with events spanning multiple hours.
@ -6,6 +7,18 @@
- Fixed calendar when editing events and groups associated to them.
- Fixed lang independence with navbar text.
- Implemented new Applications class.
- Changed a few table names to use the phpgw_ prefix.
- Application permissions on accounts is now done via full ACL
- You can now turn off cacheing of the phpgw_info array, maybe a small preformance increase
depending on the setup.
- phpgw_info is now cached in phpgw_app_sessions instead of phpgw_sessions.session_info
- The over all structure of the API has changed quite a bit.
- Files in phpgwapi/inc now have a class. prefix instead of phpgw_
- Classes are now loaded via createobject()
- The categories class has been updated and is working better
- The new contacts class, which will be a central point for all contact data is now in place
(under development)
-
[0.9.9] - Fixed a number of issues with the verdilak layout
- Fixed parse_footer() not working if the header is turned off.