| #
fd975da7 |
| 31-Jul-2013 |
Anika Henke <anika@selfthinker.org> |
removed possibility to have rtl.less files in plugins
|
| #
fbaa8777 |
| 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed debug statement. sorry
|
| #
cbe37079 |
| 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
convert ini replacements to less vars first
This makes it possible to safely overwrite ini replacements from within any less file
|
| #
c51b334e |
| 30-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
fixed ini replacement to less variables stuff
|
| #
d4a1ece8 |
| 29-Jul-2013 |
Andreas Gohr <andi@splitbrain.org> |
add LESS support
still needs testing
|
| #
88833bac |
| 24-Jun-2013 |
flammy <flamabelde@yahoo.de> |
Fixes validation problems with base64 encoded images in CSS.
|
| #
cacfb606 |
| 12-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
fixed interwiki and filetype styles being included in all css modes
|
| #
0ac69508 |
| 11-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
changed local style.ini to be merged with standard one
|
| #
0e6f9f08 |
| 07-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
added support for local style.ini files
|
| #
3899c2ec |
| 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Start output buffering in lib/exe/css.php only when the CSS is generated
This prevents buffering of the cache file output.
|
| #
c5c68de9 |
| 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Load rtl userstyle as it is still supported (did it ever work?)
|
| #
dbf794bf |
| 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Set default userstyle only once as screen userstyle
|
| #
14977bd2 |
| 18-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix CSS cache handling and CSS output
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 onl
Fix CSS cache handling and CSS output
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.
show more ...
|
| #
29f2dfdc |
| 06-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110
* 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile
Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110
* 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php
Conflicts: lib/exe/css.php
show more ...
|
| #
bfd0f597 |
| 29-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Input wrapper for exe scripts
|
| #
3d2fd76a |
| 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
added accidentally removed jquery-ui styles back again
|
| #
6c47a78c |
| 09-Apr-2012 |
Anika Henke <anika@selfthinker.org> |
load only one stylesheet for all modes instead of three
Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles
load only one stylesheet for all modes instead of three
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.
show more ...
|
| #
81aca18e |
| 01-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed some more occurances of DOKU_TPL*
|
| #
f5379589 |
| 15-Oct-2011 |
Christopher Smith <chris@jalakai.co.uk> |
FS#2317 fix CSS compress for generic pseudo classes/pseudo elements
|
| #
035e07f1 |
| 24-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #57, function names, params, html fixes
|
| #
0a9349a6 |
| 07-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'datauris'
Conflicts: lib/exe/css.php
|
| #
bf1ec652 |
| 05-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
another fix for the jQuery-UI theme
|
| #
f46c377b |
| 05-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed loading of the jQuery-UI style sheet
|
| #
6619f42e |
| 01-Jul-2011 |
Adrian Lang <mail@adrianlang.de> |
Refactor CSS and JS caching
* Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
|
| #
28f4004c |
| 18-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Made the maximum embed size for datauris configurable
The feature is now disabled by default. Metadata for config manager was added.
|