[dokuwiki] git changes 2010-06-23

  • From: dev@xxxxxxxxxxxxxx (Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 23 Jun 2010 03:00:05 +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/def4baf24186bf30d4ba5ea726fb7c8391d8b43f
Author: Samuel Dorsaz <samuel.dorsaz[at]novelion.net>
Date:   Tue Jun 22 19:03:25 2010 +0200

    French language update


http://github.com/splitbrain/dokuwiki/commit/e53f9e72a48912e662dde20d7dceca74a022dcdf
Author: Marijn Hofstra <hofstra.m[at]gmail.com>
Date:   Tue Jun 22 19:02:33 2010 +0200

    Dutch language update


http://github.com/splitbrain/dokuwiki/commit/fa61423c0443cfa720938bd4ed01184c05678e97
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Jun 22 18:59:27 2010 +0200

    temporary disable hotkey JS for FS#1958


http://github.com/splitbrain/dokuwiki/commit/880f62faf63b666adcc1d6aec6a8ead3edb18f59
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Tue Jun 22 18:51:00 2010 +0200

    new auth capability 'logout'
    
    This patch implements what Adrian's patch "Hide logout button if auth
    backend cannot logout" intended to do.
    
    The 'logoff' capability was used to decide if a special method called
    $auth->logOff() should be called when the user logs out, not if the
    backend supports logouts at all. This was a superflous capability since
    an empty logOff() method is implemented in the base class anyway - it
    doesn't hurt to always call the method.
    
    The 'logoff' capability is now deprecated. Backends who want to do
    actions on logout simply need to overwrite logOff().
    
    A new capability 'logout' was added which defaults to true. Backends
    that can't logoff the user (eg. because they use some automatic
    login/logoff mechanism) can set this to false.
    
    Probably makes sense to add a 'login' capability as well...


http://github.com/splitbrain/dokuwiki/commit/2380e8a8af37991018a772ad4a619c6f5c683629
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Tue Jun 22 16:11:31 2010 +0200

    Hide logout button if auth backend cannot logout


http://github.com/splitbrain/dokuwiki/commit/2bd7407465fc660d5b853f71be1012905d8c896b
Author: Andreas Gohr <gohr[at]cosmocode.de>
Date:   Tue Jun 22 13:16:37 2010 +0200

    License change for inc/JpegMeta.php
    
    Original author Sebastian Delmont agreed to rerelease the code
    under BSD license to avoid license compatibility problems.
    
    Other authors (me and Hakan Sandell) agreed as well.

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

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 2010-06-23 - Devel Tools