[dokuwiki] git changes 2013-08-01

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 1 Aug 2013 03:00:08 +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/15754217312575b58b0594cd63f1e1db57623b42
Merge: 2058731 0320882
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Wed Jul 31 11:15:12 2013 -0700

    Merge pull request #244 from splitbrain/mediause_index
    
    Index media usage data


http://github.com/splitbrain/dokuwiki/commit/20587314b0587d68f5e18e442a0e2af152c22af2
Merge: 96e3411 2586f61
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Wed Jul 31 11:11:25 2013 -0700

    Merge pull request #246 from splitbrain/profileform_improvements
    
    HTML5isation of some forms


http://github.com/splitbrain/dokuwiki/commit/96e3411f2e5895f9aa3eff5db58f0ed3e6183471
Merge: 07ff0ba 7b650ce
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Wed Jul 31 11:07:32 2013 -0700

    Merge pull request #242 from splitbrain/aes_prng
    
    Add AES encryption and better random numbers FS#2685


http://github.com/splitbrain/dokuwiki/commit/2586f61fa6012e65f30cd5e9004ea4d6dea25238
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Jul 31 19:07:29 2013 +0200

    add html5 attributes to email fields of the config manager


http://github.com/splitbrain/dokuwiki/commit/7b3674bd7a2b20df3ba37b32b7cc33f574a95dc5
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Jul 31 18:51:06 2013 +0200

    add html5 'email' type to the user manager forms


http://github.com/splitbrain/dokuwiki/commit/71422fc898ea54876cd58c3bf5c4c0d9de032b52
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Jul 31 18:41:02 2013 +0200

    Change error message shown for incorrect current password on update profile 
form.
    
    The current message confusingly mentions bad 'username' when username is 
not involved.  The
    new message is the same as that introduced for an incorrect current 
password on the self
    delete profile form (FS#2751)


http://github.com/splitbrain/dokuwiki/commit/3b1338fffdb38ad47f7d814bc8d61b2f06305d69
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Jul 31 18:38:31 2013 +0200

    add html5 attributes to update profile form


http://github.com/splitbrain/dokuwiki/commit/a669bfe08c4c0ef180e38dd3189eaf81c0029f1c
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Wed Jul 31 18:38:02 2013 +0200

    add html5 attributes to register form


http://github.com/splitbrain/dokuwiki/commit/0320882f767e5685df9d7ac4bec5a3e3f1b1f216
Author: Michael Hamann <michael[at]content-space.de>
Date:   Wed Jul 31 17:57:58 2013 +0200

    Remove search_references() and the refshow configuration option
    
    The refshow configuration option wasn't used as described anymore
    already in the latest release and after the introduction of the media
    usage index the parameter is also no longer relevant for internal
    optimization. The only place where it was still used is the no longer
    used search_references()-function which is removed here, too.


http://github.com/splitbrain/dokuwiki/commit/ffec100965184c6bf045f0096101768def108b43
Author: Michael Hamann <michael[at]content-space.de>
Date:   Wed Jul 31 17:30:08 2013 +0200

    Index media file usage in the metadata index and use it in ft_mediause()


http://github.com/splitbrain/dokuwiki/commit/07ff0babae240ba072a3bc8b83a989c4305c24cd
Author: Michael Hamann <michael[at]content-space.de>
Date:   Wed Jul 31 17:20:00 2013 +0200

    Fix the useheading cache invalidation for hidden pages, add tests
    
    This adds a new parameter to ft_backlinks() to ignore permissions which
    is needed for invalidating the cache of linking pages with useheading
    enabled. This also adds various test cases for ft_backlinks().


http://github.com/splitbrain/dokuwiki/commit/cd997f938b450010efa93aa8a65ecbed9a68a32e
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Wed Jul 31 14:04:56 2013 +0200

    include updateVersion in CSS/JS tseed to force reload on update


http://github.com/splitbrain/dokuwiki/commit/b25974c4272787f8c66d36398d9578e630888451
Author: Guy Brand <gb[at]unistra.fr>
Date:   Wed Jul 31 12:31:35 2013 +0200

    Fixed instructions on PHPunit


http://github.com/splitbrain/dokuwiki/commit/7b650cef79bb603087a8ef43b22a1f7c3d86b7ef
Author: Michael Hamann <michael[at]content-space.de>
Date:   Wed Jul 31 11:56:58 2013 +0200

    auth_en/decrypt: Add explanation and more efficient decryption
    
    Added an explanation that what we do is like normal CBC but that we
    additionally encrypt the IV which is actually suggested by the NIST for
    non-random (but unique) IVs. In the decryption process it's not
    necessary to decrypt the IV, this should save some time.


http://github.com/splitbrain/dokuwiki/commit/8269996a43469c1ce5295a22248ad9a9ab34efc8
Author: Michael Hamann <michael[at]content-space.de>
Date:   Wed Jul 31 11:56:16 2013 +0200

    auth_random: remove exception comment as there is no exception


http://github.com/splitbrain/dokuwiki/commit/21134337f0a0d72b198e4be0561fe4dd729d1f07
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Wed Jul 31 10:39:11 2013 +0100

    updated intro text on wiki:dokuwiki


http://github.com/splitbrain/dokuwiki/commit/04369c3eae728e14962c41d1ab259f9e7ed99144
Author: Michael Hamann <michael[at]content-space.de>
Date:   Tue Jul 30 18:50:28 2013 +0200

    Add AES from phpseclib and use it for cookie encryption
    
    This replaces the deprecated and broken Blowfish implementation that has
    previously been used and should provide a lot more security.


http://github.com/splitbrain/dokuwiki/commit/30d544a4c371bf69023e4d9958bc2b00d84387d9
Author: Michael Hamann <michael[at]content-space.de>
Date:   Tue Jul 30 18:47:58 2013 +0200

    Use a new, truly random secret for cookie encryption


http://github.com/splitbrain/dokuwiki/commit/483b6238a3599595a678f995b2c7c9e9f07a7ce7
Author: Michael Hamann <michael[at]content-space.de>
Date:   Tue Jul 30 18:46:02 2013 +0200

    Add truly random numbers and use them in places where randomness matters

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

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 2013-08-01 - DokuWiki Devel Tools