Commit Graph

105355 Commits

Author SHA1 Message Date
Michal Čihař
599f1d2455 Avoid parsing non JSON responses as JSON
This is just a changelog entry, real fix was in
d344a8f7ae.

Fixes #12240

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-11 11:39:10 +02:00
Michal Čihař
b3132bf2c8 Fix schema export with too many tables
We need to submit tables in POST parameters as there can be too many of
them to be included in GET.

Fixes #12234

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-11 11:31:55 +02:00
Michal Čihař
d88ebebc89 Define dataType so that jQuery do not have to guess
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-11 10:55:45 +02:00
Michal Čihař
d344a8f7ae Do not catch HTML requests in console
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-11 10:55:24 +02:00
Michal Čihař
edcecdb87d Remove extra space
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-11 10:08:15 +02:00
Michal Čihař
bbe8efaf7c Use https for documentation links
Fixes #12225

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-10 15:04:29 +02:00
Michal Čihař
c7c9918886 This todo is already done with PMA_sessionFailed
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-09 19:31:10 +02:00
Lasm Gratel
464b2c3ec8 Translated using Weblate (Chinese (China))
Currently translated at 88.4% (2839 of 3211 strings)

[CI skip]
2016-05-09 12:44:17 +02:00
Weblate
5d0f8af77e Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-05-03 03:55:14 +02:00
Martin Lacina
477e6171e7 Translated using Weblate (Slovak)
Currently translated at 83.3% (2677 of 3211 strings)

[CI skip]
2016-05-03 03:55:13 +02:00
Robin van der Vliet
bcd26adc01 Translated using Weblate (Esperanto)
Currently translated at 15.1% (485 of 3211 strings)

[CI skip]
2016-05-03 03:55:11 +02:00
Isaac Bennetch
cda4290749 Prepare for 4.6.2-dev
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-05-02 21:53:57 -04:00
Isaac Bennetch
07fd0bce67 4.6.1 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2016-05-02 17:13:27 -04:00
Michal Čihař
b2f77691e9 Use https links where applicable
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 15:41:33 +02:00
Michal Čihař
bdb20d1499 Remove link to wiki
It's outdated and will be soon completely disabled.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 15:37:32 +02:00
Michal Čihař
59e56bd63a Pass link to demo server through url.php
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 15:36:54 +02:00
Michal Čihař
8326aaebe5 Pass links to external sites in changelog through url.php
This avoids possible information disclossure in the links (token).

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 15:35:02 +02:00
Michal Čihař
d2dc9481d2 Fix possible path existence disclossure
On non released versions (where line counts are not precalculated) it
was possible to check for file existence due to limited checks for
supplied path.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-29 15:28:32 +02:00
Weblate
94ec333a35 Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-04-29 10:20:45 +02:00
Julien ITARD
5c5ba2d065 Translated using Weblate (French)
Currently translated at 99.9% (3209 of 3211 strings)

[CI skip]
2016-04-29 10:20:43 +02:00
Michal Čihař
2e0ed0d7c7 Changelog entry for #12208 2016-04-29 10:20:34 +02:00
Chien Wei Lin
13814f1006 Translated using Weblate (Chinese (Taiwan))
Currently translated at 100.0% (3211 of 3211 strings)

[CI skip]
2016-04-28 05:13:06 +02:00
Michal Čihař
df08b53e43 Fixed editing of VIEW structure
Fixes #12171

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-26 16:37:20 +02:00
Michal Čihař
586e238f01 Update SQL parser to 3.4.4
Revision 1ec169a2a76110bbd0734da23a43c4d23c1eecfb

Fixes #12144
Fixes #12205

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-26 15:54:04 +02:00
Michal Čihař
54b38e2999 Share js code for hostname input and fix it
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-26 12:50:42 +02:00
Michal Čihař
0cd7caee71 Share js code for username input and fix it
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-26 12:50:42 +02:00
Michal Čihař
6fdb046f9b Move javascript code for password to functions.js
- This allows to share the code
- Also fixed bad references to fields

