1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/eadc91223171/ changeset: eadc91223171 user: clements date: 2012-02-02 06:25:41 summary: Changed the default new user mailing list from galaxy-user to galaxy-announce, which is a much lower volume. Also added text to link to wiki page with all mailing lists. affected #: 5 files diff -r 238207122b68e961dac14238fe1af0a585a9e903 -r eadc91223171926a699f5f34ce088be2a9e17783 lib/galaxy/config.py --- a/lib/galaxy/config.py +++ b/lib/galaxy/config.py @@ -96,7 +96,7 @@ self.retry_job_output_collection = int( kwargs.get( 'retry_job_output_collection', 0 ) ) self.job_walltime = kwargs.get( 'job_walltime', None ) self.admin_users = kwargs.get( "admin_users", "" ) - self.mailing_join_addr = kwargs.get('mailing_join_addr',"galaxy-user-join@bx.psu.edu") + self.mailing_join_addr = kwargs.get('mailing_join_addr',"galaxy-announce-join@bx.psu.edu") self.error_email_to = kwargs.get( 'error_email_to', None ) self.smtp_server = kwargs.get( 'smtp_server', None ) self.smtp_username = kwargs.get( 'smtp_username', None ) diff -r 238207122b68e961dac14238fe1af0a585a9e903 -r eadc91223171926a699f5f34ce088be2a9e17783 lib/galaxy/webapps/community/config.py --- a/lib/galaxy/webapps/community/config.py +++ b/lib/galaxy/webapps/community/config.py @@ -68,7 +68,7 @@ self.template_cache = resolve_path( kwargs.get( "template_cache_path", "database/compiled_templates/community" ), self.root ) self.admin_users = kwargs.get( "admin_users", "" ) self.sendmail_path = kwargs.get('sendmail_path',"/usr/sbin/sendmail") - self.mailing_join_addr = kwargs.get('mailing_join_addr',"galaxy-user-join@bx.psu.edu") + self.mailing_join_addr = kwargs.get('mailing_join_addr',"galaxy-announce-join@bx.psu.edu") self.error_email_to = kwargs.get( 'error_email_to', None ) self.smtp_server = kwargs.get( 'smtp_server', None ) self.smtp_username = kwargs.get( 'smtp_username', None ) diff -r 238207122b68e961dac14238fe1af0a585a9e903 -r eadc91223171926a699f5f34ce088be2a9e17783 lib/galaxy/webapps/demo_sequencer/config.py --- a/lib/galaxy/webapps/demo_sequencer/config.py +++ b/lib/galaxy/webapps/demo_sequencer/config.py @@ -45,7 +45,7 @@ self.template_cache = resolve_path( kwargs.get( "template_cache_path", "database/compiled_templates/demo_sequencer" ), self.root ) self.admin_users = kwargs.get( "admin_users", "" ) self.sendmail_path = kwargs.get('sendmail_path',"/usr/sbin/sendmail") - self.mailing_join_addr = kwargs.get('mailing_join_addr',"galaxy-user-join@bx.psu.edu") + self.mailing_join_addr = kwargs.get('mailing_join_addr',"galaxy-announce-join@bx.psu.edu") self.error_email_to = kwargs.get( 'error_email_to', None ) self.smtp_server = kwargs.get( 'smtp_server', None ) self.log_actions = string_as_bool( kwargs.get( 'log_actions', 'False' ) ) diff -r 238207122b68e961dac14238fe1af0a585a9e903 -r eadc91223171926a699f5f34ce088be2a9e17783 templates/user/register.mako --- a/templates/user/register.mako +++ b/templates/user/register.mako @@ -72,6 +72,8 @@ <% subscribe_check_box.checked = True %> %endif ${subscribe_check_box.get_html()} + <p>See <a href="http://galaxyproject.org/wiki/Mailing%20Lists" target="_blank"> + all Galaxy project mailing lists</a>.</p></div> %endif %if user_type_fd_id_select_field and len( user_type_fd_id_select_field.options ) > 1: diff -r 238207122b68e961dac14238fe1af0a585a9e903 -r eadc91223171926a699f5f34ce088be2a9e17783 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -205,7 +205,7 @@ # On the user registration form, users may choose to join the mailing list. # This is the address of the list they'll be subscribed to. -#mailing_join_addr = galaxy-user-join@bx.psu.edu +#mailing_join_addr = galaxy-announce-join@bx.psu.edu # Datasets in an error state include a link to report the error. Those reports # will be sent to this address. Error reports are disabled if no address is set. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.