"Khorn (WMF)" changed the status of Wikimedia.r1212 to "fixme" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/Wikimedia/1212#c31138
Old Status: new
New Status: fixme
Commit summary for Wikimedia.r1212:
Adding module for Global Collect recurring payments.
Khorn (WMF)'s comment:
In the .module file:
<pre> $items['admin/settings/civicrm_recurring_globalcollect/insert'] = array(
'title' => 'Insert item',
'access arguments' => array('administer civicrm_recurring_globalcollect'),
'page callback' => 'drupal_get_form',
'page arguments' => array('civicrm_recurring_globalcollect_insertmq_form'),
'type' => MENU_LOCAL_TASK,
'weight' => 10,
);</pre>
If you click on that tab, it complains that
civicrm_recurring_globalcollect_insertmq_form is undefined. Not a total
blocker, but this should probably either be commented out, or do the same sort
of thing you did with the test page.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview