﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
9543	TimelineCheckinFilterPlugin fails with trac 0.12 (fix included)	defect	0.12	Dave	new	2011-11-14T00:40:47+01:00	2011-11-14T00:40:47+01:00	"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!"	michaelb@…
6605	changeset TracLink is not shown such as [1]	defect	0.11	Dave	new	2010-02-10T03:49:17+01:00	2010-02-10T03:49:17+01:00	"I am using trac 0.11 version and TimelineCheckinFilterPlugin.
Within below configuration on the trac.ini I don't get changeset TracLink.
[1] is linked as /log/?revs=1 not /changeset/1

trac.versioncontrol.web_ui.changeset.changesetmodule = disabled
timelinecheckinfilter.* = enabled

How can I get it worked."	anonymous
6899	Issues with Trac 11.7	defect	0.11	Dave	new	2010-03-29T21:50:03+02:00	2010-03-29T21:50:03+02:00	After installing this plugin on Trac 11.7 I could see the ticket infomration but not the repository check-ins for any of the branches or trunk. Had no problems enabling/disabling from Admin.	vaden_mohrmann@…
