#3417: ignore_missing_pages directive does not seem to work
------------------------+---------------------------------------------------
 Reporter:  Rob Groome  |       Owner:  jonas
     Type:  defect      |      Status:  new  
 Priority:  normal      |   Milestone:       
Component:  general     |     Version:  0.9.6
 Severity:  normal      |    Keywords:       
------------------------+---------------------------------------------------
 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:[EMAIL PROTECTED]/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 = [EMAIL PROTECTED]
 smtp_port = 25
 always_notify_reporter = false
 smtp_server = localhost
 smtp_from = [EMAIL PROTECTED]
 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

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3417>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to