r59442 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59441‎ | r59442 | r59443 >
Date:05:26, 26 November 2009
Author:yaron
Status:deferred
Tags:
Comment:
New version: 0.1.1
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
 15+ * @version 0.1.1
1616 */
1717
1818 // Check environment
@@ -27,6 +27,7 @@
2828 'path' => __FILE__,
2929 'name' => 'TemplateInfo',
3030 'author' => array( 'Yaron Koren', 'Roan Kattouw' ),
 31+ 'version' => '0.1.1',
3132 'url' => 'http://www.mediawiki.org/wiki/Extension:TemplateInfo',
3233 'description' => 'Supports templates defining their data structure via XML markup.',
3334 'descriptionmsg' => 'templateinfo-desc',

Status & tagging log