r82183 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82182‎ | r82183 | r82184 >
Date:19:41, 15 February 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.4.4 rc
Modified paths:
  • /trunk/extensions/Validator/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Validator/Validator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/RELEASE-NOTES
@@ -5,10 +5,11 @@
66
77
88 === Validator 0.4.4 ===
 9+(2011-02-16)
910
10 -(2011-0x-xx)
 11+* Tweaks to parser usage in the ParserHook class.
1112
12 -*
 13+* Fixed incorrect output of nested pre-tags in the describe parser hook.
1314
1415 === Validator 0.4.3.1 ===
1516 (2011-01-20)
Index: trunk/extensions/Validator/Validator.php
@@ -24,7 +24,7 @@
2525 die( 'Not an entry point.' );
2626 }
2727
28 -define( 'Validator_VERSION', '0.4.4 alpha' );
 28+define( 'Validator_VERSION', '0.4.4 rc' );
2929
3030 // Register the internationalization file.
3131 $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php';

Status & tagging log