Modify ↓
Opened 18 years ago
Closed 18 years ago
#1038 closed defect (fixed)
Timeline with changesets causes error message and halt of execution
Reported by: | Owned by: | ttressieres | |
---|---|---|---|
Priority: | high | Component: | PerforcePlugin |
Severity: | normal | Keywords: | synced, attribute, p4trac |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
I ran into the following error on a 0.10.3 Trac installation with the 0.4.2 p4trac plugin. I have attached a patch which has resolved the issue.
Logged Error:
2006-12-20 11:44:39,928 Trac[__init__] WARNING: 500 Internal Error (Repository checkins event provider (<tt>ChangesetModule</tt>) failed:<br /><br />AttributeError: 'PerforceCachedRepository' object has no attribute 'synced'<p>You may want to see the other kind of events from the <a href="/timeline?from=12%2F20%2F06&daysback=30&milestone=on">Timeline</a></p>)
Attachments (1)
Change History (5)
Changed 18 years ago by
Attachment: | p4trac.patch added |
---|
comment:1 Changed 18 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 18 years ago by
Owner: | changed from Alec Thomas to ttressieres |
---|
comment:3 Changed 18 years ago by
Status: | new → assigned |
---|
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
see changeset [1728] and version 0.4.4
Note: See
TracTickets for help on using
tickets.
Ok thanks, I didn't realize that the API has changed in 0.10.3 so i've committed your patch in [1738]. I thought that the API was only changed on Trac trunk...