r100258 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100257‎ | r100258 | r100259 >
Date:19:07, 19 October 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
follow up to r100251
Modified paths:
  • /trunk/extensions/Contest/Contest.i18n.php (modified) (history)
  • /trunk/extensions/Contest/specials/SpecialContest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Contest/specials/SpecialContest.php
@@ -56,7 +56,7 @@
5757
5858 $this->displayNavigation();
5959 $this->showGeneralInfo( $contest );
60 - // TODO $this->showMailFunctionality( $contest );
 60+ $this->showMailFunctionality( $contest );
6161 $this->showContestants( $contest, $challengeTitle );
6262
6363 $out->addModules( 'contest.special.contest' );
Index: trunk/extensions/Contest/Contest.i18n.php
@@ -287,6 +287,15 @@
288288 'contest-email-signup-title' => 'Title for signup e-mails',
289289 'contest-email-reminder-title' => 'Title for reminder e-mails',
290290
 291+ 'contest-contest-reminder-mail' => 'Reminder email',
 292+ 'contest-contest-reminder-page' => 'Text explaining the email content is pulled from a page, $1 is the page name.',
 293+ 'contest-contest-send-reminder' => 'Send reminder button text',
 294+
 295+ 'contest-contest-reminder-preview' => 'Text indicating that the following content is the preview for the reminder email.',
 296+ 'contest-contest-reminder-title' => 'Dialog title',
 297+ 'contest-contest-reminder-send' => 'Send button text',
 298+ 'contest-contest-reminder-cancel' => 'Cancel button text',
 299+
291300 // Special:MyContests
292301 'contest-mycontests-toplink' => 'Text for link in the user menu (i.e. where watchlist and preferences are linked)',
293302 'contest-mycontests-no-contests' => 'Message indicating there are no contests for the user, displayed instead of a list.',

Follow-up revisions

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r100251added days left field and initial work on reminder email UIjeroendedauw18:38, 19 October 2011

Status & tagging log