Fixes #12217

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-26 12:50:42 +02:00
Madhura Jayaratne
71078d61ad Add FAQ on preventing path disclosure
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-04-26 19:24:58 +10:00
Michal Čihař
fc8486094c Fixed config tab persistence errors
The URL hash can get appended php session ID breaking the hash lookup.

Fixes #12215

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-26 10:29:58 +02:00
Michal Čihař
53a51b953c Document when ssl_verify was added
Issue #12146

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-25 12:49:00 +02:00
Deven Bansod
6d02018dc1 ChangeLog entry for #12211
Fixed #12211 in b12b1ae

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-04-25 09:53:03 +05:30
Deven Bansod
26da637ab4 Merge pull request #12213 from devenbansod/fix_#12211
ORDER BY clause should include Select subexpressions' names
2016-04-25 09:50:49 +05:30
Deven Bansod
b12b1ae08a ORDER BY clause should include Select subexpressions' names
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-04-24 20:50:23 +05:30
Michal Čihař
7e19be3a10 Check if sessions are working and report failures
- Always check for session_start erorrs and report them, this catches
  completely broken session storage or no free inodes for files
- Check whether session can be written, this catches the full disk case

Fixes #12204

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-21 12:09:50 +02:00
Michal Čihař
9ba7d44c18 Fixed loading of configuration file
If the loaded configuration is same as the one used, include_once will
not load it.

Fixes #12206

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-21 11:33:08 +02:00
Michal Čihař
f329a38639 Add missing variable
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-20 10:13:39 +02:00
Michal Čihař
e0724d2660 Fixed check for ndb version
Fixes #12200

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-20 10:07:06 +02:00
Michal Čihař
999db1491c Fixed setting of language from user configuration
Fixes #12202

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-20 09:13:17 +02:00
Michal Čihař
04b5ae45ec Move coding standard to dev requires
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-19 16:25:39 +02:00
Michal Čihař
8b29917eca Use coding standard from phpmyadmin/coding-standard
It is way cleaner to have the coding standard separte and use it when
checking.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-19 16:22:55 +02:00
Weblate
3794b829e3 Merge remote-tracking branch 'origin/QA_4_6' into QA_4_6 2016-04-19 15:21:00 +02:00
bladerunn3r
0f2897ac80 Translated using Weblate (Polish)
Currently translated at 82.6% (2655 of 3211 strings)

[CI skip]
2016-04-19 15:20:59 +02:00
Liška
425a12eff9 Translated using Weblate (Czech)
Currently translated at 94.4% (3034 of 3211 strings)

[CI skip]
2016-04-19 15:20:58 +02:00
Michal Čihař
72c832cf59 Update SQL parser to 3.4.3
Revision 84c8ba677d4f27b2a02c9e1bae5e9d0356575338

Fixes #12197

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-19 15:20:19 +02:00
Michal Čihař
b4267b2fac Add backlinks to configuration options
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-18 16:39:11 +02:00
Michal Čihař
4e0ca4601d Document setup with Google Cloud SQL
Document what needs to be done to connect to Google Cloud SQL.

Fixes #12146

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-18 16:29:46 +02:00
Michal Čihař
9e2ae0c6ac Merge pull request #12193 from nijel/connect-error
Do not hide errors from database connection attempts
2016-04-18 16:29:26 +02:00
Michal Čihař
cfbc31bfa6 Better reporting of connection errors
We really do not care about traceback or parameters in this case, all we
need is to display the message coming from PHP.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-18 13:32:52 +02:00
Michal Čihař
951f1fed5f Add method to slice errors from the handler
This can be useful to pop n-last errors.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-18 13:32:52 +02:00
Michal Čihař
ea428dc860 Make ErrorHandler test more complete
Actually test handling of stored errors.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-18 13:32:52 +02:00