[dokuwiki] git changes 2010-03-13

  • From: dev@xxxxxxxxxxxxxx (Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Sat, 13 Mar 2010 03:00:04 +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/a958c48cfeaefd8e8c1aeebcd04e9c862f014a6d
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 12 14:35:43 2010 +0100

    removed dead leftover code from media search


http://github.com/splitbrain/dokuwiki/commit/d7879495eef6e6a998f5d727304e88dfa5420108
Merge: 84645d8... 05ed2c2...
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 12 14:11:50 2010 +0100

    Merge branch 'requireall'
    
    Conflicts:
        inc/fulltext.php


http://github.com/splitbrain/dokuwiki/commit/05ed2c25ea0dc45eef2af0f9f4176c939af41100
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 12 14:09:57 2010 +0100

    some more load fixes


http://github.com/splitbrain/dokuwiki/commit/84645d8c01570c5ea4cda556e70beccdec25ee22
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Fri Mar 12 12:24:04 2010 +0100

    fixed target handling for license link FS#1917


http://github.com/splitbrain/dokuwiki/commit/b77df6012df39de023b5ebb0b60f2427a465c25f
Author: Andrey Mikhaylov <lolmaus[at]gmail.com>
Date:   Fri Mar 12 12:02:43 2010 +0100

    Russian language update


http://github.com/splitbrain/dokuwiki/commit/24b3cb1ac0784ffa2acabf021fdd06c6d49cc7b1
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon Feb 1 16:20:40 2010 +0100

    removed require's in lib/exe/*


http://github.com/splitbrain/dokuwiki/commit/c2a6d81662045023bdf1617b6b49f71c274d55ca
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon Feb 1 16:10:25 2010 +0100

    plugin related autoloading
    
    This patch moved the place where DOKU_PLUGIN is defined. It no longer
    can be set from a normal config (only via preload)


http://github.com/splitbrain/dokuwiki/commit/0af14a6e25ba35e88d96762bc73325838868e3fe
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon Feb 1 15:38:41 2010 +0100

    removed more unneeded require_once() calls


http://github.com/splitbrain/dokuwiki/commit/2dcde3047b0cbc7cb75b3d9f84fd05a217b7fced
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Mon Feb 1 15:18:39 2010 +0100

    do not autorequire class only libraries
    
    those are loaded on demand through the autoloader mechanism
    
    Also cliopts.php is not loaded automatically at all


http://github.com/splitbrain/dokuwiki/commit/16905344219a6293705b71cd526fad3ba07b04eb
Author: Andreas Gohr <andi[at]splitbrain.org>
Date:   Sun Jan 31 19:02:14 2010 +0100

    first attempt to centralize all include loading
    
    Classes are loaded throug PHP5's class autoloader, all other
    includes are just loaded by default. This skips a lot of
    require_once calls.
    
    Parser and Plugin stuff isn't handled by the class loader yet.

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

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-03-13 - Devel Tools