From 865453f7c97b898c483f5c655dc1464fb8dd09ae Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 4 Nov 2010 00:00:45 +0100 Subject: [PATCH] Comments --- changes.txt | 8 ++++---- todo.txt | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/changes.txt b/changes.txt index 2f28da96..aecc92d3 100644 --- a/changes.txt +++ b/changes.txt @@ -1,16 +1,16 @@ Adminer 3.1.0-dev: -Customizable export TSV export and import -Support for virtual foreign keys +Customizable export Option to show only errors in SQL command Link to bookmark SQL command -Highlight and edit SQL command in processlist Recognize $$ strings in SQL command (PostgreSQL) +Highlight and edit SQL command in processlist Always display all drivers Timestamp at the end of export Link to refresh database cache (bug #3102451) +Support for virtual foreign keys Disable XSS "protection" of IE8 -Immunity against zend.ze1_compatibility_mode +Immunity against zend.ze1_compatibility_mode (bug #3089645) Fix last page with empty result set Adminer 3.0.1 (released 2010-10-18): diff --git a/todo.txt b/todo.txt index d948ecb7..e1f4bf2d 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,7 @@ Transactions in export Create view and routine options Variables editation, especially timezone (or set by PHP date.timezone) -Highlight SQL textarea, then display query inside textarea in select - may use external CodeMirror +Highlight SQL textarea - may use external CodeMirror Blob download and image display in edit form (important for Editor with hidden fields in select) Add title to Logout, edit (in select) and select (in menu) in style "hever" Shift-click in checkboxes to select range @@ -10,7 +10,6 @@ Only first part of big BZ2 export is readable, files are missing in TAR Auto-refresh processlist (thanks to Jan Garaj) Save schema layout to #hash in URL Double click in select - Esc to abort editation -XML export ? Filter by value in row under in select ? Column and table names auto-completition in SQL textarea ? Aliasing of built-in functions can save 7 KB, function minification can save 7 KB, substitution of repetitive $a["a"] can save 4 KB, substitution of $_GET and friends can save 2 KB, aliasing of $connection->query can save 24 B, JS packer can save 1 KB, not enclosing HTML attribute values can save 1.2 KB, replacing \\n by \n can save .3 KB @@ -40,7 +39,6 @@ Users - SELECT * FROM pg_user ORDER BY COUNT(*) Export - http://www.postgresql.org/docs/8.4/static/functions-info.html Column rights - http://www.postgresql.org/docs/8.4/static/functions-info.html -Dollar terminated string in SQL command bool in Editor MS SQL: