Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#3417 closed defect

ignore_missing_pages directive does not seem to work — at Initial Version

Reported by: Rob Groome Owned by: Jonas Borgström
Priority: normal Milestone:
Component: wiki system Version: 0.9.6
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When editing the trac.ini file and changing the following line:

ignore_missing_pages = false

to

ignore_missing_pages = true

I still get CamelCase formatting in new pages that I create. This is with a restart of apache and a reload of apache as well.

Is there something that I am missing? I don't think that I am doing anything out of the ordinary and have followed the setup for this to the letter.

Below is my trac.ini file:

[wiki] ignore_missing_pages = true

[header_logo] src = site/images/some_logo.jpg alt = RPS height = 106 link = https://hostname.abc.com/url width = 223

[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 = postgres://trac:tracadmin@localhost/repository templates_dir = /usr/share/trac/templates default_handler = WikiModule metanav = login,logout,settings,help,about mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search repository_dir = /svn/project

[notification] always_notify_owner = false smtp_always_cc = smtp_password = smtp_enabled = false smtp_replyto = trac@localhost smtp_port = 25 always_notify_reporter = false smtp_server = localhost smtp_from = trac@localhost smtp_user =

[project] url = http://example.com/ footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.com/">http://trac.edgewall.com/</a> name = ProjectName descr = ProjectDescription icon = common/trac.ico

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

[attachment] render_unsafe_content = false max_size = 99000000

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

[ticket] default_version = default_component = component1 default_type = defect restrict_owner = false default_milestone = default_priority = major

[browser] hide_properties = svk:merge

Change History (0)

Note: See TracTickets for help on using tickets.