[dokuwiki] git changes 2010-04-05

  • From: dev@xxxxxxxxxxxxxx (Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 5 Apr 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/c5c9e5ff8543947d9d7de31b2c4db510ebc41866
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Sun Apr 4 22:26:50 2010 +0100

    SafeFN test cases


http://github.com/splitbrain/dokuwiki/commit/dcee16d694a9c39beaca3c59d970652f528a999c
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Sun Apr 4 21:31:42 2010 +0100

    Update SafeFN class, simplify and improve performance


http://github.com/splitbrain/dokuwiki/commit/29c73cc5950e1e1de321858f8c9538ee398309b2
Merge: f03fd95... 2958687...
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Apr 4 20:35:23 2010 +0200

    Merge branch 'master' of github.com:splitbrain/dokuwiki


http://github.com/splitbrain/dokuwiki/commit/f03fd957525a714da1cde7e2957939046bd51bd5
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Apr 4 20:28:39 2010 +0200

    new fnencode option FS#1649
    
    This patch adds an option to choose how filenames are encoded
    when saved to the file system. You can choose between urlencoding
    (url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).


http://github.com/splitbrain/dokuwiki/commit/70e083cec45ef4a738ae0b3f20af8e4f288a7dfa
Author: Christopher Smith <chris[at]jalakai.co.uk>
Date:   Sun Apr 4 20:24:01 2010 +0200

    class for safely encoding filenames
    
    This class tries to satisfy the following requirements:
    
      * all ASCII alphanumeric chars in the input should stay the same
        ASCII alphanumeric chars in the output
      * the resulting string should be as short as possible
      * the operation needs to be reversable without any data loss
      * the resulting ASCII string should be case insensitive
      * there should be no restriction on the input length
      * the whole UTF-8 range should be allowed
    
    using it creates a way to store UTF-8 in filenames even if the
    underlying filesystem does not support UTF-8. It is also pretty
    robust when files are moved between various filesystems and it
    creates shorter filenames than the currently used urlencoding.


http://github.com/splitbrain/dokuwiki/commit/29586873b45660b9fa2dc5836ff0818664bebe05
Author: Michael Hamann <michael[at]content-space.de>
Date:   Sun Apr 4 15:11:53 2010 +0200

    Fixed Arabic password reset
    
    The replacements ([at]...[at]) were partially translated and had spaces in
    between. Please don't translate the text between [at]...[at].


http://github.com/splitbrain/dokuwiki/commit/550505f51d2efbdf154dea82b69bcfb758b63785
Merge: 40307ce... d535a2e...
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Apr 4 09:49:41 2010 +0200

    Merge remote branch 'stretchyboy/master'


http://github.com/splitbrain/dokuwiki/commit/d535a2e92c29b7a9cff84c344c6e474f654aaa9e
Author: stretchyboy <martyn.eggleton[at]gmail.org>
Date:   Wed Mar 31 11:45:50 2010 +0100

    Fixes variable replacement during _template.txt parsing

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

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-04-05 - Devel Tools