r97432 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97431‎ | r97432 | r97433 >
Date:18:28, 18 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
0.1.1 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,14 +28,14 @@
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.1' );
3333
3434 $wgExtensionCredits['other'][] = array(
3535 'path' => __FILE__,
3636 'name' => 'Survey',
3737 'version' => Survey_VERSION,
3838 'author' => array(
39 - '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]',
 39+ '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw] for [http://www.wikiworks.com WikiWorks]',
4040 ),
4141 'url' => 'http://www.mediawiki.org/wiki/Extension:Survey',
4242 'descriptionmsg' => 'survey-desc'
Index: trunk/extensions/Survey/RELEASE-NOTES
@@ -7,6 +7,11 @@
88 === Version 0.2 ===
99 2011-xx-xx
1010
 11+*
 12+
 13+=== Version 0.1.1 ===
 14+2011-09-18
 15+
1116 * Restricted access to survey statistics via the API to survey admins.
1217
1318 === Version 0.1 ===

Status & tagging log