From f4d3aa414936e15b2a218539ad6d093fc38e4a2e Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 3 Dec 2009 23:26:12 +0000 Subject: [PATCH] Cleanup trac configuration. git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/web/trunk@4092 92316355-f0b4-4df1-b90c-862c8a59935f --- trac/conf/trac.ini | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/trac/conf/trac.ini b/trac/conf/trac.ini index 90f7f41..9de713c 100644 --- a/trac/conf/trac.ini +++ b/trac/conf/trac.ini @@ -14,6 +14,9 @@ max_diff_bytes = 10000000 max_diff_files = 0 wiki_format_messages = true +[components] +tracmath.* = enabled + [header_logo] alt = height = -1 @@ -23,8 +26,14 @@ width = -1 [logging] log_file = trac.log -log_level = DEBUG -log_type = none +log_level = INFO +log_type = file + +[mainnav] +newticket.label = Report a bug +tickets.href = /report/1 +tickets.label = Bug reports +wiki.label = Home [mimeviewer] enscript_modes = text/x-dylan:dylan:4 @@ -105,6 +114,7 @@ ticket_show_details = false [trac] authz_file = authz_module_name = +base_url = http://caca.zoy.org/ check_auth_ip = true database = sqlite:db/trac.db default_charset = utf-8 @@ -116,14 +126,11 @@ metanav = login,logout,settings,help,about permission_store = DefaultPermissionStore repository_dir = /srv/caca.zoy.org/var/lib/svn repository_type = svn -timeout = 20 show_email_addresses = true +timeout = 20 -[mainnav] -wiki.label = Home -tickets.label = Bug reports -tickets.href = /report/1 -newticket.label = Report a bug +[tracmath] +cache_dir = /srv/caca.zoy.org/var/lib/trac/cache [wiki] ignore_missing_pages = false