]> TLD Linux GIT Repositories - packages/phpMyAdmin.git/blob - phpMyAdmin-config.patch
- updated to 5.1.1
[packages/phpMyAdmin.git] / phpMyAdmin-config.patch
1 diff -ur phpMyAdmin-5.0.2-all-languages.orig/libraries/config.default.php phpMyAdmin-5.0.2-all-languages/libraries/config.default.php
2 --- phpMyAdmin-5.0.2-all-languages.orig/libraries/config.default.php    2020-03-21 05:17:40.000000000 +0100
3 +++ phpMyAdmin-5.0.2-all-languages/libraries/config.default.php 2020-08-06 21:01:31.057763731 +0200
4 @@ -1,18 +1,6 @@
5  <?php
6  /* vim: set expandtab sw=4 ts=4 sts=4: */
7  /**
8 - * <code>
9 - * N   N  OOO  !!   DDDD   OOO    N   N  OOO  TTTTT   EEEE DDDD  I TTTTT !!
10 - * NN  N O   O !!   D   D O   O   NN  N O   O   T     E    D   D I   T   !!
11 - * N N N O   O !!   D   D O   O   N N N O   O   T     EEEE D   D I   T   !!
12 - * N  NN O   O      D   D O   O   N  NN O   O   T     E    D   D I   T
13 - * N   N  OOO  !!   DDDD   OOO    N   N  OOO    T     EEEE DDDD  I   T   !!
14 - * </code>
15 - *
16 - * DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!!
17 - *
18 - * phpMyAdmin default configuration, you can copy values from here to your
19 - * config.inc.php
20   *
21   * All directives are explained in the documentation
22   *
23 @@ -880,14 +868,14 @@
24   *
25   * @global integer $cfg['MaxNavigationItems']
26   */
27 -$cfg['MaxNavigationItems'] = 50;
28 +$cfg['MaxNavigationItems'] = 250;
29  
30  /**
31   * turn the select-based light menu into a tree
32   *
33   * @global boolean $cfg['NavigationTreeEnableGrouping']
34   */
35 -$cfg['NavigationTreeEnableGrouping'] = true;
36 +$cfg['NavigationTreeEnableGrouping'] = false;
37  
38  /**
39   * the separator to sub-tree the select-based light menu tree
40 @@ -946,14 +934,14 @@
41   *
42   * @global integer $cfg['NumRecentTables']
43   */
44 -$cfg['NumRecentTables'] = 10;
45 +$cfg['NumRecentTables'] = 0;
46  
47  /**
48   * number of favorite tables displayed in the navigation panel
49   *
50   * @global integer $cfg['NumFavoriteTables']
51   */
52 -$cfg['NumFavoriteTables'] = 10;
53 +$cfg['NumFavoriteTables'] = 0;
54  
55  /**
56   * display a JavaScript table filter in the navigation panel
57 @@ -1219,7 +1207,7 @@
58   *
59   * @global string $cfg['GridEditing']
60   */
61 -$cfg['GridEditing'] = 'double-click';
62 +$cfg['GridEditing'] = 'disabled';
63  
64  /**
65   * Options > Relational display
66 @@ -1369,7 +1357,7 @@
67   *
68   * @global boolean $cfg['ActionLinksMode']
69   */
70 -$cfg['ActionLinksMode'] = 'both';
71 +$cfg['ActionLinksMode'] = 'icons';
72  
73  /**
74   * How many columns should be used for table display of a database?
75 @@ -1419,7 +1407,7 @@
76   * Whether to display image or text or both image and text in table row
77   * action segment. Value can be either of ``image``, ``text`` or ``both``.
78   */
79 -$cfg['RowActionType'] = 'both';
80 +$cfg['RowActionType'] = 'image';
81  
82  /*******************************************************************************
83   * Export defaults