r61791 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61790‎ | r61791 | r61792 >
Date:14:58, 1 February 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.5.3
Modified paths:
  • /trunk/extensions/Validator/INSTALL (modified) (history)
  • /trunk/extensions/Validator/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Validator/Validator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/INSTALL
@@ -1,4 +1,4 @@
2 -[[Validator 0.2]]
 2+[[Validator 0.2.1]]
33
44 Once you have downloaded the code, place the 'SemanticMaps' directory within
55 your MediaWiki 'extensions' directory. Then add the following code to your
Index: trunk/extensions/Validator/RELEASE-NOTES
@@ -4,6 +4,13 @@
55 This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every version of Validator.
66
77
 8+==== Validator 0.2.1 ====
 9+(2010-02-01)
 10+
 11+* Changed the inclusion of the upper bound for range validation functions.
 12+
 13+* Small language fixes.
 14+
815 ==== Validator 0.2 ====
916 (2009-12-25)
1017
Index: trunk/extensions/Validator/Validator.php
@@ -24,7 +24,7 @@
2525 die( 'Not an entry point.' );
2626 }
2727
28 -define( 'Validator_VERSION', '0.2.1 rc1' );
 28+define( 'Validator_VERSION', '0.2.1' );
2929
3030 // Constants indicating the strictness of the parameter validation.
3131 define( 'Validator_ERRORS_NONE', 0 );

Status & tagging log