- Feb 09, 2017
-
-
Gerry Weißbach authored
Add flavours to template ini files. The template will now be checked for multiple ini files and inserts them as a custom flavours. The css.php can detect these flavours and reads the stylesheet + replacements from there. If the flavour is not the default one (style.ini), replacements are loaded from the default flavour first to ensure that the colours are available. Flavours can define their own set of replacements.
-
Gerry Weißbach authored
Remove type and caching mechanism. The cache will be checked later and the type will be replaced by an md5 hash of the list of style files.
-
- Dec 12, 2016
-
-
Andreas Gohr authored
-
- Apr 18, 2016
-
-
Anika Henke authored
-
- Sep 02, 2015
-
-
Marius van Witzenburg authored
-
- Jul 31, 2015
-
-
Anika Henke authored
use conf/tpl/<template-folder-name>/style.ini instead
-
- Jul 24, 2015
-
-
Andreas Gohr authored
This reverts commit de4634ec.
-
- May 16, 2015
-
-
Andreas Gohr authored
-
- Jan 12, 2015
-
-
Rainbow Spike authored
1 little fix
-
- Jan 07, 2015
-
-
Andreas Gohr authored
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
-
- Dec 10, 2014
-
-
Gerrit Uitslag authored
Added user*.less files to config
-
- Oct 22, 2014
-
-
Gerrit Uitslag authored
-
- Oct 11, 2014
-
-
Gerrit Uitslag authored
Otherwise comments are never visible in css.php
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
-
- Sep 12, 2014
-
-
Gerry Weißbach authored
They are generated from the default ones and any additional one given by the template. This allows to e.g. split admin styles from end user styles in a closed wiki. You can then deliver only the user styles using the metaheaders plugin.
-
- May 14, 2014
-
-
Andreas Gohr authored
This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string. closes #638
-
- Mar 16, 2014
-
-
Michal Koutný authored
Web path was used instead of filesystem one.
-
- Mar 15, 2014
-
-
Andreas Gohr authored
source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output
-
- Mar 06, 2014
-
-
Andreas Gohr authored
for backwards compatibility
-
- Mar 05, 2014
-
-
Andreas Gohr authored
-
Andreas Gohr authored
double slashes in url() always have to be ignored
-
- 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
-