r93188 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93187‎ | r93188 | r93189 >
Date:15:01, 26 July 2011
Author:raymond
Status:ok
Tags:
Comment:
Tweak extension credits and message files for consisteny
Add extension to Translatewiki.net
Modified paths:
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)
  • /trunk/extensions/TreeAndMenu/TreeAndMenu.i18n.php (added) (history)
  • /trunk/extensions/TreeAndMenu/TreeAndMenu.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1691,6 +1691,8 @@
16921692 Transliterator
16931693 magicfile = Transliterator/Transliterator.i18n.magic.php
16941694
 1695+Tree And Menu
 1696+
16951697 Trusted Math
16961698
16971699 Trusted XFF
Index: trunk/extensions/TreeAndMenu/TreeAndMenu.i18n.php
@@ -0,0 +1,16 @@
 2+<?php
 3+/**
 4+ * Internationalisation file for the TreeAndMenu extension.
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+ */
 9+
 10+$messages = array();
 11+
 12+/** English */
 13+$messages['en'] = array(
 14+ 'treeandmenu-desc' => "Adds <code><nowiki>#tree</nowiki></code> and <code><nowiki>#menu</nowiki></code> parser functions which contain bullet-lists to be rendered as collapsible treeview's or dropdown menus.
 15+The treeview's use the [http://www.destroydrop.com/javascripts/tree dTree] JavaScript tree menu, and the dropdown menu's use [http://www.htmldog.com/articles/suckerfish/dropdowns/ Son of Suckerfish]",
 16+);
 17+
Property changes on: trunk/extensions/TreeAndMenu/TreeAndMenu.i18n.php
___________________________________________________________________
Added: svn:eol-style
118 + native
Index: trunk/extensions/TreeAndMenu/TreeAndMenu.php
@@ -30,9 +30,7 @@
3131 'name' => 'TreeAndMenu',
3232 'author' => array( '[http://www.organicdesign.co.nz/User:Nad Nad]', '[http://www.organicdesign.co.nz/User:Sven Sven]' ),
3333 'url' => 'http://www.mediawiki.org/wiki/Extension:TreeAndMenu',
34 - 'description' => 'Adds #tree and #menu parser functions which contain bullet-lists to be rendered as collapsible treeview\'s or dropdown menus.
35 - The treeview\'s use the [http://www.destroydrop.com/javascripts/tree dTree] JavaScript tree menu,
36 - and the dropdown menu\'s use [http://www.htmldog.com/articles/suckerfish/dropdowns/ Son of Suckerfish]',
 34+ 'descriptionmsg' => 'treeandmenu-desc',
3735 'version' => TREEANDMENU_VERSION
3836 );
3937

Status & tagging log