CHANGELOG ========= 2005/12/21 - mysqlwdb Version 1.5.4 a bug in the table backup feature has been fixed 2005/08/31 - mysqlwdb Version 1.5.3 now it is possibile to erase all records of one or more checked tables 2005/08/12 - mysqlwdb Version 1.5.2 missing display of free query form when a database is empty has been fixed 2005/06/10 - mysqlwdb Version 1.5.1 CSV export from a database or from selected tables has been implemented minor bug fixes 2005/01/21 - mysqlwdb Version 1.5.0 now it is possible to dump a whole database or one or more checked tables fixed database list retriving fixed display of NULL values minor improvements 2003/11/03 - mysqlwdb Version 1.4.1 added a workaround to cope with DBD::mysql 2.9x fixed an issue in create table 2003/08/14 - mysqlwdb Version 1.4.0 now it is possible to log into a MySQL server through a form 2003/07/17 - mysqlwdb Version 1.3.4 fixed a security issue in the login procedure (thanks to g. quadriglio to point me this) 2003/07/16 - mysqlwdb Version 1.3.3 fixed an issue in edit/update/delete record 2003/06/11 - mysqlwdb Version 1.3.2 fixed an annoying behaviour with textarea 2003/06/10 - mysqlwdb Version 1.3.1 added AND support for query added TEXT and BLOG autodetect to show textarea in NEW and EDIT operations added SHOW INDEX functionality added support for one FULLTEXT in CREATE TABLE (see CREATE_NOTES file) removed \r in data from and to textareas (to avoid the problem of not desired \r) improved free query output layout minor HTML cleanup minor code cleanup and bugfix 2002/07/28 - mysqlwdb Version 1.3.0 added support for manage tables that have more than one primary key field added support for one free query added port support (thanks to R. Russell to point me this) added support for INDEX and UNIQUE in CREATE TABLE (see CREATE_NOTES file) improved/bugfix checks for CREATE TABLE code cleanup 2001/11/14 - mysqlwdb Version 1.2.1 added user login management 2001/04/27 - mysqlwdb Version 1.2 added management for multiple databases added partial create table support (missing features: INDEX,UNIQUE,... ) added more customizable operations (e.g. choice for textarea or input control for new records) some code maquillage 2001/03/15 - mysqlwdb Version 1.1 added more javascript capabilities to easy check/uncheck tables and records added 'order by' SQL instruction added 'offset' for the 'limit' SQL instruction better management for different versions of DBD::mysql customizable text for buttons, messages, warning and errors and so on rearranged operations buttons layout minor bugs fixed 2000/11/04 - mysqlwdb Version 1.0 initial release