r100276 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100275‎ | r100276 | r100277 >
Date:20:56, 19 October 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
up readme and install
Modified paths:
  • /trunk/extensions/Contest/Contest.php (modified) (history)
  • /trunk/extensions/Contest/INSTALL (modified) (history)
  • /trunk/extensions/Contest/README (modified) (history)
  • /trunk/extensions/Contest/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/README
@@ -15,6 +15,7 @@
1616 * Summary pages per contest listing contestants, which can be filtered and sorted.
1717 * Judging interface that allows for rating and commenting on each participant.
1818 * All contests, challenges, contestants, comments and votes can be queried and exported via the API.
 19+* Signup and reminder emails.
1920
2021 == Credits to other projects ==
2122
Index: trunk/extensions/Contest/Contest.php
@@ -28,7 +28,7 @@
2929 die( '<b>Error:</b> Contest requires MediaWiki 1.18 or above.' );
3030 }
3131
32 -define( 'CONTEST_VERSION', '0.1alpha' );
 32+define( 'CONTEST_VERSION', '0.1' );
3333
3434 $wgExtensionCredits['other'][] = array(
3535 'path' => __FILE__,
Index: trunk/extensions/Contest/INSTALL
@@ -58,7 +58,12 @@
5959 |-
6060 | submissionDomains
6161 | array of string
62 -| array( 'github.com', 'gitorious.org' )
 62+| array( 'mediawiki.org', 'github.com', 'gitorious.org' )
6363 | Domains on which submissions can be placed
 64+|-
 65+| reminderJobSize
 66+| integer
 67+| 50
 68+| Max size of the reminder email jobs (in emails to send)
6469 |}
6570
Index: trunk/extensions/Contest/RELEASE-NOTES
@@ -14,4 +14,5 @@
1515 * Personal contest list and submission interface for each user.
1616 * Summary pages per contest listing contestants, which can be filtered and sorted.
1717 * Judging interface that allows for rating and commenting on each participant.
18 -* All contests, challenges, contestants, comments and votes can be queried and exported via the API.
\ No newline at end of file
 18+* All contests, challenges, contestants, comments and votes can be queried and exported via the API.
 19+* Signup and reminder emails.
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r1002971.18wmf1 MFT r100251, r100255, r100258, r100259, r100274, r100276, r100278reedy23:52, 19 October 2011

Status & tagging log