Modify ↓
Opened 18 years ago
Closed 18 years ago
#6520 closed enhancement (worksforme)
Optional question marks in wiki links to non-existant pages
| Reported by: | TerryBrown | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | minor | Keywords: | needinfo |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I think it would be good if the question mark after a link could be suppressed. In IRC someone pointed out this could be a problem with Trac degrading nicely without CSS, but not if it is done like this:
<a class='missing wiki'...>NonExistantPage<span>?</span></a>
so you simple style a.missing span { display: none; } and if the client doesn't have CSS the ? reappears.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Component: | general → wiki |
|---|---|
| Keywords: | needinfo added |
| Owner: | changed from to |
| Severity: | normal → minor |
comment:2 by , 18 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
As eblot points out, there is already an option to suppress this using a setting in TracIni. Closing. Please reopen if that is not sufficient.
Note:
See TracTickets
for help on using tickets.



I have not followed the discussion on IRC, but what about:
TracIni#wiki-section
[wiki]ignore_missing_pages?