Actions
Task #68765
closedUse DOM API for RSA encryption form field access
Status:
Closed
Priority:
Should have
Assignee:
Category:
Authentication
Target version:
Start date:
2015-08-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
DOM Level 2 provides document.forms and HTMLFormElement.elements as API for straightforward access to forms and form elements. This should be used instead of the generic getElementsByTagName
.
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42281
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42281
Updated by Mathias Brodala over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 50 to 100
Applied in changeset a8ca5f0e7447610c10b4dfad04919f0864ebc950.
Actions