# HG changeset patch # User Mads Kiilerich # Date 1581515531 -3600 # Node ID 08c0326e9127bef9ecb59b23e84c7c173b3e5e3d # Parent dac0bff4d2a33ba791104a84061ac5f7a1a944b9# Parent 85135d4f9feff9aabb30399cc7ba24ade09dc589 Merge stable diff -r dac0bff4d2a3 -r 08c0326e9127 development.ini --- a/development.ini Fri Feb 07 13:55:27 2020 -0800 +++ b/development.ini Wed Feb 12 14:52:11 2020 +0100 @@ -54,11 +54,11 @@ ## For "SSL", use smtp_use_ssl = true and smtp_port = 465. ## For "STARTTLS", use smtp_use_tls = true and smtp_port = 587. smtp_server = -#smtp_username = -#smtp_password = +smtp_username = +smtp_password = smtp_port = -#smtp_use_ssl = false -#smtp_use_tls = false +smtp_use_ssl = false +smtp_use_tls = false ## Entry point for 'gearbox serve' [server:main] @@ -259,7 +259,7 @@ celery.accept.content = pickle celery.result.backend = amqp celery.result.dburi = amqp:// -celery.result.serialier = json +celery.result.serializer = json #celery.send.task.error.emails = true #celery.amqp.task.result.expires = 18000 @@ -330,10 +330,13 @@ # Propagate email settings to ErrorReporter of TurboGears2 # You do not normally need to change these lines -get trace_errors.error_email = email_to get trace_errors.smtp_server = smtp_server get trace_errors.smtp_port = smtp_port get trace_errors.from_address = error_email_from +get trace_errors.error_email = email_to +get trace_errors.smtp_username = smtp_username +get trace_errors.smtp_password = smtp_password +get trace_errors.smtp_use_tls = smtp_use_tls ################################################################################ ## WARNING: *DEBUG MODE MUST BE OFF IN A PRODUCTION ENVIRONMENT* ## diff -r dac0bff4d2a3 -r 08c0326e9127 kallithea/lib/paster_commands/template.ini.mako --- a/kallithea/lib/paster_commands/template.ini.mako Fri Feb 07 13:55:27 2020 -0800 +++ b/kallithea/lib/paster_commands/template.ini.mako Wed Feb 12 14:52:11 2020 +0100 @@ -55,11 +55,11 @@ <%text>## For "SSL", use smtp_use_ssl = true and smtp_port = 465. <%text>## For "STARTTLS", use smtp_use_tls = true and smtp_port = 587. smtp_server = -#smtp_username = -#smtp_password = +smtp_username = +smtp_password = smtp_port = -#smtp_use_ssl = false -#smtp_use_tls = false +smtp_use_ssl = false +smtp_use_tls = false %if http_server != 'uwsgi': <%text>## Entry point for 'gearbox serve' @@ -365,7 +365,7 @@ celery.accept.content = pickle celery.result.backend = amqp celery.result.dburi = amqp:// -celery.result.serialier = json +celery.result.serializer = json #celery.send.task.error.emails = true #celery.amqp.task.result.expires = 18000 @@ -435,10 +435,13 @@ # Propagate email settings to ErrorReporter of TurboGears2 # You do not normally need to change these lines -get trace_errors.error_email = email_to get trace_errors.smtp_server = smtp_server get trace_errors.smtp_port = smtp_port get trace_errors.from_address = error_email_from +get trace_errors.error_email = email_to +get trace_errors.smtp_username = smtp_username +get trace_errors.smtp_password = smtp_password +get trace_errors.smtp_use_tls = smtp_use_tls %if error_aggregation_service == 'appenlight': <%text>#################### diff -r dac0bff4d2a3 -r 08c0326e9127 kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html Fri Feb 07 13:55:27 2020 -0800 +++ b/kallithea/templates/base/base.html Wed Feb 12 14:52:11 2020 +0100 @@ -163,7 +163,7 @@ ## also it feels like a job for the controller %if request.authuser.username != 'default':
  • - + ${_('Follow')} ${_('Unfollow')}