Changes between Initial Version and Version 2 of Ticket #8590


Ignore:
Timestamp:
Jun 11, 2014, 10:37:10 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Please try again with the latest version of the plugin. If you continue to encounter issues, please reopen the ticket and I'm happy to try and help.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8590

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #8590 – Description

    initial v2  
    33I think I have everything setup correctly. I see the changelog post call and get a response when viewing a ticket in Trac.
    44
     5{{{
    56Example ticket 170: response with {"status": "1", "data": {"headers": ["Changeset", "Author", "Time", "ChangeLog"], "header_width": ["5em", "6em", "8em", ""], "ticket_id": "170", "revisions": []}}
    6 
    7 I run git log --grep "#170" in the command prompt and return several commits.
     7}}}
     8I run `git log --grep "#170"` in the command prompt and return several commits.
    89
    910Could you provide a script I could run on the trac server, so I can see what data is being stored for the changelog plugin and why it's not returning any matches? I am not familiar with Trac or Python.