Actions
Task #75363
closedMethodname "JStop" has nothing to do with JS
Start date:
2016-04-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:
On Location Sprint
Description
Hello Core-Team,
have fun reading TYPO3 sourcecode in FormResultCompiler.php
/** * JavaScript code added BEFORE the form is drawn: * * @return string A <script></script> section with JavaScript. */ public function JStop() { $stylesheetHtml = []; foreach ($this->stylesheetFiles as $stylesheetFile) { $stylesheetHtml[] = '<link rel="stylesheet" type="text/css" href="' . $stylesheetFile . '" />'; } return implode(LF, $stylesheetHtml); }
Would be good to rename that method or add some JS stuff in there.
Stefan
Updated by Gerrit Code Review about 8 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 https://review.typo3.org/50080
Updated by Gerrit Code Review about 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50080
Updated by Gerrit Code Review about 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50080
Updated by Michał Jankiewicz about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 29fe15769de424a21300241dd86ec815d3678c7a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions