Commit Graph

116965 Commits

Author SHA1 Message Date
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
Maurício Meneghini Fauth
2f3f768357 Refactor Controller\Database\EventsController
Moves database events entry point logic to the Database\EventsController
controller and remove the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-08 16:57:07 -03:00
Maurício Meneghini Fauth
76f337e629 Create TransformationWrapperController
Moves transformation wrapper entry point logic to the
TransformationWrapper controller and removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-08 16:41:37 -03:00
Maurício Meneghini Fauth
b0bd2db7f6 Create ViewOperationsController
Moves view operations entry point logic to the ViewOperationsController
controller and removes the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-08 16:12:21 -03:00
Maurício Meneghini Fauth
351e34ecf5 Upgrade PHPStan to version 0.12.0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-07 20:26:39 -03:00
Maurício Meneghini Fauth
f97d957f00 Add PHPStan PHPUnit extensions and rules
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-07 15:32:32 -03:00
Maurício Meneghini Fauth
df127684d4
Merge pull request #15624 from mauriciofauth/dbal
Extract an interface from DatabaseInterface class

Renames the namespace PhpMyAdmin\Dbi (Database Interface) to PhpMyAdmin\Dbal (Database Abstraction Layer) and extracts the PhpMyAdmin\Dbal\DbalInterface interface from PhpMyAdmin\DatabaseInterface class.
2019-12-06 14:54:39 -03:00
Maurício Meneghini Fauth
5e203f625a Extract an interface from DatabaseInterface class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-06 14:24:01 -03:00
Maurício Meneghini Fauth
cd5306bab1 Rename PhpMyAdmin\Dbi to PhpMyAdmin\Dbal
Rename Dbi (Database Interface) to Dbal (Database Abstraction Layer).

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-06 13:12:01 -03:00
Maurício Meneghini Fauth
6de39e99ae
Merge pull request #15610 from victorphoenix3/first
Extracts HTML from UserPassword.php to twig template #14801
2019-12-06 12:50:55 -03:00
Maurício Meneghini Fauth
4ea2bcdf4b Fix some PHPStan level 3 errors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-06 10:01:25 -03:00
William Desportes
5f13152857
Fix some PHPStan level 3 errors
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-06 09:02:41 +01:00
Maurício Meneghini Fauth
7ac1d21c70 Fix some PHPStan level 2 errors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-05 19:50:24 -03:00
William Desportes
eb533f3a0d
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-05 21:26:24 +01:00
William Desportes
86a536451b
Improve test suite because php-bz2 can be not installed
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-05 21:23:46 +01:00
William Desportes
59f5cdea43
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-05 21:13:59 +01:00
William Desportes
b3a3e3fbe4
Merge #15613 - Fix #15571 Fatal error when trying to edit row with row checked and button under the table
Pull-request: #15613
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-05 21:03:36 +01:00
William Desportes
08a6170e30
Fix tests and phpdoc for #15571
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-05 21:00:39 +01:00
Maurício Meneghini Fauth
be95d29206 Create ThemesController
Moves themes entry point logic to the ThemesController and removes the
themes.php entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-05 10:56:40 -03:00
Petr Pešula
48e8433a69
Translated using Weblate (Czech)
Currently translated at 90.3% (2985 of 3307 strings)

[CI skip]

Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/cs/
Signed-off-by: Petr Pešula <p.pesula@gmail.com>
2019-12-05 13:05:59 +01:00
Maurício Meneghini Fauth
2bae3aa9fd Move view create entry point to a controller
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-04 20:51:57 -03:00
victorphoenix3
112377988c Extracts HTML from UserPassword.php to twig template #14801
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2019-12-04 21:07:24 +05:30
Ashwin Ginoria
2dbe8f400b Removed 3rd Parameter to fix #15571
Signed-off-by: Ashwin Ginoria <ashwinginoria@gmail.com>

Date:      Wed Dec 4 14:26:34 2019 +0530
2019-12-04 14:27:03 +05:30
Maurício Meneghini Fauth
12db01bfc3
Merge pull request #15604 from mauriciofauth/double-quote-usage
Defines rules for double quote usage
2019-12-03 13:04:28 -03:00
Maurício Meneghini Fauth
89f6891940 Move transformation overview to routes file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-03 12:53:17 -03:00
Maurício Meneghini Fauth
acf37d7921 Move user password entry point to a controller
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-02 17:45:23 -03:00
Maurício Meneghini Fauth
f87e318b87 Move version check entry point to a new controller
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-01 16:29:07 -03:00
Maurício Meneghini Fauth
dd06cd38f8 Defines rules for double quote usage
Makes sure that any use of double quotes strings are warranted.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-12-01 14:10:07 -03:00
Maurício Meneghini Fauth
f3135a9cf6
Merge pull request #15603 from mauriciofauth/breadcrumbs
Convert serverinfo bar to Bootstrap's breadcrumbs
2019-12-01 12:08:09 -03:00
Maurício Meneghini Fauth
a0a44fd01e Move db search entry point logic to a new controller
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-30 18:49:57 -03:00
Maurício Meneghini Fauth
055087c063 Convert serverinfo bar to Bootstrap's breadcrumbs
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-30 13:43:42 -03:00
Eyob Shiferaw
d8444c18a9
Translated using Weblate (Amharic)
Currently translated at 0.6% (21 of 3307 strings)

[CI skip]

Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/am/
Signed-off-by: Eyob Shiferaw <eeyyoobb@gmail.com>
2019-11-30 12:04:59 +01:00
Eyob Shiferaw
435d68b48e
Translated using Weblate (Amharic)
Currently translated at 0.6% (21 of 3332 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/am/
Signed-off-by: Eyob Shiferaw <eeyyoobb@gmail.com>
2019-11-30 12:04:57 +01:00
AnawinWz
94ba5dd301
Translated using Weblate (Thai)
Currently translated at 40.6% (1343 of 3307 strings)

[CI skip]

Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/th/
Signed-off-by: AnawinWz <imonmac@hotmail.com>
2019-11-30 12:04:57 +01:00
Maurício Meneghini Fauth
5edfed48ab Change Windows build on Travis to PHP 7.4
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-29 12:02:51 -03:00
Maurício Meneghini Fauth
70609066ce Extract HTML from Menu::_getBreadcrumbs method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-29 12:00:45 -03:00
Eyob Shiferaw
6dc447abf3
Added translation using Weblate (Amharic)
[CI skip]

Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/am/
Signed-off-by: Eyob Shiferaw <eeyyoobb@gmail.com>
2019-11-29 11:31:23 +01:00
Eyob Shiferaw
c28bedd3e5
Added translation using Weblate (Amharic)
[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/am/
Signed-off-by: Eyob Shiferaw <eeyyoobb@gmail.com>
2019-11-29 11:25:49 +01:00