From 5a4d1b37046fd44e67701cafab75cd5031316e39 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 May 2013 14:08:15 -0700 Subject: [PATCH] Add server placeholder to login form --- adminer/include/adminer.inc.php | 2 +- changes.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 3a115406..a9ce35d9 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -71,7 +71,7 @@ class Adminer { ?>
-
+
" autocapitalize="off">
" autocapitalize="off"> diff --git a/changes.txt b/changes.txt index 382dfc15..06c7fba8 100644 --- a/changes.txt +++ b/changes.txt @@ -3,6 +3,7 @@ Allow more SQL files to be uploaded at the same time Print run time next to executed queries Don't drop original view and routine before creating the new one Highlight default submit button +Add server placeholder to login form Disable SQL export when applying functions in select Allow using lang() in plugins (customization) Remove bzip2 compression support