Maurício Meneghini Fauth
eaa1cebb73
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-20 22:13:39 -03:00
Maurício Meneghini Fauth
e69b22e9f7
Add phpcs to the Travis build
...
Adds composer test command.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-20 22:10:42 -03:00
Maurício Meneghini Fauth
beb304c947
Fix coding standard error
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-20 21:25:09 -03:00
William Desportes
198bd239e8
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-19 23:55:06 +01:00
William Desportes
28c29223fc
Add ChangeLog entry for #15641
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-19 23:48:40 +01:00
William Desportes
56e8ebd8e9
Fix #15641 - Replication actions are not sent to a mysql link
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-19 23:48:25 +01:00
Maurício Meneghini Fauth
9d477ec97d
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-19 17:27:07 -03:00
Maurício Meneghini Fauth
74d4510c3a
Fix dbase versions in build matrix
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-19 17:24:48 -03:00
Maurício Meneghini Fauth
0fb628bf4f
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3332 of 3332 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-19 21:21:16 +01:00
Maurício Meneghini Fauth
b0747a8070
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (3307 of 3307 strings)
[CI skip]
Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-19 20:21:15 +01:00
William Desportes
6da3f0ed5e
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 22:33:22 +01:00
William Desportes
bd33d92f39
Fix spaceless is deprecated
...
"Deprecation Notice in ./vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php#36
The spaceless tag in "columns_definitions/column_virtuality.twig" at line 18 is deprecated since Twig 2.7, use the spaceless filter instead."
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 22:31:44 +01:00
William Desportes
99250a88ba
Fix for if in twig is deprecated
...
"Using an "if" condition on "for" tag in "columns_definitions/column_attributes.twig" at line 163 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop)."
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 22:27:43 +01:00
William Desportes
eb8472ba31
Fix for if in twig is deprecated
...
"Using an "if" condition on "for" tag in "columns_definitions/column_attributes.twig" at line 163 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop)."
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 22:18:46 +01:00
William Desportes
02304bcebf
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 21:48:27 +01:00
William Desportes
5ed6a7364f
Add ChangeLog entry for #15640
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 21:46:37 +01:00
William Desportes
87a84b396c
Merge #15653 - php 7.4 type error
...
Fixes : #15640
Pull-request: #15653
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 21:46:26 +01:00
William Desportes
c01377b161
Fix undefined index for proxysql on @@version_comment and @@version
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-18 18:40:21 +01:00
Maurício Meneghini Fauth
73c1ff9875
Fix Plugins/Auth/AuthenticationCookieTest.php
...
Related to commit 9f32a895b5 .
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
(cherry picked from commit 39770eec88 )
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-17 22:52:34 -03:00
Maurício Meneghini Fauth
4cbcf4889b
Fix TypeError in Util class
...
TypeError: str_replace() expects parameter 3 to be string or array, int given
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-17 22:37:14 -03:00
William Desportes
bed84bbf58
Add type-hints to prevent a type error
...
Uncaught TypeError: Argument 1 passed to PhpMyAdmin\Message::notice() must be of the type string, object given
This error only occurs because of 4bb10d2ed3 that changed filter to apply
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-17 23:17:18 +01:00
Володимир Бриняк
9ef2215ca0
Translated using Weblate (Ukrainian)
...
Currently translated at 99.9% (3304 of 3307 strings)
[CI skip]
Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/uk/
Signed-off-by: Володимир Бриняк <bardvv@gmail.com>
2019-12-17 09:21:06 +01:00
William Desportes
f00273209e
Fix a phpstan error
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 23:46:38 +01:00
William Desportes
850c125684
Fix #14732 Can't rename primary key with auto increment
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 23:46:35 +01:00
William Desportes
ea8f8f3a86
Merge #15654 - Keep PMA_handleRedirectAndReload compatility with old versions
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 22:19:44 +01:00
William Desportes
782f39602c
Add ChangeLog entry for #14732
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 22:12:40 +01:00
William Desportes
a993e36aca
Merge #15659 - Fix #14732 Can't rename primary key with auto increment
...
Pull-request: #15659
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 22:11:56 +01:00
William Desportes
91ed866c63
Add ChangeLog entry for #15623
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 22:10:13 +01:00
William Desportes
ac9118d044
Merge #15632 and #15631 - UI fixes for datetime picker and modal
...
Fixes : #15623
Pull-request: #15631
Pull-request: #15632
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 22:09:02 +01:00
Hugues Peccatte
16efdd1b5f
Display date/time picker only for date/time fields
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-12-16 22:01:08 +01:00
Hugues Peccatte
bee397e680
#15623 Set automatic width
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2019-12-16 22:01:01 +01:00
Nikhil Nagdev
13e91a0e93
Fixed issue of renaming the primary key
...
Signed-off-by: Nikhil Nagdev <nnagdev58@gmail.com>
2019-12-17 02:22:46 +05:30
William Desportes
b4bcd34e28
Fix eslint after #15435
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 21:46:16 +01:00
William Desportes
6b564e3780
Add ChangeLog entry for #15435
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 21:31:05 +01:00
William Desportes
9f32a895b5
Fix #15435 - ReCAPTCHA couldn't find user-provided function: Functions.recaptchaCallback
...
Fixes : #15435
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 21:30:22 +01:00
William Desportes
990978f064
Add ChangeLog entry for b475cfdd6c
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 21:08:41 +01:00
William Desportes
b475cfdd6c
Use apply tag instead of filter and fix for loop
...
https://twig.symfony.com/doc/1.x/tags/apply.html
https://twig.symfony.com/doc/2.x/deprecated.html#tags
"The filter tag is deprecated in Twig 2.9. Use the apply tag instead (the Twig\TokenParser\FilterTokenParser classes is also deprecated)."
and "Adding an if condition on a for tag is deprecated in Twig 2.10. Use a filter filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop)"
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 21:03:44 +01:00
William Desportes
6f034732c3
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 20:40:27 +01:00
William Desportes
94e30e9845
Add missing E_USER_DEPRECATED to Error handler
...
Can be seen on 5.0 because "The "filter" tag in "home/index.twig" at line 18 is deprecated since Twig 2.9, use the "apply" tag instead."
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 20:40:11 +01:00
William Desportes
39fae3e84d
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 20:31:08 +01:00
William Desportes
e1a1ec9115
Add ChangeLog entry for 52cef30384
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 20:14:52 +01:00
William Desportes
52cef30384
Fix php 8.0 php notices - Undefined index
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 20:14:36 +01:00
R. Gurung
8dbd41ba3b
changing !isset array index into null
...
Signed-off-by: R. Gurung <gurungrahul2@gmail.com>
2019-12-16 19:35:02 +01:00
flies
7b4e6681f2
Keep PMA_handleRedirectAndReload compatility with old versions
...
Signed-off-by: Arkadiusz Rzadkowolski <a.rzadkowolski@gmail.com>
2019-12-16 13:54:33 +01:00
popcorner
cad3bff4fe
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (3332 of 3332 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/zh_Hans/
Signed-off-by: popcorner <memoword@163.com>
2019-12-13 12:05:55 +01:00
popcorner
db973e60e9
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (3307 of 3307 strings)
[CI skip]
Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/zh_Hans/
Signed-off-by: popcorner <memoword@163.com>
2019-12-13 12:05:53 +01:00
ssantos
5c095d9791
Translated using Weblate (German)
...
Currently translated at 100.0% (3307 of 3307 strings)
[CI skip]
Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/de/
Signed-off-by: ssantos <ssantos@web.de>
2019-12-13 12:05:51 +01:00
Maurício Meneghini Fauth
b6233af781
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-10 11:52:45 -03:00
Maurício Meneghini Fauth
e309499a5f
Ignore platform requirements for PHP nightly
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-10 11:49:10 -03:00
Maurício Meneghini Fauth
1bae7c17d0
Add support for Amharic language
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-10 11:48:21 -03:00