Index: trunk/extensions/Survey/Survey.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | die( '<b>Error:</b> Survey requires MediaWiki 1.17 or above.' ); |
30 | 30 | } |
31 | 31 | |
32 | | -define( 'Survey_VERSION', '0.1' ); |
| 32 | +define( 'Survey_VERSION', '0.2 alpha' ); |
33 | 33 | |
34 | 34 | $wgExtensionCredits['other'][] = array( |
35 | 35 | 'path' => __FILE__, |
Index: trunk/extensions/Survey/README |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | |
14 | 14 | * Surveys get displayed to wiki users using a nice pop-up form. |
15 | 15 | * 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, ...) |
17 | 17 | * Surveys can be shown for a specified percentage of users, and only after a certain amount of page views. |
18 | 18 | * Survey questions can have different types of inputs, of which some allow restricting answers. |
19 | 19 | * 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 @@ |
5 | 5 | Latest version of the release notes: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Survey/RELEASE-NOTES?view=co |
6 | 6 | |
7 | 7 | |
| 8 | +=== Version 0.2 === |
| 9 | +2011-xx-xx |
| 10 | + |
| 11 | +* |
| 12 | + |
8 | 13 | === Version 0.1 === |
9 | 14 | 2011-09-13 |
10 | 15 | |
— | — | @@ -11,7 +16,7 @@ |
12 | 17 | |
13 | 18 | * Surveys get displayed to wiki users using a nice pop-up form. |
14 | 19 | * 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, ...) |
16 | 21 | * Surveys can be shown for a specified percentage of users, and only after a certain amount of page views. |
17 | 22 | * Survey questions can have different types of inputs, of which some allow restricting answers. |
18 | 23 | * Surveys can be tested by admins via Special:TakeSurvey without them being live on the wiki. |