Commit Graph

109433 Commits

Author SHA1 Message Date
Michal Čihař
67e0802e53 Translated using Weblate (Arabic)
Currently translated at 34.4% (1103 of 3198 strings)

[CI skip]
2017-04-11 14:18:20 +02:00
Weblate
a97e0cf31a Merge remote-tracking branch 'origin/master' 2017-04-11 14:08:24 +02:00
Burak Yavuz
ba7339a3f5 Translated using Weblate (Turkish)
Currently translated at 99.9% (3197 of 3198 strings)

[CI skip]
2017-04-11 14:08:23 +02:00
Giovanni Sora
6f6dadf483 Translated using Weblate (Interlingua)
Currently translated at 75.7% (2421 of 3198 strings)

[CI skip]
2017-04-11 14:08:21 +02:00
Michal Čihař
59d2bd6908 Translated using Weblate (Dutch)
Currently translated at 99.7% (3191 of 3198 strings)

[CI skip]
2017-04-11 14:08:19 +02:00
Atef Ben Ali
709114996e Translated using Weblate (Arabic)
Currently translated at 34.4% (1103 of 3198 strings)

[CI skip]
2017-04-11 14:08:16 +02:00
Michal Čihař
9f07f8645a Merge pull request #13180 from mauriciofauth/fix/coding-standard
Fix some coding standard errors in DocBlocks
2017-04-11 14:08:10 +02:00
Maurício Meneghini Fauth
9028055d8b Fix some coding standard errors in DocBlocks
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-04-10 18:36:02 -03:00
Domen
b54f46a34d Translated using Weblate (Slovenian)
Currently translated at 100.0% (3198 of 3198 strings)

[CI skip]
2017-04-10 16:57:26 +02:00
Stefano Martinelli
8a1baa623b Translated using Weblate (Italian)
Currently translated at 100.0% (3198 of 3198 strings)

[CI skip]
2017-04-10 14:54:41 +02:00
Michal Čihař
b80f072edc Document brute force attack in security document
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-10 13:27:37 +02:00
Michal Čihař
36da2ad225 Merge branch 'QA_4_7' 2017-04-10 13:14:32 +02:00
Michal Čihař
2366ed3d86 Update po files
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-10 13:14:08 +02:00
Michal Čihař
561001eae0 Skip test files when generating template cache
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-10 13:13:41 +02:00
Michal Čihař
42ea58692f Update po files
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-10 13:08:20 +02:00
Michal Čihař
90688be99a Merge pull request #13112 from nijel/search
Improved database search to allow search for exact phrase match
2017-04-10 13:02:51 +02:00
Michal Čihař
6938d54a90 Merge pull request #13168 from mauriciofauth/transformations-plugins
Ignore coding standard errors in transformations plugins classes
2017-04-10 12:58:59 +02:00
Michal Čihař
db87fa8356 Merge pull request #13174 from phpmyadmin/fix_13166
Replaced deprecated jQuery calls.
2017-04-10 12:51:36 +02:00
Dan Ungureanu
1ca19f0ac1 Replaced deprecated jQuery calls.
'bind' and 'unbind', 'delegate' and 'undelegate' have been deprecated in
favor of 'on' and 'off'.

Partially fixes #13166.

Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2017-04-10 13:06:32 +03:00
Maurício Meneghini Fauth
385b687013 Ignore coding standard errors in transformations
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-04-08 15:12:20 -03:00
Michal Čihař
3dedc3de35 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2017-04-07 16:31:37 +02:00
Michal Čihař
caecd6ce1e Merge branch 'QA_4_7' 2017-04-07 16:30:34 +02:00
Michal Čihař
94576e0943 Fix variable name
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-07 16:30:05 +02:00
Michal Čihař
38e34080fa Merge pull request #13161 from atefBB/master
fix typo
2017-04-07 15:32:53 +02:00
Michal Čihař
04ebb24cc8 Merge branch 'QA_4_7' 2017-04-07 15:23:34 +02:00
Fenn-CS
a661c06fd6 Added a locale reference for $response in PMA_getChangePassMessage() of user_password.php
Fixes #13154

