forked from extern/egroupware
Updated docs
This commit is contained in:
parent
d244b391f0
commit
94749ab7fd
@ -26,10 +26,10 @@
|
||||
- Added in feature for frames. This can be a user preference, or a global option
|
||||
for the admin to disable, allow, or force.
|
||||
- Added in a few preformace tweaks that will use serialize() and unserialize() for
|
||||
preferences, config
|
||||
dropping the phpgw_info array into the session table durring login.
|
||||
- Changed a few of the icons to our news ones.
|
||||
- Fixed 12 am/pm problem in calendar.
|
||||
- Added default filter to calendar preferences.
|
||||
- Fixed 12 am/pm problem in calendar.
|
||||
- Added default filter to calendar preferences.
|
||||
|
||||
[0.9.7] - Fixed SQL error in tts
|
||||
- Fixed table locking in admin -> edit account
|
||||
|
@ -1,8 +1,2 @@
|
||||
This version is our first beta version. This means that the API is now stable enough to use for add on apps.
|
||||
There will be bugs, but the structure should change very much from this point on.
|
||||
|
||||
This version contains a great deal of database changes. We applogize for so many changes, but it is required
|
||||
to make things work correctly and to start rolling in support for Oracle.
|
||||
|
||||
You will need to run the new phpgroupware/setup/index.php program. Right now its kind of limited, but
|
||||
in the future it might auto update database tables.
|
||||
This version will NOT work with PHP 4.0.3pl1. This is due to the PHP devteam breaking serialize() and
|
||||
unserialize(). There is no known work around.
|
||||
|
Loading…
Reference in New Issue
Block a user