[dokuwiki] git changes 2010-03-30

  • From: dev@xxxxxxxxxxxxxx (Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Tue, 30 Mar 2010 03:00:04 +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/2a98590b375e0acfd24fb0da343eb09a3ff76ff3
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Mon Mar 29 16:58:14 2010 +0200

    Better footnote popup positioning


http://github.com/splitbrain/dokuwiki/commit/187b5536f58354e627f88aead1dbfe0e8d6e7076
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Mon Mar 29 12:44:02 2010 +0200

    Update syntax plugin base class (DOOM DO-OOM)


http://github.com/splitbrain/dokuwiki/commit/f6ec8df813b28547ca3b04bb39f0ce670a6bb990
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Mon Mar 29 12:00:30 2010 +0200

    Allow plugins to specify that they have to be instantiated
    
    Plugins may return false in isSingleton to let plugin_load return a new
    instance every time it is called.
    Renderer plugins are not loaded with $new set to true, but instead specify
    themself that they are not singletons. This behaviour allows the odt 
renderer
    to keep working (see #1598).


http://github.com/splitbrain/dokuwiki/commit/ea6dfbca91f6afe89ff631ac28eae023bcc52853
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Fri Mar 26 15:17:26 2010 +0100

    Rewrite footnote popup
    
    * Popup now shows up relative to the link, not the mouse position
    * Easier handling of mouseoutâ??s bubbling
    * Factor out popup creation to allow plugins to use it


http://github.com/splitbrain/dokuwiki/commit/c9d5430b981aac42d64435908fe6016de907de0c
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Mon Mar 29 10:18:22 2010 +0200

    Call act_edit for locked pages
    
    50e988b accidentally stopped act_dispatch from calling act_edit for locked
    pages, thus showing a generic »page not writable« message instead of a
    page lock message.


http://github.com/splitbrain/dokuwiki/commit/cd12dcad1a482ea805f8dcc58b364e9c6cddc667
Author: Adrian Lang <lang[at]cosmocode.de>
Date:   Tue Feb 2 16:20:17 2010 +0100

    JavaScript syntax fixes

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

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-30 - Devel Tools