Michal Čihař
ec2bd5d84c
Remove Swekey support
...
It is buggy and their servers are no longer working.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-11 08:57:21 +02:00
Marc Delisle
25beabce96
Merge pull request #646 from nijel/remove-navi-tooltip
...
Do not show tooltip in table navigation
2013-08-27 07:37:48 -07:00
Michal Čihař
c921f6f807
Increase default maximal number of navigation items
...
The load times should not be that big issue with 250 items and it helps
loading all tables/databases for most users.
2013-08-27 11:10:32 +02:00
Michal Čihař
1084e4dfdd
Do not show tooltip in table navigation
...
Most tables don't have any comment set and this causes serious slow down
of a navigation.
2013-08-27 11:08:28 +02:00
Michal Čihař
240b8332db
Readd AllowThirdPartyFraming option
...
We want by default no framing of phpMyAdmin, but still some sites might
need to embed it, so configuration option (with appropriate security
warning) is there.
This basically reverts d7e0bed284 .
2013-07-29 14:55:22 +02:00
Marc Delisle
836529be42
Fix merge conflicts
2013-07-28 05:55:40 -04:00
Marc Delisle
77e67c3f2c
- bug #4019 Create database if not exists (export): add an option to the
...
interface to enable generating CREATE DATABASE and USE (false by default)
2013-07-19 09:09:24 -04:00
Marc Delisle
90d968b447
Fix merge conflicts
2013-07-17 15:18:09 -04:00
Marc Delisle
d4d5a03766
Bug #3960 NavigationBarIconic config not honored
2013-06-21 10:00:41 -04:00
Michal Čihař
eb29af585a
Allow customization of CSP headers
...
This is useful for inserting custom javascript in header/footer files.
2013-06-05 10:04:06 +02:00
Marc Delisle
6d890c3626
bug #3917 CountTables directive is deprecated
2013-05-20 13:28:44 -04:00
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