Index: trunk/phase3/includes/installer/WebInstallerPage.php |
— | — | @@ -597,11 +597,16 @@ |
598 | 598 | 'label' => 'config-admin-email', |
599 | 599 | 'help' => $this->parent->getHelpBox( 'config-admin-email-help' ) |
600 | 600 | ) ) . |
601 | | - $this->parent->getCheckBox( array( |
| 601 | + /** |
| 602 | + * Uncomment this feature once we've got some sort of API to mailman |
| 603 | + * to handle these subscriptions. Some dummy wrapper script on the |
| 604 | + * mailman box that shell's out to mailman/bin/add_members would do |
| 605 | + $this->parent->getCheckBox( array( |
602 | 606 | 'var' => '_Subscribe', |
603 | 607 | 'label' => 'config-subscribe', |
604 | 608 | 'help' => $this->parent->getHelpBox( 'config-subscribe-help' ) |
605 | 609 | ) ) . |
| 610 | + */ |
606 | 611 | $this->getFieldSetEnd() . |
607 | 612 | $this->parent->getInfoBox( wfMsg( 'config-almost-done' ) ) . |
608 | 613 | $this->parent->getRadioSet( array( |