Modify

Opened 18 years ago

Closed 17 years ago

#838 closed defect (fixed)

colon + back slash

Reported by: anonymous Owned by: Christian Boos
Priority: normal Component: WikiGoodiesPlugin
Severity: normal Keywords: escape
Cc: Trac Release: 0.9

Description

How about C:\windows ? It should be not converted to the icon.

Attachments (0)

Change History (3)

comment:1 Changed 18 years ago by Noah Kantrowitz

Resolution: worksforme
Status: newclosed

Use backticks to escape normal wiki formatting.

Such as C:\windows.

comment:2 Changed 18 years ago by Christian Boos

Keywords: escape added
Resolution: worksforme
Status: closedreopened

Nevertheless, I think there's a need to fix a few situations where the icons should appear or not.

Plus I wanted to add DOS drive paths and UNC paths links to file: (cf. DokuWiki), which would be more useful in this case ;)

  • this;) -> this;) (no smiley) /!\
  • (this ;)) -> (this ;)) (smiley) (./)
  • that :) right? -> that :) right? (smiley) (./)
  • that:)right? -> that:)right? (no smiley) /!\

comment:3 Changed 17 years ago by Christian Boos

Resolution: fixed
Status: reopenedclosed

(In [2439]) New release 0.11.2.

This release contains minor bugfixes and a few enhancements. If you upgrade to this version, take care of using a recent Trac 0.11 trunk.

  • Smileys:
    • Fixed an import issue with setuptools
    • Use 0.11 API for macros
    • C:/WINDOWS no longer gets a smiley in the middle, even if that particular one would be well deserved ;-) (fixes #838)
    • {1} is now {p1} (or {P1}) for compatibility with report links (fixes #117)

  • "file:" links added for UNC paths (those links work for IExplorer only; you'll need the LocalLink extension in order to get a contextual menu for them in Firefox)

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'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.