﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
6957	Improve support for RepositoryHookSystemPlugin on Win32	defect	0.11		new	2010-04-08T22:49:20+02:00	2016-10-18T16:24:56+02:00	"
The plugin currently lacks a few features that make it almost unusable on default ''Python'' installations on Windows hosts (due to paths and other reasons).

This '''has to be fixed ASAP''' .

"	Olemis Lang
7033	SVN Pre-Commit Hook to ensure Trac ID in Comment	enhancement	0.11	Olemis Lang	new	2010-04-27T17:36:13+02:00	2016-03-11T13:08:33+01:00	"
Based on [http://groups.google.com/group/trac-users/t/cfc1bfbad13edf6d a support request] posted by ''Marjory L. Mackes'' to ''trac-users ML''

Implement the pre-commit hook ''/apps/trac/var/svn/hooks/pre-commit.pl'' , which requires the user to enter the Trac ID number to check in the source to associate the change set with the ticket.

Besides , when multiple environments share a single repository, check whether filters are applied in order to execute hook subscribers only if the target changeset touches the project folder .

"	Olemis Lang
4284	repository hook system plugin to update ticket fields	enhancement	0.11		new	2008-12-15T21:01:45+01:00	2015-04-22T19:51:21+02:00	see http://groups.google.com/group/trac-users/browse_thread/thread/7788be11890ae505	Jeff Hammel
4332	fix exit status for RepositoryHookSystem	defect	0.11		new	2008-12-24T16:51:41+01:00	2015-04-22T19:51:21+02:00	currently the RepositoryHookSystemPlugin has no notion of hook exit status;  it should implement and use these as itscurrent implementation is somewhat borked in effect	Jeff Hammel
4661	enabled not checked for hooks even when the hook is enabled	defect	0.11		new	2009-02-19T15:34:48+01:00	2015-04-22T19:51:21+02:00	For an environment in a symlink (`/usr/local/topp/trac/sites/trac/melkjug`) using a python handler that is a symlink (`/usr/local/topp/trac/current/bin/python`), the `post-commit` hook is not shown as enabled even though it is in fact functional.	Jeff Hammel
4707	plugin to create wiki pages on commit messages	enhancement	0.11		new	2009-02-26T19:32:51+01:00	2015-04-22T19:51:21+02:00	"A RepositoryHookSystemPlugin plugin:

{{{
Too bad you can't just have a changeset generate a Wiki page - or
rather too bad you can't set up a pattern for a wiki page that is
autogenerated (name and content) when triggered by the event of a
fresh changeset. like a macro...with inheritance.

}}}

"	Jeff Hammel
4708	commit-hook plugin: ticket creation on checkin	enhancement	0.11		new	2009-02-26T21:07:50+01:00	2015-04-22T19:51:21+02:00	"A new plugin for RepositoryHookSystemPlugin

{{{
   Trac server will generate a new  ticket with his message when a  developer
   commits file into svn repository.
}}}"	Jeff Hammel
5235	Installation with egg-file doesn't work	defect	0.11		new	2009-05-15T15:55:10+02:00	2015-04-22T19:51:21+02:00	I installed the Plugin by creating an egg-file and putting it into the plugin dir. But I can't find it in the Plugin-Admin-Panel Overview and even there are no new options in the admin-Panel. What did I wrong?	trunneml@…
8129	Support Multi-repository (Trac .12) Hook Administration	task	0.12	Olemis Lang	new	2010-11-22T16:46:34+01:00	2010-11-22T17:58:34+01:00	Currently, in Trac .12, this plugin will only apply the hooks to the default repository of Trac.  In our case we are using SVN as our repository.   	anonymous
7021	Odd import error : No module named repository_hook_system	defect	0.11	Olemis Lang	new	2010-04-22T11:07:21+02:00	2010-04-22T15:48:59+02:00	"{{{
Trac[loader] ERROR: Skipping ""repositoryhooksystem = repository_hook_system"": (can't import ""No module named repository_hook_system""
}}}"	anonymous
6956	Allow filtering changesets in ticket changer	enhancement	0.11	Olemis Lang	new	2010-04-08T21:52:46+02:00	2010-04-13T23:20:29+02:00	"
The original source of inspiration for this is [http://groups.google.com/group/trac-users/t/35237adef6fb2ff4?hl=en Mark Swingler's request at trac-users list] . The approach I see so far is to plug different components that might add additional rules in a form of a chain of responsibility (first denial and changeset will be ignored ''';o)''' . 

"	Olemis Lang
