Comment out "subscribe to mediawiki-l" feature until we actually implement it. I...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Dec 2010 23:02:13 +0000 (23:02 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 27 Dec 2010 23:02:13 +0000 (23:02 +0000)
includes/installer/WebInstallerPage.php

index 5310a40..3b748d5 100644 (file)
@@ -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(