r76647 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76646‎ | r76647 | r76648 >
Date:21:58, 13 November 2010
Author:tomasz
Status:deferred (Comments)
Tags:
Comment:
Adding emergency short circuit
Modified paths:
  • /trunk/extensions/ContributionReporting/ContributionHistory_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ContributionReporting/ContributionHistory_body.php
@@ -7,6 +7,11 @@
88 function execute( $language = null ) {
99 global $wgRequest, $wgOut, $wgTitle, $wgLang;
1010
 11+ # Emergecny short cut until post donation comments are enabled
 12+ $wgOut->redirect( SpecialPage::getTitleFor( 'FundraiserStatistics' )->getFullURL() );
 13+ return;
 14+
 15+
1116 if ( !preg_match( '/^[a-z-]+$/', $language ) ) {
1217 $language = 'en';
1318 }

Comments

#Comment by MZMcBride (talk | contribs)   19:58, 15 August 2011

"Emergecny short cut" should be "Emergency shortcut".

It's been about nine months since this revision was committed. Has there been any progress in fixing the underlying issue?

#Comment by Awjrichards (talk | contribs)   20:19, 15 August 2011

At the moment, there are no plans to start using ContributionHistory again, although it is certainly possible that it will come up again for this year's fundraiser.

#Comment by Tfinc (talk | contribs)   20:02, 15 August 2011

I've asked Arthur (tech lead for the fundraiser) to comment on this since i'm not actively developing this code base.

Status & tagging log