]> TLD Linux GIT Repositories - packages/phpMyAdmin.git/blobdiff - phpMyAdmin-config.patch
- updated to 5.0.2
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
index 7e8e4a6928077cbe3e1b45bdcd1a8ceb236b62f2..9809a01d0080d1b2d3b0ff153e68aaa11583ddb6 100644 (file)
@@ -1,5 +1,6 @@
---- phpMyAdmin-4.2.2-all-languages/libraries/config.default.php.orig   2014-05-20 12:33:33.000000000 +0000
-+++ phpMyAdmin-4.2.2-all-languages/libraries/config.default.php        2014-06-05 07:05:50.969396745 +0000
+diff -ur phpMyAdmin-5.0.2-all-languages.orig/libraries/config.default.php phpMyAdmin-5.0.2-all-languages/libraries/config.default.php
+--- phpMyAdmin-5.0.2-all-languages.orig/libraries/config.default.php   2020-03-21 05:17:40.000000000 +0100
++++ phpMyAdmin-5.0.2-all-languages/libraries/config.default.php        2020-08-06 21:01:31.057763731 +0200
 @@ -1,18 +1,6 @@
  <?php
  /* vim: set expandtab sw=4 ts=4 sts=4: */
   *
   * All directives are explained in the documentation
   *
-@@ -118,6 +106,13 @@
- $i = 1;
- /**
-+ * Display name
-+ *
-+ * @global string $cfg['Servers'][$i]['display']
-+ */
-+$cfg['Servers'][$i]['display'] = 'localhost';
-+
-+/**
-  * MySQL hostname or IP address
-  *
-  * @global string $cfg['Servers'][$i]['host']
-@@ -257,7 +252,7 @@
-  *
-  * @global string $cfg['Servers'][$i]['user']
-  */
--$cfg['Servers'][$i]['user'] = 'root';
-+$cfg['Servers'][$i]['user'] = 'mysql';
- /**
-  * MySQL password (only needed with 'config' auth_type)
-@@ -859,14 +854,14 @@
+@@ -880,14 +868,14 @@
   *
   * @global integer $cfg['MaxNavigationItems']
   */
@@ -59,7 +37,7 @@
  
  /**
   * the separator to sub-tree the select-based light menu tree
-@@ -918,14 +913,14 @@
+@@ -946,14 +934,14 @@
   *
   * @global integer $cfg['NumRecentTables']
   */
  
  /**
   * display a JavaScript table filter in the navigation panel
-@@ -1115,7 +1110,7 @@
+@@ -1219,7 +1207,7 @@
   *
   * @global string $cfg['GridEditing']
   */
--$cfg['GridEditing'] ='double-click';
-+$cfg['GridEditing'] ='disable';
+-$cfg['GridEditing'] = 'double-click';
++$cfg['GridEditing'] = 'disabled';
  
- /*******************************************************************************
-@@ -1244,7 +1239,7 @@
+ /**
+  * Options > Relational display
+@@ -1369,7 +1357,7 @@
   *
   * @global boolean $cfg['ActionLinksMode']
   */
@@ -94,7 +72,7 @@
  
  /**
   * How many columns should be used for table display of a database?
-@@ -1294,7 +1289,7 @@
+@@ -1419,7 +1407,7 @@
   * Whether to display image or text or both image and text in table row
   * action segment. Value can be either of ``image``, ``text`` or ``both``.
   */