Task #60576
closedRewrite Backend Login JS to use jQuery
100%
Description
The backend login process uses various
JavaScript parts.
1) Some basic redirects on pure JavaScript
that is inline in the LoginController.
2) A flat and hardcoded JS file in the
login.html template which actually
uses ExtJS and Prototype for various
cookie checks and usability checks.
3) RSA Authentication with Backend Login
for doing an AJAX call. This is done in
ExtJS.
All of the parts above are rewritten
using the proper API calls based on
jQuery.
Updated by Gerrit Code Review over 10 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/31826
Updated by Gerrit Code Review over 10 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/31826
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31826
Updated by Gerrit Code Review about 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31826
Updated by Gerrit Code Review about 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31826
Updated by Benni Mack about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 75567f565855b805ec5e07d9dcdc5138bcef6be2.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed