- May 21, 2012
-
-
Robert Nitsch authored
This bug occurs on systems where writing a zero-length string to an empty file does not update the file's modification timestamp. This leads to the messages.txt being downloaded almost endlessly, causing long delays for logged-in users. Visitors are not affected, because the messages.txt is only updated for logged-in users.
-
- May 20, 2012
-
-
Andreas Gohr authored
When a plugin file exists, we can assume it is the correct file and load it without error supression. This makes it much easier to detect and debug problematic plugins.
-
- May 16, 2012
-
-
Andreas Gohr authored
In some circumstances the username was set in latin1.
-
- May 14, 2012
-
-
Dominik Eckelmann authored
-
- May 11, 2012
-
-
Michael Hamann authored
This prevents an "Illegal string offset" error in PHP 5.4 in the test cases (the integration tests failed here with PHP 5.4).
-
Michael Hamann authored
Previously when in an event handler the same event was triggered again, only the handlers for the second event invocation were all executed, the handling of the "outer" event stopped after the handling of the inner event as they both used the same iterator of the hooks array. This caused caching bugs e.g. when both the include and the indexmenu plugin were enabled as both of them load metadata in the cache handler which triggers another renderer cache event.
-
- May 10, 2012
-
-
Andreas Gohr authored
-
- May 08, 2012
-
-
lupo49 authored
This allows easier identifying of which version has been restored. (FS#2522)
-
- May 02, 2012
-
-
Andreas Gohr authored
This was fixed in upstream and the upstream tests caught this :-)
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- May 01, 2012
-
-
Andreas Gohr authored
Input iteration counts are squared in the function and passing something above 30 is giving integer overflows on 32 bit systems (and causes insane iteration counts on 64bit systems).
-
- Apr 27, 2012
-
-
Robert Bogenschneider authored
-
Osaka authored
-
Yannick Aure authored
-
- Apr 26, 2012
-
-
Andreas Gohr authored
this fixes the HTTP tests which do test the base class directly instead of the DokuHTTPClient subclass
-
- Apr 23, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Apr 20, 2012
-
-
Andreas Gohr authored
-
- Apr 19, 2012
-
-
Tim Roes authored
-
Andreas Gohr authored
The error message when a non-existant editor was tried to load wasn't escaped correctly, allowing to introduce arbitrary JavaScript to the output, leading to a XSS vulnerability. Note: the reported second XCRF vulnerability is the same bug, the xploit code simply uses JavaScript to extract a valid CSRF token from the site
-
- Apr 17, 2012
-
-
Andreas Gohr authored
This allows us to distribute plugins that are disabled by default. We'll may want to do that for a special unit test plugin
-
Andreas Gohr authored
fixes passing null to event hook registration
-
- Apr 16, 2012
-
-
Emanuel-Emeric Andraşi authored
-
Padmanabh Kulkarni authored
-
Tim Roes authored
-
Tim Roes authored
-
Usama Akkad authored
-
- Apr 15, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Emanuel-Emeric Andraşi authored
-
Padmanabh Kulkarni authored
-
- Apr 12, 2012
- Apr 11, 2012
-
-
Usama Akkad authored
-
- Apr 07, 2012
-
-
Anika Henke authored
-
Andreas Gohr authored
-
- Apr 05, 2012
-
-
Tim Roes authored
-
- Apr 04, 2012
-
-
Tim Roes authored
This error hasn't anything to do with the rest of the -32600 errors.
-
- Apr 03, 2012
-
-
Kiril LastName authored
-