Task #72485
closedOptimize FormEngineValidation, part 1
100%
Description
The current implementation of FormEngineValidation has some performance flaws: Some evaluation commands check each character of the passed value instead of applying regular expressions. Also, some custom methods can be replaced by native JavaScript.
Updated by Gerrit Code Review almost 9 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/45348
Updated by Gerrit Code Review almost 9 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/45348
Updated by Gerrit Code Review almost 9 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/45348
Updated by Gerrit Code Review almost 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45348
Updated by Andreas Fernandez almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 003f99038a36c5d9e71ba44bd527246aa2d14fcd.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Updated by Stephan Großberndt almost 7 years ago
- Precedes Bug #83731: JavaScript error when using 'eval' => 'int,nospace' in TCA added