Action/Account/LostPasswordAction.php 2

Type Line Description
TODO 108 This should be done via an Authenticator object.
TODO 255 Implement `$container['admin/config']['user.lost_password_email']`

Action/Account/ResetPasswordAction.php 2

Type Line Description
TODO 62 This should be done via an Authenticator object.
TODO 62 Implement "sendResetPasswordEmail"

Action/ElfinderConnectorAction.php 1

Type Line Description
TODO 142 Implement {@see self::$httpRequest} to replace `filter_input(INPUT_GET)`.

Action/LogoutAction.php 2

Type Line Description
TODO 36 This should be done via an Authenticator object.
TODO 105 Provide feedback and redirection?

Action/Object/DeleteAction.php 2

Type Line Description
TODO 45 Add support for "next_url".
TODO 45 Implement Trash

Action/Object/LoadAction.php 1

Type Line Description
TODO 90 Implement obj_id support for load object action

AdminAction.php 1

Type Line Description
TODO 215 {@link https://github.com/mcaskill/charcoal-recaptcha Implement CAPTCHA validation as a service}.

AdminTemplate.php 2

Type Line Description
TODO 324 This is NOT used yet.
TODO 356 To Do.

Property/AbstractPropertyInput.php 2

Type Line Description
TODO 577 [mcaskill 2016-11-16]: Rename to `controlType` or `controlTemplate`.
TODO 687 [mcaskill 2016-11-16]: Rename to `inputType`.

Property/Input/SelectInput.php 1

Type Line Description
TODO 32 [^1]: With PHP7 we can simply do `yield from $choices;`.

Property/Input/Selectize/TagsInput.php 1

Type Line Description
TODO 164 [^1]: With PHP7 we can simply do `yield from $choices;`.

Property/Input/SelectizeInput.php 1

Type Line Description
TODO 171 [^1]: With PHP7 we can simply do `yield from $choices;`.

Script/Translation/TranslateScript.php 2

Type Line Description
TODO 320 multiple langs data[0] = ORIGINAL data[1] = TRANSLATION data[2] = CONTEXT
TODO 341 make this optional

Script/User/ResetPasswordScript.php 1

Type Line Description
TODO 111 Implement reset password email dispatch.

Ui/CollectionContainerTrait.php 1

Type Line Description
TODO 489 Integrate $data; merge with $collectionConfig

Widget/FormGroup/StructureFormGroup.php 1

Type Line Description
TODO 411 Add support to StructureProperty and StructureFormGroup for multiple-values: `($store->multiple() ? '%1$s['.uniqid().'][%2$s]' : '%1$s[%2$s]' )`.

Widget/Graph/AbstractGraphWidget.php 1

Type Line Description
TODO 67 Read from widget metadata