Markers

repos/joomla-cms/libraries/src/Access/Access.php 1

Type Line Description
TODO 897 This method should move somewhere else

repos/joomla-cms/libraries/src/Application/EventAwareInterface.php 1

Type Line Description
TODO 28 Move to compat plugin

repos/joomla-cms/libraries/src/Document/FeedDocument.php 1

Type Line Description
TODO 203 Make this cacheable

repos/joomla-cms/libraries/src/Form/Form.php 1

Type Line Description
TODO 1514 Maybe we should receive all addXXXpaths attributes at once?

repos/joomla-cms/libraries/src/MVC/Controller/FormController.php 1

Type Line Description
TODO 36 Add ability to set redirect manually to better cope with frontend usage.

repos/joomla-cms/libraries/src/Error/Renderer/HtmlRenderer.php 1

Type Line Description
TODO 26 Change this renderer to use JDocumentHtml instead of JDocumentError, the latter is only used for B/C at this time

repos/joomla-cms/libraries/src/Cache/Controller/PageController.php 1

Type Line Description
TODO 182 Discuss whether this should be coupled to a data hash or a request hash ... perhaps hashed with a serialized request

repos/joomla-cms/libraries/src/Event/Table/SetNewTagsEvent.php 1

Type Line Description
TODO 23 Only used in JModelAdmin::batchTag since we can't use \Joomla\CMS\Table\Table::save as we don't want the data to be saved. Maybe trigger onBeforeStore?

repos/joomla-cms/libraries/src/Toolbar/Toolbar.php 1

Type Line Description
TODO 146 Needs a proper replacement before removal as ToolbarFactoryInterface alone does not share the object everywhere