Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3417


Ignore:
Timestamp:
Jul 17, 2006, 7:23:06 PM (18 years ago)
Author:
Christian Boos
Comment:

I still get CamelCase formatting in new pages that I create.

The ignore_missing_pages directive is not meant to disable CamelCase links entirely, only those for which there's no corresponding Wiki page. I.e. you won't have those greyed out links followed by a question mark.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3417

    • Property Status newclosed
    • Property Component generalwiki
    • Property Resolutionworksforme
  • Ticket #3417 – Description

    initial v1  
    1212
    1313Below is my trac.ini file:
    14 
     14{{{
    1515[wiki]
    1616ignore_missing_pages = true
    17 
    18 [header_logo]
    19 src = site/images/some_logo.jpg
    20 alt = RPS
    21 height = 106
    22 link = https://hostname.abc.com/url
    23 width = 223
    24 
    25 [logging]
    26 log_file = trac.log
    27 log_level = DEBUG
    28 log_type = none
    29 
    30 [trac]
    31 default_charset = iso-8859-15
    32 ignore_auth_case = false
    33 permission_store = DefaultPermissionStore
    34 check_auth_ip = true
    35 database = postgres://trac:tracadmin@localhost/repository
    36 templates_dir = /usr/share/trac/templates
    37 default_handler = WikiModule
    38 metanav = login,logout,settings,help,about
    39 mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search
    40 repository_dir = /svn/project
    41 
    42 [notification]
    43 always_notify_owner = false
    44 smtp_always_cc =
    45 smtp_password =
    46 smtp_enabled = false
    47 smtp_replyto = trac@localhost
    48 smtp_port = 25
    49 always_notify_reporter = false
    50 smtp_server = localhost
    51 smtp_from = trac@localhost
    52 smtp_user =
    53 
    54 [project]
    55 url = http://example.com/
    56 footer =  Visit the Trac open source project at<br /><a href="http://trac.edgewall.com/">http://trac.edgewall.com/</a>
    57 name = ProjectName
    58 descr = ProjectDescription
    59 icon = common/trac.ico
    60 
    61 [mimeviewer]
    62 php_path = php
    63 enscript_path = enscript
    64 tab_width = 8
    65 max_preview_size = 262144
    66 
    67 [attachment]
    68 render_unsafe_content = false
    69 max_size = 99000000
    70 
    71 [timeline]
    72 changeset_show_files = 0
    73 ticket_show_details = false
    74 default_daysback = 30
    75 
    76 [ticket]
    77 default_version =
    78 default_component = component1
    79 default_type = defect
    80 restrict_owner = false
    81 default_milestone =
    82 default_priority = major
    83 
    84 [browser]
    85 hide_properties = svk:merge
     17...
     18}}}