Home
last modified time | relevance | path

Searched hist:"14977 bd2edded61cecdc10116826eef384777e82" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/exe/
H A Dcss.php14977bd2edded61cecdc10116826eef384777e82 Tue Sep 18 19:57:56 UTC 2012 Michael Hamann <michael@content-space.de> Fix CSS cache handling and CSS output

This fixes several problems:
- the CSS cache was only updated when either the CSS files for all media
types or one of the global files was modified
- when only the screen CSS was changed, the screen CSS was regenerated
but then the cache was printed which either caused duplicated screen
CSS output when gzip output was disabled or invalid output with gzip
enabled as first the plain text screen CSS and then the
gzip-compressed cache file was printed

Now first all CSS files are collected, then the cache is checked once
and only after this the CSS content is collected.