Commit Graph

110074 Commits

Author SHA1 Message Date
Weblate
ef6085d551 Merge remote-tracking branch 'origin/master' 2017-06-28 15:42:13 +02:00
Viktar Vauchkevich
b397b40b1b Translated using Weblate (Belarusian)
Currently translated at 63.3% (2034 of 3211 strings)

[CI skip]
2017-06-28 15:42:08 +02:00
Michal Čihař
4ee38fe8d0 Merge branch 'QA_4_7' 2017-06-28 15:41:55 +02:00
Michal Čihař
49c963542d Add tests for both paths in curl
Test both CURLOPT_CAPATH and URLOPT_CAINFO setup.

Fixes #13398

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 15:41:47 +02:00
Michal Čihař
0ceda63d9d Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2017-06-28 15:21:00 +02:00
Michal Čihař
1c247ce4ff Merge branch 'QA_4_7' 2017-06-28 15:20:33 +02:00
Michal Čihař
6a86026eac Correctly escape column name when sorting
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 15:20:29 +02:00
George Bezerra
10ae12b900 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3211 of 3211 strings)

[CI skip]
2017-06-28 15:17:56 +02:00
Michal Čihař
d639308f48 Share code for sort interactions
See issues #13330 and #13270

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 15:14:36 +02:00
Michal Čihař
1f7f44c0c0 Merge remote-tracking branch 'origin/pull/13330' 2017-06-28 15:00:02 +02:00
Michal Čihař
58d966360e Avoid changing cursor on hover
It really makes no sense as it is used only in hover.

