10

When using Trac it always highlights class names as a reference to a wiki page like this:

MyClass?

How could I disable this? It makes ticket text unreadable.

Andrey Minogin
  • 4,521
  • 6
  • 38
  • 60

3 Answers3

13

Andrey, you can disable wiki links by adding "ignore_missing_pages" parameter to your trac config in "wiki" section. See docs here: http://trac.edgewall.org/wiki/TracIni

Yuri Subach
  • 301
  • 1
  • 4
10

If you use "!MyClass" it should not make a link.

heldt
  • 4,166
  • 7
  • 39
  • 67
5

Ideally, class names should be formatted as code, i.e. {{{MyClass}}}. This would also prevent the auto-linking.

Oliver Giesen
  • 9,129
  • 6
  • 46
  • 82