Felix Collins wrote:
Tim Diggins wrote:
Hi -

trac 0.9.3 modpython 3.1.4 on apache 2 something on FreeBSD something

I just added a custom ticket field to a trac (works great!).

Now suddenly the reports interface (which I had disabled) is back... and

It sounds like you might have an error in your config file. Check that the syntax is correct and post it here if you have no luck fixing the problem.


I think it's correct - and seems to be working...

I had a brainwave and decided to check it through the admin web interface - I turned off the report module and hey-presto, it was turned off.

I checked the trac.ini but there were no changes to it by the admin web interface, so clearly it's doing something I don't understand.

although it would be nice to clear my confusion up - it's basically fixed.

thanks

Tim


Just in case there is an obvious error I post our (slightly anonymised) trac.ini here

[wiki]
ignore_missing_pages = false

[project]
name = Sysadmin
descr = Ticket and Roadmap management
footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.com/";>http://trac.edgewall.com/</a>
url = https://blahblah/trac/blahblah
icon = common/trac.ico

[logging]
log_file = trac.log
log_level = DEBUG
log_type = none

[trac]
default_charset = iso-8859-15
ignore_auth_case = false
permission_store = DefaultPermissionStore
check_auth_ip = true
database = sqlite:db/trac.db
templates_dir = /usr/local/share/trac/templates
default_handler = WikiModule
metanav = login,logout,settings,help,about
mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
repository_dir = /home/svn/repos/sysadmin/

[notification]
always_notify_owner = true
smtp_port = 25
smtp_password =
smtp_enabled = true
smtp_replyto = [EMAIL PROTECTED]
smtp_always_cc =
always_notify_reporter = false
smtp_from = [EMAIL PROTECTED]
smtp_server = localhost
smtp_user =

[header_logo]
src = site/sysadmin.png
height = 73
width = 236
link = https://blahblah/trac/blah
alt = blah Trac

[mimeviewer]
php_path = php
enscript_path = enscript
tab_width = 8
max_preview_size = 262144

[attachment]
render_unsafe_content = false
max_size = 262144

[components]
webadmin.* = enabled
trac.ticket.report.* = disabled

[timeline]
changeset_show_files = 0
ticket_show_details = false
default_daysback = 30

[ticket]
default_version =
default_component = sysadmin
default_type = task
restrict_owner = true
default_milestone = Unprioritised
default_priority = required

[ticket-custom]
machine = select
machine.label = machine
machine.options = ---|blah-blah|blah|desktops|other-blah
machine.value = 0

[browser]
hide_properties = svk:merge


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to