r75475 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75474‎ | r75475 | r75476 >
Date:21:44, 26 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r75463, forgotten debug line
Modified paths:
  • /trunk/extensions/Validator/Validator.php (modified) (history)
  • /trunk/extensions/Validator/includes/ItemParameterCriterion.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/includes/ItemParameterCriterion.php
@@ -77,7 +77,6 @@
7878 }
7979
8080 if ( $result->hasInvalidItems() ) {
81 - var_dump($parameter);exit;
8281 $allInvalid = count( $result->getInvalidItems() ) == count( $parameter->getValue() );
8382
8483 // If the parameter is required and all items are invalid, it's fatal.
Index: trunk/extensions/Validator/Validator.php
@@ -24,7 +24,7 @@
2525 die( 'Not an entry point.' );
2626 }
2727
28 -define( 'Validator_VERSION', '0.4.2 rc1' );
 28+define( 'Validator_VERSION', '0.4.2 rc2' );
2929
3030 // Register the internationalization file.
3131 $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75463Fixed issue with empty listsjeroendedauw19:46, 26 October 2010

Status & tagging log