r76890 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76889‎ | r76890 | r76891 >
Date:18:26, 17 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Bump 1.0.0, comment about SimpleSurvey Version
Modified paths:
  • /trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleAssessmentPilot/ArticleAssessmentPilot.php
@@ -47,13 +47,14 @@
4848 'path' => __FILE__,
4949 'name' => 'Article Assessment Pilot',
5050 'author' => array( 'Nimish Gautam', 'Sam Reed', 'Adam Miller' ),
51 - 'version' => '0.1.0',
 51+ 'version' => '1.0.0',
5252 'descriptionmsg' => 'articleassessment-desc',
5353 'url' => 'http://www.mediawiki.org/wiki/Extension:ArticleAssessmentPilot'
5454 );
5555
5656 // Survey setup
5757 // This is totally a hack, but it's easy and had to be done fast
 58+// Should be used with SimpleSurvey 0.1
5859 require_once( $dir . '../SimpleSurvey/SimpleSurvey.php' );
5960
6061 // Would ordinarily call this articleassessment but survey names are 16 chars max

Status & tagging log