summaryrefslogtreecommitdiff
path: root/lib/exe/css.php
Commit message (Collapse)AuthorAge
* included geshi styles per @import, removed from lib/exe/cssAnika Henke2014-02-15
|
* move geshi highlighting to it's own LESS fileAndreas Gohr2014-02-15
|
* fix error on CSS includes on windowsAndreas Gohr2014-02-02
| | | | | | 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
* improved comments for code associated with PR#407 & PR#408Christopher Smith2013-11-26
|
* Merge pull request #406 from splitbrain/remove-deprecated-stuffChristopher Smith2013-11-17
|\ | | | | Remove deprecated stuff
| * removed loading of deprecated RTL stylesAnika Henke2013-11-04
| |
* | Merge pull request #407 from splitbrain/FS#2875Christopher Smith2013-11-17
|\ \ | | | | | | FS#2875 : Allow less to parse @import of .less files
| * | refactor to improve eleganceChristopher Smith2013-11-11
| | |
| * | fix sp. in commentChristopher Smith2013-11-11
| | |
| * | update url/file rewriting in css_loadfile() to support @import of less filesChristopher Smith2013-11-05
| | |
| * | add DOKU_INC to less import directoriesChristopher Smith2013-11-05
| |/
* / Fix an issue with style.ini replacements values not having relativeChristopher Smith2013-11-12
|/ | | | | | | | 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.
* Revert "Fixes validation problems with base64 encoded images in CSS."Anika Henke2013-11-03
| | | | | This reverts commit 88833bac87e7fb295c0479a8260d1d63051bca8d. and fixes FS#2874
* compact some CSS styles to their shorthand syntax FS#2509furun2013-10-15
|
* removed css_moveimports() this is now done by lessphpAndreas Gohr2013-10-12
|
* Fix CodeSniffer violationsMatt Perry2013-08-27
| | | | | | | Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon.
* added style.local.ini to cache filesAnika Henke2013-08-03
|
* Merge remote-tracking branch 'origin/confstyleini' into confstyleiniAnika Henke2013-08-03
|\
| * removed debug statementAndreas Gohr2013-08-03
| |
* | fixed conf style.ini not working due to wrong incbase pathAnika Henke2013-08-03
|/
* Readded style.local.ini and deprecated itAndreas Gohr2013-08-03
|
* allow for a style.ini in conf/<tpl>/style.iniAndreas Gohr2013-08-03
| | | | | | 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
* Merge branch 'less'Andreas Gohr2013-08-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * check less compilation for errorsAndreas Gohr2013-08-02
| | | | | | | | This now gives proper files and line numbers for errors
| * removed possibility to have rtl.less files in pluginsAnika Henke2013-07-31
| |
| * removed debug statement. sorryAndreas Gohr2013-07-30
| |
| * convert ini replacements to less vars firstAndreas Gohr2013-07-30
| | | | | | | | | | This makes it possible to safely overwrite ini replacements from within any less file
| * fixed ini replacement to less variables stuffAndreas Gohr2013-07-30
| |
| * add LESS supportAndreas Gohr2013-07-29
| | | | | | | | still needs testing
* | Fixes validation problems with base64 encoded images in CSS.flammy2013-06-24
|/
* fixed interwiki and filetype styles being included in all css modesAnika Henke2012-10-12
|
* changed local style.ini to be merged with standard oneAnika Henke2012-10-11
|
* added support for local style.ini filesAnika Henke2012-10-07
|
* Start output buffering in lib/exe/css.php only when the CSS is generatedMichael Hamann2012-09-18
| | | | This prevents buffering of the cache file output.
* Load rtl userstyle as it is still supported (did it ever work?)Michael Hamann2012-09-18
|
* Set default userstyle only once as screen userstyleMichael Hamann2012-09-18
|
* Fix CSS cache handling and CSS outputMichael Hamann2012-09-18
| | | | | | | | | | | | | | 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.
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Input wrapper for exe scriptsTom N Harris2012-06-28
| |
* | added accidentally removed jquery-ui styles back againAnika Henke2012-04-09
| |
* | load only one stylesheet for all modes instead of threeAnika Henke2012-04-09
|/ | | | | | | 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.
* removed some more occurances of DOKU_TPL*Andreas Gohr2012-02-01
|
* FS#2317 fix CSS compress for generic pseudo classes/pseudo elementsChristopher Smith2011-10-15
|
* issue #57, function names, params, html fixesKate Arzamastseva2011-08-24
|
* Merge branch 'datauris'Andreas Gohr2011-07-07
|\ | | | | | | | | Conflicts: lib/exe/css.php
| * Made the maximum embed size for datauris configurableAndreas Gohr2011-06-18
| | | | | | | | | | The feature is now disabled by default. Metadata for config manager was added.
| * Use data uris for small image files in CSSAndreas Gohr2011-06-17
| | | | | | | | | | | | | | | | | | This patch adds a new config option 'cssdatauri'. When enabled, the CSS patcher will automatically convert all occurances of small (<600 byte) PNG and GIF images in the CSS to embedded, base64 encoded data uris. This reduces the number of needed HTTP requests and avoids the HTTP header overhead.
* | another fix for the jQuery-UI themeAndreas Gohr2011-07-05
| |
* | fixed loading of the jQuery-UI style sheetAndreas Gohr2011-07-05
| |
* | Refactor CSS and JS cachingAdrian Lang2011-07-02
|/ | | | | | | * Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class