- Jun 30, 2012
-
-
Andreas Gohr authored
-
- Jun 29, 2012
-
-
Anika Henke authored
Conflicts: lib/tpl/dokuwiki/css/basic.css
-
Andreas Gohr authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Anika Henke authored
-
Andreas Gohr authored
-
- Jun 28, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 27, 2012
-
-
Andreas Gohr authored
-
- Jun 26, 2012
-
-
Andreas Gohr authored
input validations in installer
-
- Jun 25, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
The test suite was missing a global keyword to access the $INPUT class.
-
- Jun 24, 2012
-
-
Tom N Harris authored
-
Andreas Gohr authored
-
Tom N Harris authored
-
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
-
Andreas Gohr authored
-
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
-
Andreas Gohr authored
-
- Jun 22, 2012
-
-
Dion Nicolaas authored
-
Nguyen The Hung authored
-
이명진 authored
-
- Jun 13, 2012
-
-
이명진 authored
-
- Jun 12, 2012
-
-
Matteo Pasotti authored
-