summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
* 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.
| * Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\
| * \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-08-01
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into fetchimagetokexternalKlap-in2013-07-21
| |\ \ \
| * | | | Add check for token when resizing and caching external imagesKlap-in2013-05-21
| | | | |
* | | | | 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
* | | | | Enable LANG.template.<template>.key to provide localized strings in templatesKlap-in2013-08-02
| |_|_|/ |/| | |
* | | | Merge pull request #238 from splitbrain/logjserrorsChristopher Smith2013-08-01
|\ \ \ \ | | | | | | | | | | In debug mode: catch and log JS errors with file information
| * | | | In debug mode: catch and log JS errors with file informationMichael Hamann2013-07-21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When debugging is enabled (allowdebug enabled) JS errors are now catched for each non-core JS file and logged with the additional information from which file they came. This should make it easier to find out which plugin is the cause for broken JS code. The feature isn't enabled by default as defining functions inside try-clauses isn't allowed in strict mode and causes a warning at least in Firefox.
* | | | Merge pull request #232 from flammy/patch-1Christopher Smith2013-08-01
|\ \ \ \ | |_|/ / |/| | | Fixes validation problems with base64 encoded images in CSS.
| * | | Fixes validation problems with base64 encoded images in CSS.flammy2013-06-24
| |/ /
* / / fixed references to images in old template (FS#2816)Anika Henke2013-07-21
|/ /
* | Merge pull request #180 from splitbrain/FS#2415Andreas Gohr2013-06-16
|\ \ | |/ |/| FS#2415, add $INFO to mediamanager
| * fix comment grammarChristopher Smith2013-03-03
| |
| * include image info in in detail.php; ensure populated before ↵Christopher Smith2013-03-03
| | | | | | | | DETAIL_STARTED event
| * make global, ensure created in mediamanager is global and merged with any ↵Christopher Smith2013-03-03
| | | | | | | | pre-existing
| * Merge branch 'master' into FS#2415Christopher Smith2013-02-25
| |\
| * | FS#2415 add to mediamanager (refactor pageinfo() and shift ↵Christopher Smith2013-02-16
| | | | | | | | | | | | MEDIAMANAGER_STARTED after mediainfo() sets up )
* | | indexer.php: disable the GIF output only with debug parameter and allowdebugMichael Hamann2013-04-08
| | | | | | | | | | | | | | | | | | | | | Before this fix the debug parameter always prevent the GIF from being sent even though no actual debug information was returned unless the allowdebug configuration option was set. Now the GIF is only disabled if debugging is actually allowed.
* | | refactor fetch to support unittestingChristopher Smith2013-03-22
| | |
* | | add a token to fetch urls requiring image resize/crop to prevent external ↵Christopher Smith2013-03-22
| | | | | | | | | | | | DDOS via fetch
* | | there's no pragma: privateAndreas Gohr2013-03-03
| | |
* | | max-age not allowed with no-cacheAndreas Gohr2013-03-03
| | |
* | | adjusted cache=0 headers againAndreas Gohr2013-03-03
| | |
* | | fixed passed cache parameterAndreas Gohr2013-03-03
| | |
* | | handle public vs. private ressource in sendFile()Andreas Gohr2013-03-03
| | |
* | | alternative fix for FS#2734Andreas Gohr2013-03-01
| |/ |/|
* | Media manager: don't create empty namespaces FS#2642Michael Hamann2013-02-16
| | | | | | | | | | | | Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current namespace is only displayed in the tree but not actually created.
* | disabled JavaScript compatibility layerAndreas Gohr2013-02-16
| | | | | | | | | | | | | | | | | | | | | | this disables the JavaScript compatibility layer which let pre-jQuery migration plugins run with their old code. This will break plugins using outdated JavaScript. These plugins have to be updated according to https://www.dokuwiki.org/devel:jqueryfaq As a courtesy to users, the compatibility.js is not deleted, yet. Undoing this single patch can be used as a temporary workaround.