mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Update docs
This commit is contained in:
parent
2d4b4e2c09
commit
4d3cd6b1a0
121
doc/CHANGELOG
121
doc/CHANGELOG
@ -1,64 +1,69 @@
|
||||
[09--2000] - 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.
|
||||
|
||||
[09072000] - Added print icon that allows you to print out a page without having
|
||||
the navbar. Thanks Sam Wynn Jr <sam.wynn@lmco.com>
|
||||
- on group creation the files directory tried to be created in
|
||||
"filemanager/groups/" instead of in "files/groups/" - fixed.
|
||||
Same for the user directory.
|
||||
- Added error checking for creating/editing an account with no permissions.
|
||||
- Fixed a db->unlock() issue in editaccount.php
|
||||
- Fixed a few $phpgw_flags out of place.
|
||||
- Fixed a problem with attachments not handled properly
|
||||
- Fixed email/folder.php
|
||||
- Fixed a problem with link targeting and the navbar.
|
||||
- Fixed kp3 not being passed properly in chat.
|
||||
- Changed the icon for NNTP.
|
||||
- Changed the way session->create() makes the random number. This should fix
|
||||
the problems on NT.
|
||||
- Added HTTP Proxy support to phpgw_network.
|
||||
- Pop3: when a header line started with cc:, from:, ..., but
|
||||
no information followed the colon, a bunch of error messages were
|
||||
displayed ("xxx not an object"). Fixed.
|
||||
- Inventory program now supports changeable status fields.
|
||||
- Added feature to show minium in stock products in different colors.
|
||||
- Added error checking for changing a group name to a name that already exsists
|
||||
- Removed session->hidden_var(), use link() from now on.
|
||||
NOTE: You need to make sure you use the POST method. GET will cause problems.
|
||||
- Cookie sessionid support works a little better now.
|
||||
- Started adding LDAP account authencation support.
|
||||
- Converted session->loginid, session->firstname, session->lastname, session->con to store
|
||||
this data in the phpgw_info array.
|
||||
- Moved check_owner() from session class to common.
|
||||
- Converted all working apps to use the new lang() function which uses a database instead of
|
||||
the lang files. (Passing extra variables is not working perfect, yet)
|
||||
the navbar. Thanks Sam Wynn Jr <sam.wynn@lmco.com>
|
||||
- on group creation the files directory tried to be created in
|
||||
"filemanager/groups/" instead of in "files/groups/" - fixed.
|
||||
Same for the user directory.
|
||||
- Added error checking for creating/editing an account with no permissions.
|
||||
- Fixed a db->unlock() issue in editaccount.php
|
||||
- Fixed a few $phpgw_flags out of place.
|
||||
- Fixed a problem with attachments not handled properly
|
||||
- Fixed email/folder.php
|
||||
- Fixed a problem with link targeting and the navbar.
|
||||
- Fixed kp3 not being passed properly in chat.
|
||||
- Changed the icon for NNTP.
|
||||
- Changed the way session->create() makes the random number. This should fix
|
||||
the problems on NT.
|
||||
- Added HTTP Proxy support to phpgw_network.
|
||||
- Pop3: when a header line started with cc:, from:, ..., but
|
||||
no information followed the colon, a bunch of error messages were
|
||||
displayed ("xxx not an object"). Fixed.
|
||||
- Inventory program now supports changeable status fields.
|
||||
- Added feature to show minium in stock products in different colors.
|
||||
- Added error checking for changing a group name to a name that already exsists
|
||||
- Removed session->hidden_var(), use link() from now on.
|
||||
NOTE: You need to make sure you use the POST method. GET will cause problems.
|
||||
- Cookie sessionid support works a little better now.
|
||||
- Started adding LDAP account authencation support.
|
||||
- Converted session->loginid, session->firstname, session->lastname, session->con to store
|
||||
this data in the phpgw_info array.
|
||||
- Moved check_owner() from session class to common.
|
||||
- Converted all working apps to use the new lang() function which uses a database instead of
|
||||
the lang files. (Passing extra variables is not working perfect, yet)
|
||||
|
||||
[08212000] - removed db_lock() and db_unlock() I changed the phpgw_db_* to use them
|
||||
properly
|
||||
- remove all remaining references to $dbase and $phpgw_db we are now using
|
||||
$phpgw->db for database stuff
|
||||
- Added unlock() in halt() for the database class. This should help prevent
|
||||
database lockups if the program executes some invailed SQL.
|
||||
- Moved around the directory layout. The include files and images are now
|
||||
in the applications directory.
|
||||
- You can now add permissions to a group, all users within that group
|
||||
would be granted those permissions.
|
||||
- NNTP now compatible with PHP3/PHP4.
|
||||
- Fixed parse errors and footer problems with the calendars printer
|
||||
friendly version.
|
||||
- Fixed a problem with the groups directory not being deleted.
|
||||
- Fixed a problem with not being able to add users to a group.
|
||||
- Fixed bad links in calendar
|
||||
- Added feature to be able to remove users from a group automaticly
|
||||
- changetheme.php will now read the files in the directory. You no longer
|
||||
need to edit it to add themes
|
||||
- Fixed a problem with the default sorting order messing up the next matchs
|
||||
while viewing a message
|
||||
- Added feature to check for new releases of phpGW
|
||||
- Added feature to filter out entrys only within a certain group.
|
||||
This is for the todo list and addressbook.
|
||||
- Added a search field and next matchs icons to accounts and groups form.
|
||||
- Fixed the "code" messages not showing up after adding new entrys and what not.
|
||||
- Started converting the admin section to work off templates
|
||||
- Started converting the todo list to work off templates
|
||||
- Added a few new themes
|
||||
properly
|
||||
- remove all remaining references to $dbase and $phpgw_db we are now using
|
||||
$phpgw->db for database stuff
|
||||
- Added unlock() in halt() for the database class. This should help prevent
|
||||
database lockups if the program executes some invailed SQL.
|
||||
- Moved around the directory layout. The include files and images are now
|
||||
in the applications directory.
|
||||
- You can now add permissions to a group, all users within that group
|
||||
would be granted those permissions.
|
||||
- NNTP now compatible with PHP3/PHP4.
|
||||
- Fixed parse errors and footer problems with the calendars printer
|
||||
friendly version.
|
||||
- Fixed a problem with the groups directory not being deleted.
|
||||
- Fixed a problem with not being able to add users to a group.
|
||||
- Fixed bad links in calendar
|
||||
- Added feature to be able to remove users from a group automaticly
|
||||
- changetheme.php will now read the files in the directory. You no longer
|
||||
need to edit it to add themes
|
||||
- Fixed a problem with the default sorting order messing up the next matchs
|
||||
while viewing a message
|
||||
- Added feature to check for new releases of phpGW
|
||||
- Added feature to filter out entrys only within a certain group.
|
||||
This is for the todo list and addressbook.
|
||||
- Added a search field and next matchs icons to accounts and groups form.
|
||||
- Fixed the "code" messages not showing up after adding new entrys and what not.
|
||||
- Started converting the admin section to work off templates
|
||||
- Started converting the todo list to work off templates
|
||||
- Added a few new themes
|
||||
|
||||
[08152000] - Fixed a problem with the calendar not showing the months in the users
|
||||
langague preference.
|
||||
|
Loading…
Reference in New Issue
Block a user