]> git.joonet.de Git - adminer.git/commitdiff
Comments
authorJakub Vrana <jakub@vrana.cz>
Wed, 3 Nov 2010 23:00:45 +0000 (00:00 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 3 Nov 2010 23:00:45 +0000 (00:00 +0100)
changes.txt
todo.txt

index 2f28da96d4df0ef941233f34f29c7fa8ac4e34e9..aecc92d32f000e5c0e2e8a8c6e379c1e10bbc139 100644 (file)
@@ -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):
index d948ecb75ab8628626428c6705bda66b99f9a6e6..e1f4bf2d391de11172989c0c1d8bb44fc602cc15 100644 (file)
--- 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 <thead> 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: