Commit Graph

109831 Commits

Author SHA1 Message Date
Michal Čihař
3ac2fbfc76 Merge branch 'QA_4_7' 2017-06-06 13:59:18 +02:00
Manish Bisht
253c9bed0e Show warning for users removed from mysql.user table
Fixes #12718

Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 13:58:53 +02:00
Michal Čihař
a55d414cb1 Merge branch 'QA_4_7' 2017-06-06 13:49:20 +02:00
Michal Čihař
8a98c29700 Fixed natural sorting in several places
Fixes #12976

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 13:48:49 +02:00
Peter Keller
3a9c2a9259 Fix to issue #12976
Signed-off-by: Peter Keller <petekeller2@gmail.com>
2017-06-06 13:46:27 +02:00
Michal Čihař
ae67d1c2a7 Improve rendering of table operations
- Compact rendering of submit button in fieldsets
- Render lists as lists, it seems easier to read

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 13:19:01 +02:00
Michal Čihař
a3719dee91 Merge remote-tracking branch 'origin/pull/13352' 2017-06-06 11:21:26 +02:00
Michal Čihař
48d737cc69 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2017-06-06 11:19:24 +02:00
Michal Čihař
937c946cfe Merge branch 'QA_4_7' 2017-06-06 11:18:48 +02:00
Karl Van Iseghem
91808cca0c Tablename with special chars shown at triggers
Fixes #13323
Fixes #13338

Signed-off-by: Karl Van Iseghem <karl.vaniseghem@icloud.com>
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 11:18:24 +02:00
Michal Čihař
5231ac3e5f Merge pull request #13356 from mauriciofauth/index-lib
Refactor index.lib function into static method
2017-06-06 11:15:56 +02:00
Michal Čihař
306486634c Avoid removing token from URL
It should not be there for any GET request.

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 11:11:34 +02:00
Michal Čihař
e01319a742 Avoid manual construction of hidden inputs with token
Issue #13355

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 11:10:34 +02:00
Michal Čihař
9ab34dbfd0 Remove unused pma_token js variable
PMA_commonParams.get('token') is already used instead.

Issue #13355

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 11:09:10 +02:00
Michal Čihař
e8f3e0480d Merge branch 'QA_4_7' 2017-06-06 11:03:02 +02:00
Maurício Meneghini Fauth
e10c932133 Improve themes/.gitignore
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-06 11:02:54 +02:00
Michal Čihař
d9527dcf58 Merge pull request #13357 from mauriciofauth/templates/console
Port console templates to Twig
2017-06-06 11:02:03 +02:00
Michal Čihař
998541447d Use consistent camelcase for class name
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 11:00:34 +02:00
Michal Čihař
7c3cc91e70 Merge pull request #13360 from mauriciofauth/zip-lib
Refactor zip functions into static methods
2017-06-06 10:58:28 +02:00
Michal Čihař
bfdeb8904d Merge branch 'QA_4_7' 2017-06-06 10:25:08 +02:00
Michal Čihař
c0bd19cfbb Fixed check for mbstring.func_overload
It can be also empty string when disabled (at least on HHVM).

Fixes #13316

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 10:24:44 +02:00
Michal Čihař
2da1ebc4a8 Merge branch 'QA_4_7' 2017-06-06 09:54:04 +02:00
Володимир Бриняк
f4a02e644d Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3198 of 3198 strings)

[CI skip]
2017-06-06 09:53:37 +02:00
Viktar Vauchkevich
a3645b50c3 Translated using Weblate (Belarusian)
Currently translated at 58.6% (1876 of 3198 strings)

[CI skip]
2017-06-06 09:53:34 +02:00
Michal Čihař
40577052fe Add reference to configuration option
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 09:53:28 +02:00
Володимир Бриняк
09eca334f0 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-06-06 09:53:19 +02:00
Viktar Vauchkevich
e451d0cfd0 Translated using Weblate (Belarusian)
Currently translated at 58.6% (1882 of 3207 strings)

