ContaoCommunityAlliance/DcGeneral/Contao/InputProvider.php2

Type Line Description
todo 37 raw handling not implemented yet.
todo 78 unsure if we should use postHtml here.

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ContaoWidgetManager.php4

Type Line Description
todo 261 need better interface to Contao Config class here.
todo 336 need better interface to Contao Config class here.
todo 402 need 'update' value.
fixme 474 Add new event "CheckUpdatedPropertyValueBagEvent".

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/BaseView.php3

Type Line Description
todo 475 move unimplemented.
todo 488 undo unimplemented.
todo 1012 Shall we interface this option?

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ParentView.php2

Type Line Description
todo 101 shall we rather bail with "parent not found"?
fixme 245 foreignKey is not implemented yet.

DC_General.php1

Type Line Description
fixme 26 we can not do the deprecated notice here as the only way for Contao is to load the class from root namespace.

ContaoCommunityAlliance/DcGeneral/Data/TableRowsAsRecordsDataProvider.php1

Type Line Description
todo 256 add an option to restrict this to some allowed fields?

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/TreePicker.php2

Type Line Description
todo 507 this is untested.
todo 744 hardcoded sorting... NOT GOOD!

ContaoCommunityAlliance/DcGeneral/Contao/Dca/Builder/Legacy/LegacyDcaDataDefinitionBuilder.php1

Type Line Description
fixme 439 this only takes array('name', 'value') into account. Add support for: array('name=?', 'value').

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/TreeView.php4

Type Line Description
todo 227 shall we rather bail with "parent not found"?
fixme 282 add real tree mode here - intMode.
fixme 295 add real tree mode here.
fixme 488 set real tree mode here.

ContaoCommunityAlliance/DcGeneral/DataDefinition/Definition/Properties/PropertyInterface.php2

Type Line Description
todo 166 this is view related, should be moved there?
todo 175 this is view related, should be moved there?

ContaoCommunityAlliance/DcGeneral/Contao/Dca/Palette/LegacyPalettesParser.php1

Type Line Description
todo 176 what about :hide? this is currently not supported by LegendInterface.

ContaoCommunityAlliance/DcGeneral/Data/ModelInterface.php1

Type Line Description
todo 81 Merge with CSS_CLASS?

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/PanelRenderer.php1

Type Line Description
todo 177 Determine list of ignored panels by triggering an event.

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/Controller/ClipboardController.php1

Type Line Description
todo 191 remove clear and allow adding multiple items

ContaoCommunityAlliance/DcGeneral/Contao/Event/Subscriber.php1

Type Line Description
todo 220 refactor - foreign key handling is not yet supported.

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ActionHandler/CopyHandler.php1

Type Line Description
fixme 106 Copy each language multi language models.

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ViewHelpers.php1

Type Line Description
todo 80 This is called way to often. Check why so often and try to cache the value.

ContaoCommunityAlliance/DcGeneral/Contao/Callback/ContainerOnDeleteCallbackListener.php1

Type Line Description
todo 42 Find a way to get tl_undo record ID here.

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ActionHandler/DeleteHandler.php1

Type Line Description
fixme 109 See DefaultController::delete() - we need to delete the children of this item as well over all

ContaoCommunityAlliance/DcGeneral/Controller/DefaultController.php5

Type Line Description
todo 266 This might return a lot of models, we definately want to use some lazy approach rather than this.
todo 304 TL dnk how to handle this without highjacking the view.
fixme 408 the relationship data should be pushed into the property value bag.
fixme 604 Item should allow null as modelId so we can skip the second check here and move to class ModelId.
todo 774 to be discussed, this allow cut&paste over groupings with custom sorting

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/Subscriber/WidgetBuilder.php1

Type Line Description
todo 389 populate these.

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/Subscriber/GetGroupHeaderSubscriber.php1

Type Line Description
todo 93 refactor foreignKey is yet undefined.

ContaoCommunityAlliance/DcGeneral/Controller/TreeCollector.php1

Type Line Description
todo 189 hardcoded sorting... NOT GOOD!

ContaoCommunityAlliance/DcGeneral/Clipboard/Clipboard.php2

Type Line Description
fixme 47 use another serialisation method
fixme 59 use another serialisation method

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/ActionHandler/SelectHandler.php2

Type Line Description
todo 124 How to handle errors for one item? Abort and roll back or just log it and print the messages?
todo 144 Protect against cut in no tree and no manual sorting view.

ContaoCommunityAlliance/DcGeneral/Data/DefaultConfig.php2

Type Line Description
todo 115 : do we want to keep this behaviour? Third party will not know the correct class anyway.
todo 326 make a property bag out of this.

ContaoCommunityAlliance/DcGeneral/Data/MultiLanguageDataProvider.php2

Type Line Description
fixme 61 hardcoded languages "German" and "English".
fixme 78 hardcoded fallback language "English".

ContaoCommunityAlliance/DcGeneral/Contao/View/Contao2BackendView/EditMask.php1

Type Line Description
todo 354 "save and edit" is unimplemented, we do not know to where we want to redirect.

ContaoCommunityAlliance/DcGeneral/Data/ConfigInterface.php2

Type Line Description
todo 38 : do we want to keep this behaviour? Third party will not know the correct class anyway.
todo 182 make a property bag out of this.