- Jul 06, 2012
-
-
Martin Doucha authored
-
Martin Doucha authored
string sanitization even for their own new actions
-
Andreas Gohr authored
The used syntax was invalid in PHP < 3.4 and seemed to be wrong logical as well.
-
- Jul 05, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
- Jul 04, 2012
-
-
Kiril LastName authored
-
- Jul 01, 2012
-
-
Anika Henke authored
-
Anika Henke authored
-
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
-
-
lupo49 authored
-
lupo49 authored
-
Вячеслав Третьяков authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 29, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 28, 2012
-
-
Tom N Harris authored
-
Tom N Harris authored
-
Andreas Gohr authored
-
- Jun 27, 2012
-
-
Tom N Harris authored
-
Tom N Harris authored
-
Tom N Harris authored
-
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
-