1 Jan 2008 05:14
[Trac-dev] Re: Tags 0.5 released for Trac 0.11
Alec Thomas <alec <at> swapoff.org>
2008-01-01 04:14:38 GMT
2008-01-01 04:14:38 GMT
Just a few notes for any plugin authors using Tags: The 0.5 release is a basic port to Trac 0.11, its API and functionality remain the same. The implication of this is that it does *not* support the new security or resource systems in Trac 0.11. There will be no further development on this version, only bug-fixes. I have almost finished a complete rewrite that adds these features and cleans up the internal API and code significantly. This will be released as Tags 0.6 and will be the "supported" version going forward. This also removes all the legacy macro support carried over from Muness' original code: TagIt and ListTags are gone. The remaining macros, TagCloud and ListTagged, have changed their calling convention: TagCloud([query]) ListTagged([query]) The query syntax has also changed: AND: tag1 tag2 OR: tag1 or tag2 NOT: -tag1 In a specific realm: realm:wiki Sub-expressions are supported: (tag1 or tag2) and tag3 And the output is visually quite different. The tags module uses the resource system to render the tagged resources as well as the tags themselves. What this means is that the display is completely dependent on how the IResourceManager for a particular resource renders it.(Continue reading)
RSS Feed