r100564 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100563‎ | r100564 | r100565 >
Date:21:11, 23 October 2011
Author:platonides
Status:ok
Tags:
Comment:
Poor FundraiserLandingPage had no messages
Modified paths:
  • /trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.i18n.php (modified) (history)
  • /trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.i18n.php
@@ -0,0 +1,7 @@
 2+<?php
 3+
 4+$messages = array();
 5+
 6+$messages['en'] = array(
 7+ 'fundraisinglandingpage-desc' => 'Takes URL parameters and passes them to the specified template as template variables',
 8+);
Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.php
@@ -21,8 +21,7 @@
2222 'name' => 'FundraiserLandingPage',
2323 'author' => 'Peter Gehres',
2424 'url' => 'http://www.mediawiki.org/wiki/Extension:FundraiserLandingPage',
25 - 'description' => '',
26 - 'descriptionmsg' => '',
 25+ 'descriptionmsg' => 'fundraisinglandingpage-desc',
2726 'version' => '1.0.0',
2827 );
2928
@@ -42,4 +41,4 @@
4342 'template' => 'LandingPage',
4443 'appeal' => 'appeal-brandon-1',
4544 'form' => 'lp-form-US7amounts-extrainfo-noppval'
46 -);
\ No newline at end of file
 45+);

Follow-up revisions

RevisionCommit summaryAuthorDate
r100581Per r100564: Register Fundraiser Landing Page...raymond06:41, 24 October 2011
r100613Followup r100564 per r100581 CR: fundraising -> fundraiserplatonides16:57, 24 October 2011

Status & tagging log