Modify ↓
#8059 closed defect (worksforme)
what is the parameter "when" used for ?
Reported by: | sanjay | Owned by: | osimons |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Olemis Lang | Trac Release: | 0.11 |
Description
struct ticket.changeLog(int id, int when=0)
I cant imagine what when is used for? Despite testing with several values,i still cant figure this one out.
sorry, this is not a bug, but I dont know where else to post such a question either.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Please use trac-users mailing list @ Google Groups for this kind of support request.
Note: See
TracTickets for help on using
tickets.
It should work so that it restricts the returned output to a single change, and the various attributes associated with that change. Trac ticket changes are not numbered, their only shared characteristic is the timestamp for when they were comitted. Same timestamp = belong to same change.
So, use it to restrict the query to retrieve details for changes belonging to the same user 'post'.