http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100276

Revision: 100276
Author:   jeroendedauw
Date:     2011-10-19 20:56:53 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
up readme and install

Modified Paths:
--------------
    trunk/extensions/Contest/Contest.php
    trunk/extensions/Contest/INSTALL
    trunk/extensions/Contest/README
    trunk/extensions/Contest/RELEASE-NOTES

Modified: trunk/extensions/Contest/Contest.php
===================================================================
--- trunk/extensions/Contest/Contest.php        2011-10-19 20:50:36 UTC (rev 
100275)
+++ trunk/extensions/Contest/Contest.php        2011-10-19 20:56:53 UTC (rev 
100276)
@@ -28,7 +28,7 @@
        die( '<b>Error:</b> Contest requires MediaWiki 1.18 or above.' );
 }
 
-define( 'CONTEST_VERSION', '0.1alpha' );
+define( 'CONTEST_VERSION', '0.1' );
 
 $wgExtensionCredits['other'][] = array(
        'path' => __FILE__,

Modified: trunk/extensions/Contest/INSTALL
===================================================================
--- trunk/extensions/Contest/INSTALL    2011-10-19 20:50:36 UTC (rev 100275)
+++ trunk/extensions/Contest/INSTALL    2011-10-19 20:56:53 UTC (rev 100276)
@@ -58,7 +58,12 @@
 |-
 | submissionDomains
 | array of string
-| array( 'github.com', 'gitorious.org' )
+| array( 'mediawiki.org', 'github.com', 'gitorious.org' )
 | Domains on which submissions can be placed
+|-
+| reminderJobSize
+| integer
+| 50
+| Max size of the reminder email jobs (in emails to send) 
 |}
 

Modified: trunk/extensions/Contest/README
===================================================================
--- trunk/extensions/Contest/README     2011-10-19 20:50:36 UTC (rev 100275)
+++ trunk/extensions/Contest/README     2011-10-19 20:56:53 UTC (rev 100276)
@@ -15,6 +15,7 @@
 * Summary pages per contest listing contestants, which can be filtered and 
sorted.
 * Judging interface that allows for rating and commenting on each participant.
 * All contests, challenges, contestants, comments and votes can be queried and 
exported via the API.
+* Signup and reminder emails.
 
 == Credits to other projects ==
 

Modified: trunk/extensions/Contest/RELEASE-NOTES
===================================================================
--- trunk/extensions/Contest/RELEASE-NOTES      2011-10-19 20:50:36 UTC (rev 
100275)
+++ trunk/extensions/Contest/RELEASE-NOTES      2011-10-19 20:56:53 UTC (rev 
100276)
@@ -14,4 +14,5 @@
 * Personal contest list and submission interface for each user.
 * Summary pages per contest listing contestants, which can be filtered and 
sorted.
 * Judging interface that allows for rating and commenting on each participant.
-* All contests, challenges, contestants, comments and votes can be queried and 
exported via the API.
\ No newline at end of file
+* All contests, challenges, contestants, comments and votes can be queried and 
exported via the API.
+* Signup and reminder emails.
\ No newline at end of file


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to