[dokuwiki] git changes 2011-01-16

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sun, 16 Jan 2011 03:00:02 +0100 (CET)

Good Morning!

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

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

http://github.com/splitbrain/dokuwiki/commit/278a5eb294b2df859c7eb20c6e35e32280a8b613
Author: Michael Hamann <michael[at]content-space.de>
Date:   Sat Jan 15 12:18:09 2011 +0100

    Remove superfluous headers, fix XML-RPC with gzip enabled
    
    This removes headers that are sent by PHP/the webserver anyway as they
    are possibly wrong as e.g. when gzip compression is enabled in
    inc/init.php (which does happen when the client supports gzip) the
    content size is smaller than the one that was specified by the
    content-length header and thus e.g. the Python XML-RPC client fails with
    an error message because of the size mismatch. Additionally the content
    encoding is now set to utf-8 in the http headers.


http://github.com/splitbrain/dokuwiki/commit/b2665af72cdba76ca409b7e00e150746f2f83ced
Author: Michael Hamann <michael[at]content-space.de>
Date:   Mon Dec 27 22:53:18 2010 +0100

    Handle renamed authorization variables
    
    Sometimes (when using rewriting with the workaround for CGI mode
    described at
    http://www.besthostratings.com/articles/http-auth-php-cgi.html) the
    HTTP_AUTHORIZATION variable is renamed, this change detects this
    renaming and uses the renamed variable.


http://github.com/splitbrain/dokuwiki/commit/0c94c420c9dc14fc16700de5cca04959ca38e2c1
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 15 12:25:58 2011 +0100

    Added hmd5 and pmd5 as passcrypt choices in config manager


http://github.com/splitbrain/dokuwiki/commit/f91977c212fd1c1645f521f6190e1ec32259f7a2
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 15 12:24:14 2011 +0100

    Added support for Wordpress' password hashing FS#2134


http://github.com/splitbrain/dokuwiki/commit/ef7df687e4ebf910c7eb86b5a8b2a47b9d121917
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 15 11:28:59 2011 +0100

    added unit test for kmd5 password hashing


http://github.com/splitbrain/dokuwiki/commit/99f04cb741f14f2ccea37163786f1ea4824c2eb0
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 15 10:39:42 2011 +0100

    don't use &raquo; for non hierarchical breadcrumbs FS#2135
    
    Not sure if this sympol is the best to use. I'm open for different
    suggestions.
    
    Template auhtors still can overwrite the symbol of course.


http://github.com/splitbrain/dokuwiki/commit/a8254dfa8d8e02d4ac011fe915f3dcb4fdf7a361
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 15 10:29:42 2011 +0100

    made ajax quicksearch its own object
    
    This makes it possible for plugin and template authors to overwrite or
    extend the quicksearch JavaScript logic.


http://github.com/splitbrain/dokuwiki/commit/d83e78edb7657053f07161bbace2dba26ee83905
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sat Jan 15 09:46:17 2011 +0100

    added missing change for path length shortener in ajax backend

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

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 2011-01-16 - DokuWiki Devel Tools