r59652 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59651‎ | r59652 | r59653 >
Date:04:14, 2 December 2009
Author:yaron
Status:deferred
Tags:
Comment:
New version: 0.2
Modified paths:
  • /trunk/extensions/TemplateInfo/TemplateInfo.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TemplateInfo/TemplateInfo.php
@@ -11,7 +11,7 @@
1212 * Usage: Add the following line in LocalSettings.php:
1313 * require_once( "$IP/extensions/TemplateInfo/TemplateInfo.php" );
1414 *
15 - * @version 0.1.1
 15+ * @version 0.2
1616 */
1717
1818 // Check environment
@@ -27,7 +27,7 @@
2828 'path' => __FILE__,
2929 'name' => 'TemplateInfo',
3030 'author' => array( 'Yaron Koren', 'Roan Kattouw' ),
31 - 'version' => '0.1.1',
 31+ 'version' => '0.2',
3232 'url' => 'http://www.mediawiki.org/wiki/Extension:TemplateInfo',
3333 'description' => 'Supports templates defining their data structure via XML markup.',
3434 'descriptionmsg' => 'templateinfo-desc',

Status & tagging log