Feature #3670
Make TypoScript inclusion optional
| Status: | Closed | Start date: | 2009-06-15 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Make TypoScript inclusion optional
Currently it is included by default when the extension is enabled (through ext_typoscript_setup.txt and ext_typoscript_constants.txt) . This means the TS is parsed for every page and the CSS is always included on every page in the whole TYPO3 installation (even when there are multiple sites in the same installation not using a forum.
This is silly.
It should be possible to include the needed TS only on the pages where the actual forum plugin is used.
Related issues
| duplicates mm_forum - Feature #5917: Outsource TS inclusion to static template | Resolved | 2010-01-07 |
Associated revisions
[Bug 3670] PEAR classes can get included twice,r=oliver
History
Updated by Martin Helmich almost 4 years ago
- Target version set to 1.9.0
Updated by Martin Helmich almost 4 years ago
- Status changed from New to Accepted
Updated by Peter Schuster over 3 years ago
This was fixed in r28510, or am I wrong?
Updated by Martin Helmich over 3 years ago
- Status changed from Accepted to Closed
- Target version deleted (
1.9.0)
Oh yes, you're right.