See #13332

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 13:16:54 +02:00
Michal Čihař
024d53ab78 Remove not needed escaping (see #13332)
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 13:16:41 +02:00
Michal Čihař
1c8fa3cb51 Merge remote-tracking branch 'origin/pull/13332' 2017-06-28 13:10:04 +02:00
Michal Čihař
a8854fa320 Fix tests for changed captcha message
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 12:20:12 +02:00
Michal Čihař
630cfd134e Changelog entry for #12979 and #13095
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 12:15:56 +02:00
Michal Čihař
30ecfb6236 Merge pull request #13095 from MemnoCh242/fix_table_layout
fix vertical alignment in table cell layout. Fixes #12979
2017-06-28 13:15:06 +03:00
Michal Čihař
d1c1c8bc0c Add changelog for #12948 and #13093
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 12:13:40 +02:00
mohdluqman
32af52a858 Fixed time selection for TIME type (#13093)
TIME type in MySql supports a long range of values. The PMA insert
widget don't allow the values greater than 23 currently. So, it is
corrected by setting the timepicker function have a greater hourMax
value than it have by default.

Fixes #12948

Signed-off-by: Mohammad Luqman <me@mohdluqman.com>
2017-06-28 13:12:18 +03:00
Michal Čihař
153fefb52b Improved rendering of server variables table
Several improvements to make it look better on various screen sizes:

- remove fixed layout of table, that makes it consume too much space for
  some fields
- remove using float inside the table, it is not necessary
- make the values left aligned
- allow to wrap long values

Fixes #12899

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 12:08:06 +02:00
Burak Yavuz
153e77fa0b Translated using Weblate (Turkish)
Currently translated at 100.0% (3211 of 3211 strings)

[CI skip]
2017-06-28 11:44:28 +02:00
Michal Čihař
7d1b0ca1ed Improved error reporting for reCAPTCHA
Better detect errors coming from ReCaptcha library:

- invalid-json usually means that server side connection has failed
- lack of response usually means that client side connection has failed

Fixes #13058
Fixes #13071

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 11:35:15 +02:00
Michal Čihař
90f22ec3b7 Remove no longer used code
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 11:17:49 +02:00
Michal Čihař
f87d51b1dc Changelog entry for #13086 and #13101
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 11:05:18 +02:00
Michal Čihař
daf44c8d1e Merge pull request #13101 from manishbisht/google-recaptcha-upgrade
upgraded google recpatcha with google invisble recaptcha
2017-06-28 12:03:57 +03:00
Michal Čihař
b846157d18 Merge pull request #13407 from jublonet/feature/grid-editor-null-checkbox
Make grid editor NULL checkbox text clickable
2017-06-28 11:51:39 +03:00
Michal Čihař
d540e3a284 Merge branch 'QA_4_7' 2017-06-28 10:50:30 +02:00
Michal Čihař
1e1bc20f7c Document change for #13189 and #13364.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 10:50:25 +02:00
Michal Čihař
c97210c9e4 Merge pull request #13364 from nijel/import-timeout-url
Rewrite URL constructing during import
2017-06-28 11:48:50 +03:00
Michal Čihař
63e0b5f8f9 Merge branch 'QA_4_7' 2017-06-28 10:47:38 +02:00
Michal Čihař
bf3c6c6145 Merge remote-tracking branch 'origin/pull/13402' into QA_4_7 2017-06-28 10:47:32 +02:00
Michal Čihař
fc5bcc008e Merge branch 'QA_4_7' 2017-06-28 10:44:49 +02:00
Michal Čihař
3933869cbf Merge pull request #13413 from remicollet/issue-php72
fix brackets
2017-06-28 11:41:32 +03:00
Remi Collet
49fecb8427 fix brackets
Signed-off-by: Remi Collet <remi@php.net>
2017-06-28 10:34:35 +02:00
Michal Čihař
5a0836262b Merge branch 'QA_4_7' 2017-06-28 10:23:21 +02:00
Michal Čihař
fc1de9cab2 Translated using Weblate (Arabic)
Currently translated at 34.3% (1103 of 3211 strings)

[CI skip]
2017-06-28 10:21:12 +02:00
Michal Čihař
946d3d159d Translated using Weblate (Arabic)
Currently translated at 34.6% (1109 of 3203 strings)

[CI skip]
2017-06-28 10:21:05 +02:00
Michal Čihař
75ab376804 Update po files
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 09:59:11 +02:00
Michal Čihař
bbfa387123 Merge branch 'QA_4_7' 2017-06-28 09:58:45 +02:00
Michal Čihař
7bc247f2e8 Merge commit 'b9f1eb029642852d2fca0fc4540294e69e86b5db' 2017-06-28 09:58:37 +02:00
Michal Čihař
76fb3eaf8f Merge remote-tracking branch 'origin/QA_4_7' 2017-06-28 09:58:31 +02:00
anonymous
6df3836934 Translated using Weblate (Spanish)
Currently translated at 98.2% (3155 of 3212 strings)

[CI skip]
2017-06-28 09:57:50 +02:00
tmtisfree
529fbfec35 Translated using Weblate (French)
Currently translated at 100.0% (3212 of 3212 strings)

[CI skip]
2017-06-28 09:57:46 +02:00
yagoub fadel
ec25d11969 Translated using Weblate (Arabic)
Currently translated at 34.3% (1103 of 3212 strings)

[CI skip]
2017-06-28 09:57:41 +02:00
Michal Čihař
ba8f1f7e24 Update po files
[CI skip]

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 09:56:59 +02:00
Michal Čihař
b9f1eb0296 Use better description for multi-level collations
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-06-28 09:56:37 +02:00
Franco
0807345ce8 Translated using Weblate (Spanish)
Currently translated at 98.2% (3149 of 3204 strings)

[CI skip]
2017-06-28 09:56:28 +02:00
tmtisfree
da038d5ac0 Translated using Weblate (French)
Currently translated at 100.0% (3204 of 3204 strings)

[CI skip]
2017-06-28 09:56:27 +02:00
yagoub fadel
a9d0a001ff Translated using Weblate (Arabic)
Currently translated at 34.6% (1109 of 3204 strings)

[CI skip]
2017-06-28 09:56:25 +02:00
George Bezerra
b8d50feba4 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3212 of 3212 strings)

[CI skip]
2017-06-27 16:43:36 +02:00
George Bezerra
8c1b0a61be Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3204 of 3204 strings)

[CI skip]
2017-06-27 16:28:23 +02:00