Modify ↓
Ticket #6520 (closed enhancement: worksforme)
Opened 4 years ago
Last modified 4 years ago
Optional question marks in wiki links to non-existant pages
| Reported by: | TerryBrown | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | minor | Keywords: | needinfo |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 4 years ago by eblot
- Component changed from general to wiki
- Keywords needinfo added
- Owner changed from jonas to cboos
- Severity changed from normal to minor
comment:2 Changed 4 years ago by sid
- Resolution set to worksforme
- Status changed from new to 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?