User "Jpostlethwaite" changed the status of MediaWiki.r100666.

Old Status: new
New Status: fixme

User "Jpostlethwaite" also posted a comment on MediaWiki.r100666.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100666#c24816
Commit summary:

A bare-minimum fix to get GC credit card forms back off the ground, with a 
slight update for the validateForm class: Now passing nothing in the optional 
options array, will default to using all available options.
r100648

Comment:

This breaks the validation method.

The boolean parameters no longer matter because you are only checking isset.

'address' => true, 'amount' => true, 'creditCard' => true, 'email' => true, 
'name' => true,

By default, it was validate all, except for credit card.

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

Reply via email to