| #
82edff4d |
| 09-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
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 + rep
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.
show more ...
|
| #
8b3ff808 |
| 09-Feb-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
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.
|
| #
343a31d8 |
| 12-Dec-2016 |
Andreas Gohr <gohr@cosmocode.de> |
properly initialize LESS importDir. fixes #1777
|
| #
ebc71d92 |
| 18-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed support for deprecated 'default' userstyles
|
| #
06c9ee33 |
| 02-Sep-2015 |
Marius van Witzenburg <info@mariusvw.com> |
Fixed several undefined errors.
|
| #
656e5845 |
| 31-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
removed deprecated support for style.local.ini
use conf/tpl/<template-folder-name>/style.ini instead
|
| #
0bfc8d5a |
| 25-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
Merge remote-tracking branch 'origin/master' into styler
Conflicts: lib/exe/css.php
|
| #
20a2375a |
| 24-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
Revert "Additionally allow more media types" #982
This reverts commit de4634ec87b1a277c1686990d993dafc43db05ed.
|
| #
4d6524b8 |
| 16-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
allow preview style replacements
|
| #
7f253bcd |
| 12-Jan-2015 |
Rainbow Spike <Dr-Yukon@users.noreply.github.com> |
Update css.php
1 little fix
|
| #
32e9be23 |
| 08-Jan-2015 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #982 from gamma/css.php
Allow arbitrary mediatype names for CSS
|
| #
79e79377 |
| 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
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 PH
Remove error supression for file_exists()
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.
show more ...
|
| #
fc30ac3a |
| 22-Dec-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Merge branch 'master' into new_css.php
|
| #
7b909d5e |
| 10-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extendable config cascade for userstyles and userscript
Added user*.less files to config
|
| #
8702de7f |
| 09-Dec-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into scrutinizerissues
Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
|
| #
fd18b5f4 |
| 22-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
visibility from private to protected for DokuCssFile
|
| #
7d247a3c |
| 11-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
preserve comments in less if 'compress' config disabled
Otherwise comments are never visible in css.php
|
| #
253d4b48 |
| 01-Oct-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
more PHPDocs, unused var, small bit code reformatting
|
| #
de4634ec |
| 12-Sep-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Additionally allow more media types
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 wik
Additionally allow more media types
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.
show more ...
|
| #
918a4468 |
| 14-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
don't treat double slashes as comments when used in string
This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string.
closes #638
|
| #
177ef92c |
| 18-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #616 from splitbrain/stripsourcemaps
strip sourcemaps in CSS and JS #601
|
| #
84abf111 |
| 18-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #586 from splitbrain/jqueryupdate
JQuery Update
|
| #
259571aa |
| 16-Mar-2014 |
Michal Koutný <xm.koutny@gmail.com> |
Fixed cache dependency for template's style.ini
Web path was used instead of filesystem one.
|
| #
f8fb2d18 |
| 15-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
strip sourcemaps in CSS and JS #601
source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output
|
| #
98cb8604 |
| 05-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed online comment stripping
|