summaryrefslogtreecommitdiff
path: root/lib/exe/css.php
Commit message (Collapse)AuthorAge
* Extendable config cascade for userstyles and userscriptGerrit Uitslag2014-12-10
| | | | Added user*.less files to config
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * visibility from private to protected for DokuCssFileGerrit Uitslag2014-10-22
| |
| * preserve comments in less if 'compress' config disabledGerrit Uitslag2014-10-11
| | | | | | | | Otherwise comments are never visible in css.php
* | more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
|/
* don't treat double slashes as comments when used in stringAndreas Gohr2014-05-14
| | | | | | | This avoids treating double slashes as single line comments in CSS when they are used in a filter or content string. closes #638
* Merge pull request #616 from splitbrain/stripsourcemapsChristopher Smith2014-03-18
|\ | | | | strip sourcemaps in CSS and JS #601
| * strip sourcemaps in CSS and JS #601Andreas Gohr2014-03-15
| | | | | | | | | | | | source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output
* | Merge pull request #586 from splitbrain/jqueryupdateChristopher Smith2014-03-18
|\ \ | | | | | | JQuery Update
| * | fixed online comment strippingAndreas Gohr2014-03-05
| | |
| * | fix single line comments in CSS compressionAndreas Gohr2014-03-05
| |/ | | | | | | double slashes in url() always have to be ignored
* / Fixed cache dependency for template's style.iniMichal Koutný2014-03-16
|/ | | | Web path was used instead of filesystem one.
* 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