Changes between Version 1 and Version 2 of RepoRevisionSyntaxPlugin


Ignore:
Timestamp:
Aug 5, 2010, 6:57:53 PM (14 years ago)
Author:
HumanInternals
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RepoRevisionSyntaxPlugin

    v1 v2  
    99This is displayed as 'repo/!r123' with a link to the changeset. Parsing 'repo/!r123' syntax isn't possible (AFAIK) as the built-in parser parses the '!r123' part, so the syntax is 'r123repo' but it displayed as 'repo/!r123'.
    1010
     11== Bugs/Feature Requests ==
    1112
    12 This is the quick solution I came up with. Simply drop this as a .py file directly in your plugins directory:
     13I'm usually at #trac as shsek or shesek.
    1314
     15Existing bugs and feature requests for RepoRevisionSyntaxPlugin are
     16[report:9?COMPONENT=RepoRevisionSyntaxPlugin here].
     17
     18If you have any issues, create a
     19[http://trac-hacks.org/newticket?component=RepoRevisionSyntaxPlugin&owner=shesek new ticket].
     20
     21== Download ==
     22
     23Simply drop the source code as a .py file directly in your plugins directory
     24
     25== Source ==
    1426{{{
    1527from trac.core import *
     
    2739}}}
    2840
    29 == Bugs/Feature Requests ==
    30 
    31 Existing bugs and feature requests for RepoRevisionSyntaxPlugin are
    32 [report:9?COMPONENT=RepoRevisionSyntaxPlugin here].
    33 
    34 If you have any issues, create a
    35 [http://trac-hacks.org/newticket?component=RepoRevisionSyntaxPlugin&owner=shesek new ticket].
    36 
    37 == Download ==
    38 
    39 Download the zipped source from [download:reporevisionsyntaxplugin here].
    40 
    41 == Source ==
    42 
    43 You can check out RepoRevisionSyntaxPlugin from [http://trac-hacks.org/svn/reporevisionsyntaxplugin here] using Subversion, or [source:reporevisionsyntaxplugin browse the source] with Trac.
    44 
    4541== Example ==
    4642
    47 For example, 'Fixed by r78trac' (as a ticket comment) would be get displayed as 'Fixed by trac/!r78' with a link.
     43'Fixed by r78trac' (as a ticket comment) would get displayed as 'Fixed by trac/!r78' with a link.
    4844
    4945== Recent Changes ==