Commit Graph

109844 Commits

Author SHA1 Message Date
CommanderRoot
73e7179ccf Fix double escaping
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2017-06-08 03:30:57 +02:00
Michal Čihař
8ea97c72a4 Fix url for table tracking
Issue #13354

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-07 10:05:46 +02:00
Michal Čihař
f887b65bb2 Fixed url query handling in table structure
Fixes #13366
See also issue #13354

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-07 09:53:03 +02:00
Michal Čihař
faf47b676c Avoid escaping URL for template in prefs autoload
Issue #13354

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-07 09:08:41 +02:00
Michal Čihař
2a7fe79890 Merge branch 'QA_4_7' 2017-06-06 16:46:22 +02:00
Michal Čihař
2bf3356879 Use new SQL mode constants in SQL parser
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 16:46:18 +02:00
Michal Čihař
6eae509982 Remove no longer used directory
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 16:35:08 +02:00
Michal Čihař
24c0e48f50 Merge branch 'QA_4_7' 2017-06-06 16:32:39 +02:00
Michal Čihař
4d9b9cad36 Added documentation on user settings
Fixes #13193

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 16:32:34 +02:00
Michal Čihař
456f3bfffd Merge branch 'QA_4_7' 2017-06-06 15:31:33 +02:00
Michal Čihař
257ba6b7e2 Fixed editing QBE
Fixes #13343

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 15:31:03 +02:00
Michal Čihař
4533e853a6 Merge branch 'QA_4_7' 2017-06-06 14:52:53 +02:00
Michal Čihař
58023e98a8 Fixed loading additional javascripts
The server side loader does limit to 10 files, but the client side code
happily generates more requests.

Depending on loaded pages, this could lead to some javascript files not
being loaded (eg. if you went to monitor directly from home page).

Fixes #13362

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-06 14:51:18 +02:00
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