From 7661627a76c721ab2ab39f6a4ca03227b41841b8 Mon Sep 17 00:00:00 2001 From: Crack Date: Tue, 1 Jun 2010 14:24:15 +0200 Subject: [PATCH 001/106] doc fix --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 659cd68c7..b2b5f085a 100644 --- a/Documentation.html +++ b/Documentation.html @@ -3528,7 +3528,7 @@ have either the APC extension

3.15 When I import an Excel spreadsheet, some cells with calculations do not display correctly.

- phpMyAdmin uses the PHPExcel library to parse Excel XLS and XLSX spreadsheets. + phpMyAdmin uses the PHPExcel library to parse Excel XLS and XLSX spreadsheets. Therefore, any limitations that are listed on their page regarding Excel calculations will also apply here.

PHPExcel will be kept up to date so as to make all improvements available to phpMyAdmin users. From 0f540aca0404a43094f552ccbc576db21749c9b2 Mon Sep 17 00:00:00 2001 From: Crack Date: Tue, 1 Jun 2010 14:31:11 +0200 Subject: [PATCH 002/106] Setup script: moved LeftDefaultTabTable, added MainPageIconic --- setup/lib/forms.inc.php | 3 ++- setup/lib/messages.inc.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/lib/forms.inc.php b/setup/lib/forms.inc.php index ea0c87edc..6eb0e7193 100644 --- a/setup/lib/forms.inc.php +++ b/setup/lib/forms.inc.php @@ -115,7 +115,6 @@ $forms['Left_frame'] = array( 'LeftDisplayLogo', 'LeftLogoLink', 'LeftLogoLinkWindow', - 'LeftDefaultTabTable', 'LeftPointerEnable'); $forms['Left_servers'] = array( 'LeftDisplayServers', @@ -126,11 +125,13 @@ $forms['Left_databases'] = array( 'LeftFrameDBSeparator', 'ShowTooltipAliasDB'); $forms['Left_tables'] = array( + 'LeftDefaultTabTable', 'LeftFrameTableSeparator', 'LeftFrameTableLevel', 'ShowTooltip', 'ShowTooltipAliasTB'); $forms['Startup'] = array( + 'MainPageIconic', 'ShowStats', 'ShowPhpInfo', 'ShowServerInfo', diff --git a/setup/lib/messages.inc.php b/setup/lib/messages.inc.php index 1defa2d82..7b58193aa 100644 --- a/setup/lib/messages.inc.php +++ b/setup/lib/messages.inc.php @@ -197,6 +197,7 @@ $strSetupLoginCookieStore_name = __('Login cookie store'); $strSetupLoginCookieValidity_desc = __('Define how long (in seconds) a login cookie is valid'); $strSetupLoginCookieValidityMsg = __('[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'); $strSetupLoginCookieValidity_name = __('Login cookie validity'); +$strSetupMainPageIconic_name = __('Use icons on main page'); $strSetupMaxCharactersInDisplayedSQL_desc = __('Maximum number of characters used when a SQL query is displayed'); $strSetupMaxCharactersInDisplayedSQL_name = __('Maximum displayed SQL length'); $strSetupMaxDbList_desc = __('Maximum number of databases displayed in left frame and database list'); From 101bbeefb60f8eb4bee5a9a692cab305ecc8336f Mon Sep 17 00:00:00 2001 From: Crack Date: Tue, 1 Jun 2010 14:32:10 +0200 Subject: [PATCH 003/106] link to user preferences on main page (not working yet) --- main.php | 8 ++++++++ phpmyadmin.css.php | 2 +- themes/original/css/theme_right.css.php | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/main.php b/main.php index 360e98881..1b385dd52 100644 --- a/main.php +++ b/main.php @@ -171,6 +171,14 @@ echo PMA_Config::getFontsizeForm(); echo ''; echo ''; + +// User preferences + +echo '