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 15, 2014, 2:49 p.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
« no previous file with comments | « modules/trac/templates/orders.ini.erb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,11 +82,11 @@
[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
-url = https://issues.adblockplus.org/
+name = <%= @description %>
+url = https://<%= @domain %>/
[query]
default_anonymous_query = status!=closed&col=id&col=summary&col=component&col=status&col=owner&col=type&col=priority&col=milestone&order=priority
@@ -165,7 +165,7 @@
auto_preview_timeout = 2.0
auto_reload = False
backup_dir = db
-base_url = https://issues.adblockplus.org/
+base_url = https://<%= @domain %>/
check_auth_ip = false
database = mysql://trac:<%= @database_password %>@localhost:3306/trac
debug_sql = False
« no previous file with comments | « modules/trac/templates/orders.ini.erb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld