git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@698 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana 2009-06-15 10:59:01 +00:00
parent 5e7f1991d9
commit 23ac75a019
3 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,7 @@ Always try to use the syntax highlighter
All privileges in user rights All privileges in user rights
Fix FOUND_ROWS() in SQL command Fix FOUND_ROWS() in SQL command
Export only selected columns in select Export only selected columns in select
Bulk database creation
Include views in drop and move on database overview Include views in drop and move on database overview
Hide fieldsets in select Hide fieldsets in select
Use \n in SQL commands Use \n in SQL commands

1
tests/iexplore.bat Normal file
View file

@ -0,0 +1 @@
java -jar "C:\Program Files\Selenium\selenium-server.jar" -htmlSuite "*iexplore" http://localhost "%CD%\selenium.html" results.html

View file

@ -1,4 +1,4 @@
Bulk database create and drop Bulk database drop
Add whisperer to fields with foreign key Add whisperer to fields with foreign key
Highlight found fields Highlight found fields
MySQL 5 BIT data type MySQL 5 BIT data type
@ -11,6 +11,7 @@ Highlight SQL textarea - may use external CodePress
Column and table names auto-completition in SQL textarea Column and table names auto-completition in SQL textarea
Mass editation of individual rows Mass editation of individual rows
IE6 - <label for> IE6 - <label for>
Edit default values directly in table creation
? Save token also to cookie - for session expiration and login in other window ? Save token also to cookie - for session expiration and login in other window
? Save uploaded files after error to session variable instead of hidden field ? Save uploaded files after error to session variable instead of hidden field
? Aliasing of built-in functions can save 7 KB, substitution of $_GET and friends can save 2 KB, remove of base64_decode() + using chars 127-255 in minification can save 1 KB, JS packer can save 1 KB ? Aliasing of built-in functions can save 7 KB, substitution of $_GET and friends can save 2 KB, remove of base64_decode() + using chars 127-255 in minification can save 1 KB, JS packer can save 1 KB