- Aug 27, 2013
-
-
Matt Perry authored
Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon.
-
- Aug 21, 2013
-
-
Matt Perry authored
Remove whitespace from end of lines to reduce the number of CodeSniffer violations.
-
- Aug 03, 2013
-
-
Anika Henke authored
-
Anika Henke authored
-
Andreas Gohr authored
-
Christopher Smith authored
also allow the order to be specified in more places.
-
Andreas Gohr authored
-
Matthias Schulte authored
aren't useful and available. This is just for adding more values in e. g. an action plugin.
-
Andreas Gohr authored
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
-
Matthias Schulte authored
-
- Aug 02, 2013
-
-
Andreas Gohr authored
This now gives proper files and line numbers for errors
-
Klap-in authored
-
- Jul 31, 2013
-
-
Anika Henke authored
-
- Jul 30, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This makes it possible to safely overwrite ini replacements from within any less file
-
Andreas Gohr authored
-
- Jul 29, 2013
-
-
Andreas Gohr authored
still needs testing
-
- Jul 21, 2013
-
-
Anika Henke authored
-
Michael Hamann authored
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.
-
- Jun 24, 2013
-
-
flammy authored
-
- May 21, 2013
-
-
Klap-in authored
-
- Apr 08, 2013
-
-
Michael Hamann authored
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.
-
- Mar 22, 2013
-
-
Christopher Smith authored
-
- Mar 21, 2013
-
-
Christopher Smith authored
-
- Mar 03, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Mar 01, 2013
-
-
Andreas Gohr authored
-
- Feb 16, 2013
-
-
Christopher Smith authored
FS#2415 add to mediamanager (refactor pageinfo() and shift MEDIAMANAGER_STARTED after mediainfo() sets up )
-
Michael Hamann authored
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.
-
Andreas Gohr authored
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.
-
Andreas Gohr authored
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.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Feb 03, 2013
-
-
Andreas Gohr authored
-