Bug #22493
Update description of page.inlineJS (which has been removed)
| Status: | Closed | Start date: | 2010-04-20 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Chris topher | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 4.5.0 | |||
| Votes: | 0 |
Description
Looks like page.inlineJS TS function was removed without early warning. It is no longer there in Typo3 4.3. Recent TSRef says it is deprecated, while there is no word about it in previous version. So it had to work for at least two more versions of Typo3.
(issue imported from #M14167)
Associated revisions
Fixed bug #22493: Update description of page.inlineJS (which has been removed)
History
Updated by Chris topher about 3 years ago
I found the property in TSRef:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.3.1/view/1/6/
It should not be used anymore, but it should still be working.
What exactly is the problem? Can you post a short example, where it does not work?
Updated by Jo Hasenau about 3 years ago
Checking the code of class.tslib_pagegen.php doesn't show any TS property of that name anymore.
There's only $GLOBALS['TSFE']->inlineJS left, followed by the "new" TS property jsInline.
So the deprecated function seems to have been removed too early.
Updated by Chris topher about 2 years ago
- Project changed from Core to TSref
- Target version deleted (
0)
Updated by Chris topher about 2 years ago
- Subject changed from page.inlineJS does not work anymore because it has been removed unintendedly to Update description of page.inlineJS (which has been removed)
It is not working since at least TYPO3 4.3 and we normally add a deprecation/"will be deleted" note for 2 major versions.
If it already is enough that people have learned the "soft way" (with a deprecation notice) that the option will stop working in two versions, then this must apply more than ever, if it just was not working anymore at all for the same time.
So for TYPO3 4.5 it does not make any difference anymore: Even if there had only been a deprecation warning, it could have been removed for 4.5 anyway.
I will "fix" this by updating the docs accordingly.
= Adding a note that it has been removed in TYPO3 4.3, which makes the docs correct.
Updated by Chris topher about 2 years ago
- Assignee set to Chris topher
- Target version set to 4.5.0
Updated by Chris topher about 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r726.
Updated by Chris topher about 2 years ago
- Status changed from Resolved to Closed