- Jul 01, 2012
-
-
Andreas Gohr authored
Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well
-
Andreas Gohr authored
-
Andreas Gohr authored
\w could match multibyte chars depending on system setup
-
Andreas Gohr authored
crypt seems to behave different on different systems when the salt is empty.
-
- Jun 30, 2012
-
-
Вячеслав Третьяков authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 29, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 28, 2012
-
-
Andreas Gohr 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
-