Updated docs

This commit is contained in:
jengo 2000-10-03 07:00:27 +00:00
parent a490cdcf5c
commit 2541a718b6

View File

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