summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
...
| * 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.
* | introduced http_status() for sending HTTP status code FS#1698Andreas Gohr2013-02-16
|/ | | | | | | It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch introduces a new function (adopted from CodeIgniter) for simplifying the status handling.
* run main code only for non-tests in lib/exe/fetch.phpAndreas Gohr2013-02-16
|
* reformatted lib/exe/fetch.phpAndreas Gohr2013-02-16
|
* Merge pull request #163 from splitbrain/jquery1.9Andreas Gohr2013-02-03
|\ | | | | Update to JQuery 1.9
| * removed obsolete browser plugin (migrate does it)Andreas Gohr2013-02-03
| |
| * added minified version of jquery-migrateAndreas Gohr2013-01-26
| |
| * added jquery-migrate as a copatibility layerAndreas Gohr2013-01-26
| | | | | | | | | | this will be removed soon again. plugins using jQuery should make sure they are compatible to jQuery 1.9
| * Merge branch 'master' of git://github.com/gronke/dokuwiki into pull-request-158Andreas Gohr2013-01-26
| |\ | | | | | | | | | | | | | | | | | | | | | * 'master' of git://github.com/gronke/dokuwiki: update.js applied update.sh must overwrite stylesheet jQuery update.sh jQuery latest
| | * jQuery latestStefan Grönke2013-01-19
| | | | | | | | | | | | | | | | | | | | | * jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js)
* | | use var and remove suggestions when neededKlap-in2013-02-03
| | | | | | | | | | | | | | | Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found.
* | | Add a break to ajax_qsearch()Klap-in2013-01-29
|/ / | | | | | | | | When the search input is still only a few characters, the number of matching pages is big. Browsers have heavy work to progress this whole return, better cut off so only the part that is directly displayed will be sent.
* | Merge branch 'subscription' Pull Request #125Andreas Gohr2013-01-26
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * subscription: (25 commits) link directly to subscription management in mails only use mailfromnobody for bulk mails added missing context for list mails readded mailfromnobody to subscription sending correctly escape diffs in HTML mails fixed lists in HTML mails simplified subscription->add() code a bit comment adjusted removed unused vars removed data parameter in subscription_handle_post() fixed tests some reformatting added compatibility function moved registration notification to subscription class fixed merge error in inc/auth.php consolidate more notification code in subscription class minor cleanup initialize new subscriptions with current time fixed subscription management correctly check if subscriptions are enabled ...
| * Merge branch 'master' into subscriptionAndreas Gohr2012-11-30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct German plugin manager translation (download != install) correct return in sendDigest() Fix case-insensitive match in ACL checking GeSHi update to 1.0.8.11 ignore empty header on mail sending remove empty BCC/CC mail headers Galician language update some welcome page changes Combine subsequent calls to strtr into a single transformation changed semicolon to colon in link to welcome page to make it less confusing fixed wrong sidebar showing in namespaces when sidebar is disabled Typo fix for TL;DR removed a bunch of outdated and irrelevant networking acronyms added another place to look for logo to make it more consistent (FS#2656) French language update Czech language update compat js findPosX/y more closely mimic historical function ... Conflicts: inc/auth.php inc/common.php inc/subscription.php lib/exe/indexer.php
| * | correctly check if subscriptions are enabledAndreas Gohr2012-08-12
| | |
| * | more subscription refactoring BROKENAndreas Gohr2012-08-12
| | | | | | | | | | | | | | | | | | | | | now the actual sending of bulk messages (digest, list) is reimplemented and partially tested. Still not complete
* | | lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646Michael Hamann2012-12-03
| |/ |/| | | | | | | | | Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and it was sent when the debug output was on.