Project

General

Profile

Actions

Feature #17634

closed

Remove default CSS

Added by Georg Ringer over 16 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
-
Start date:
2007-09-28
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Similiar to removeDefaultJS removeDefaultCSS just dont include any temporary CSS. This is especially usefull because you can exclude all the default CSS styles from an extension.

Of course also css_styled_content.. so you can/need include really all by yourself which is very ok - let the people decide

what you think?

I can't make difs, but I hope you forgive me
typo3\sysext\cms\tslib\class.tslib_pagegen.php
  1. 499
    - if (is_array($GLOBALS['TSFE']->tmpl->setup['plugin.'])) {
    + if (is_array($GLOBALS['TSFE']->tmpl->setup['plugin.']) && !$GLOBALS['TSFE']->config['config']['removeDefaultCSS']) {

(issue imported from #M6412)


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #16474: no TS Option "removeDefaultCSS"ClosedChris topher2006-08-17

Actions
Actions #1

Updated by Georg Ringer over 16 years ago

sorry can someone move this topic into the right section

Actions #2

Updated by Susanne Moog almost 13 years ago

  • Category changed from Communication to TypoScript
  • Status changed from New to Accepted
  • Assignee set to Susanne Moog
  • Target version changed from 0 to 4.6.0
  • PHP Version changed from 4.3 to 5.3
Actions #3

Updated by Mr. Hudson almost 13 years ago

Patch set 1 of change I1bf2566e14b2f50e16ee0ed4b64a29c3acc1f563 has been pushed to the review server.
It is available at http://review.typo3.org/1810

Actions #4

Updated by Susanne Moog almost 13 years ago

  • Status changed from Accepted to Under Review
Actions #5

Updated by Susanne Moog almost 13 years ago

Test with:

config.removeDefaultCss = 1

Documentation Changes:

TSref after removeDefaultJS:

removeDefaultCss boolean Remove CSS generated by _CSS_DEFAULT_STYLE configuration of extensions.

Actions #6

Updated by Susanne Moog almost 13 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Chris topher almost 13 years ago

Please don't forget to add the new option to http://wiki.typo3.org/Pending_Documentation

Actions #8

Updated by Chris topher almost 13 years ago

Thanks for adding the documentation, Susanne!

Actions #9

Updated by Xavier Perseguers over 12 years ago

  • Target version changed from 4.6.0 to 1281
Actions #10

Updated by Chris topher over 12 years ago

  • Subject changed from remove default CSS removeDefaultCSS to Remove default CSS
Actions #11

Updated by Xavier Perseguers about 12 years ago

  • Status changed from Resolved to Closed
Actions #12

Updated by Ernesto Baschny almost 11 years ago

  • Target version deleted (1281)
Actions

Also available in: Atom PDF