]> git.joonet.de Git - adminer.git/commitdiff
IE test
authorjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 15 Jun 2009 10:59:01 +0000 (10:59 +0000)
committerjakubvrana <jakubvrana@7c3ca157-0c34-0410-bff1-cbf682f78f5c>
Mon, 15 Jun 2009 10:59:01 +0000 (10:59 +0000)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@698 7c3ca157-0c34-0410-bff1-cbf682f78f5c

changes.txt
tests/iexplore.bat [new file with mode: 0644]
todo.txt

index 61679ec3b914e356cbb152f04ff8f9cb8b121623..8a304a869f354d2228b55720f07cd1659fc194f1 100644 (file)
@@ -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
diff --git a/tests/iexplore.bat b/tests/iexplore.bat
new file mode 100644 (file)
index 0000000..ea6c6e9
--- /dev/null
@@ -0,0 +1 @@
+java -jar "C:\Program Files\Selenium\selenium-server.jar" -htmlSuite "*iexplore" http://localhost "%CD%\selenium.html" results.html
\ No newline at end of file
index 37329c0fc4ec754e71833f3ac3393978b7594ad6..85b5eb8a3c7abab8570af8634864324f94f66ec5 100644 (file)
--- a/todo.txt
+++ b/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