"Fossies" - the Fresh Open Source Software Archive

Member "mysqlwdb-1.5.4/CHANGELOG" (21 Dec 2005, 2747 Bytes) of package /linux/www/old/mysqlwdb-1.5.4.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 CHANGELOG
    3 =========
    4 
    5 2005/12/21 - mysqlwdb Version 1.5.4
    6 
    7 	a bug in the table backup feature has been fixed
    8 
    9 
   10 2005/08/31 - mysqlwdb Version 1.5.3
   11 
   12 	now it is possibile to erase all records of one or more checked tables
   13 
   14 
   15 2005/08/12 - mysqlwdb Version 1.5.2
   16 
   17 	missing display of free query form when a database is empty has been fixed
   18 
   19 
   20 2005/06/10 - mysqlwdb Version 1.5.1
   21 
   22 	CSV export from a database or from selected tables has been implemented
   23 	minor bug fixes
   24 
   25 
   26 2005/01/21 - mysqlwdb Version 1.5.0
   27 
   28 	now it is possible to dump a whole database or one or more checked tables
   29 	fixed database list retriving
   30 	fixed display of NULL values
   31 	minor improvements
   32 
   33 
   34 2003/11/03 - mysqlwdb Version 1.4.1
   35 
   36 	added a workaround to cope with DBD::mysql 2.9x
   37 	fixed an issue in create table
   38 
   39 
   40 2003/08/14 - mysqlwdb Version 1.4.0
   41 
   42 	now it is possible to log into a MySQL server through a form
   43 
   44 
   45 2003/07/17 - mysqlwdb Version 1.3.4
   46 
   47 	fixed a security issue in the login procedure (thanks to g. quadriglio to point me this)
   48 
   49 
   50 2003/07/16 - mysqlwdb Version 1.3.3
   51 
   52 	fixed an issue in edit/update/delete record
   53 
   54 
   55 2003/06/11 - mysqlwdb Version 1.3.2
   56 
   57 	fixed an annoying behaviour with textarea
   58 
   59 
   60 2003/06/10 - mysqlwdb Version 1.3.1
   61 
   62 	added AND support for query
   63 	added TEXT and BLOG autodetect to show textarea in NEW and EDIT operations
   64 	added SHOW INDEX functionality
   65 	added support for one FULLTEXT in CREATE TABLE (see CREATE_NOTES file)
   66 	removed \r in data from and to textareas (to avoid the problem of not desired \r)
   67 	improved free query output layout
   68 	minor HTML cleanup
   69         minor code cleanup and bugfix
   70 
   71 
   72 2002/07/28 - mysqlwdb Version 1.3.0
   73 
   74 	added support for manage tables that have more than one primary key field
   75 	added support for one free query
   76 	added port support (thanks to R. Russell to point me this)
   77 	added support for INDEX and UNIQUE in CREATE TABLE (see CREATE_NOTES file)
   78 	improved/bugfix checks for CREATE TABLE
   79         code cleanup
   80 
   81 
   82 2001/11/14 - mysqlwdb Version 1.2.1
   83 
   84 	added user login management
   85 
   86 
   87 2001/04/27 - mysqlwdb Version 1.2
   88 
   89 	added management for multiple databases
   90 	added partial create table support
   91 	      (missing features: INDEX,UNIQUE,... )
   92 	      
   93 	added more customizable operations
   94 	      (e.g. choice for textarea or input control for new records)
   95 	      
   96 	some code maquillage
   97 
   98 
   99 2001/03/15 - mysqlwdb Version 1.1
  100 
  101 	added more javascript capabilities to easy check/uncheck tables and records
  102 	added 'order by' SQL instruction
  103 	added 'offset' for the 'limit' SQL instruction
  104 	better management for different versions of DBD::mysql
  105 	customizable text for buttons, messages, warning and errors and so on
  106 	rearranged operations buttons layout
  107 	minor bugs fixed
  108 
  109 
  110 2000/11/04 - mysqlwdb Version 1.0
  111 
  112 	initial release
  113