id summary reporter owner description type status priority component severity resolution keywords cc release 9543 TimelineCheckinFilterPlugin fails with trac 0.12 (fix included) michaelb@… Dave "The plugin seemed to fail when attempting to filter changesets by their path with error: ""tuple does not support attribute get_changes()"" The changeset structure seems to have changed since 0.11 and to resolve this, change the line: if (not filtered_paths) or _changeset_belongs_to_paths(changeset_object, filtered_paths): to if (not filtered_paths) or _changeset_belongs_to_paths(changeset_object[0], filtered_paths): Thanks for this plugin, this has helped us enormously to keep an overview on things with multiple projects in the same repository!" defect new normal TimelineCheckinFilterPlugin normal 0.12