Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0a1dd4cf00f77746fb5eaff752108e4dbd586c25
https://github.com/phpmyadmin/phpmyadmin/commit/0a1dd4cf00f77746fb5eaff7521…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-02-17 (Wed, 02 February 2021) +01:00
Changed paths:
M libraries/classes/Controllers/Database/QueryByExampleController.php
Log Message:
-----------
Fix a coding standard mistake
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 2e63d8f99b7de15d3f24f8f025520c2e2e284c96
https://github.com/phpmyadmin/phpmyadmin/commit/2e63d8f99b7de15d3f24f8f0255…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-02-17 (Wed, 02 February 2021) +01:00
Changed paths:
M libraries/classes/Menu.php
M libraries/classes/Util.php
M templates/menu/breadcrumbs.twig
Log Message:
-----------
Fix breadcrumbs urls
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: da4f9667d24306339ef516dc9f54a3d996c6d684
https://github.com/phpmyadmin/phpmyadmin/commit/da4f9667d24306339ef516dc9f5…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-02-17 (Wed, 02 February 2021) +01:00
Changed paths:
M test/selenium/Database/TriggersTest.php
Log Message:
-----------
Fix a casing issue on a phpunit function call
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: fc5477288acd15de53cfbe818550b79f656cfcd3
https://github.com/phpmyadmin/phpmyadmin/commit/fc5477288acd15de53cfbe81855…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-02-17 (Wed, 02 February 2021) +01:00
Changed paths:
M libraries/classes/Menu.php
Log Message:
-----------
Fix #16658 - Only set the table argument when the database is set
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: 8b36d38aee61c9d0007e49408d9fd14cf2da6f09
https://github.com/phpmyadmin/phpmyadmin/commit/8b36d38aee61c9d0007e49408d9…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-02-17 (Wed, 02 February 2021) +01:00
Changed paths:
M .github/workflows/test-selenium.yml
Log Message:
-----------
Fix Selenium fpm version to PHP 7.1
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 3329d99c905705ccce6ec64cbdc140e2c4b2e2e9
https://github.com/phpmyadmin/phpmyadmin/commit/3329d99c905705ccce6ec64cbdc…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-02-16 (Tue, 02 February 2021) -03:00
Changed paths:
A themes/bootstrap/img/database-minus.svg
M templates/server/databases/index.twig
M themes/bootstrap/scss/_common.scss
M themes/bootstrap/scss/_icons.scss
M themes/metro/scss/_common.scss
M themes/metro/scss/_icons.scss
M themes/original/scss/_common.scss
M themes/original/scss/_icons.scss
M themes/pmahomme/scss/_common.scss
M themes/pmahomme/scss/_icons.scss
Log Message:
-----------
Revamp the Database list page
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f8e8fc23e2922555d9ee5f8bc71f084b084e9ea0
https://github.com/phpmyadmin/phpmyadmin/commit/f8e8fc23e2922555d9ee5f8bc71…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-02-16 (Tue, 02 February 2021) -03:00
Changed paths:
A themes/bootstrap/img/database-minus.svg
M templates/server/databases/index.twig
M themes/bootstrap/scss/_common.scss
M themes/bootstrap/scss/_icons.scss
M themes/metro/scss/_common.scss
M themes/metro/scss/_icons.scss
M themes/original/scss/_common.scss
M themes/original/scss/_icons.scss
M themes/pmahomme/scss/_common.scss
M themes/pmahomme/scss/_icons.scss
Log Message:
-----------
Merge pull request #16654 from mauriciofauth/server-databases
Revamp the Database list page
Branch: refs/heads/QA_5_1
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5e5733dcb796b1e7b128a601b74b7da327bd3ca4
https://github.com/phpmyadmin/phpmyadmin/commit/5e5733dcb796b1e7b128a601b74…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2021-02-16 (Tue, 02 February 2021) +01:00
Changed paths:
M templates/columns_definitions/column_attribute.twig
Log Message:
-----------
Ref #16653 - Fix #15994 - use lowercase compare for a safer compare
It was lowercase on MariaDB 10.4
Signed-off-by: William Desportes <williamdes(a)wdes.fr>