summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
* 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
* fix include_once for JavaScriptAndreas Gohr2014-04-09
| | | | the second include was never removed, causing an endless loop.
* 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.
* | use empty() where array values might not be setChristopher Smith2014-03-05
| |
* | fix misspelled variable name,Christopher Smith2014-03-05
|/
* Merge pull request #557 from splitbrain/cachetimeattrChristopher Smith2014-03-02
|\ | | | | Add _time attribute to cache object and minor PHPDocs improvements
| * PHPDocs js.phpGerrit Uitslag2014-02-18
| |
* | Merge pull request #561 from splitbrain/dir_deleteAndreas Gohr2014-02-22
|\ \ | | | | | | replace dir_delete by io_rmdir
| * | replace dir_delete by io_rmdirGerrit Uitslag2014-02-20
| |/
* / Removed unused vars, define undefined onesGerrit Uitslag2014-02-20
|/
* 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
|
* Revert "fix global $AUTH hiding $auth"Andreas Gohr2014-02-14
| | | | | | | Yes, it's hiding $auth, but detail templates might depend on that. We need to fix this properly. This reverts commit 343aa1749f17e62fa68e26193011a5051025881a.
* fix global $AUTH hiding $authAndreas Gohr2014-02-14
|
* Merge pull request #503 from splitbrain/datepickerlocaleAndreas Gohr2014-02-02
|\ | | | | localize jQuery UI date picker FS#2912
| * localize jQuery UI date picker FS#2912Andreas Gohr2014-01-17
| |
* | Merge pull request #517 from gamma/masterAndreas Gohr2014-02-02
|\ \ | | | | | | Add the original filename to sendFile for Content-Disposition
| * | Re-order parameters to not break other callersGerry Weißbach2014-01-27
| | |
| * | Use original filename for Content-DispositionGerry Weißbach2014-01-27
| | | | | | | | | In most cases this change will have no effect, but noes the response will use the filename that was originally requested. The downloaded filename can be modified to something different as well. E.g. the siteexport plugin will make use of it.
* | | 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
* | Merge pull request #454 from lisps/resize_image-heightAndreas Gohr2014-01-19
|\ \ | |/ |/| Resize image by height
| * media image can be resized by height (without width)lisps2013-11-27
| |
* | 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
| |/
* | Merge pull request #421 from splitbrain/FS#2879Christopher Smith2013-11-17
|\ \ | | | | | | FS#2879, relative url() values in style.ini replacements not being adjusted
| * | 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.
* / remove 'infos' misspellingElan Ruusamäe2013-11-13
|/ | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* Revert "Fixes validation problems with base64 encoded images in CSS."Anika Henke2013-11-03
| | | | | This reverts commit 88833bac87e7fb295c0479a8260d1d63051bca8d. and fixes FS#2874
* Merge remote-tracking branch 'origin/master' into phpstrictGerrit Uitslag2013-10-16
|\
| * compact some CSS styles to their shorthand syntax FS#2509furun2013-10-15
| |
* | fix expression passed by referenceGerrit Uitslag2013-10-15
|/
* Merge pull request #371 from splitbrain/FS#2837cookiepathAndreas Gohr2013-10-13
|\ | | | | Use in cookie a correct path, added DOKU_COOKIEPATH to js constants
| * add cookie secure parameter to cookies set by javascriptGerrit Uitslag2013-10-10
| |
| * Use in cookie a correct path, added DOKU_COOKIEPATH to js constantsGerrit Uitslag2013-10-08
| | | | | | | | Fixes FS#2837
* | removed css_moveimports() this is now done by lessphpAndreas Gohr2013-10-12
|/
* Merge pull request #326 from mperry2/scopeindentMichael Hamann2013-09-01
|\ | | | | Fix CodeSniffer violations
| * Fix CodeSniffer violationsMatt Perry2013-08-27
| | | | | | | | | | Fix violations for the following sniff DokuWiki.WhiteSpace.ScopeIndent
* | Fix CodeSniffer violationsMatt Perry2013-08-27
|/ | | | | | | Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon.
* Fix CodeSniffer violationsMatt Perry2013-08-20
| | | | | Remove whitespace from end of lines to reduce the number of CodeSniffer violations.