Edgewall Software
Modify

Opened 16 years ago

Closed 16 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 Emmanuel Blot, 16 years ago

Component: generalwiki
Keywords: needinfo added
Owner: changed from Jonas Borgström to Christian Boos
Severity: normalminor

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

TracIni#wiki-section
[wiki]
ignore_missing_pages?

comment:2 by sid, 16 years ago

Resolution: worksforme
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.