Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: cbce3a66e3026fec784b27b21dd794c901f92c6f https://github.com/phpmyadmin/phpmyadmin/commit/cbce3a66e3026fec784b27b21dd7... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/Table/OperationsController.php M libraries/classes/Controllers/Table/RecentFavoriteController.php M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/Controllers/Table/StructureController.php M libraries/classes/InsertEdit.php D libraries/entry_points/sql.php
Log Message: ----------- Remove the sql entry point file
Directly calls the controller instead of including the entry point file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: bce02453875aa8ce3ce4110fbc6c89fd51af9615 https://github.com/phpmyadmin/phpmyadmin/commit/bce02453875aa8ce3ce4110fbc6c... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Export.php D libraries/entry_points/server/export.php
Log Message: ----------- Remove the server export entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: bb42779331694e9b1e999d9e1f4a2ec23d55a28b https://github.com/phpmyadmin/phpmyadmin/commit/bb42779331694e9b1e999d9e1f4a... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/ExportController.php M libraries/classes/Export.php M libraries/mult_submits.inc.php D libraries/entry_points/database/export.php
Log Message: ----------- Remove the database export entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 42468cb03378b8890d0e1cda7fe61264e8c2d415 https://github.com/phpmyadmin/phpmyadmin/commit/42468cb03378b8890d0e1cda7fe6... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/InsertEdit.php M libraries/db_table_exists.inc.php M test/classes/InsertEditTest.php D libraries/entry_points/database/sql.php
Log Message: ----------- Remove the database sql entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d190c82f1ef6399dc09193ffbdb8f5db69aa2659 https://github.com/phpmyadmin/phpmyadmin/commit/d190c82f1ef6399dc09193ffbdb8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/Controllers/Table/RowActionController.php M libraries/classes/InsertEdit.php M test/classes/InsertEditTest.php D libraries/entry_points/table/change.php
Log Message: ----------- Remove the table change entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 4ffb6712ff9cbab59a7e6fb79ebb7ef865a7ad2d https://github.com/phpmyadmin/phpmyadmin/commit/4ffb6712ff9cbab59a7e6fb79ebb... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/Table/RowActionController.php M libraries/classes/Export.php D libraries/entry_points/table/export.php
Log Message: ----------- Remove the table export entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 634c9f38e924787028b7ded802d8f48ea91ba66f https://github.com/phpmyadmin/phpmyadmin/commit/634c9f38e924787028b7ded802d8... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/Table/ReplaceController.php D libraries/entry_points/table/replace.php
Log Message: ----------- Remove the table replace entry point file
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 7837ab81f2247804bb512f9566af995bba061666 https://github.com/phpmyadmin/phpmyadmin/commit/7837ab81f2247804bb512f9566af... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/Table/ReplaceController.php M libraries/classes/InsertEdit.php M test/classes/InsertEditTest.php D libraries/entry_points/table/sql.php
Log Message: ----------- Remove the table sql entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 96ee3b8ab050da4b27f1858bc8d61920ff1a713e https://github.com/phpmyadmin/phpmyadmin/commit/96ee3b8ab050da4b27f1858bc8d6... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2020-01-06 (Mon, 01 January 2020) -03:00
Changed paths: M libraries/classes/Controllers/Table/IndexesController.php M libraries/classes/Controllers/ViewCreateController.php D libraries/entry_points/table/structure.php
Log Message: ----------- Remove the table structure entry point file
Directly calls the controller instead of including the file.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev