r107690 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r107689
|
r107690
|
r107691
>
Date:
01:56, 31 December 2011
Author:
khorn
Status:
deferred
Tags:
fundraising
Comment:
followup
r107609
Accidentally stranded a local copy of the $form_errors variable in the RapidHTML class.
Modified paths:
/trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php
—
—
@@ -93,6 +93,7 @@
94
94
public function __construct( &$gateway ) {
95
95
global $wgRequest;
96
96
parent::__construct( $gateway );
97
+ $form_errors = $this->form_errors;
97
98
98
99
$this->loadValidateJs();
99
100
Follow-up revisions
Revision
Commit summary
Author
Date
r112287
MFT
r101785
,
r105938
,
r105941
,
r105953
,
r106109
,
r106158
,
r106259
,
r106366
,
r...
khorn
01:29, 24 February 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r107609
Replacing most of the haphazard validation found throughout DonationInterface...
khorn
01:05, 30 December 2011
Status & tagging log
01:28, 13 June 2012
Krinkle
(
talk
|
contribs
)
changed the
tags
for r107690
[
removed:
nodeploy]
20:45, 13 January 2012
Reedy
(
talk
|
contribs
)
changed the
status
of r107690
[
removed:
new
added:
deferred]
19:54, 11 January 2012
RobLa-WMF
(
talk
|
contribs
)
changed the
tags
for r107690
[
added:
nodeploy]
22:15, 5 January 2012
MarkAHershberger
(
talk
|
contribs
)
changed the
tags
for r107690
[
added:
fundraising]