Changes between Version 6 and Version 7 of CodeTagsPlugin


Ignore:
Timestamp:
Dec 6, 2006, 11:13:55 PM (17 years ago)
Author:
Noah Kantrowitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeTagsPlugin

    v6 v7  
    44Since I cannot find any documentation directly I just wanted to tell you people that you need a subdirectory named cache thats writeable by your trac to make this working. Oh and dont wonder that it takes so much time the first time used ;)
    55
    6 To enable in the trac.ini[[br]]
    7 [components][[br]]
    8 codetags.codetagsplugin = enabled
     6To enable in the trac.ini:
     7{{{
     8[components]
     9codetags.* = enabled
     10}}}
    911
    10 By default, this plugin doesn't ignore binary files. If you use svn/trac in a web-dev environment, this is a pain, since the tagger finds tags in files such as .gif. [[br]]
     12By default, this plugin doesn't ignore binary files. If you use svn/trac in a web-dev environment, this is a pain, since the tagger finds tags in files such as `.gif`.
     13
    1114User submitted patch seems to work: http://trac.pocoo.org/attachment/ticket/109/diff.txt