Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 44d1600ce2efa0e6f43a1915253cdd0e596056a0
https://github.com/phpmyadmin/phpmyadmin/commit/44d1600ce2efa0e6f43a1915253…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-04-11 (Sat, 04 April 2020) -03:00
Changed paths:
M libraries/classes/Rte/Export.php
M phpstan-baseline.neon
Log Message:
-----------
Use early exit in Rte\Export class
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: fdfc24604034568bc66e93ecfa57d355da73164d
https://github.com/phpmyadmin/phpmyadmin/commit/fdfc24604034568bc66e93ecfa5…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-04-11 (Sat, 04 April 2020) -03:00
Changed paths:
M libraries/classes/Rte/Events.php
M libraries/classes/Rte/Routines.php
M libraries/classes/Rte/Triggers.php
D libraries/classes/Rte/Export.php
Log Message:
-----------
Remove the Rte\Export class
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Commit: c1ca032da75b7ad60fac76823299ed952cf8f8a3
https://github.com/phpmyadmin/phpmyadmin/commit/c1ca032da75b7ad60fac7682329…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-04-11 (Sat, 04 April 2020) -03:00
Changed paths:
M libraries/classes/Controllers/Database/EventsController.php
M libraries/classes/Controllers/Database/RoutinesController.php
M libraries/classes/Controllers/Database/TriggersController.php
M libraries/classes/Controllers/Table/TriggersController.php
M libraries/classes/Rte/Events.php
M libraries/classes/Rte/Routines.php
M libraries/classes/Rte/Triggers.php
M test/classes/Rte/EventsTest.php
M test/classes/Rte/RoutinesTest.php
M test/classes/Rte/TriggersTest.php
Log Message:
-----------
Use DI for RTE classes
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 39e567f59fbddccde029bb2e6d9b7536aac112b8
https://github.com/phpmyadmin/phpmyadmin/commit/39e567f59fbddccde029bb2e6d9…
Author: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2020-04-10 (Fri, 04 April 2020) -03:00
Changed paths:
A templates/rte/events/list.twig
A templates/rte/routines/list.twig
A templates/rte/triggers/list.twig
M libraries/classes/Rte/Events.php
M libraries/classes/Rte/Routines.php
M libraries/classes/Rte/RteList.php
M libraries/classes/Rte/Triggers.php
Log Message:
-----------
Extract the HTML from RteList::get method
Signed-off-by: MaurÃcio Meneghini Fauth <mauricio(a)fauth.dev>