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

Revision: 100258
Author:   jeroendedauw
Date:     2011-10-19 19:07:57 +0000 (Wed, 19 Oct 2011)
Log Message:
-----------
follow up to r100251

Modified Paths:
--------------
    trunk/extensions/Contest/Contest.i18n.php
    trunk/extensions/Contest/specials/SpecialContest.php

Modified: trunk/extensions/Contest/Contest.i18n.php
===================================================================
--- trunk/extensions/Contest/Contest.i18n.php   2011-10-19 19:03:55 UTC (rev 
100257)
+++ trunk/extensions/Contest/Contest.i18n.php   2011-10-19 19:07:57 UTC (rev 
100258)
@@ -287,6 +287,15 @@
        'contest-email-signup-title' => 'Title for signup e-mails',
        'contest-email-reminder-title' => 'Title for reminder e-mails',
 
+       'contest-contest-reminder-mail' => 'Reminder email',
+       'contest-contest-reminder-page' => 'Text explaining the email content 
is pulled from a page, $1 is the page name.',
+       'contest-contest-send-reminder' => 'Send reminder button text',
+       
+       'contest-contest-reminder-preview' => 'Text indicating that the 
following content is the preview for the reminder email.',
+       'contest-contest-reminder-title' => 'Dialog title',
+       'contest-contest-reminder-send' => 'Send button text',
+       'contest-contest-reminder-cancel' => 'Cancel button text',
+
        // Special:MyContests
        'contest-mycontests-toplink' => 'Text for link in the user menu (i.e. 
where watchlist and preferences are linked)',
        'contest-mycontests-no-contests' => 'Message indicating there are no 
contests for the user, displayed instead of a list.',

Modified: trunk/extensions/Contest/specials/SpecialContest.php
===================================================================
--- trunk/extensions/Contest/specials/SpecialContest.php        2011-10-19 
19:03:55 UTC (rev 100257)
+++ trunk/extensions/Contest/specials/SpecialContest.php        2011-10-19 
19:07:57 UTC (rev 100258)
@@ -56,7 +56,7 @@
                        
                        $this->displayNavigation();
                        $this->showGeneralInfo( $contest );
-                       // TODO $this->showMailFunctionality( $contest );
+                       $this->showMailFunctionality( $contest );
                        $this->showContestants( $contest, $challengeTitle );
                        
                        $out->addModules( 'contest.special.contest' );


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

Reply via email to