Markers

joomla/access/access.php 1

Type Line Description
TODO 355 This method should move somewhere else

joomla/application/application.php 1

Type Line Description
TODO 1022 At some point we need to get away from having session data always in the db.

joomla/updater/adapters/collection.php 1

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

joomla/installer/adapters/component.php 1

Type Line Description
TODO 1424 Find Some better way to discover the component_id

joomla/application/component/controllerform.php 1

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

joomla/factory.php 1

Type Line Description
TODO 429 This may go in a separate class - error reporting may be improved.

joomla/document/feed/feed.php 1

Type Line Description
TODO 193 Make this cacheable

joomla/form/form.php 9

Type Line Description
TODO 310 throw exception.
TODO 794 throw exception.
TODO 825 throw exception.
TODO 881 throw exception.
TODO 889 throw exception.
TODO 953 throw exception.
TODO 997 throw exception.
TODO 1007 throw exception.
TODO 1788 Maybe we should receive all addXXXpaths attributes at once?

joomla/client/ftp.php 1

Type Line Description
TODO 1271 Deal with recurse -- nightmare

joomla/github/gists.php 1

Type Line Description
TODO 254 Verify change

joomla/html/html/grid.php 1

Type Line Description
TODO 144 This needs to be reworked to suit the new access levels

joomla/filesystem/helper.php 1

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

joomla/application/input.php 1

Type Line Description
TODO 132 throw an exception

joomla/installer/installer.php 1

Type Line Description
TODO 1317 work out why the below line triggers 'node no longer exists' errors with files

joomla/github/issues.php 2

Type Line Description
TODO 373 Implement the filtering options.
TODO 415 Implement the filtering options.

joomla/client/ldap.php 1

Type Line Description
TODO 555 1.6: If UDP or TCP, (TODO fill addrport and) strip portnumber information from address

joomla/installer/adapters/library.php 2

Type Line Description
TODO 277 Remove backwards compatibility in a future version
TODO 299 Change this so it walked up the path backwards so we clobber multiple empties

joomla/error/log.php 1

Type Line Description
TODO 12 Wack this into a language file when this gets merged

joomla/mail/mail.php 1

Type Line Description
TODO 85 Set an appropriate error number

joomla/application/menu.php 1

Type Line Description
TODO 106 Solve this

joomla/html/parameter/element/menuitem.php 3

Type Line Description
TODO 61 move query to model
TODO 72 move query to model
TODO 79 use node model

joomla/application/component/modeladmin.php 1

Type Line Description
TODO 358 Deal with ordering?

joomla/installer/adapters/module.php 1

Type Line Description
TODO 632 Re-evaluate this; should we run installation triggers? postflight perhaps?

joomla/database/database/mysqlexporter.php 1

Type Line Description
TODO 231 Incorporate into parent class and use $this.

joomla/database/database/mysqlimporter.php 6

Type Line Description
TODO 350 Incorporate into parent class and use $this.
TODO 369 Don't quote numeric values.
TODO 381 Don't quote numeric values.
TODO 489 Error checking on array and element types.
TODO 536 Incorporate into parent class and use $this.
TODO 555 If it's not XML convert to XML first.

joomla/html/html/number.php 1

Type Line Description
TODO 58 Allow conversion of units where $bytes = '32M'.

joomla/filter/output.php 1

Type Line Description
TODO 151 There must be a better way???

joomla/installer/adapters/package.php 1

Type Line Description
TODO 371 Fail?

joomla/cache/controller/page.php 1

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

joomla/utilities/simplexml.php 1

Type Line Description
TODO 118 throw warning

joomla/database/database/sqlsrv.php 5

Type Line Description
TODO 236 Run a blank query here
TODO 292 Not fake this
TODO 453 To implement.
TODO 576 SELECT IDENTITY
TODO 850 Remove this?

joomla/session/storage.php 1

Type Line Description
TODO 21 When dropping compatibility with PHP 5.3 use the SessionHandlerInterface and the SessionHandler class

joomla/database/table.php 1

Type Line Description
TODO 1004 This either needs to be static or not.

joomla/updater/update.php 1

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

joomla/user/user.php 3

Type Line Description
TODO 426 Modify the way permissions are stored in the db to allow for faster implementation and better scaling
TODO 620 Backend controller checks the password, frontend doesn't but should.
TODO 673 this will be deprecated as of the ACL implementation

joomla/database/table/user.php 1

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

joomla/filesystem/archive/zip.php 3

Type Line Description
TODO 100 Finish Implementation
TODO 527 Review and finish implementation
TODO 637 Review and finish implementation