Task #88773
closedRecordlist: Reduce inline js and remove unnecessary onclick attr
0%
Description
Some js in ext:recordlist is still inline js defined in php code or as html attr.
It is scattered in RecordlistController, DatabaseRecordList and BachendUtility and sill uses global js vars.
Move this js to own js files. Replace js where it is possible with normal links and remove unnecessary onclick attributes.
As a side effect it is some work to make the backend compatible with CSP.
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61281
Updated by Gerrit Code Review over 5 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61281
Updated by Gerrit Code Review over 5 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61281
Updated by Susanne Moog almost 5 years ago
- Status changed from Under Review to Closed
Patch was abandoned and issue splitted.