r98384 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98383‎ | r98384 | r98385 >
Date:23:16, 28 September 2011
Author:awjrichards
Status:ok
Tags:
Comment:
MFT r98266
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/ContactPageFundraiser (modified) (history)
  • /branches/wmf/1.17wmf1/extensions/ContactPageFundraiser/SpecialContact.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/ContactPageFundraiser/SpecialContact.php
@@ -46,6 +46,8 @@
4747 $form['location'] = $wgRequest->getVal('location');
4848 $form['story'] = $wgRequest->getVal('story');
4949 $form['followup'] = $wgRequest->getVal('followup');
 50+ $form['username'] = $wgRequest->getVal('username');
 51+ $form['country'] = $wgRequest->getVal('country');
5052
5153 $text = '';
5254 foreach( $form as $key => $value) {
Property changes on: branches/wmf/1.17wmf1/extensions/ContactPageFundraiser
___________________________________________________________________
Modified: svn:mergeinfo
5355 Merged /trunk/extensions/ContactPageFundraiser:r98266,98383

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98266adding support for fundraising story form to ask for username and country per...jamesur21:38, 27 September 2011

Status & tagging log