Signed-off-by: Fenn-CS <fenn25.fn@gmail.com>
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-07 15:23:26 +02:00
Michal Čihař
8cb51ff8e9 Merge branch 'QA_4_7' 2017-04-07 15:20:15 +02:00
Michal Čihař
606dbf8e0a Add documentation for PMA_HOSTS variable
See https://github.com/phpmyadmin/docker/pull/116

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-07 15:19:52 +02:00
Michal Čihař
fbbbb85c2d Merge pull request #13100 from mauriciofauth/twig-template
Initial support for Twig template engine
2017-04-07 12:41:38 +02:00
Maurício Meneghini Fauth
69154289ea Remove unused functions
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-04-07 07:23:31 -03:00
Maurício Meneghini Fauth
d71e097593 Add Twig cache generator and bypass escape option
- Add script to generate cache files for all Twig templates
- Add option in Twig extension that bypass autoescaping

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-04-06 20:33:32 -03:00
Atef Ben Ali
62b04e8a5f fix typo
(partial)
2017-04-06 21:51:39 +01:00
Michal Čihař
0a135fa0ec Merge branch 'QA_4_7' 2017-04-05 10:14:08 +02:00
Michal Čihař
1f4b6ec0ac Ensure we have only integers in colum visibility and ordering data
Fixes PHP error in case of invalid table preferences.

Fixes #13152

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-05 10:12:24 +02:00
Michal Čihař
3a636ba45a Merge branch 'QA_4_7' 2017-04-05 09:35:35 +02:00
Michal Čihař
96b13f46c5 Ensure the xhr attribute is reset on error
Not really necessary right now, but better be safe than sorry.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-05 09:35:22 +02:00
Michal Čihař
c6c8c970ac Add debug logging to the AJAX error handler
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-05 09:35:22 +02:00
Michal Čihař
799ac0d4a0 Fix condition to ignore aborted requests
The status=0 happens on network failure as well, so we can't ignore it
completely.

Fixes #13130

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-05 09:35:22 +02:00
Michal Čihař
a079a55282 Remove duplicite error handler
There is already ajaxError in js/ajax.js, we can do handling there.

Issue #13130

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-05 09:33:10 +02:00
Michal Čihař
f5655f4429 Do not try to parse error response
Issue #13130

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-05 09:33:06 +02:00
Michal Čihař
8a692c015c Merge branch 'QA_4_7' 2017-04-04 09:49:55 +02:00
Michal Čihař
946549d2de Do not show New as a database in database dropdown
Fixes #13144

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-04 09:49:44 +02:00
Michal Čihař
e8104393e0 Merge branch 'QA_4_7' 2017-04-04 08:46:46 +02:00
Michal Čihař
6f9a50f2e7 Do not include devel dependencies in the release
The composer require does automatically run update and thus pulling in
all things we've removed in previous step. Passing --update-no-dev
avoids this.

Fixes #13146

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-04 08:45:45 +02:00
Michal Čihař
10cbb0552f Fixed outbound links in changelog.php
There was typo in the replacement regexp.

Fixes #13149

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-04 08:41:54 +02:00
Michal Čihař
924b538815 Merge branch 'QA_4_7' 2017-04-04 08:28:53 +02:00
Michal Čihař
5ee4320b7d Fixed pagination while browsing resuls
Fixes #13150

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-04-04 08:28:42 +02:00
Sunny Batabyal
3c1cb0b7a9 Right-align decimal values
Fixes #13131

Signed-off-by: Sunny Batabyal <batabyalsunny@gmail.com>
2017-04-03 09:54:59 +02:00
Michal Čihař
37b87d7d44 Merge pull request #13134 from ngyikp/master
Add `object-src 'none'` to Content Security Policy header
2017-04-03 09:51:47 +02:00
Michal Čihař
691349f1ab Merge branch 'QA_4_7' 2017-04-03 09:50:06 +02:00