Actions
Task #65890
closedRemove charset conversion for ajax.php calls
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
Start date:
2015-03-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When ajax.php was introduced for TYPO3 CMS 4.2
the main target was to introduce a proper API to also
deal with different charsets used in the Backend.
Nowadays the request charset and the AJAX call
are the same (UTF-8 only) for all Backend calls,
so this functionality has no effect anymore and
can be safely removed, as everything is UTF-8.
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/37994
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ea65faf41c45fb61fc496652e23c1c1d89f8830a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions