📄 changelog
字号:
+ 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -