Horde/Registry.php 2

Type Line Description
TODO 2245 This only returns the error for Horde-wide
TODO 66 Fix this up for H6 (framework needs to do better job of supporting bootstrapping before authentication).

Horde/Core/Block.php 1

Type Line Description
TODO 212 For Horde 6 this should be abstract.

Horde/Core/TagBrowser.php 1

Type Line Description
TODO 180 H6 - standardize the cloud array keys (total vs count etc..)

Horde/Core/History.php 1

Type Line Description
TODO 29 For H6 we can replace type hints for Horde_History with Horde_Core_History so we can get rid of all the extra methods here and simply use __call().

Horde/Core/Imsp/Utils.php 1

Type Line Description
TODO 148 What to do for the owner when it's not current user?

Horde/Core/Alarm/Handler/Desktop/Icon.php 1

Type Line Description
TODO 25 Refactor Horde_Core_Alarm_Handler_Desktop to avoid this

Horde/Core/ActiveSync/Connector.php 2

Type Line Description
TODO 155 Remove for H6 and make calendar_import return this structure.
TODO 1216 H6 remove the hasMethod checks.

Horde/Core/ActiveSync/Mail/Draft.php 1

Type Line Description
TODO 23 Move this, along with the parent class to the ActiveSync package and inject any needed Core dependencies.

Horde/Core/ActiveSync/Driver.php 5

Type Line Description
TODO 305 Horde 6 move to base class
TODO 871 Horde 6, move to the base class.
TODO 935 H6 - Clean up method parameters, update parent class etc... - Return a new ids object. - Refactor to use a Repository pattern for each supported collection and move the bulk of the logic in the switch structure below to the various classes - and refactor out most of the stuff in the registry connector since the Repositories will handle the basic CRUD operations and change detection on each collection. - Use an object instead of hashes to return in the changes array to better define the available properties.
TODO 2200 H6 - Either make this take an options array or break it into two separate methods - one for EAS < 14 and one for EAS > 14.
TODO 2459 H6: return information keyed by the common names given in wbxml schema for the settings command (use constants) and return as a Horde_ActiveSync_Message_Oof object.

Horde/Core/Group/Ldap.php 1

Type Line Description
TODO 16 Remove

Horde/Core/Secret/Cbc.php 1

Type Line Description
TODO 32 Merge this class with Horde_Core_Secret.

Horde/Core/Notification/Handler/Decorator/Base.php 2

Type Line Description
TODO 41 Declare as final.
TODO 81 Declare as final.

Horde/Core/Notification/Listener/SmartmobileStatus.php 1

Type Line Description
TODO 31 Need to add delay to allow browser to correctly populate

Horde/Core/Ui/VarRenderer/Html.php 2

Type Line Description
TODO 533 use NLS to get the order right for the Rest Of The
TODO 170 Show image dimensions in the width/height boxes.

Horde/Core/Factory/MimeViewer.php 1

Type Line Description
TODO 82 Logging

Horde/Core/Factory/Secret/Cbc.php 1

Type Line Description
TODO 8 Replace Horde_Core_Factory_Secret with this class.

Horde/Core/Prefs/Ui.php 1

Type Line Description
TODO 978 Remove for H6