[CI skip]
2017-06-06 09:53:14 +02:00
Maurício Meneghini Fauth
c0e2591a39 Refactor zip functions into static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-06 02:07:39 -03:00
Renan Dias
e27dc1854a Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.6% (2994 of 3198 strings)

[CI skip]
2017-06-06 03:46:11 +02:00
Renan Dias
284e450128 Translated using Weblate (Portuguese (Brazil))
Currently translated at 93.1% (2987 of 3207 strings)

[CI skip]
2017-06-06 03:46:04 +02:00
Maurício Meneghini Fauth
275baf60bd Port console templates to Twig
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-05 13:00:38 -03:00
Dovydas
211f251d7b Translated using Weblate (Lithuanian)
Currently translated at 41.8% (1337 of 3198 strings)

[CI skip]
2017-06-05 15:45:44 +02:00
Dovydas
4694f19581 Translated using Weblate (Lithuanian)
Currently translated at 41.5% (1333 of 3207 strings)

[CI skip]
2017-06-05 15:45:38 +02:00
Stanisław Krukowski
3125ed334f Translated using Weblate (Polish)
Currently translated at 81.2% (2598 of 3198 strings)

[CI skip]
2017-06-05 12:46:13 +02:00
Stanisław Krukowski
240b088405 Translated using Weblate (Polish)
Currently translated at 80.8% (2592 of 3207 strings)

[CI skip]
2017-06-05 12:46:07 +02:00
某玩家
df0f07e212 Translated using Weblate (Chinese (Traditional))
Currently translated at 98.3% (3145 of 3198 strings)

[CI skip]
2017-06-05 12:44:29 +02:00
某玩家
7ac52e87e8 Translated using Weblate (Chinese (Traditional))
Currently translated at 97.9% (3142 of 3207 strings)

[CI skip]
2017-06-05 12:44:23 +02:00
Maurício Meneghini Fauth
ceffd6934b Refactor index.lib function into static method
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-05 00:52:46 -03:00
Viktar Vauchkevich
3695a1a6b2 Translated using Weblate (Belarusian)
Currently translated at 57.5% (1840 of 3198 strings)

[CI skip]
2017-06-04 21:44:19 +02:00
Viktar Vauchkevich
cd9948aead Translated using Weblate (Belarusian)
Currently translated at 57.5% (1846 of 3207 strings)

[CI skip]
2017-06-04 21:44:13 +02:00
Володимир Бриняк
2c318e0878 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3207 of 3207 strings)

[CI skip]
2017-06-04 09:52:24 +02:00
Володимир Бриняк
e3232c5542 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3198 of 3198 strings)

[CI skip]
2017-06-04 09:51:45 +02:00
Justas Vilimas
c6513b8548 Translated using Weblate (Lithuanian)
Currently translated at 41.8% (1337 of 3198 strings)

[CI skip]
2017-06-03 14:48:59 +02:00
Dovydas
f61a175bbc Translated using Weblate (Lithuanian)
Currently translated at 41.7% (1336 of 3198 strings)

[CI skip]
2017-06-03 14:43:46 +02:00
Justas Vilimas
98d5640e72 Translated using Weblate (Lithuanian)
Currently translated at 41.5% (1331 of 3207 strings)

[CI skip]
2017-06-03 14:42:42 +02:00
Justas Vilimas
e21c364517 Translated using Weblate (Lithuanian)
Currently translated at 41.7% (1335 of 3198 strings)

[CI skip]
2017-06-03 14:40:12 +02:00
Dovydas
369e503db4 Translated using Weblate (Lithuanian)
Currently translated at 41.4% (1330 of 3207 strings)

[CI skip]
2017-06-03 14:40:06 +02:00
Dovydas
295702aba8 Translated using Weblate (Lithuanian)
Currently translated at 41.7% (1334 of 3198 strings)

[CI skip]
2017-06-03 14:36:55 +02:00
Maurício Meneghini Fauth
e330402b5b Refactor the core functions into static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-03 00:52:22 -03:00
Michal Čihař
2af08b93f1 Merge branch 'QA_4_7' 2017-06-02 18:04:39 +02:00