- Apr 19, 2016
-
-
Andreas Gohr authored
-
Anika Henke authored
-
- Apr 18, 2016
-
-
Anika Henke authored
-
Andreas Gohr authored
Textareas use CRLF, but internally we use LF.
-
Andreas Gohr authored
-
Andreas Gohr authored
@scrutinizer-notifier noticed that the $pageid might be false when page_findnearest looks for it.
-
Michael Große authored
As in wikiFN cleaning the id should be optional, but still the default, in mediaFN as well.
-
- Apr 16, 2016
-
-
David Roy authored
-
- Apr 15, 2016
-
-
Andreas Gohr authored
when a form was submitted with an empty input, that data should still overwrite the preset value.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Apr 14, 2016
-
-
Andreas Gohr authored
This is a security measurement supported in Chrome and Opera (and probably other browsers soonish) See http://mathiasbynens.github.io/rel-noopener/ for rationale
-
- Apr 13, 2016
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This adds 3way merge functionality to our DifferenceEngine stack. The code was taken from the PEAR Text_Diff3 package and adapted to work with our implementation. For the curious: Here's a short Origin tree of the different versions of the Diff code to make clear how our implementation is related to the PEAR package. -- original code Geoffrey T. Dairiki `-- Adaption for the Horde project |-- Adaption for phpwiki | `-- Adaption for MediaWiki | `-- Adaption for DokuWiki `-- Creation of PEAR Text_Diff
-
- Apr 11, 2016
-
-
Andreas Gohr authored
This should fix the test problems errors in #1527. When requesting a HTTPS URI from a HTTP only proxy, the initial connection is *not* TLS secured. The URI scheme is only relevant when directly connecting. This also changes the (wrong) assumption that everything on port 443 is always TLS secured. Only the URI scheme should decide that.
-
Michael Grosse authored
This is to ensure that we use SSL/TLS if a custom port is defined an no proxy is used. Fixes #1526
-
- Apr 02, 2016
-
-
Adrian Vesa authored
-
- Mar 31, 2016
-
-
Andreas Gohr authored
The header() method of PHP is vulnerable to HTTP Response Splitting attacks. This change makes sure the URL passed to send_redirect (and thus to header()) does not contain any control characters that would be needed to execute such an attack. Cleaning input is recommended anyway.
-
- Mar 24, 2016
-
-
Viliam Dias authored
-
- Mar 20, 2016
-
-
Gerrit Uitslag authored
-
- Mar 19, 2016
-
-
Myeongjin authored
-
- Mar 18, 2016
-
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
-
Gerrit Uitslag authored
- handle all cases where not an old file exist, or when that old file is zero size. - When using old revision normally these files are compressed, use uncompressed size.
-
Gerrit Uitslag authored
A bz2-file doesn't contain information about the size of its uncompressed content. Therefore it requires reading the whole file to obtain the filesize.
-
- Mar 15, 2016
-
-
Gerrit Uitslag authored
-
- Mar 11, 2016
-
-
Andreas Gohr authored
New Python Django application default to PBKDF2 with SHA256 as a password mechanism. This adds support for that mechanism in our password hasher class. This will be needed in the tests for the new PDO auth plugin.
-
Satoshi Sahara authored
-
Satoshi Sahara authored
-
- Mar 04, 2016
-
-
sarehag authored
-
- Feb 19, 2016
-
-
Andreas Gohr authored
As discussed in #1471, an uninitialized variable will always be implicitly created when passed to the blank() function. Calling isset() is thus a no-op. A warning about this behavior has been added to the function comment.
-
- Feb 18, 2016
-
-
Andreas Gohr authored
This makes the saveWikiText() function a little easier to read and moves external edit handling to its own function. Behavior stays the same (tests are unchanged). In addition a new event COMMON_WIKIPAGE_SAVE is introduced that makes intercepting and acting on page saves much easier than possible before. Developers can: * prevent saves by either preventing the default action or overwriting the contentChanged field in a BEFORE hook * enforce saves even when no content changed by overwriting the contentChanged field in a BEFORE hook * Adjust the saved content by modifying the newContent field in a BEFORE hook * Adjust the stored change log information (summary, type, extras) in an AFTER hook * Easily know if a page was deleted, created or edited by inspecting the changeType field * what ever they want before or after a wiki page is saved
-
- Feb 14, 2016
-
-
Masoud Sadrnezhaad authored
-
- Feb 11, 2016
-
-
Romano authored
-
- Feb 03, 2016
-
-
Masoud Sadrnezhaad authored
-
- Jan 29, 2016
-
-
Andreas Gohr authored
You really never want to search the whole filesystem, so something must have gone wrong. Better abort than go on.
-
- Jan 22, 2016
-
-
Andreas Gohr authored
The opening tag of the button was self closing, creating invalid HTML. See https://forum.dokuwiki.org/thread/13346 for initial report
-
- Jan 07, 2016
-
-
dimsharav authored
-
- Dec 29, 2015
-
-
Wesley de Weerd authored
-