summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
...
* | | 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.
* Merge pull request #263 from splitbrain/mediamanager_list_orderingAndreas Gohr2013-08-04
|\ | | | | Mediamanager list ordering
| * fix the default ordering of media files to be "natural".Christopher Smith2013-08-03
| | | | | | | | also allow the order to be specified in more places.
* | added style.local.ini to cache filesAnika Henke2013-08-03
| |
* | Merge pull request #262 from splitbrain/confstyleiniAnika Henke2013-08-03
|\ \ | | | | | | allow for a style.ini in conf/<tpl>/style.ini
| * \ 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
* | JSINFO in Media Manager: Initialize with empty array, as $ID and $NSMatthias Schulte2013-08-03
| | | | | | | | | | aren't useful and available. This is just for adding more values in e. g. an action plugin.
* | Populate global variable JSINFO also in the Media Manager popupMatthias Schulte2013-08-03
|/
* Merge pull request #224 from splitbrain/fetchimagetokexternalAndreas Gohr2013-08-03
|\ | | | | Added check of token in fetch.php for external images.