- Jul 24, 2015
-
-
Andreas Gohr authored
This reverts commit de4634ec.
-
- 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
-
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
-