Kasun Chathuranga
adb2e43f7d
Implement feature request #1414 - Allow specifying crontrolport
...
Set the value of controlport based on the value of controlhost
2013-05-02 21:36:05 +05:30
Marc Delisle
b48affc999
Merge pull request #216 from ayushchd/reserved_words_issue
...
Reserved words issue
2013-03-21 09:45:57 -07:00
ayushchd
27967e7f79
Added ability to disable MySQL reserved word warning
...
Disable MySQL reserved word warning $cfg['ReservedWordDisableWarning'],
documentation and ability to change from prefs pane
2013-03-21 18:29:24 +05:30
ayushchd
665ffd4b4c
Reserved word warning config
...
This commit removes reserved word warning from the Browse pages and the
warning on structure page can be switched on/off using the config
variable $cfg['ReservedWordWarning']
2013-03-10 19:45:19 +05:30
Marc Delisle
da0f681fc7
Remove the database ordering sub-feature of the only_db directive
2013-03-09 07:48:08 -05:00
Marc Delisle
bcfba0d46c
Fix merge conflicts
2013-02-09 07:50:16 -05:00
Michal Čihař
57a97a7057
Use up to date links to bugs and feature requests
2013-02-04 11:52:47 +01:00
Marc Delisle
be42bf2035
This is now called the navigation panel
2013-01-17 06:32:09 -05:00
Marc Delisle
e610174ef2
Default value for NavigationDisplayServers now set to true
2013-01-17 06:28:41 -05:00
Marc Delisle
2723495a4f
Removed the AjaxEnable directive
2012-12-21 16:04:57 -05:00
Michal Čihař
61a601fc73
Implement linking to new documentation
2012-11-12 09:48:05 +01:00
Marc Delisle
3a5843a7cd
rfe #1052091 [config] Double-underscores in PMA table names
2012-11-11 08:57:41 -05:00
Michal Čihař
8bab2af87b
Fix description of frames
2012-11-09 13:37:45 +01:00
Rouslan Placella
c1ea4f00f9
Renamed configuration directive: LeftDisplayDatabaseFilterMinimum => NavigationTreeDisplayDbFilterMinimum
2012-10-30 20:16:57 +00:00
Rouslan Placella
3dc9897561
Renamed configuration directive: LeftRecentTable => NumRecentTables
2012-10-30 20:16:57 +00:00
Rouslan Placella
41ddd1cc6a
Renamed configuration directive: LeftDisplayServers => NavigationDisplayServers
2012-10-30 20:16:57 +00:00
Rouslan Placella
4f8896b98a
Renamed configuration directive: LeftLogoLinkWindow => NavigationLogoLinkWindow
2012-10-30 20:16:57 +00:00
Rouslan Placella
5940cf29bb
Renamed configuration directive: LeftLogoLink => NavigationLogoLink
2012-10-30 20:16:57 +00:00
Rouslan Placella
b0f5dd28ec
Renamed configuration directive: LeftDisplayLogo => NavigationDisplayLogo
2012-10-30 20:16:57 +00:00
Rouslan Placella
d364d849f1
Renamed configuration directive: LeftDisplayTableFilterMinimum => NavigationTreeDisplayItemFilterMinimum
2012-10-30 20:16:57 +00:00
Rouslan Placella
8012c6fb62
Renamed configuration directive: LeftDefaultTabTable => NavigationTreeDefaultTabTable
2012-10-30 20:16:57 +00:00
Rouslan Placella
8035eecf87
Renamed configuration directive: LeftPointerEnable => NavigationTreePointerEnable
2012-10-30 20:16:57 +00:00
Rouslan Placella
8d4da3ea67
Renamed configuration directive: LeftFrameTableLevel => NavigationTreeTableLevel
2012-10-30 20:16:57 +00:00
Rouslan Placella
31a3f1d73c
Renamed configuration directive: LeftFrameTableSeparator => NavigationTreeTableSeparator
2012-10-30 20:16:57 +00:00
Rouslan Placella
4f4671b284
Renamed configuration directive: LeftFrameDBSeparator => NavigationTreeDbSeparator
2012-10-30 20:16:57 +00:00
Rouslan Placella
6f8544c5ef
Renamed configuration directive: LeftFrameDBTree => NavigationTreeEnableGrouping
2012-10-30 20:16:57 +00:00
Rouslan Placella
90b6718bfb
Added configuration directive: MaxNavigationItems
2012-10-30 20:16:56 +00:00
Rouslan Placella
5f66444f5b
Dropped configuration directives: ShowTooltipAliasDB and ShowTooltipAliasTB
2012-10-30 20:16:56 +00:00
Rouslan Placella
9f360c30f5
Dropped configuration directive: DisplayDatabasesList
2012-10-30 20:16:56 +00:00
Rouslan Placella
c9edec6e65
Dropped configuration directive: LeftFrameLight
2012-10-30 20:16:56 +00:00
Rouslan Placella
d7e0bed284
Dropped configuration directive: AllowThirdPartyFraming
2012-10-30 20:16:56 +00:00
Rouslan Placella
9e3a9ee52f
Dropped main.php
2012-10-30 20:10:20 +00:00
Jim Nelin
8e6d434159
Added $cfg['ServerLibraryDifference_DisableWarning'] to make it possible to hide the warning about differences in MySQL library and server version.
2012-10-22 17:22:03 +02:00
Marc Delisle
6b56856b1d
Grid editing mode: configuration
...
Move SaveCellsAtOnce to a better place in the configuration file
2012-10-20 07:12:14 -04:00
Marc Delisle
3dd52636eb
Bypass InnoDB and views row counting by default, for performance
...
reasons.
See https://github.com/phpmyadmin/phpmyadmin/pull/83 for the discussion,
but my commit changes the default values, not the sample values.
2012-07-25 08:19:41 -04:00
Alex Marin
5623356e7a
oop: fix bugs and phpcs errors for all export plugins
2012-06-18 14:22:12 +03:00
Michal Čihař
39df7de25b
Whitespace cleanup
2012-05-29 17:05:42 +02:00
Marc Delisle
45e0398d4c
Merge pull request #61 from nicokaiser/TableStatusCache
...
Add StatsCache* config options for caching TABLE STATUS output in APC (if available)
2012-05-17 17:17:31 -07:00
Miłosz Lewandowski
6130edd505
Feature Requests item #3300418 : Fast database search.
2012-05-16 21:31:59 +02:00
Nico Kaiser
e7cccad2c3
Add StatsCache* config options for caching TABLE STATUS output in APC (if available)
2012-05-10 10:25:03 +02:00
Madhura Jayaratne
ec9a8cf997
Coding style improvements
2012-05-01 19:38:04 +05:30
Marc Delisle
b4f51cada5
Remove ReplaceHelpImg directive; this is a behavior that belongs to the themes
2012-04-27 15:44:20 -04:00
Marc Delisle
9f4fb06e8b
Fix the comment according to the code's behavior
2012-04-26 12:47:43 -04:00
Marc Delisle
28d45840ac
Remove VerboseMultiSubmit configuration directive
2012-04-26 12:37:07 -04:00
Michal Čihař
29870761c5
Move column types to PMA_Types class
2012-04-26 13:38:54 +02:00
Michal Čihař
28fdb4cc53
Move attributes to PMA_Types class
2012-04-26 13:33:00 +02:00
Michal Čihař
3f4b21801f
Remove no longer used config variables for data types
2012-04-26 11:35:27 +02:00
Michal Čihař
f2d2284211
Move DefaultFunctions to top level (will be kept)
2012-04-26 11:04:57 +02:00
Michal Čihař
454493992e
Move NumOperators to PMA_Types
2012-04-26 10:02:30 +02:00
Michal Čihař
89d1733200
Move TextOperators to PMA_Types
2012-04-26 10:01:19 +02:00