Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/trac/templates/trac.ini.erb

Issue 5735669590654976: #753 - set up an order system to let eyeo employees file order requests (Closed)
Patch Set: #753 - set up an order system to let eyeo employees file order requests Created July 22, 2014, 12:47 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« modules/trac/templates/orders.ini.erb ('K') | « modules/trac/templates/orders.ini.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld