- Jun 27, 2012
-
-
Tom N Harris authored
-
- Jun 25, 2012
-
-
Andreas Gohr authored
-
- Jun 24, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This allows to treat empty parameters as default
-
Andreas Gohr authored
-
Andreas Gohr authored
This new wrapper ensures types are correct and accessed parameters are actually set (with custom default fallbacks). The wrapper is available in the global $INPUT variable. It accesses $_REQUEST by default. If POST or GET is required, the post and get members can be used: $INPUT->int('foo',false); // access $_REQUEST['foo'], default false $INPUT->post->int('foo'); // access $_POST['foo'], default 0 $INPUT->get->int('foo'); // access $_GET['foo'], default 0 The codebase still needs to be updated to make use of this.
-
- Jun 23, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 22, 2012
-
-
Dion Nicolaas authored
-
Nguyen The Hung authored
-
이명진 authored
-
- Jun 13, 2012
-
-
이명진 authored
-
- Jun 12, 2012
-
-
Matteo Pasotti authored
-
Aoi Karasu authored
-
lainme authored
-
- Jun 10, 2012
-
-
lupo49 authored
Fix for FS#2522 / Now all places of $lang['restored'] are covered with the restored-date information
-
- Jun 03, 2012
-
-
Bc. Jan Kaláb authored
-
Bc. Jan Kaláb authored
-
Bc. Jan Kaláb authored
-
- May 27, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
- May 22, 2012
-
-
Andreas Gohr authored
This also fixes a problem wiht PHP 5.4 when there is metadata but the date key is empty.
-
Erial Krale authored
-
Roman Franchuk authored
-
- 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)
-