#648 closed defect (fixed)
[patch] enhance api: ticket.getRecentChanges() and ticket.getAvailableActions()
Reported by: | Steffen Pingel | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | low | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | Query Synchronization failed |
Cc: | relves@… | Trac Release: | 0.10 |
Description (last modified by )
Recent feature enhancements for the Mylar Trac connector require additional API calls. It would be great if these could be added (see patch):
- getRecentChanges(): Returns a list of IDs of tickets that have changed since timestamp.
- getAvailableActions(): Returns the actions that can be performed on the ticket.
Attachments (2)
Change History (9)
Changed 18 years ago by
Attachment: | xmlrpc-changed-since-and-ticket-actions-1175.3.patch added |
---|
comment:1 Changed 18 years ago by
Cc: | relves@… added; anonymous removed |
---|
Changed 18 years ago by
Attachment: | xmlrpc-changed-since-and-ticket-actions-1175.4.patch added |
---|
fixed getAvailableActions() call
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Steffen, I've applied most of this patch in r1188. Also changed the Wiki attachment API slightly, which might require some client-side changes.
comment:3 Changed 17 years ago by
Keywords: | Query Synchronization failed added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
when i syncchronize trac query,it error
title: "Query Synchronization failed" msg: "'mktime argument out of range' while executing 'ticket.getRecentChanges()'" +++++++++++++++++++ Eclipse Platform Version: 3.3.0 Build id: I20070621-1340 -------- Mylyn Connector: TRAC 2.0.0.v20070627 - 1400 -------- Mylyn Bridge:Eclipse IDE 2.0.0.v20070627 - 1400 -------- Mylyn Bridge:Eclipse SDK 2.0.0.v20070627 - 1400 -------- Mylyn Bridge:Java Development 2.0.0.v20070628 - 1000 -------- ++++++++++++++++++++++ location Thailand server: http://mylyn.eclipse.org/tractest access type: xml-rpc plugin(rev. 1950) ++++++++++++++++++++++ please reply to rts@mail.xsidekick.com
comment:4 follow-up: 7 Changed 17 years ago by
Priority: | normal → low |
---|
sorry server: http://www.xsidekick.com/amwaytrac/index.cgi
comment:5 Changed 17 years ago by
Description: | modified (diff) |
---|
Please file a bug against the Mylyn project at https://bugs.eclipse.org/bugs/.
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:7 Changed 17 years ago by
Replying to care:
I've met with the same problem as you reported, which I have submitted as an Eclipse Bug(https://bugs.eclipse.org/bugs/show_bug.cgi?id=197610).
I solved it for myself anyway, maybe it will give a hint.
additional api calls