phpPgAdmin - ChangeLog
 v 2.1   - 07/20/2000  + Bugfix: navigation links in browse
                       + Changed all short tags to long (rob)
                       + Removed link to LOAD DATA (postgres doesn't have this functionality)
                       + Bugfix: 'too many open clients' bug in table listing in left nav
                       + Bugfix: Removed 'un-implimented' portions of ALTER TABLE statement
                       + Added support for ALTER DEFAULT introduced in 7.x
                       + Added support for CREATE [UNIQUE] INDEX and ALTER DEFAULT when 
                         adding columns to an existing table
                       + Added support for ALTER TABLE DROP COLUMN work-around
                       + Bugfix: Parse error on line 6 of tbl_properties.php on certain platforms
                         (Cssio Alexandre Pereira de Castro [cassio@embare.com.br])
                       + Bugfix: Allow User Admin of additional servers
                         (Mike Stolove [mstolove@home.com])
                       + Bugfix: db_details was not passing server variable correctly resulting 
                         in "database [yourdb] is not found" error
                       + Bugfix: Dump of varchar without set length was attempting to set a 
                         negative number for the length... obviously causing errors in create
                       + Bugfix: Small bug in qbe... it wasn't placing the "checked" correctly on the "AND"
                       + Bugfix: parse error on some platforms/versions of php in tbl_properties.php
                         and user_admin.php caused by the lack of braces {} around the include
                       + Added support for groups administration (s v sudharshan - svsudhir@mailcity.com)
					   + Bugfix: If edit or delete when viewing browse, it wouldn't return to the browse 
					     (Antonio Da Silva [tonio@newsdeck.com])
					   + Bugfix: Multiple columns in primary key was resulting in parse error because of 
					     no space after the AND between each column (Ganesh Prasad [gprasad@reply2.com.au])
					   + Added support for quoting all relations -- $cfgQuotes in config.inc.php
					   + Added support for connecting directly to postgres without the -i option
					   + Bugfix: wasn't checking the expires field of user tables
					   + Bugfix: set default for expires field, otherwise, nobody logs in
					   + Bugfix: Fixed connection strings when db name has space (cfgQuotes = true)
					   + Added support for edit/delete on unique key in addition to the primary key
					   + Bugfix: unique/primary key on date/timestamp field wasn't being quoted (Zot O'Connor)
					   + Bugfix: Connection was using superuser account everytime... didn't reconnect after adv_auth (Zot)
					   + Bugfix: Put in version check for quoting of password in ALTER USER... 
					     less than v7 doesn't seem to like the quotes (Adam [adamw@amnet.pl])
					   + Bugfix: Fixed extchg.sh to not change the <?php to <?php3 thus giving parse error

 v 2.0.1 - 06/01/2000  + Initial port from phpMyAdmin completed and debugged

phpMyAdmin - ChangeLog
 v 2.0.1 - 05/24/1999  + Re-Enabled the "browse"-link on db_properties.php3.
                       + Added a way to add more than one new fields a time.
                       + Changed some details to be compatible with webservers
                         other than Apache (tested with Roxen).
                       + Added support for creation of a multi-column primary 
                         key on an existing table.
 v 2.0.0 - 04/11/1999  + Improved navigation, layout changes.
                       + Added the possiblity to log out with $adv_auth.
                       + Added the possibility to view MySQL's processes.
                       + Added an option to output SQL-queries generated by
                         phpMyAdmin.
                       + Enhanced the shell script to change file-extensions to
                         allow any arbitrary extension. It's now called extchg.sh.
                       + Changed SET/ENUM types to appear in a drop-down menu.
                       + Bugfix: Attributes weren't used when creating a table
                         or adding a field.
                       + Bugfix: Field names with high-ASCII-characters weren't
                         handled properly.
                       + Bugfix: LOAD DATA INFILE didn't allow a tab as field-
                         separator.
 v 1.4.2 - 02/28/1999  + Renamed config.inc.php3 variables to begin with 'cfg'.
                       + Support for multiple MySQL servers added.
                       + Added EscapeShellCmd() to system() calls to avoid 
                         problems with special characters in passwords.
                       + Bugfix: Reload failure was not being detected.  
                       + Bugfix: Table-/database dumps were not showing key names
                         correctly. 
                       + Added support for DROP TABLE to the dumps.                    
                       + Added support for UNSIGNED & UNSIGNED ZEROFILL attributes.
                       + Added a shell-script to make it possible to change the 
                         file-extension and all references from ".php3" to 
                         ".phtml" and vice versa.
 --- SWITCHED TO CVS ---
 v 1.4.1 - 02/07/1999  + Bugfix: Corrected a small error in the table header of
                         tbl_change.php3.
                       + Added preliminary support for context sensitive help.
                       + Enhanced the table-dump to allow dumping only the structure
                         or structure+data or CVS export. Made it possible to
                         download the dump directly as a file.
                       + Bugfix (*Security*): Until now you were able to connect to 
                         a database different from $only_db. Fixed.
                       + Changed the display of the databases to highlight the 
                         current db.
                       + Added a way to execute multiple sql-queries at once 
                         (eg. for reading in a create-schema).
                       + Added the possiblity to view the dump of a whole 
                         database.
                       + Added an output of the record-count for all tables to 
                         db_details.php3.
                       + Bugfix: get_table_content() didn't work correctly when
                         a field contained an unescaped single quote.
                       + Bugfix: Corrected various errors in display_table()
                         when ORDER BY was set.
                       + Enhanced table-browsing to use the choosen sortorder 
                         over the whole result set; start and end buttons added
                         for navigation
                       + Added the possibility to specify whether BLOB fields
                         should be shown when browsing a table or not.
                       + New languages: Danish, Norvegian, Spanish, Catalan.
                       + Eliminated many warning messages when error reporting
                         is set high.
                       + Bugfix: Data containing HTML is now properly displayed
                         when dumping table or database data.
                       + Improved handling of NULL fields.
                       + Made tbl_replace.php3 use INSERT and UPDATE rather than
                         REPLACE INTO.  It is much less likely to lose data now.
