History log of /dokuwiki/ (Results 5501 – 5525 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8243e61027-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

Limit size of reads when max_bodysize is set or content-length is present

44b0470c27-Jun-2012 Andreas Gohr <andi@splitbrain.org>

compressed new template graphics with tinypng.org

7d01a0ea27-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

more INPUT wrapper uses: cache purge, sectok, getID

90f1b7bd27-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

Input wrapper for action.php

3272d79725-Jun-2012 Andreas Gohr <andi@splitbrain.org>

some code cleanup and php docs

fbb9105e25-Jun-2012 Andreas Gohr <gohr@cosmocode.de>

fixed tests

The test suite was missing a global keyword to access the $INPUT class.

ed85653424-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

enable ACL by default on install

591acd8724-Jun-2012 Andreas Gohr <andi@splitbrain.org>

some Input class fixes and unit tests

4b530faa24-Jun-2012 Tom N Harris <tnharris@whoopdedo.org>

validate inputs to install form

bcc94b2c24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

Input wrapper for auth.php

d720a82c24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

remove() implemented for Input class

a12aaeb724-Jun-2012 Andreas Gohr <andi@splitbrain.org>

allow setting values via input class

ab5d26da24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

code cleanup

ff1769de24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

another input wrapper fix

8fbb9b1424-Jun-2012 Andreas Gohr <andi@splitbrain.org>

added Input wrapper to feed.php

c4e18ef924-Jun-2012 Andreas Gohr <andi@splitbrain.org>

added 3rd parameter to Input methods

This allows to treat empty parameters as default

f9aa73bf24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

code cleanup

5141446524-Jun-2012 Andreas Gohr <andi@splitbrain.org>

code beautification

dbd7dc8e24-Jun-2012 Andreas Gohr <andi@splitbrain.org>

use INPUT wrapper in doku.php

fd50d5c724-Jun-2012 Andreas Gohr <andi@splitbrain.org>

added has() method to input class

8917730624-Jun-2012 Andreas Gohr <andi@splitbrain.org>

Introducing a $_REQUEST/POST/GET wrapper

This new wrapper ensures types are correct and accessed parameters are
actually set (with custom default fallbacks).

The wrapper is available in the global

Introducing a $_REQUEST/POST/GET wrapper

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.

show more ...

3791b58923-Jun-2012 Andreas Gohr <andi@splitbrain.org>

use more secure password hash for admin pass FS#2536

29fbab8d23-Jun-2012 Andreas Gohr <andi@splitbrain.org>

code cleanup

e3736c2623-Jun-2012 Andreas Gohr <andi@splitbrain.org>

some phpdoc updates

a89c75af23-Jun-2012 Andreas Gohr <andi@splitbrain.org>

some code beautification

1...<<221222223224225226227228229230>>...420