r102985 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102984‎ | r102985 | r102986 >
Date:14:33, 14 November 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.1.2 rel
Modified paths:
  • /trunk/extensions/Survey/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Survey/Survey.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Survey/Survey.php
@@ -28,7 +28,7 @@
2929 die( '<b>Error:</b> Survey requires MediaWiki 1.17 or above.' );
3030 }
3131
32 -define( 'Survey_VERSION', '0.2 alpha' );
 32+define( 'Survey_VERSION', '0.1.2' );
3333
3434 $wgExtensionCredits['other'][] = array(
3535 'path' => __FILE__,
Index: trunk/extensions/Survey/RELEASE-NOTES
@@ -4,8 +4,8 @@
55 Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Survey/RELEASE-NOTES?view=co
66
77
8 -=== Version 0.2 ===
9 -2011-xx-xx
 8+=== Version 0.1.2 ===
 9+2011-11-14
1010
1111 * Fixed issue with database index names causing update.php to fail when running after installation of Survey.
1212 * Fixed several IE JavaScript issues.

Status & tagging log