Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: debb6af80f33544dd222b917b9fb69ea4decd239
https://github.com/phpmyadmin/phpmyadmin/commit/debb6af80f33544dd222b917b9f…
Author: Daniel Tiringer <tiringerdaniel(a)gmail.com>
Date: 2021-05-05 (Wed, 05 May 2021) +02:00
Changed paths:
A templates/server/select/index.twig
A templates/server/select/server_options.twig
M libraries/classes/Server/Select.php
M test/classes/Server/SelectTest.php
Log Message:
-----------
Move html from server/select to template
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Factor out logic from server listing
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Create the base twig skeleton
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Insert template and variables to form part
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Insert list view template part
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Insert just options fork
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Factor out repeating code into server_options template
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Render the template
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Comment out test parts that don't work due to translate
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Fix the typos in the translatable elements
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Refactor the test into separate scenarios
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Remove indentation spaces
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Codesniffer cleanup
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Add test for fieldset existence
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Code style fixes
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Reorder lines in test
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Replace include function with tag
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Removing the escape calls
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Commit: 06b01ac63fcdd6246f8966ec5c1191e8cf4bbeb4
https://github.com/phpmyadmin/phpmyadmin/commit/06b01ac63fcdd6246f8966ec5c1…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-07 (Fri, 05 May 2021) -03:00
Changed paths:
A templates/server/select/index.twig
A templates/server/select/server_options.twig
M libraries/classes/Server/Select.php
M test/classes/Server/SelectTest.php
Log Message:
-----------
Merge pull request #16875 from danielTiringer/14801-extract-server-select-html-to-twig
Extract Server/Select HTML to Twig
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 15f434a6d518310a322fd70d884bc44a4c5fcce4
https://github.com/phpmyadmin/phpmyadmin/commit/15f434a6d518310a322fd70d884…
Author: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Date: 2021-05-05 (Wed, 05 May 2021) +02:00
Changed paths:
A templates/navigation/tree/controls.twig
A templates/navigation/tree/pagination_params.twig
A templates/navigation/tree/quick_warp.twig
M libraries/classes/Navigation/NavigationTree.php
Log Message:
-----------
Extract small navtree functions to twig
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Extract controls to twig
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Extract quick_warp to twig
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Bugfix
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Keep class names intact
Signed-off-by: Daniel Tiringer <tiringerdaniel(a)tutanota.com>
Commit: d8a224ec6ce4a2114d289d3e108dbd34397c2f24
https://github.com/phpmyadmin/phpmyadmin/commit/d8a224ec6ce4a2114d289d3e108…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-07 (Fri, 05 May 2021) -03:00
Changed paths:
A templates/navigation/tree/controls.twig
A templates/navigation/tree/pagination_params.twig
A templates/navigation/tree/quick_warp.twig
M libraries/classes/Navigation/NavigationTree.php
Log Message:
-----------
Merge pull request #16880 from danielTiringer/14801-extract-small-html-elements-from-navigationtree
14801 - Extract small HTML elements from NavigationTree to Twig
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 467ef3cd63c553daeac01c44e5a47840b68df322
https://github.com/phpmyadmin/phpmyadmin/commit/467ef3cd63c553daeac01c44e5a…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-07 (Fri, 05 May 2021) -03:00
Changed paths:
A libraries/classes/Controllers/Table/DropColumnController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/routes.php
M libraries/services_controllers.php
Log Message:
-----------
Extract the drop column action to a new controller
Extracts the drop action method from Table\StructureController to the
Table\DropColumnController class.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 011915fe7b784ab716579837801b4b1b4759b54a
https://github.com/phpmyadmin/phpmyadmin/commit/011915fe7b784ab716579837801…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-07 (Fri, 05 May 2021) -03:00
Changed paths:
M libraries/classes/Controllers/AbstractController.php
M libraries/classes/Controllers/Database/StructureController.php
M libraries/classes/Controllers/Preferences/ExportController.php
M libraries/classes/Controllers/Preferences/FeaturesController.php
M libraries/classes/Controllers/Preferences/ImportController.php
M libraries/classes/Controllers/Preferences/MainPanelController.php
M libraries/classes/Controllers/Preferences/NavigationController.php
M libraries/classes/Controllers/Preferences/SqlController.php
M libraries/classes/Controllers/Table/StructureController.php
Log Message:
-----------
Add the redirect method to controllers
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5b2957bdc1aedd86e6586b2e44d9ea5c2813dae4
https://github.com/phpmyadmin/phpmyadmin/commit/5b2957bdc1aedd86e6586b2e44d…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-07 (Fri, 05 May 2021) -03:00
Changed paths:
M libraries/classes/Controllers/Table/StructureController.php
M libraries/services_controllers.php
M templates/table/page_with_secondary_tabs.twig
M templates/table/structure/drop_confirm.twig
M test/classes/Controllers/Table/StructureControllerTest.php
Log Message:
-----------
Add a redirection after dropping a column
Instead of loading the page in the same action, redirect to the table
structure page.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 5f1084ff789f1afc923c8b68e5577c2584797896
https://github.com/phpmyadmin/phpmyadmin/commit/5f1084ff789f1afc923c8b68e55…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2021-05-06 (Thu, 05 May 2021) -03:00
Changed paths:
A libraries/classes/Controllers/Table/DropColumnConfirmationController.php
M libraries/classes/Controllers/Table/StructureController.php
M libraries/routes.php
M libraries/services_controllers.php
Log Message:
-----------
Extract new controller for drop column confirmation
Extracts the Table\StructureController::dropConfirm action to the
Table\DropColumnConfirmationController controller.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>