William Desportes
05cd0eb4aa
Merge branch 'QA_5_0'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 22:20:18 +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
303a1017c4
Merge branch 'QA_5_0'
2019-12-16 22:13:22 +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
20116b5e3e
Merge branch 'QA_5_0'
2019-12-16 21:46:38 +01:00
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
f0bbd00186
Merge branch 'QA_5_0'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-16 21:32:09 +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
4bb10d2ed3
Merge branch 'QA_5_0'
2019-12-16 21:12:28 +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
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
Maurício Meneghini Fauth
72ddaccdab
Merge pull request #15647 from gurrrung/15618
...
fixed the font size
fixes #15618
earlier font-size:1em was used which was
being overrided by a default BS styling
reverted back to old styling by overriding
it.
Closes #15645
2019-12-15 11:40:06 -03:00
Maurício Meneghini Fauth
39f42f848b
Remove some useless docblock comments
...
Fixes docblock spacing
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-13 21:15:00 -03: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
3567883394
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (3335 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: popcorner <memoword@163.com>
2019-12-13 12:05:54 +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
0a2d07fdf3
Translated using Weblate (German)
...
Currently translated at 100.0% (3335 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: ssantos <ssantos@web.de>
2019-12-13 12:05:51 +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
R. Gurung
ec5782e805
fixed the font size
...
earlier font-size:1em was used which was
being overrided by a default BS styling
reverted back to old styling by overriding
it.
Signed-off-by: R. Gurung <gurungrahul2@gmail.com>
2019-12-13 15:36:47 +05:30
Maurício Meneghini Fauth
dd2b05330a
Remove useless parentheses
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-12 00:18:01 -03:00
Maurício Meneghini Fauth
27f0c05ce8
Fix Selenium test for renaming database
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 22:13:16 -03:00
Maurício Meneghini Fauth
77518d341e
Remove unused use statements
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 21:20:58 -03:00
Maurício Meneghini Fauth
80a3c50bf5
Remove some useless if conditions
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 20:43:57 -03:00
Maurício Meneghini Fauth
f6a17433a2
Use null coalesce operator when possible
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 20:16:58 -03:00
Maurício Meneghini Fauth
7eace56891
Replace $GLOBALS with global in common.inc.php
...
- Replaces $GLOBALS['var'] with global $var in the
libraries/common.inc.php file.
- Replaces qualifier with imports.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 19:40:13 -03:00
Maurício Meneghini Fauth
301835e9a6
Create SqlAutoCompleteController
...
Moves database sql autocomplete entry point logic to the
Database\SqlAutoCompleteController and removes the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 18:22:52 -03:00
Maurício Meneghini Fauth
fa6fc404fe
Create Table\TriggersController
...
Moves database|table triggers entry point logic to
Database|Table\TriggersController and removes the entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 17:53:18 -03:00
Maurício Meneghini Fauth
8a800070bd
Moves db routines entry point logic to the controller
...
Removes the database routines entry point file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-11 11:38:32 -03:00
Maurício Meneghini Fauth
87d95371e3
Merge branch 'QA_5_0'
2019-12-10 11:53:22 -03: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
Maurício Meneghini Fauth
c3b721dc64
Merge branch 'QA_5_0'
2019-12-10 11:21:33 -03:00
Maurício Meneghini Fauth
19388f0a8c
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-10 11:20:50 -03:00
Maurício Meneghini Fauth
b92b286be5
Use PHP 7.4 instead of 7.4snapshot in Travis build
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-10 11:17:10 -03:00
Maurício Meneghini Fauth
54f839f573
Count SimpleXMLElement with the count method
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-10 09:55:33 -03:00
Maurício Meneghini Fauth
ec22dd707a
Downgrade PHPStan to 0.11
...
Increases level to max and adds the current errors as a baseline.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-09 20:47:33 -03:00