Hi, thanks a lot. I updated to the new revision and executed a "trac-admin ... repository resync". Now all revisions matching the new pattern are listed. trac is 1.0.1
But since these are only a few, I am thinking about setting a custom pattern to match more revisions. One challenge might be to support multiple ticket references. Think of a commit message like: - Implemented #33: My new feature - Fixed #34: Silly bug Where a bug #34 was fixed while implementing enhancement #33. Is the plug-in able to put the change-set in both tickets? On the other hand I am not sure whether it is a good idea to fix two things in one commit. Only if I do a merge of several revisions from a branch to - let's say - the trunk in one commit, this might be a valid scenario to have more than one ticket-id in a commit message. Another thing: We enabled German language for trac, how can I support translating this plug-in? Another thing #2: It might be confusing to have a title "Changelogs" when having already a title "Change History" in the ticket view. What about "Commit Logs" or "Commit History"? Regards Torge Von: [email protected] [mailto:[email protected]] Im Auftrag von Ryan Ollos Gesendet: Donnerstag, 11. September 2014 03:19 An: [email protected] Cc: Riedel, Torge Betreff: Re: [Trac] Re: TracTicketChangelogPlugin does not display anything in Tickets On Wed, Sep 10, 2014 at 6:15 PM, RjOllos <[email protected]<mailto:[email protected]>> wrote: On Monday, September 8, 2014 5:30:06 AM UTC-7, Riedel, Torge wrote: Hi, I just installed and activated TracTicketChangelogPlugin 0.2dev-r13960, but I do not see anything in my Tickets. Following questions: 1. Should I see an empty list/table in my tickets if there are no associated change-sets? The list/table won't be appended if there are no associated changesets: http://trac-hacks.org/browser/tracticketchangelogplugin/0.12/ticketlog/htdocs/ticketlog.js?rev=13954&marks=11-13 2. I activated this plug-in several weeks after linking my trac instance to an svn repo. Are the previous commits scanned and linked to the tickets? Which version of Trac? The plugin is uses the [ticketlog] log_pattern option to match messages from the revision table. By default it would not match: #100 this is my message but not, Refs #100: this is my message or #100: this is my message I modified the default log_pattern just now so that the latter one will be included: http://trac-hacks.org/changeset/14162 Correcting a typo: By default it would match: #100 this is my message but not, Refs #100: this is my message or #100: this is my message I modified the default log_pattern just now so that the latter one will be included: http://trac-hacks.org/changeset/14162 CENIT AG, Industriestrasse 52-54, 70565 Stuttgart, Tel.: +49 711 7825-30, Fax: +49 711 7825-4000, Internet: www.cenit.de Geschaeftsstellen: Berlin, Frankfurt, Hamburg, Hannover, Muenchen, Oelsnitz, Ratingen, Saarbruecken Vorstandsmitglieder: Kurt Bengel, Matthias Schmidt Aufsichtsratsmitglieder: Andreas Schmidt (Vorsitzender des Aufsichtsrats), Hubert Leypoldt, Andreas Karrer Bankverbindungen: Deutsche Bank (BLZ 600 700 70) Kto. 1661 040 IBAN : DE85 6007 0070 0166 1040 00 SWIFT-CODE : DEUTDESS, Commerzbank (BLZ 600 400 71) Kto. 532 015 500 IBAN : DE83 6004 0071 0532 0155 00 SWIFT-Code : COBADEFF600, Registergericht: Amtsgericht Stuttgart Handelsregister: HRB Nr. 19117 Umsatzsteuer: ID-Nr. DE 147 862 777 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
