Actions
Bug #70251
closedPlease remove/update the comments regarding ajax.php
Start date:
2015-10-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
Hello Core-Team,
I'm searching for the ajax.php, but I just see that we have removed it with TYPO3 7.5.
Comment in ClickMenuEntry:
@deprecated since TYPO3 CMS 7, will be removed in TYPO3 CMS 8, as ajax.php is now the main entry point
ajax.php is the new entry point in TYPO3 CMS 8?
Or here in InlineRecordContainer:
$html = str_replace('P[returnUrl]=%2F' . rawurlencode(TYPO3_mainDir) . 'ajax.php', 'P[returnUrl]=' . rawurlencode($ajaxArguments[2]), $html);
This isn't a comment, this is live code.
Further files:
- AjaxRequestHandler.php
- jsfunc.tbe_editor.js
- SystemEnvironmentBuilder.php
- DefaultConfiguration.php
- locallang_core.xlf
- CodeCompletion.php
- T3editor.php
- TypoScriptReferenceLoader.php
Stefan
Updated by Benni Mack about 9 years ago
- Status changed from New to Accepted
- Assignee set to Benni Mack
Updated by Gerrit Code Review about 9 years ago
- Status changed from Accepted 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/43841
Updated by Benni Mack about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 27c2cac1cff9baca1b62a82d5f3a68ba5eced371.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions