Edgewall Software

Changes between Version 4 and Version 5 of CamelCase


Ignore:
Timestamp:
Aug 26, 2006, 10:50:30 PM (18 years ago)
Author:
Christopher Lenz
Comment:

Minor corrections

Legend:

Unmodified
Added
Removed
Modified
  • CamelCase

    v4 v5  
    66== Customizing the Wiki behavior ==
    77
    8 Some people dislike linking by CamelCase.
    9 While Trac remains faithful to the original Wiki style, it provides a number
    10 of ways for making life easier to these people.
    11  * There's an option to simply ignore links to missing pages when
    12    the link is written using the CamelCase style, instead of
    13    that word being replaced by grey links followed by a question mark.
    14    That's quite useful when CamelCase style is used to name code artifacts
    15    like class names and there's no corresponding page for them.
    16  * There's an option to automatically insert space characters between words
    17    constitutive of a CamelCase link, when rendering the link.
    18    [[br]] e.g. [wiki:CamelCase Camel Case]
     8Some people dislike linking by CamelCase.  While Trac remains faithful to the original Wiki style, it provides a number of ways to accomodate users with different preferences:
     9 * There's an option (`ignore_missing_pages` in `[wiki]`) to simply ignore links to missing pages when the link is written using the CamelCase style, instead of that word being replaced by a gray link followed by a question mark.[[BR]]
     10   That can be useful when CamelCase style is used to name code artifacts like class names and there's no corresponding page for them.
     11 * There's an option (`split_page_names` in `[wiki]`) to automatically insert space characters between the words of a CamelCase link when rendering the link.
    1912 * Creation of explicit Wiki links is also easy, see WikiPageNames for details.
    20  * Lastly, wiki formatting can be disabled completely in some places
    21    (e.g. when rendering commit log messages)
     13 * In addition, Wiki formatting can be disabled completely in some places (e.g. when rendering commit log messages)
    2214
    23 See relevant configuration settings:
    24 [[TracIni(wiki)]]
    25 {{{
    26 #!comment
    27 [[TracIni(changeset,wiki_format_messages)]]
    28 
    29 TODO: (re)implement this (filter on the 2nd argument)
    30 }}}
    31 
     15See TracIni for more information on the available options.
    3216
    3317== More information on !CamelCase ==