Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 940b03838222fe8eea62b59f5b9e85c9808b05cd
https://github.com/phpmyadmin/phpmyadmin/commit/940b03838222fe8eea62b59f5b9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-08 (Sun, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/ImportStatusController.php
M index.php
M js/drag_drop_import.js
M libraries/routes.php
M services_controllers.yml
M templates/display/import/javascript.twig
D import_status.php
Log Message:
-----------
Create ImportStatusController
Moves import_status entry point to ImportStatusController controller and
removes the import_status.php file.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 76f337e6293cf1c596b0222f5a8aff89d7ba4920
https://github.com/phpmyadmin/phpmyadmin/commit/76f337e6293cf1c596b0222f5a8…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-08 (Sun, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/TransformationWrapperController.php
M libraries/routes.php
M services_controllers.yml
D libraries/entry_points/transformation/wrapper.php
Log Message:
-----------
Create TransformationWrapperController
Moves transformation wrapper entry point logic to the
TransformationWrapper controller and removes the entry point file.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: b0bd2db7f6e943f1b8bd93e204104198fcdb2ecc
https://github.com/phpmyadmin/phpmyadmin/commit/b0bd2db7f6e943f1b8bd93e2041…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-08 (Sun, 12 December 2019) -03:00
Changed paths:
A libraries/classes/Controllers/ViewOperationsController.php
M libraries/routes.php
M services_controllers.yml
D libraries/entry_points/view/operations.php
Log Message:
-----------
Create ViewOperationsController
Moves view operations entry point logic to the ViewOperationsController
controller and removes the entry point file.
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 351e34ecf58c9125a2eba6492a3d025adf0d6fee
https://github.com/phpmyadmin/phpmyadmin/commit/351e34ecf58c9125a2eba6492a3…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2019-12-07 (Sat, 12 December 2019) -03:00
Changed paths:
A phpstan-baseline.neon
M composer.json
M libraries/classes/Config.php
M libraries/classes/Console.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Table/SearchController.php
M libraries/classes/Display/Results.php
M libraries/classes/Gis/GisVisualization.php
M libraries/classes/Plugins/AuthenticationPlugin.php
M libraries/classes/Plugins/ExportPlugin.php
M libraries/classes/Plugins/Schema/Dia/RelationStatsDia.php
M libraries/classes/Plugins/Schema/Pdf/PdfRelationSchema.php
M libraries/entry_points/table/replace.php
M libraries/mult_submits.inc.php
M phpstan.neon.dist
M test/classes/ConfigTest.php
Log Message:
-----------
Upgrade PHPStan to version 0.12.0
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>