Markers

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

Type Line Description
TODO 1012 This method should move somewhere else
TODO 936 Uncouple this from \JComponentHelper and allow for a configuration setting or value injection.

repos/joomla-cms/libraries/src/MVC/Model/AdminModel.php 1

Type Line Description
TODO 473 Deal with ordering?

repos/joomla-cms/libraries/src/Updater/Adapter/CollectionAdapter.php 1

Type Line Description
TODO 261 Decrement the bad counter if non-zero

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

Type Line Description
TODO 196 Make this cacheable

repos/joomla-cms/libraries/src/Filesystem/FilesystemHelper.php 1

Type Line Description
TODO 249 add user space filter loading like user space stream loading

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

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

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

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

repos/joomla-cms/libraries/src/Client/FtpClient.php 1

Type Line Description
TODO 1518 Deal with recurse -- nightmare

repos/joomla-cms/libraries/src/Installer/Installer.php 4

Type Line Description
TODO 958 - At 4.0 we can change this to use `getServerType()` since SQL Server will not be supported
TODO 1137 - At 4.0 we can change this to use `getServerType()` since SQL Server will not be supported
TODO 1410 work out why the below line triggers 'node no longer exists' errors with files
TODO 2391 - Can we abstract this to not depend on the Joomla class namespace without PHP namespaces?

repos/joomla-cms/libraries/src/Installer/Adapter/LanguageAdapter.php 3

Type Line Description
TODO 49 - Refactor adapter to use common code
TODO 61 - Refactor adapter to use common code
TODO 74 - Refactor adapter to use common code

repos/joomla-cms/libraries/src/Installer/Adapter/LibraryAdapter.php 1

Type Line Description
TODO 398 Change this so it walked up the path backwards so we clobber multiple empties

repos/joomla-cms/libraries/src/Table/Nested.php 1

Type Line Description
TODO 972 Convert to a conflict exception when available.

repos/joomla-cms/libraries/src/Installer/Adapter/PackageAdapter.php 1

Type Line Description
TODO 575 Fail?

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

Type Line Description
TODO 193 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/Http/Transport/StreamTransport.php 1

Type Line Description
TODO 132 do we need to support any auth type other than Basic?

repos/joomla-cms/libraries/src/Updater/Update.php 1

Type Line Description
TODO 524 Add a 'mark bad' setting here somehow

repos/joomla-cms/libraries/src/Table/User.php 1

Type Line Description
TODO 305 This is a dumb way to handle the groups.

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

Type Line Description
TODO 414 Modify the way permissions are stored in the db to allow for faster implementation and better scaling