- Oct 07, 2012
-
-
Anika Henke authored
-
- Sep 18, 2012
-
-
Michael Hamann authored
This prevents buffering of the cache file output.
-
Michael Hamann authored
-
Michael Hamann authored
-
Michael Hamann authored
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.
-
- Sep 17, 2012
-
-
Michael Hamann authored
This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses less comparisons and according to FS#2593 it is thus a lot faster.
-
- Sep 09, 2012
-
-
Anika Henke authored
-
- Sep 08, 2012
-
-
Hakan Sandell authored
-
Hakan Sandell authored
-
- Sep 07, 2012
-
-
Michael Hamann authored
-
- Aug 24, 2012
-
-
Andreas Gohr authored
-
- Aug 06, 2012
-
-
Andreas Gohr authored
-
- Jul 28, 2012
-
-
Andreas Gohr authored
-
- Jul 14, 2012
-
-
Anika Henke authored
-
- Jul 13, 2012
-
-
Adrian Lang authored
-
- Jun 29, 2012
-
-
Tom N Harris authored
-
- Jun 28, 2012
-
-
Tom N Harris authored
-
Tom N Harris authored
-
- May 04, 2012
-
-
Andreas Gohr authored
See http://stackoverflow.com/questions/805107/how-to-create-multiline-strings for info on them.
-
- Apr 19, 2012
-
-
Andreas Gohr authored
-
- Apr 18, 2012
-
-
Tim Roes authored
-
- Apr 09, 2012
-
-
Anika Henke authored
-
Anika Henke authored
Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything. Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead! Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
-
- Mar 22, 2012
-
-
Dominik Eckelmann authored
-
- Mar 21, 2012
-
-
Dominik Eckelmann authored
-
- Feb 07, 2012
-
-
Andreas Gohr authored
This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage
-
- Feb 05, 2012
-
-
Dominik Eckelmann authored
-
- Feb 01, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jan 24, 2012
-
-
Dominik Eckelmann authored
-
- Jan 18, 2012
-
-
Andreas Gohr authored
-
- Jan 08, 2012
-
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
Dominik Eckelmann authored
-
- Dec 22, 2011
-
-
Dominik Eckelmann authored
-
- Dec 10, 2011
-
-
Tim Roes authored
The score was randomly transfered as string or as integer. This way it will always be transfered as an integer.
-
- Dec 04, 2011
-
-
Anika Henke authored
-
dploeger authored
-
- Dec 01, 2011
-
-
Tim Roes authored
The score was randomly transfered as string or as integer. This way it will always be transfered as an integer.
-
- Nov 29, 2011
-
-
Tim Roes authored
Added the new error codes and categories: --- 212 Not allowed to delete media == 230 Media edit error --- 231 Filename not given --- 232 File is still referenced --- 233 Could not delete file
-