PR-5.1-dev Pending

User tests: Successful: Unsuccessful:

avatar LadySolveig
LadySolveig
5 Feb 2024

Reverts #40415 b/c

avatar LadySolveig LadySolveig - open - 5 Feb 2024
avatar LadySolveig LadySolveig - change - 5 Feb 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 5 Feb 2024
Category Administration com_users com_workflow Front End com_config com_contact com_content com_contenthistory com_fields com_modules Installation Libraries Plugins
avatar wilsonge
wilsonge - comment - 5 Feb 2024

What is this fixing? The majority of these things are doc blocks changes (and are probably required in advance of us swapping things over in J6 or similar). The two places I can see potential real impacts are BaseApplication and WebApplication where we change the default instance over. Targeted fixes might be better there depending on exactly what b/c things have been reported.

avatar LadySolveig
LadySolveig - comment - 6 Feb 2024

Revert only because of the complete replacement of class Joomla\Input\Input <-> Joomla\CMS\Input\Input - not the doc block changes.

avatar bembelimen bembelimen - change - 6 Feb 2024
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2024-02-06 08:12:46
Closed_By bembelimen
Labels Added: PR-5.1-dev
avatar bembelimen bembelimen - close - 6 Feb 2024
avatar bembelimen bembelimen - merge - 6 Feb 2024
avatar bembelimen
bembelimen - comment - 6 Feb 2024

Thanks

avatar wilsonge
wilsonge - comment - 6 Feb 2024

Revert only because of the complete replacement of class Joomla\Input\Input <-> Joomla\CMS\Input\Input - not the doc block changes.

I understand but as Joomla\CMS\Input\Input extends from Joomla\Input\Input there isn't a b/c break. the b/c breaks are only where we create the class (because the internals aren't set by reference), widening the type hints shouldn't be a b/c break and in some cases may allow people to do easier interop going into the change default happening in J6

Add a Comment

Login with GitHub to post a comment