diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 5ac8713a6a..8ec6ee09a6 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,36 +1,37 @@ -[0.9.2] - Fixed sorting bug in currentusers.php - - Cleaned up error reporting and form in newaccount.php +[0.9.2] - Fixed sorting bug in currentusers.php + - Cleaned up error reporting and form in newaccount.php + - Fixed viewaccounts.php not updated to the new accounts table. -[0.9.1] - Fixed a few missing variables with templates. - - editing a product in the inventory program now forwards you back to the category +[0.9.1] - Fixed a few missing variables with templates. + - editing a product in the inventory program now forwards you back to the category you where in. - - You can now use decimals in the inventory program. - - Added missing tables for tts and fixed problems with postgresql. - - Fixed changing of password not getting set in session table - - email now displays "Could not open mailbox" if mailbox could - not be opened (formerly displayed just "mailbox empty") - - Added ability to add/edit product status (inventory) - - Fixed displaying of repeated calendar events by owner - - Fixed displaying of calendar events to include group events - - Converted more of the inventory program to use templates - - Added a search field/add button when list products (inventory) - - Fixed editing of calendar entry with regards to start time - - Fixed sorting order in navbar when apps where assigned to a group. - - Fixed groups not being assinged an app properly. - - Fixed timeout for email receiving/sending. - - Changed the format for the accounts, sessions, and preferences tables. - - Started adding support for Oracle databases (Not working yet) - - Added new layout for admin and preferences sections. - - Fixed addressbook entries assigned to groups. - - Fixed accounts not using link() properly and kicking admin out of searchs. - - Removed globalconfig.inc.php and moved it into the database. Theres now a nice new - setup program. - - Updated docs a great deal. - - Group public items should now be working. - - Fixed a wrong data type error when calling sort() on 1 folder. - - Added week number in month view of calendar. (Patch by grasl) - - Moved charset setting from globalconfig.inc.php / DB to lang files. - - A bunch of other minor bug fixes. + - You can now use decimals in the inventory program. + - Added missing tables for tts and fixed problems with postgresql. + - Fixed changing of password not getting set in session table + - email now displays "Could not open mailbox" if mailbox could + not be opened (formerly displayed just "mailbox empty") + - Added ability to add/edit product status (inventory) + - Fixed displaying of repeated calendar events by owner + - Fixed displaying of calendar events to include group events + - Converted more of the inventory program to use templates + - Added a search field/add button when list products (inventory) + - Fixed editing of calendar entry with regards to start time + - Fixed sorting order in navbar when apps where assigned to a group. + - Fixed groups not being assinged an app properly. + - Fixed timeout for email receiving/sending. + - Changed the format for the accounts, sessions, and preferences tables. + - Started adding support for Oracle databases (Not working yet) + - Added new layout for admin and preferences sections. + - Fixed addressbook entries assigned to groups. + - Fixed accounts not using link() properly and kicking admin out of searchs. + - Removed globalconfig.inc.php and moved it into the database. Theres now a nice new + setup program. + - Updated docs a great deal. + - Group public items should now be working. + - Fixed a wrong data type error when calling sort() on 1 folder. + - Added week number in month view of calendar. (Patch by grasl) + - Moved charset setting from globalconfig.inc.php / DB to lang files. + - A bunch of other minor bug fixes. [09072000] - Added print icon that allows you to print out a page without having the navbar. Thanks Sam Wynn Jr