From: Chad Horohoe Date: Mon, 27 Dec 2010 23:02:13 +0000 (+0000) Subject: Comment out "subscribe to mediawiki-l" feature until we actually implement it. I... X-Git-Tag: 1.31.0-rc.0~33045 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=d483a75dcd38c6d8b2fdb069adca39b71ad988cb;p=lhc%2Fweb%2Fwiklou.git Comment out "subscribe to mediawiki-l" feature until we actually implement it. I'd really like to see this working, but we need to build some sort of API for Mailman. --- diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 5310a4077a..3b748d5adc 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -597,11 +597,16 @@ class WebInstaller_Name extends WebInstallerPage { 'label' => 'config-admin-email', 'help' => $this->parent->getHelpBox( 'config-admin-email-help' ) ) ) . - $this->parent->getCheckBox( array( + /** + * Uncomment this feature once we've got some sort of API to mailman + * to handle these subscriptions. Some dummy wrapper script on the + * mailman box that shell's out to mailman/bin/add_members would do + $this->parent->getCheckBox( array( 'var' => '_Subscribe', 'label' => 'config-subscribe', 'help' => $this->parent->getHelpBox( 'config-subscribe-help' ) ) ) . + */ $this->getFieldSetEnd() . $this->parent->getInfoBox( wfMsg( 'config-almost-done' ) ) . $this->parent->getRadioSet( array(