Modify ↓
Opened 19 years ago
Closed 19 years ago
#3417 closed defect (worksforme)
ignore_missing_pages directive does not seem to work
| 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 (last modified by )
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 ...
Attachments (0)
Change History (1)
comment:1 by , 19 years ago
| Component: | general → wiki |
|---|---|
| Description: | modified (diff) |
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



The
ignore_missing_pagesdirective 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.