v 1.4.0 - 01/16/1999   + Bugfix: in config.inc.php3 $adv_auth was written as 
                         $mod_auth.
                       + Changed tbl_change.php3 to display a <textarea> for 
                         *text fields.
                       + Changed $max_inputsize to a CSS value.
                       + Changed the input field for the sql-query to 
                         <textarea>.
                       + Changed some variables references to prevent warnings.
                       + Moved "LOAD DATA INFILE" from db_details.php3 to 
                         tbl_properties.php3.
                       + Added htmlspecialchars() to the output of 
                         field-contents.
                       + Due to the changed behavior of SHOW STATUS in MySQL 
                         3.22, I've removed this information from the homepage
                         and made seperate links to MySQL internal information.
                       + Bugfix: when browsing a table, "insert new row" was 
                         not visbible. 
                       + Added ORDER BY fieldname to display_table().
                       + Added the possiblity to rename a table.
                       + Added the possiblity to copy a table (structure only 
                         or structure and data).
                       + Changed the table-dump to a more memory-efficient way.
                       + Added $border and $th_bgcolor, to offer the user more
                         control over the look and feel.
                       + Added support for MySQL-functions.
                       + Added some information for DEVELOPERS.
                       + Added stripslashes() to all output of field-types.
                       + Added a small FAQ to Documentation.html.
                       + New language: Russian
 v 1.3.1 - 12/27/1998  + Added complete mulit-language support by outsourcing
                         all strings to a separate file.
                       + Bugfix: in tbl_addfield.php3 a stripslashes() was
                         missing.
                       + Changed *.inc to *.inc.php3 to avoid security-
                         problems when .inc-files were not parsed by PHP3.
                       + New languages: German, French
 v 1.3.0 - 12/16/1998  + Changed display_table() to show the number of found 
                         records.
                       + Changed display_table() to align=right for numeric
                         fields.
                       + Changed all PHP3 opening tags to the XML-compliant 
                         version.
                       + Added a "query by example" to tbl_select.php3.
                       + Added the possibility to specify the length of input-
                         fields when inserting to a table.
                       + Changed the input-fields to have a maxlength 
                         equivalent to the field's size.
                       + Bugfix: Corrected a typo in tbl_create.php3
                       + Added a checkbox to the load-data-infile function to 
                         allow existing data to be overwritten.
                       + Added authentification: now you can log with any
                         valid MySQL- user (through HTTP-auth).
                       + Added the possibility to show only one database
                         (useful when you want to let users adminstrate one own
                         database).
                       + Added an "Empty" command to tbl_properties.php3.
                       + Added support for UNIQUE keys when creating a table 
                         or adding a field.
                       + Bugfix: the dump of a table didn't show the correct
                         table-name.
                       + Bugfix: Inserting a CVS-file with single-quote 
                         enclosed fields didn't work.
 v 1.2.0 - 11/29/1998  + Bugfix: Delete didn't work correctly when a table's
                         primary key spanned multiple colums.
                       + Changed the texfile-import funtion to import text-files 
                         directly from the local file-system via file-upload.
                       + Added a confirmation when a custom SQL-query was
                         completed succesfully.
                       + Changed the background image so that the page is
                         readable even with crappy browsers (like IE 4.x or
                         Navigator 4.5/Mac) that don't interpret style sheets
                         correctly.
                       + Changed tbl_addfield.php3 to allow specifying a 
                         primary key or an index when adding a field.
                       + Added the possibility to create a dump from a table.
                         (port from mysqldump.c)
                       + Added the missing TODO file.
 v 1.1.2 - 11/18/1998: + Bugfix: Edit or delete didn't work with a alpha-
                         numerical primary key (' was missing).
                       + Bugfix: Creating a table with both a primary key
                         and an index didn't work.
                       + Added the possiblity to browse only selected
                         fields from a table.
 v 1.1.1 - 11/05/1998: + Bugfix: After a custom SQL-statement the edit-
                         function didn't work.
                       + Added the possibility to import data from ascii-
                         textfiles.
                       + Added the possibility to limit the displayed 
                         rows to $max_rows.
                       + Expanded the drop-confirmation to DELETE FROM.                     
 v 1.1.0 - 11/03/1998: + Expanded the drop-confirmation to DROP FIELD.
                       + You can now turn off the confirmations.
                       + It's now possible to specify the primary key
                         and an index when creating a table.
                       + Made the background-image larger.
                       + Bugfix: in tbl_properties.inc, if one primary
                         key was found, it was displayed twice.
                       + Bugfix: On DROP DATABASE, a wrong confirmation 
                         was displayed.
                       + Added a "nofollow" directive for robots in 
                         header.inc.
                       + Added more documentation (due to several 
                         requests).          
                       + Made seperate INSTALL, ChangeLog and TODO
                         files.            
 v 1.0.1 - 10/26/1998: + Added a check when dropping a table or database.
                       + Bugfix: when a field contained a " it wouldn't
                         be displayed correctly in tbl_change.
 v 0.9.0 - 09/09/1998: + First internally used version
