Michal Čihař
aaa707ab4d
Merge branch 'QA_4_6'
2016-05-17 10:18:52 +02:00
Michal Čihař
11089cbe41
Use https for links to dev.mysql.com
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-17 10:16:44 +02:00
Michal Čihař
56e59c19f4
Add option to log executed SQL queries to syslog
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 11:20:55 +02:00
Michal Čihař
8dbb4544fa
Remove $cfg['ThemePath']
...
Fixes #12196
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-20 11:46:35 +02:00
Michal Čihař
aa077eee78
Merge pull request #11963 from Achilles-96/Issue-11865
...
Fixes #11865 partially
2016-02-22 13:00:55 +01:00
Achilles-96
4073e4676f
Fixes #11865 partially-Added support for shortcuts
...
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
2016-02-22 17:06:23 +05:30
Michal Čihař
2fffee3093
Merge remote-tracking branch 'origin/pull/11986'
2016-02-22 07:56:50 +01:00
chintan zaveri
2b74163914
Removal of Swekey
...
Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com>
master rebased
Signed-off-by: Chintan Zaveri <zaveri_chintan@rediff.com>
2016-02-20 21:41:07 +05:30
Michal Čihař
ae1ccf3e6a
Remove PmaAbsoluteUri configuration directive
...
Fixes #11412
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-03 17:41:29 +01:00
Michal Čihař
1e9e14d23b
Remove ForceSSL configuration directive
...
In most setups we simply do not have enough information to decide
whether user has come through HTTPS or not leading to infinite
redirects.
Anyway this is better to handle at web server side together with setting
HSTS headers.
Issue #11412 , #11883
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-03 14:20:11 +01:00
Joel Hutchinson
ff014ac34d
Added the new SSL check disable flag
...
MySQL 5.6 or later requests peer_name validation of the SSL. This causes most self signed certificates to fail validation.
In PMA, you only get a vague 2002 connection error as a result.
As of PHP 5.6.16, a new flag exists to disable the check and allows the
connection to proceed.
See https://bugs.php.net/bug.php?id=68344 and #11838
Signed-off-by: Joel Hutchinson joel.hutchinson@onlinecommercegroup.com
2016-01-15 16:32:40 -05:00
Achilles-96
f48b5af23c
Fixes #11730
...
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
2015-12-14 10:35:29 +05:30
Marc Delisle
e0a1f50ebc
Fix typo
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-11-04 17:36:24 -05:00
Madhura Jayaratne
93bfdbe371
Remove more references to Drizzle
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-10 01:06:58 +10:00
Marc Delisle
627be94532
Merge branch 'QA_4_5'
2015-08-31 16:55:39 -04:00
Marc Delisle
f3eb388854
Fixes #11448 Clarify doc about the MemoryLimit directive
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-31 16:55:03 -04:00
Marc Delisle
41f58ca580
Clarify explanation for directives
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-30 08:35:18 -04:00
Madhura Jayaratne
6eb6786506
Standardize to sentence case
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-26 16:57:42 +10:00
Nisarg Jhaveri
b2e8e4660b
Create indexes with table creation if "IF NOT EXISTS" is on
...
- change default of IF NOT EXISTS option in export
- Add warning for efficiency with IF NOT EXISTS option
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-08-22 02:18:38 +05:30
Madhura Jayaratne
769a8aa15f
Fix #11414 Unclear export options / organization / hierarchy
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-20 10:06:38 +05:30
Marc Delisle
12e286ca0b
Clarify doc for some directives
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-08-05 15:46:57 -04:00
Marc Delisle
48044b5d48
Merge pull request #1798 from udan11/coding_style
...
Miscellaneous coding style fixes
2015-07-18 17:57:15 -04:00
Dan Ungureanu
91b97fadc2
Remove unneeded closing tags.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-19 00:18:38 +03:00
Dan Ungureanu
eef994f122
Added lint.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-15 16:48:13 +03:00
Madhura Jayaratne
8c6261c73f
Underscores are preferred to separate words in configuration storage table names/directives
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-09 17:06:28 +05:30
Madhura Jayaratne
545db4a443
rfe #812 store export definitions for reuse
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02 21:03:57 +05:30
Deven Bansod
2ff6d53b12
Fixed typos
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-07-01 13:46:23 +05:30
Madhura Jayaratne
69e1c473de
Config option for Export\as_separate_files
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-30 15:37:30 +05:30
Nisarg Jhaveri
2fa832ca89
rfe#1557 Hide groups from navi panel
...
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-06-23 17:07:02 +05:30
Isaac Bennetch
bb435183a3
Merge pull request #1737 from devenbansod/rfe1060_new
...
Designer settings saved in a new table in configuration storage
2015-06-22 22:42:52 -04:00
Madhura Jayaratne
e0aa1a4c92
#4963 Improve/restore non-unique index row editing
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-22 13:46:18 +05:30
Deven Bansod
54a480e8eb
Designer settings saved in a new table in configuration storage
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-21 15:44:39 +05:30
Alexei Yuzhakov
d384a6b432
Ability to contol the minimal MySQL version via config.
...
Signed-off-by: Alexei Yuzhakov <sibprogrammer@gmail.com>
2015-06-15 08:05:17 +06:00
Deven Bansod
edad7fcb3c
Replace script names as config options with plain english words
...
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-06-13 04:41:54 +05:30
Nisarg Jhaveri
34720c2365
Disable foreign key checks in SQL query box and config option
...
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-05-31 12:28:41 +05:30
Madhura Jayaratne
2f882a6e24
Add a configuration for the newly added comment column in db structure page
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-05-27 14:37:56 +05:30
Isaac Bennetch
b4f477377c
Merge branch 'QA_4_4'
2015-05-18 23:55:16 -04:00
Isaac Bennetch
a8e32997d4
Fix documentation referring to obsolete vertical display mode
...
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2015-05-18 23:52:28 -04:00
Marc Delisle
668cb8863a
Merge branch 'QA_4_4'
2015-05-03 09:27:55 -04:00
Marc Delisle
38211eca4d
Clarify comment for directive
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-03 09:25:05 -04:00
Marc Delisle
81bf0afe40
Merge pull request #1637 from Kdecherf/master
...
Add option to show/hide git revision on main panel
2015-04-11 06:42:12 -04:00
Madhura Jayaratne
84c7c61cd2
Make sql_metadata configurable
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-10 16:53:56 +05:30
Kevin Decherf
d1616d20e2
Add option to show/hide git revision on main panel
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2015-04-07 16:12:47 +02:00
Madhura Jayaratne
050319f2e2
rfe #354 PDF schema sort options
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-27 19:16:49 +05:30
Marc Delisle
fa763b1828
Merge pull request #1579 from addaleax/json-pretty-print
...
Add option for exporting pretty-printed JSON
2015-03-25 07:40:36 -04:00
Marc Delisle
bb1a5bdc1b
Fix caps
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-03-22 07:35:08 -04:00
Marc Delisle
a653247189
Merge pull request #1601 from pratiksethia1/rfe1625-Autocomplete-Sql
...
Feature Request #1625 Autocomplete Sql
2015-03-22 07:26:22 -04:00
pratiksethia1
5d660eb09d
Feature Request #1625 Autocomplete Sql
...
Gives an option to user to toggle autocomplete of table and column
names in config settings
Signed-off-by: Pratik Sethia <pratiksethia1@gmail.com>
2015-03-21 00:15:30 +05:30
Hauke Henningsen
477bb0dc0c
Add option for exporting pretty-printed JSON
...
This adds a single option to the JSON export plugin,
which, if available (PHP >= 5.4.0) corresponds to passing
`JSON_PRETTY_PRINT` to `json_encode`.
Signed-off-by: Hauke Henningsen <sqrt@entless.org>
2015-03-16 03:22:56 +01:00
Dan Ungureanu
5e27e54f60
Fix minor coding style issues.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-03-11 14:52:04 +02:00