mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
IE test
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@698 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -12,6 +12,7 @@ Always try to use the syntax highlighter
|
||||
All privileges in user rights
|
||||
Fix FOUND_ROWS() in SQL command
|
||||
Export only selected columns in select
|
||||
Bulk database creation
|
||||
Include views in drop and move on database overview
|
||||
Hide fieldsets in select
|
||||
Use \n in SQL commands
|
||||
|
1
tests/iexplore.bat
Normal file
1
tests/iexplore.bat
Normal file
@@ -0,0 +1 @@
|
||||
java -jar "C:\Program Files\Selenium\selenium-server.jar" -htmlSuite "*iexplore" http://localhost "%CD%\selenium.html" results.html
|
3
todo.txt
3
todo.txt
@@ -1,4 +1,4 @@
|
||||
Bulk database create and drop
|
||||
Bulk database drop
|
||||
Add whisperer to fields with foreign key
|
||||
Highlight found fields
|
||||
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
|
||||
Mass editation of individual rows
|
||||
IE6 - <label for>
|
||||
Edit default values directly in table creation
|
||||
? 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
|
||||
? 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
|
||||
|
Reference in New Issue
Block a user