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
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
Maurício Meneghini Fauth
958ba8822d
Create Database\OperationsController
...
Moves database operations entry point logic to the
Database\OperationsController controller and removes the entry point
file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-09 18:12:00 -03:00
William Desportes
900673ea35
Merge branch 'QA_5_0'
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 21:17:06 +01:00
William Desportes
5e271bd93b
Merge branch 'QA_4_9' into QA_5_0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 21:16:43 +01:00
William Desportes
fd2b172365
Fix #15621 - Support CloudFront-Forwarded-Proto header
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 21:10:12 +01:00
William Desportes
b3c28b8732
Add ChangeLog entry for #15621
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 21:10:12 +01:00
William Desportes
070348a5e1
Merge branch 'QA_5_0'
...
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 19:58:35 +01:00
William Desportes
edc53d2c6e
Merge branch 'QA_4_9' into QA_5_0
...
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 19:58:04 +01:00
William Desportes
3fe68cee4e
Add ChangeLog entry for #15633
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 19:51:52 +01:00
William Desportes
81825ebda9
Fix #15633 - designer set display field broken for php 5.x versions
...
Fixes : #15633
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-09 19:51:07 +01:00
Maurício Meneghini Fauth
940b038382
Create ImportStatusController
...
Moves import_status entry point to ImportStatusController controller and
removes the import_status.php file.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-08 21:33:13 -03:00
Maurício Meneghini Fauth
20b5a54764
Exclude test/sami-config.php from PHPStan test
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-08 21:01:47 -03:00