Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 208b0e25e1a5ff8e862b15437d5caa5eefddb64e
https://github.com/phpmyadmin/phpmyadmin/commit/208b0e25e1a5ff8e862b15437d5…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-03 (Sat, 08 August 2019) -03:00
Changed paths:
M db_qbe.php
M import.php
M index.php
M js/ajax.js
M js/designer/move.js
M js/functions.js
M js/makegrid.js
M js/multi_column_sort.js
M js/normalization.js
M js/sql.js
M js/table/operations.js
M js/table/structure.js
M js/table/zoom_plot_jqplot.js
M libraries/classes/Config.php
M libraries/classes/Controllers/Database/SqlController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Table/ChartController.php
M libraries/classes/Controllers/Table/IndexesController.php
M libraries/classes/Controllers/Table/SqlController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/classes/Core.php
M libraries/classes/Display/Results.php
M libraries/classes/Import.php
M libraries/classes/Index.php
M libraries/classes/InsertEdit.php
M libraries/classes/Menu.php
M libraries/classes/Navigation/Nodes/NodeTable.php
M libraries/classes/Navigation/Nodes/NodeView.php
M libraries/classes/Operations.php
M libraries/classes/Rte/Footer.php
M libraries/classes/Rte/RteList.php
M libraries/classes/Sanitize.php
M libraries/classes/Server/Status/Data.php
M libraries/classes/Sql.php
M libraries/classes/SqlQueryForm.php
M libraries/classes/Util.php
M libraries/db_table_exists.inc.php
M libraries/entry_points/table/change.php
M libraries/mult_submits.inc.php
M sql.php
M tbl_addfield.php
M tbl_gis_visualization.php
M tbl_row_action.php
M templates/database/search/results.twig
M templates/database/structure/structure_table_row.twig
M templates/display/results/options_block.twig
M templates/display/results/page_selector.twig
M templates/display/results/sort_by_key.twig
M templates/display/results/table_headers.twig
M templates/display/results/table_navigation.twig
M templates/display/results/table_navigation_button.twig
M templates/sql/bookmark.twig
M templates/table/relation/foreign_key_row.twig
M templates/table/structure/display_structure.twig
M templates/table/structure/display_table_stats.twig
M test/classes/CoreTest.php
M test/classes/Display/ResultsTest.php
M test/classes/ErrorReportTest.php
M test/classes/ImportTest.php
M test/classes/InsertEditTest.php
M test/classes/Navigation/Nodes/NodeTableTest.php
M test/classes/Navigation/Nodes/NodeViewTest.php
M test/classes/OperationsTest.php
M test/classes/SqlQueryFormTest.php
Log Message:
-----------
Use the router for the sql pages
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 88c28f095a87db1fa7bf500bae36868c6e326937
https://github.com/phpmyadmin/phpmyadmin/commit/88c28f095a87db1fa7bf500bae3…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-08-01 (Thu, 08 August 2019) -03:00
Changed paths:
A test/classes/EnvironmentTest.php
A test/classes/FilesTest.php
A test/classes/GetCheckboxTest.php
M examples/openid.php
M libraries/classes/DatabaseInterface.php
M libraries/classes/Plugins/Import/Upload/UploadProgress.php
M libraries/classes/Relation.php
M libraries/classes/Twig/I18n/NodeTrans.php
M libraries/classes/TwoFactor.php
M libraries/mult_submits.inc.php
M phpstan.neon.dist
M test/bootstrap-phpstan.php
M test/classes/TwoFactorTest.php
D test/EnvironmentTest.php
D test/libraries/FilesTest.php
D test/libraries/common/GetCheckboxTest.php
Log Message:
-----------
Fix some errors detected by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>