Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: eb41beec231fec3e05dec950e6281f60d24eb730
https://github.com/phpmyadmin/phpmyadmin/commit/eb41beec231fec3e05dec950e62…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-11-19 (Thu, 11 November 2020) +01:00
Changed paths:
M js/vendor/codemirror/lib/codemirror.js
M js/vendor/codemirror/mode/xml/xml.js
M js/vendor/jquery/jquery-migrate.js
M package.json
M yarn.lock
Log Message:
-----------
Upgrade codemirror and jquery-migrate
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: ece2e957dd2d9c09b3b11e6069c4fd6f1b66a221
https://github.com/phpmyadmin/phpmyadmin/commit/ece2e957dd2d9c09b3b11e6069c…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-11-19 (Thu, 11 November 2020) +01:00
Changed paths:
M package.json
M yarn.lock
Log Message:
-----------
Upgrade stylelint from ^13.7.2 to ^13.8.0
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b43e35166889e686a90f642239a2a157f4df9c72
https://github.com/phpmyadmin/phpmyadmin/commit/b43e35166889e686a90f642239a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-11-16 (Mon, 11 November 2020) -03:00
Changed paths:
M test/classes/BrowseForeignersTest.php
M test/classes/Config/FormDisplayTemplateTest.php
M test/classes/Controllers/Server/BinlogControllerTest.php
M test/classes/Controllers/Server/Status/ProcessesControllerTest.php
M test/classes/Controllers/Server/Status/StatusControllerTest.php
M test/classes/Controllers/Server/Status/VariablesControllerTest.php
M test/classes/Engines/InnodbTest.php
M test/classes/Plugins/Export/ExportHtmlwordTest.php
Log Message:
-----------
Fix broken tests related to #16486
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: c64b77abe142b8d1cf369ca2c02721af272ce0de
https://github.com/phpmyadmin/phpmyadmin/commit/c64b77abe142b8d1cf369ca2c02…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-11-16 (Mon, 11 November 2020) -03:00
Changed paths:
M js/src/designer/history.js
M js/src/functions.js
M js/src/server/status/monitor.js
M libraries/classes/BrowseForeigners.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Triggers.php
M libraries/classes/Engines/Innodb.php
M libraries/classes/InsertEdit.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Relation.php
M libraries/classes/StorageEngine.php
M templates/columns_definitions/column_definitions_form.twig
M templates/columns_definitions/partitions.twig
M templates/columns_definitions/table_fields_definitions.twig
M templates/config/form_display/fieldset_top.twig
M templates/database/central_columns/edit.twig
M templates/database/central_columns/main.twig
M templates/database/data_dictionary/index.twig
M templates/database/designer/database_tables.twig
M templates/database/designer/main.twig
M templates/database/designer/page_save_as.twig
M templates/database/events/editor_form.twig
M templates/database/events/index.twig
M templates/database/export/index.twig
M templates/database/multi_table_query/form.twig
M templates/database/privileges/index.twig
M templates/database/qbe/ins_del_and_or_cell.twig
M templates/database/qbe/selection_form.twig
M templates/database/routines/index.twig
M templates/database/search/results.twig
M templates/database/structure/add_prefix.twig
M templates/database/structure/change_prefix_form.twig
M templates/database/structure/show_create.twig
M templates/database/structure/table_header.twig
M templates/database/tracking/tables.twig
M templates/database/triggers/list.twig
M templates/display/results/table.twig
M templates/export.twig
M templates/indexes.twig
M templates/navigation/item_unhide_dialog.twig
M templates/server/binlog/index.twig
M templates/server/collations/index.twig
M templates/server/databases/index.twig
M templates/server/engines/index.twig
M templates/server/plugins/index.twig
M templates/server/privileges/change_password.twig
M templates/server/privileges/initials_row.twig
M templates/server/privileges/privileges_summary.twig
M templates/server/privileges/users_overview.twig
M templates/server/replication/master_replication.twig
M templates/server/replication/status_table.twig
M templates/server/status/monitor/index.twig
M templates/server/status/processes/list.twig
M templates/server/status/queries/index.twig
M templates/server/status/status/index.twig
M templates/server/status/variables/index.twig
M templates/server/user_groups/user_groups.twig
M templates/server/user_groups/user_listings.twig
M templates/server/variables/index.twig
M templates/setup/home/index.twig
M templates/sql/profiling_chart.twig
M templates/table/find_replace/replace_preview.twig
M templates/table/index_form.twig
M templates/table/maintenance/checksum.twig
M templates/table/privileges/index.twig
M templates/table/relation/common_form.twig
M templates/table/search/index.twig
M templates/table/structure/display_partitions.twig
M templates/table/structure/display_structure.twig
M templates/table/structure/display_table_stats.twig
M templates/table/tracking/main.twig
M templates/table/tracking/report_table.twig
M templates/table/tracking/structure_snapshot_columns.twig
M templates/table/tracking/structure_snapshot_indexes.twig
M templates/table/zoom_search/index.twig
M templates/table/zoom_search/result_form.twig
M templates/transformation_overview.twig
M templates/view_create.twig
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/original/scss/_common.scss
M themes/pmahomme/scss/_common.scss
Log Message:
-----------
Move HTML's table CSS to the pma-table class
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 0d148fc002e69c1a0a499ad4e0db5d30d5fe1591
https://github.com/phpmyadmin/phpmyadmin/commit/0d148fc002e69c1a0a499ad4e0d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-11-16 (Mon, 11 November 2020) -03:00
Changed paths:
A themes/metro/scss/_tables.scss
A themes/original/scss/_tables.scss
A themes/pmahomme/scss/_tables.scss
M templates/server/databases/index.twig
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/metro/scss/_variables.scss
M themes/metro/scss/theme.scss
M themes/original/scss/_common.scss
M themes/original/scss/_variables.scss
M themes/original/scss/theme.scss
M themes/pmahomme/scss/_common.scss
M themes/pmahomme/scss/_variables.scss
M themes/pmahomme/scss/theme.scss
Log Message:
-----------
Add support for Bootstrap tables
Converts server database list page to Bootstrap table.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: 2f5f118ce5fb5141658fadb652087b8323a22805
https://github.com/phpmyadmin/phpmyadmin/commit/2f5f118ce5fb5141658fadb6520…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-11-16 (Mon, 11 November 2020) -03:00
Changed paths:
A themes/metro/scss/_tables.scss
A themes/original/scss/_tables.scss
A themes/pmahomme/scss/_tables.scss
M js/src/designer/history.js
M js/src/functions.js
M js/src/server/status/monitor.js
M libraries/classes/BrowseForeigners.php
M libraries/classes/Database/Routines.php
M libraries/classes/Database/Triggers.php
M libraries/classes/Engines/Innodb.php
M libraries/classes/InsertEdit.php
M libraries/classes/Plugins/Auth/AuthenticationConfig.php
M libraries/classes/Plugins/Export/ExportHtmlword.php
M libraries/classes/Relation.php
M libraries/classes/StorageEngine.php
M templates/columns_definitions/column_definitions_form.twig
M templates/columns_definitions/partitions.twig
M templates/columns_definitions/table_fields_definitions.twig
M templates/config/form_display/fieldset_top.twig
M templates/database/central_columns/edit.twig
M templates/database/central_columns/main.twig
M templates/database/data_dictionary/index.twig
M templates/database/designer/database_tables.twig
M templates/database/designer/main.twig
M templates/database/designer/page_save_as.twig
M templates/database/events/editor_form.twig
M templates/database/events/index.twig
M templates/database/export/index.twig
M templates/database/multi_table_query/form.twig
M templates/database/privileges/index.twig
M templates/database/qbe/ins_del_and_or_cell.twig
M templates/database/qbe/selection_form.twig
M templates/database/routines/index.twig
M templates/database/search/results.twig
M templates/database/structure/add_prefix.twig
M templates/database/structure/change_prefix_form.twig
M templates/database/structure/show_create.twig
M templates/database/structure/table_header.twig
M templates/database/tracking/tables.twig
M templates/database/triggers/list.twig
M templates/display/results/table.twig
M templates/export.twig
M templates/indexes.twig
M templates/navigation/item_unhide_dialog.twig
M templates/server/binlog/index.twig
M templates/server/collations/index.twig
M templates/server/databases/index.twig
M templates/server/engines/index.twig
M templates/server/plugins/index.twig
M templates/server/privileges/change_password.twig
M templates/server/privileges/initials_row.twig
M templates/server/privileges/privileges_summary.twig
M templates/server/privileges/users_overview.twig
M templates/server/replication/master_replication.twig
M templates/server/replication/status_table.twig
M templates/server/status/monitor/index.twig
M templates/server/status/processes/list.twig
M templates/server/status/queries/index.twig
M templates/server/status/status/index.twig
M templates/server/status/variables/index.twig
M templates/server/user_groups/user_groups.twig
M templates/server/user_groups/user_listings.twig
M templates/server/variables/index.twig
M templates/setup/home/index.twig
M templates/sql/profiling_chart.twig
M templates/table/find_replace/replace_preview.twig
M templates/table/index_form.twig
M templates/table/maintenance/checksum.twig
M templates/table/privileges/index.twig
M templates/table/relation/common_form.twig
M templates/table/search/index.twig
M templates/table/structure/display_partitions.twig
M templates/table/structure/display_structure.twig
M templates/table/structure/display_table_stats.twig
M templates/table/tracking/main.twig
M templates/table/tracking/report_table.twig
M templates/table/tracking/structure_snapshot_columns.twig
M templates/table/tracking/structure_snapshot_indexes.twig
M templates/table/zoom_search/index.twig
M templates/table/zoom_search/result_form.twig
M templates/transformation_overview.twig
M templates/view_create.twig
M themes/bootstrap/scss/_common.scss
M themes/metro/scss/_common.scss
M themes/metro/scss/_variables.scss
M themes/metro/scss/theme.scss
M themes/original/scss/_common.scss
M themes/original/scss/_variables.scss
M themes/original/scss/theme.scss
M themes/pmahomme/scss/_common.scss
M themes/pmahomme/scss/_variables.scss
M themes/pmahomme/scss/theme.scss
Log Message:
-----------
Merge pull request #16486 from mauriciofauth/table-css
Add support for Bootstrap tables
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 915e907b37b310258fc147889791e87f9e666ffe
https://github.com/phpmyadmin/sql-parser/commit/915e907b37b310258fc14788979…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-11-16 (Mon, 11 November 2020) +01:00
Changed paths:
M tests/Utils/CLITest.php
M tests/Utils/FormatterTest.php
Log Message:
-----------
Use back setMethods because of phpunit on PHP 7.1
Ref: 3488f3794c62b32c0aaab87c7287fad1b27a122f
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/error-reporting-server
Commit: 117beb001a0c638dc6b516424ce73882a814c4e3
https://github.com/phpmyadmin/error-reporting-server/commit/117beb001a0c638…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-11-16 (Mon, 11 November 2020) +01:00
Changed paths:
M composer.json
Log Message:
-----------
Upgrade phpmyadmin/coding-standard to at least 2.1.1
Signed-off-by: William Desportes <williamdes(a)wdes.fr>
Commit: ccc49c62f1e98f1e1c4a9f9f12c3c88998300ed4
https://github.com/phpmyadmin/error-reporting-server/commit/ccc49c62f1e98f1…
Author: William Desportes <williamdes(a)wdes.fr>
Date: 2020-11-16 (Mon, 11 November 2020) +01:00
Changed paths:
M phpcs.xml.dist
M src/Controller/PagesController.php
M src/View/Helper/IncidentsHelper.php
Log Message:
-----------
Fix coding standard issues and set phpcs cache config file
Signed-off-by: William Desportes <williamdes(a)wdes.fr>