Michal Čihař
61e02b43a8
Merge branch 'QA_4_7'
2017-06-08 16:14:05 +02:00
Michal Čihař
b143069be0
Simplify generating URL for php generated js
...
Use URL::getCommon() instead of constructing URL manually.
This fixes regression introduced by e317e481ac .
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 16:13:56 +02:00
Michal Čihař
fec1886d9b
Remove core library to hash
...
It now contains only hash polyfills, so let's have clear name.
Also remove no needed requires (it is already loaded from common).
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 15:58:18 +02:00
Michal Čihař
5a84cf4652
Merge branch 'QA_4_7'
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 15:50:32 +02:00
Michal Čihař
929040f3b1
Merge remote-tracking branch 'origin/QA_4_7'
2017-06-08 15:49:42 +02:00
Viktar Vauchkevich
8464cc18fc
Translated using Weblate (Belarusian)
...
Currently translated at 58.9% (1892 of 3207 strings)
[CI skip]
2017-06-08 15:49:17 +02:00
Michal Čihař
f4ae5f0d25
Gracefully handle early fatal errors in AJAX requests
...
Generate response manually when Response object is not yet ready to be
used but we need AJAX response.
Fixes #13092
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 15:47:07 +02:00
Michal Čihař
e317e481ac
Remove not needed parameters
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-08 15:47:07 +02:00
Viktar Vauchkevich
0b3e188d40
Translated using Weblate (Belarusian)
...
Currently translated at 58.9% (1886 of 3198 strings)
[CI skip]
2017-06-08 15:46:54 +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