- Mar 06, 2014
-
-
Andreas Gohr authored
for backwards compatibility
-
- Feb 16, 2014
-
-
Andreas Gohr authored
-
- Feb 15, 2014
-
-
Anika Henke authored
-
Andreas Gohr authored
-
- Feb 02, 2014
-
-
Andreas Gohr authored
The regex wasn't properly escaped here which lead to problems when the path contains backslashes. This is the root cause of the bug reported at https://github.com/cosmocode/edittable/issues/19
-
- Nov 26, 2013
-
-
Christopher Smith authored
-
- Nov 12, 2013
-
-
Christopher Smith authored
locations corrected, when those values are "url(...)". Explanation: In the change to the less css extension, variable replacements now happen after the less/css files are processed for correction of relative locations.
-
- Nov 11, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Nov 05, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Nov 03, 2013
-
-
Anika Henke authored
-
Anika Henke authored
This reverts commit 88833bac. and fixes FS#2874
-
- Oct 15, 2013
-
-
furun authored
-
- Oct 12, 2013
-
-
Andreas Gohr authored
-
- Aug 27, 2013
-
-
Matt Perry authored
Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon.
-
- Aug 03, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This is another go at what pull request #227 tried to do. This removes support for a style.local.ini in the template file in preference of a style.ini in the conf folder
-
- Aug 02, 2013
-
-
Andreas Gohr authored
This now gives proper files and line numbers for errors
-
- Jul 31, 2013
-
-
Anika Henke authored
-
- Jul 30, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This makes it possible to safely overwrite ini replacements from within any less file
-
Andreas Gohr authored
-
- Jul 29, 2013
-
-
Andreas Gohr authored
still needs testing
-
- Jun 24, 2013
-
-
flammy authored
-
- Oct 12, 2012
-
-
Anika Henke authored
-
- Oct 11, 2012
-
-
Anika Henke authored
-
- 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.
-
- Jun 28, 2012
-
-
Tom N Harris 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.
-
- Feb 01, 2012
-
-
Andreas Gohr authored
-
- Oct 15, 2011
-
-
Christopher Smith authored
-