= Timeline Checkin Filter Plugin = == Description == This plugin changes the behaviour of the timeline and enables you to view changes to particular paths, or by particular users. Based on BranchTimelinePlugin. This one's arguably better for single trac instance, multiple projects, as long as there aren't ''too'' many projects/branches. The difference is that, instead of specific branches, you specify generic repository paths, thereby allowing multiple trunks, branches, vendor branches, etc. == Bugs/Feature Requests == Existing bugs and feature requests for TimelineCheckinFilterPlugin are [report:9?COMPONENT=TimelineCheckinFilterPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TimelineCheckinFilterPlugin&owner=daveappendix new ticket]. == Download == Download the zipped source from [download:timelinecheckinfilterplugin here]. == Source == You can check out TimelineCheckinFilterPlugin from [http://trac-hacks.org/svn/timelinecheckinfilterplugin here] using Subversion, or [source:timelinecheckinfilterplugin browse the source] with Trac. == Requirements == * Trac 0.11 * Subversion repository. Only actually tested on 0.11.1. Log a bug if it doesn't work in any other 0.11.x version. == Installation == * Put the python file in the plugins directory of the trac environment (or in the global plugins directory). * Components changes: * Disable the basic trac component !ChangesetModule. * Enable the component !TimelineCheckinFilter * These changes can be done via the !WebAdmin interface or by adding the following lines to trac.ini: {{{ [components] trac.versioncontrol.web_ui.changeset.changesetmodule = disabled TimelineCheckinFilter.* = enabled }}} == Configuration == The following configuration can be added to trac.ini: {{{ [timeline-checkin-filter] filter_paths = trunk:trunk, branch1:branches/branch1, proj2-trunk:project2/trunk, arbitrary-label:arbitrary/path filter_users = username1, username2 }}} == Recent Changes == [[ChangeLog(timelinecheckinfilterplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:daveappendix] [[BR]] '''Contributors:'''