[dokuwiki] git changes 2012-01-30

  • From: xref@xxxxxxxxxxxx (DokuWiki Devel Tools)
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 30 Jan 2012 03:00:03 +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/27833958afc4d9d54460bd5273a6a56d94c1923f
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jan 29 20:03:50 2012 +0000

    added tpl_getMediaFile() to replace tpl_getFavicon()
    
    The function tpl_getFavicon() was doing more than its name was implying. 
Therefore the new tpl_getMediaFile() was introduced (which is doing nearly 
exactly the same) and tpl_getFavicon() was deprecated.
    tpl_favicon() can still be used, though.


http://github.com/splitbrain/dokuwiki/commit/91e9045718073c3a4ad4ce581e9192f0a87baaf7
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jan 29 19:15:13 2012 +0000

    added two new config options: tagline and sidebar
    
    Templates authors should support these to make the transition between 
templates easier. Templates which already have a sidebar could first check for 
$conf['sidebar'] and use it if it's defined, otherwise use their old own 
sidebar functionality to stay backwards-compatible.


http://github.com/splitbrain/dokuwiki/commit/3b9a3b55d79835f89ea33233f4703361be4ba5f9
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jan 29 18:56:24 2012 +0000

    added missing actions to tpl_actiondropdown()


http://github.com/splitbrain/dokuwiki/commit/61917024a6e927db44aff03e4d7ea5a64bd3ec08
Author: Anika Henke <anika[at]selfthinker.org>
Date:   Sun Jan 29 18:25:52 2012 +0000

    added 5 new language strings for action tools and skip link (needs 
translations)
    
    This is in preparation for the new default template. This also updates the 
tpl_actiondropdown() to use most of them.

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

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 2012-01-30 - DokuWiki Devel Tools