Jürgen Spitzmüller <sp...@lyx.org> writes:

> Jean-Marc Lasgouttes wrote:
>> http://trac-hacks.org/wiki/BatchModifyPlugin
>
> It does not (yet) help in the given case, but I agree it would be useful in 
> general.
>
>> Also, do we want this one?
>>
>> http://trac-hacks.org/wiki/KeywordSuggestPlugin
>
> Yes, this would solve the keywords mess.

I tried it, but unfortunately it requires us to declare what the
separator is. We have bugs using the "key1 key2" format, and others
using "key1,key2". The parsing (specify a separator) is too strict to
cope with that. I disabled it for now.

> Also this one looks useful:
>
> http://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin
>
> It readds the functionality to mark reports as real duplicates.

I do not like the last sentence in the description:

    * xref (TicketWorkflowOpXRef) 

        Adds a comment to the ticket specified in the text field. Enter
        either the bare ticket number or '#' + ticket number. The format
        of the comment to be added to the other ticket is given as a
        python string with a single %s in it. That format string
        defaults to 'Ticket %s is related to this ticket'.

        Also adds a comment to the local ticket. The format of the
        comment for the local ticket can be specified with .xref_local;
        it defaults to 'Ticket %s was marked as related to this ticket'.
        This functionality can be disabled by setting .xref_local to an
        empty value.

        Note that the implementation of this operation is not robust. 

JMarc

Reply via email to