Markers
src/Access/Access.php 2
Type | Line | Description |
---|---|---|
TODO | 936 | Uncouple this from \JComponentHelper and allow for a configuration setting or value injection. |
TODO | 1012 | This method should move somewhere else |
legacy/application/application.php 1
Type | Line | Description |
---|---|---|
TODO | 992 | At some point we need to get away from having session data always in the db. |
src/Updater/Adapter/CollectionAdapter.php 1
Type | Line | Description |
---|---|---|
TODO | 261 | Decrement the bad counter if non-zero |
src/Filesystem/FilesystemHelper.php 1
Type | Line | Description |
---|---|---|
TODO | 249 | add user space filter loading like user space stream loading |
src/Form/Form.php 1
Type | Line | Description |
---|---|---|
TODO | 2013 | Maybe we should receive all addXXXpaths attributes at once? |
src/MVC/Controller/FormController.php 1
Type | Line | Description |
---|---|---|
TODO | 21 | Add ability to set redirect manually to better cope with frontend usage. |
vendor/joomla/filesystem/src/Clients/FtpClient.php 1
Type | Line | Description |
---|---|---|
TODO | 1353 | Deal with recurse -- nightmare |
vendor/joomla/filesystem/src/Helper.php 1
Type | Line | Description |
---|---|---|
TODO | 255 | add user space filter loading like user space stream loading |
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? |
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 |
vendor/joomla/ldap/src/LdapClient.php 1
Type | Line | Description |
---|---|---|
TODO | 759 | 1.6: If UDP or TCP, (TODO fill addrport and) strip portnumber information from address |
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 |
joomla/database/importer/mysqli.php 4
Type | Line | Description |
---|---|---|
TODO | 293 | Incorporate into parent class and use $this. |
TODO | 312 | Don't quote numeric values. |
TODO | 324 | Don't quote numeric values. |
TODO | 414 | Error checking on array and element types. |
src/Table/Nested.php 1
Type | Line | Description |
---|---|---|
TODO | 972 | Convert to a conflict exception when available. |
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 |
joomla/database/importer/pdomysql.php 4
Type | Line | Description |
---|---|---|
TODO | 235 | Incorporate into parent class and use $this. |
TODO | 254 | Don't quote numeric values. |
TODO | 266 | Don't quote numeric values. |
TODO | 377 | Error checking on array and element types. |
joomla/database/driver/postgresql.php 2
Type | Line | Description |
---|---|---|
TODO | 469 | Come up with and implement a standard across databases. |
TODO | 479 | Improve query above to return primary key info as well |
joomla/database/importer/postgresql.php 2
Type | Line | Description |
---|---|---|
TODO | 348 | Incorporate into parent class and use $this. |
TODO | 402 | Incorporate into parent class and use $this. |
joomla/database/query.php 1
Type | Line | Description |
---|---|---|
TODO | 1658 | - What to do? sprintf() throws a Warning in these cases. |
vendor/joomla/registry/src/Registry.php 1
Type | Line | Description |
---|---|---|
TODO | 604 | Create a new private method from part of code below, as it is almost equal to 'set' method |
joomla/database/driver/sqlite.php 1
Type | Line | Description |
---|---|---|
TODO | 250 | Come up with and implement a standard across databases. |
joomla/database/driver/sqlsrv.php 5
Type | Line | Description |
---|---|---|
TODO | 310 | Run a blank query here |
TODO | 369 | Not fake this |
TODO | 381 | Not fake this |
TODO | 479 | To implement. |
TODO | 592 | SELECT IDENTITY |
src/Http/Transport/StreamTransport.php 1
Type | Line | Description |
---|---|---|
TODO | 132 | do we need to support any auth type other than Basic? |
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 |