changeset 5300:dc6abf7a63d3

e-mail: remove unused setting error_message from ini files The ini files and templates contain a commented setting of 'error_message' which does not seem to be used. It is referring to the error_message variable in Paste, which has as description (Paste:ErrorMiddleware): When debug mode is off, the error message to show to users. However, setting this value apparently made no effect at all in Kallithea.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Thu, 16 Jul 2015 08:09:20 +0200
parents efbd922f594c
children 8479cf4432fc
files development.ini kallithea/bin/template.ini.mako kallithea/config/deployment.ini_tmpl production.ini test.ini
diffstat 5 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Wed Jul 22 21:42:04 2015 +0200
+++ b/development.ini	Thu Jul 16 08:09:20 2015 +0200
@@ -23,7 +23,6 @@
 #email_to = admin@localhost
 #error_email_from = paste_error@localhost
 #app_email_from = kallithea-noreply@localhost
-#error_message =
 #email_prefix = [Kallithea]
 
 #smtp_server = mail.server.com
--- a/kallithea/bin/template.ini.mako	Wed Jul 22 21:42:04 2015 +0200
+++ b/kallithea/bin/template.ini.mako	Thu Jul 16 08:09:20 2015 +0200
@@ -17,7 +17,6 @@
 #email_to = admin@localhost
 #error_email_from = paste_error@localhost
 #app_email_from = kallithea-noreply@localhost
-#error_message =
 #email_prefix = [Kallithea]
 
 #smtp_server = mail.server.com
--- a/kallithea/config/deployment.ini_tmpl	Wed Jul 22 21:42:04 2015 +0200
+++ b/kallithea/config/deployment.ini_tmpl	Thu Jul 16 08:09:20 2015 +0200
@@ -18,7 +18,6 @@
 #email_to = admin@localhost
 #error_email_from = paste_error@localhost
 #app_email_from = kallithea-noreply@localhost
-#error_message =
 #email_prefix = [Kallithea]
 
 #smtp_server = mail.server.com
--- a/production.ini	Wed Jul 22 21:42:04 2015 +0200
+++ b/production.ini	Thu Jul 16 08:09:20 2015 +0200
@@ -22,7 +22,6 @@
 #email_to = admin@localhost
 #error_email_from = paste_error@localhost
 #app_email_from = kallithea-noreply@localhost
-#error_message =
 #email_prefix = [Kallithea]
 
 #smtp_server = mail.server.com
--- a/test.ini	Wed Jul 22 21:42:04 2015 +0200
+++ b/test.ini	Thu Jul 16 08:09:20 2015 +0200
@@ -22,7 +22,6 @@
 #email_to = admin@localhost
 #error_email_from = paste_error@localhost
 #app_email_from = kallithea-noreply@localhost
-#error_message =
 #email_prefix = [Kallithea]
 
 #smtp_server = mail.server.com