[dokuwiki] git changes 2012-06-25

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 25 Jun 2012 03:00:10 +0200 (CEST)

Good Morning!

This are the git changes for DokuWiki committed
yesterday. Please test them and report bugs.

---------------------------------------------------------------------

http://github.com/splitbrain/dokuwiki/commit/591acd873d64abb271864b581c48ca419aa5d329
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon Jun 25 00:37:21 2012 +0200

    some Input class fixes and unit tests


http://github.com/splitbrain/dokuwiki/commit/bcc94b2c17efc51fd78a25db43058d10e685679d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 20:11:43 2012 +0200

    Input wrapper for auth.php


http://github.com/splitbrain/dokuwiki/commit/d720a82c905d624b7fd40132514ae662a410c949
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 20:09:35 2012 +0200

    remove() implemented for Input class


http://github.com/splitbrain/dokuwiki/commit/a12aaeb7e914180a4c67ca7456771b6d99d9c535
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 16:54:43 2012 +0200

    allow setting values via input class


http://github.com/splitbrain/dokuwiki/commit/ab5d26daf90483fc0ed3437c64011a5e8475970f
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 16:07:18 2012 +0200

    code cleanup


http://github.com/splitbrain/dokuwiki/commit/ff1769defb9de14a80792aed16652451a29f03da
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 15:21:26 2012 +0200

    another input wrapper fix


http://github.com/splitbrain/dokuwiki/commit/8fbb9b1406a6a8bb097209155e1b1142fa556260
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 15:17:38 2012 +0200

    added Input wrapper to feed.php


http://github.com/splitbrain/dokuwiki/commit/c4e18ef950a64e41101f06da0c4ca2e45bb21fb7
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 15:16:47 2012 +0200

    added 3rd parameter to Input methods
    
    This allows to treat empty parameters as default


http://github.com/splitbrain/dokuwiki/commit/f9aa73bff850a3d60a1f3df02e5e97741051bc60
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 14:59:43 2012 +0200

    code cleanup


http://github.com/splitbrain/dokuwiki/commit/514144657a25baed120871a6cee217d67da99b38
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 14:43:51 2012 +0200

    code beautification


http://github.com/splitbrain/dokuwiki/commit/dbd7dc8e229b08ed2adb060d445a5516c94f3c5d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 14:42:45 2012 +0200

    use INPUT wrapper in doku.php


http://github.com/splitbrain/dokuwiki/commit/fd50d5c713878b03fdcd8d21f8209f968fe55646
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 14:35:23 2012 +0200

    added has() method to input class


http://github.com/splitbrain/dokuwiki/commit/89177306a2278255d6a2203b5fff4a839183d3cd
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jun 24 14:00:49 2012 +0200

    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.

---------------------------------------------------------------------

You can download individual diffs or patches by appending .diff or
.patch to the given commit URLs above.

Bye,
your git changelog mailer


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] git changes 2012-06-25 - DokuWiki Devel Tools