Index: modules/trac/templates/trac.ini.erb |
=================================================================== |
--- a/modules/trac/templates/trac.ini.erb |
+++ b/modules/trac/templates/trac.ini.erb |
@@ -23,7 +23,7 @@ |
wiki_format_messages = true |
[header_logo] |
-alt = Adblock Plus Issue Tracker |
+alt = <%= @description %> |
height = 80 |
link = / |
src = adblockplus_logo.png |
@@ -67,7 +67,7 @@ |
smtp_enabled = true |
smtp_from = noreply@adblockplus.org |
smtp_from_author = false |
-smtp_from_name = Adblock Plus Issue Tracker |
+smtp_from_name = <%= @description %> |
smtp_password = |
smtp_port = 25 |
smtp_replyto = |
@@ -82,10 +82,10 @@ |
[project] |
admin = admins@adblockplus.org |
admin_trac_url = . |
-descr = Adblock Plus Issue Tracker |
+descr = <%= @description %> |
footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a> |
icon = common/trac.ico |
-name = Adblock Plus Issue Tracker |
+name = <%= @description %> |
url = https://issues.adblockplus.org/ |
[query] |
@@ -159,7 +159,7 @@ |
[trac] |
auth_cookie_lifetime = 0 |
-auth_cookie_path = |
+auth_cookie_path = / |
authz_file = |
authz_module_name = |
auto_preview_timeout = 2.0 |
@@ -167,7 +167,7 @@ |
backup_dir = db |
base_url = https://issues.adblockplus.org/ |
check_auth_ip = false |
-database = mysql://trac:<%= @database_password %>@localhost:3306/trac |
+database = mysql://trac:<%= @database_password %>@localhost:3306/<%= @database %> |
debug_sql = False |
default_charset = utf-8 |
default_dateinfo_format = relative |