r96926 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96925‎ | r96926 | r96927 >
Date:22:28, 12 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
typo fixes and increment to 0.2 alpha
Modified paths:
  • /trunk/extensions/Survey/README (modified) (history)
  • /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.1' );
 32+define( 'Survey_VERSION', '0.2 alpha' );
3333
3434 $wgExtensionCredits['other'][] = array(
3535 'path' => __FILE__,
Index: trunk/extensions/Survey/README
@@ -12,7 +12,7 @@
1313
1414 * Surveys get displayed to wiki users using a nice pop-up form.
1515 * Surveys can be created and modified via an admin panel (Special:Surveys).
16 -* Surveys can be shown to specific types of users (logged in, anonymouse, editor, confirmed, ...)
 16+* Surveys can be shown to specific types of users (logged in, anonymous, editor, confirmed, ...)
1717 * Surveys can be shown for a specified percentage of users, and only after a certain amount of page views.
1818 * Survey questions can have different types of inputs, of which some allow restricting answers.
1919 * Surveys can be tested by admins via Special:TakeSurvey without them being live on the wiki.
Index: trunk/extensions/Survey/RELEASE-NOTES
@@ -4,6 +4,11 @@
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
 10+
 11+*
 12+
813 === Version 0.1 ===
914 2011-09-13
1015
@@ -11,7 +16,7 @@
1217
1318 * Surveys get displayed to wiki users using a nice pop-up form.
1419 * Surveys can be created and modified via an admin panel (Special:Surveys).
15 -* Surveys can be shown to specific types of users (logged in, anonymouse, editor, confirmed, ...)
 20+* Surveys can be shown to specific types of users (logged in, anonymous, editor, confirmed, ...)
1621 * Surveys can be shown for a specified percentage of users, and only after a certain amount of page views.
1722 * Survey questions can have different types of inputs, of which some allow restricting answers.
1823 * Surveys can be tested by admins via Special:TakeSurvey without them being live on the wiki.

Status & tagging log