|
From: Steffen S. <ste...@lo...> - 2003-11-11 11:54:03
|
I've released version 0.2.2 of the server-php-minimal package on = sourceforge: http://www.sourceforge.net/projects/bookmarksync/ Changelog: 0.2.2 (released 2003-11-07) NOTE: This is mostly a re-release of unoffical 0.2.1 release = available from berlios.de =09 - more extensive and more user friendly debugging via new debug.php = page. After authentification (please change the current password 'secret' = to something really secret) the current debug.log is displayed together with the current logging state (logging enabled or disabled). A button toggles the logging state, another button refreshes the = page (to show new log entries) and with the truncate button it is = possible (after confirmation) to flush all log entries. - Fixed SF bugs 830173 and 823312 (URLs containing quotes couldn't inserted into the database. - Fixed reg.php:SF Bug 817537 (REGEDIT4 and no trailing slash for = root) Blank line after copyright block broke header modification. - All unnecessary tables and fields of the remaining tables in bookmarksync.sql were removed (to make it minimal). - Added new database table syncit_config which stores configuration params. (currently used for debug output only, but other params like master password etc. should be stored here) If you want to update a 0.2.0 installation, please execute the following = sql statement (also found in bookmarksync.sql) on your mysql database: =20 CREATE TABLE syncit_config ( param varchar(50) NOT NULL, value varchar(50) default NULL, PRIMARY KEY (param) ) TYPE=3DMyISAM; Ciao, Steffen |