|
From: Benjamin C. <bc...@us...> - 2001-09-15 17:12:43
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv24662 Modified Files: CHANGELOG Log Message: Updated for 0.3.0 Index: CHANGELOG =================================================================== RCS file: /cvsroot/phpbt/phpbt/CHANGELOG,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- CHANGELOG 2001/08/21 14:29:35 1.12 +++ CHANGELOG 2001/09/15 17:12:35 1.13 @@ -1,7 +1,16 @@ -- 0.3.0 -- : Converted database schema to lower-case to ease DB portability. +: Added postgres table creation schema. : Added the option to color rows in the bug list according to severity. : Changed the columns in the bug list to be dynamic and user-configurable. +: Improved the configure script and added the configure_db script. +: Changed the user - group - permission scheme. +: Improved project creation in the admin tools. +: Added French, Russian, Norwegian, Swedish, German and Portuguese translations. +: Added option for the login name to not be the email address. +: Added the option to use a table name prefix (like phpbt_) in the database. +: Charset was added to each language file, and that charset is included in mail + headers. -- 0.2.1 -- 14 Aug 2001 : Bugfix to the configure script |