[Trac] Trac tags users?

Muness Alrubaie muness at gmail.com
Thu Aug 25 07:03:43 CDT 2005


Curt,

Here's the status of the tag aware wiki.cs's:

* The one I implemented works fine in 0.8.4. 
(http://dev.muness.textdriven.com/trac.cgi/log/support/trac/templates/wiki.cs)
 I am using this at dev.muness.textdriven.com .
* The new one worked at some point during 0.9 development, but appears
to no longer match trunk. 
(http://dev.muness.textdriven.com/trac.cgi/attachment/ticket/13/wiki.cs).
 If someone running trunk/tags can shed some light into this, that'd
be great.  I'll try to get to it, but I am guessing it'll be a week or
two at the earliest.

But, to clarify to tag users: the tag aware wiki.cs is not necessary
to use tags in Trac.  It just makes life easier by using a little bit
of Javascript to write the [[TagIt(tags go here)]] macro call for you
and inserting it at the end of the wiki entry's content.

Muness

On 8/25/05, ECKHART.CURT <ECKHART.CURT at leg.state.fl.us> wrote:
> Question: Is it safe to splice the tag enhancements into TRAC 0.8.4 ?
> 
> I see differing passages of code in wiki.cs like this:
> 
> In 0.8.4 wiki.cs:
> 
>      <form method="get" action="<?cs var:wiki.attach_href ?>"><div>
>       <input type="submit" value="Attach File" />
> 
> 
> In the 'new' wiki.cs:
> 
>      <form method="get" action="<?cs
> var:cgi_location?>/attachment/wiki/<?cs
>        var:wiki.namedoublequoted ?>"><div>
>       <input type="submit" value="Attach File" />
> 
> Will the second form work in 0.8.4, or do I need to upgrade to 0.9.x ? I
> have been hesitant to do this, since I'm controlling a project with it
> that can't be disrupted, and minus a bunch of features I see that I
> want, TRAC 0.8.4 is working great for me.
> 
> Please advise.
> 
> Curt (Wanting to slide out to the bleeding edge...)
> _______________________________________________
> Trac mailing list
> Trac at lists.edgewall.com
> http://lists.edgewall.com/mailman/listinfo/trac
>


More information about the Trac mailing list