Edgewall Software

Ticket #6520 (closed enhancement: worksforme)

Opened 11 months ago

Last modified 8 months 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:

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

Changed 11 months ago by eblot

  • keywords needinfo added
  • owner changed from jonas to cboos
  • component changed from general to wiki
  • severity changed from normal to minor

I have not followed the discussion on IRC, but what about:

TracIni#wiki-section
[wiki]
ignore_missing_pages?

Changed 8 months ago by sid

  • status changed from new to closed
  • resolution set to worksforme

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.

Add/Change #6520 (Optional question marks in wiki links to non-existant pages)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.