|
From: Maxim <wz...@us...> - 2005-09-09 14:44:39
|
Update of /cvsroot/bbps/bbps/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6495 Modified Files: CHANGELOG Log Message: * made orphanes searchable * fixed most of the bugs that were on sf.net * making some extra comments * made upgrade schema more complete * for more info, see CHANGELOG entries for September 7 and September 9, 2005. Index: CHANGELOG =================================================================== RCS file: /cvsroot/bbps/bbps/docs/CHANGELOG,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CHANGELOG 7 Sep 2005 09:12:49 -0000 1.4 --- CHANGELOG 9 Sep 2005 14:44:28 -0000 1.5 *************** *** 1,4 **** --- 1,19 ---- Last Update: $Date$ + September 9, 2005 + * FIX - Orpaned bookmarks turn up in a search now + * FIX - Applied the division by zero error from BUG 1210238: + an empty bbps_cat_rating no longer generates an error, just an empty rating for all bookmarks + * FIX - Some extra comments in bookmark.php and _init.php.orig + * FIX - Fixed the redirect error in bbps, which created a second slash (like http://www.yourhost.com//) + * CHANGE - Parsetime is now only shown when DEBUG is true. Also added client parsetime in statusbar with same restrictions. + * FIX - Updated the upgrade_schema.sql file. Hope it works... /me hides + * NOTICE - When upgrading from an older version and using the above mentioned schema, please MAKE A BACKUP OF YOUR DATABASE FIRST! + + September 7, 2005 + * FIX - Fixed to relations editor to no longer generate duplicate keywords when entering an existing one + * FIX - Fixed to bookmarks detail screen to no longer generate duplicate keywords when entering a keyword twice + * CHANGE - Fixed the SQL to remove dupes and make future dupes impossible + September 6, 2005 * CHANGE - Serious enhancement of the stylesheet and addition of a fourth stylesheet: black.css |