freebsd-ports/www/trac-pendingticket/files/close_old_pending.py.patch
Martin Wilke 2db39414d7 The intent of this is to allow an administrator to mark a Ticket as "Pending"
to indicate that information has been requested from the reporter. If the
reporter doesn't reply with in the allotted timeframe, the ticket will
automatically be closed.

This works well when combined with the SimpleTicketPlugin

WWW: http://trac-hacks.org/wiki/PendingTicketPlugin

Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2007-05-27 19:36:26 +00:00

8 lines
276 B
Diff

--- close_old_pending.py.orig Fri May 18 19:25:29 2007
+++ close_old_pending.py Fri May 18 20:59:01 2007
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!%%PYTHON%%
# Script to close old tickets that are in Pending status.
# Copyright 2007 Daniel A. Atallah <datallah@pidgin.im>