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
Maurício Meneghini Fauth
fcde861b97
Move db qbe entry point logic to a new controller
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-28 20:43:56 -03:00
Maurício Meneghini Fauth
6ad85eb546
Extract HTML from Generator::getHtmlTabs
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-26 22:50:03 -03:00
Maurício Meneghini Fauth
b3b3d5efd2
Move db designer entry point logic to a controller
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-11-26 20:57:50 -03:00
Joshua PowellNishiyama
e54f08b929
Translated using Weblate (Japanese)
...
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/ja/
Signed-off-by: Joshua PowellNishiyama <nzjpnboy@outlook.com>
2019-11-26 10:04:58 +01:00
Domen
ce26428497
Translated using Weblate (Slovenian)
...
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/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2019-11-26 01:05:12 +01:00
Domen
ea4779fcbb
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (3335 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2019-11-26 01:05:12 +01:00
Olivier Humbert
2d693acf89
Translated using Weblate (French)
...
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/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2019-11-26 01:05:06 +01:00
Olivier Humbert
9dc6efee5f
Translated using Weblate (French)
...
Currently translated at 100.0% (3335 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2019-11-26 01:05:06 +01:00
dingo thirteen
3f7d63a10e
Translated using Weblate (Dutch)
...
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/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2019-11-26 01:05:02 +01:00
dingo thirteen
a8baefe36b
Translated using Weblate (Dutch)
...
Currently translated at 99.4% (3315 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2019-11-26 01:05:02 +01:00
ssantos
22c91a07b9
Translated using Weblate (Portuguese)
...
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/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-26 01:04:58 +01:00
ssantos
37757e8627
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (3335 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: ssantos <ssantos@web.de>
2019-11-26 01:04:58 +01:00
Joshua PowellNishiyama
fa8fb26aa6
Translated using Weblate (Japanese)
...
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/ja/
Signed-off-by: Joshua PowellNishiyama <nzjpnboy@outlook.com>
2019-11-26 01:04:56 +01:00
Joshua PowellNishiyama
e38898e34e
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (3335 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ja/
Signed-off-by: Joshua PowellNishiyama <nzjpnboy@outlook.com>
2019-11-26 01:04:56 +01:00
Burak Yavuz
7980468153
Translated using Weblate (Turkish)
...
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/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2019-11-26 01:04:51 +01:00
Burak Yavuz
c799d1ad74
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3335 of 3335 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2019-11-26 01:04:51 +01:00