Bug #25111
closedCleanup: Remove obsolete checkbox code for input fields
100%
Description
Since version 4.5 the "checkbox" configuration for columns of type "input" is obsolete. Every input field now has a clear button within the field and input fields with date/time values automatically get a date picker.
The code for the checkboxes hasn't been removed completely but is not used any more.
Solution: Remove all obsolete code and output a deprecation warning if someone uses the configuration option "checkbox" for columns of type "input".
Related information:
http://forge.typo3.org/issues/23742 (The original RFC that replaced the checkbox)
http://typo3.org/documentation/document-library/core-documentation/doc_core_api/4.3.0/view/4/2/#id2520906 (TCA Reference for columns of type "input")
http://forge.typo3.org/issues/13137 (issue for updating the "checkbox" configuration in TCA Reference)
(issue imported from #M17680)
Files