r96893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96892‎ | r96893 | r96894 >
Date:19:54, 12 September 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
up rel notes and install
Modified paths:
  • /trunk/extensions/Survey/INSTALL (modified) (history)
  • /trunk/extensions/Survey/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Survey/INSTALL
@@ -37,8 +37,44 @@
3838
3939 Configuration of Survey is done by assigning to $egSurveySettings in your
4040 [[Manual:LocalSettings.php|LocalSettings.php]] file, AFTER the inlcusion of the
41 -extension. The options are listed below and their default is set in the Survey settings file [0].
 41+extension. The options are listed below and their default is set in the Survey settings file:
 42+http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Survey/Survey.settings.php?view=markup
4243 You should NOT modify the settings file, but can have a look at it to get an idea of
4344 how to use the settings, in case the below descriptions do not suffice.
4445
45 -[0] http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Survey/Survey.settings.php?view=markup
\ No newline at end of file
 46+{|
 47+! Name
 48+! Type
 49+! Default
 50+! Description
 51+|-
 52+| defaultEnabled
 53+| boolean
 54+| false
 55+| If surveys should be enabled by default
 56+|-
 57+| defaultUserType
 58+| Survey::$USER_
 59+| Survey::$USER_ALL
 60+| The default type of users a survey is shown to
 61+|-
 62+| defaultNamespaces
 63+| array
 64+| array()
 65+| The default namespaces in which surveys should be shown. Empty list for no namespace restrictions
 66+|-
 67+| defaultRatio
 68+| integer
 69+| 100
 70+| The default percentage of users the surveys should be shown to
 71+|-
 72+| defaultExpiry
 73+| integer
 74+| 60 * 60 * 24 * 30
 75+| The default expiry of cookies used to track survey completion of users, in seconds
 76+|-
 77+| defaultMinPages
 78+| integer
 79+| 0
 80+| The default minimun amount of pages users should visit before getting a survey
 81+|}
Index: trunk/extensions/Survey/RELEASE-NOTES
@@ -5,8 +5,15 @@
66
77
88 === Version 0.1 ===
9 -2011-xx-xx
 9+2011-09-12
1010
1111 Initial release with these features:
1212
13 -*
\ No newline at end of file
 13+* Surveys get displayed to wiki users using a nice pop-up form.
 14+* 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, ...)
 16+* Surveys can be shown for a specified percentage of users, and only after a certain amount of page views.
 17+* Survey questions can have different types of inputs, of which some allow restricting answers.
 18+* Surveys can be tested by admins via Special:TakeSurvey without them being live on the wiki.
 19+* Summaries of survey submissions can be found on Special:SurveyStats.
 20+* The survey submission data (ie user answers) can be exported via an API.

Status & tagging log