| #
fe5a50c3 |
| 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix single line comments in CSS compression
double slashes in url() always have to be ignored
|
| #
3593102d |
| 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
included geshi styles per @import, removed from lib/exe/css
|
| #
af4684ac |
| 15-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
move geshi highlighting to it's own LESS file
|
| #
73f25ac0 |
| 02-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix error on CSS includes on windows
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.co
fix error on CSS includes on windows
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
show more ...
|
| #
1e2c5948 |
| 26-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
improved comments for code associated with PR#407 & PR#408
|
| #
9464f316 |
| 17-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #406 from splitbrain/remove-deprecated-stuff
Remove deprecated stuff
|
| #
ad72cb39 |
| 17-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #407 from splitbrain/FS#2875
FS#2875 : Allow less to parse @import of .less files
|
| #
47f862d1 |
| 12-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Fix an issue with style.ini replacements values not having relative locations corrected, when those values are "url(...)".
Explanation: In the change to the less css extension, variable replacement
Fix an issue with style.ini replacements values not having relative 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.
show more ...
|
| #
12ffbbc3 |
| 11-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
refactor to improve elegance
|
| #
4eb5f931 |
| 11-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix sp. in comment
|
| #
de737055 |
| 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
update url/file rewriting in css_loadfile() to support @import of less files
|
| #
30f686eb |
| 05-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
add DOKU_INC to less import directories
|
| #
8c867678 |
| 04-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
removed loading of deprecated RTL styles
|
| #
6a5d6817 |
| 03-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
Revert "Fixes validation problems with base64 encoded images in CSS."
This reverts commit 88833bac87e7fb295c0479a8260d1d63051bca8d. and fixes FS#2874
|
| #
205907a7 |
| 15-Oct-2013 |
furun <furun@arcor.de> |
compact some CSS styles to their shorthand syntax FS#2509
|
| #
9c7a681b |
| 12-Oct-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed css_moveimports() this is now done by lessphp
|
| #
d91ab76f |
| 27-Aug-2013 |
Matt Perry <matt@mattperry.com> |
Fix CodeSniffer violations
Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace
Also removed an extraneous semicolon.
|
| #
724f2999 |
| 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
added style.local.ini to cache files
|
| #
2d59ebc3 |
| 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
Merge remote-tracking branch 'origin/confstyleini' into confstyleini
|
| #
8c5aad7b |
| 03-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
fixed conf style.ini not working due to wrong incbase path
|
| #
90e793b9 |
| 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed debug statement
|
| #
568ffd7e |
| 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Readded style.local.ini and deprecated it
|
| #
afb2c082 |
| 03-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
allow for a style.ini in conf/<tpl>/style.ini
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 i
allow for a style.ini in conf/<tpl>/style.ini
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
show more ...
|
| #
9b81fefe |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'less'
* less: check less compilation for errors removed possibility to have rtl.less files in plugins switched to LESS variables in rest of template's css files unlessified and
Merge branch 'less'
* less: check less compilation for errors removed possibility to have rtl.less files in plugins switched to LESS variables in rest of template's css files unlessified and lessified a few more css fixed broken structure removed debug statement. sorry convert ini replacements to less vars first make sure calculations are correct lessified more files lessyfied another one lessyfied the first of template's CSS files fixed ini replacement to less variables stuff added missing lessc library add LESS support
Conflicts: inc/load.php lib/tpl/dokuwiki/css/basic.less
show more ...
|
| #
72a66eb7 |
| 02-Aug-2013 |
Andreas Gohr <andi@splitbrain.org> |
check less compilation for errors
This now gives proper files and line numbers for errors
|