~ubuntu-branches/ubuntu/precise/trac/precise

« back to all changes in this revision

Viewing changes to sample-plugins/workflow/StatusFixer.py

  • Committer: Bazaar Package Importer
  • Author(s): W. Martin Borgert
  • Date: 2009-09-15 21:43:38 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20090915214338-q3ecy6qxwxfzf9y8
Tags: 0.11.5-2
* Set exec bit for *_frontends (Closes: #510441), thanks to Torsten
  Landschoff for the patch.
* Move python-psycopg2 and python-mysql from Suggests to Depends as
  alternative to python-psqlite2 (Closes: #513117).
* Use debhelper 7 (Closes: #497862).
* Don't compress *-hook files and don't install MS-Windows *.cmd
  files (Closes: #526142), thanks to Jan Dittberner for the patch.
* Add README.source to point to dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
from trac.perm import IPermissionRequestor
6
6
 
7
7
revision = "$Rev: 6326 $"
8
 
url = "$URL: http://svn.edgewall.org/repos/trac/branches/0.11-stable/sample-plugins/workflow/StatusFixer.py $"
 
8
url = "$URL: https://svn.edgewall.org/repos/trac/branches/0.11-stable/sample-plugins/workflow/StatusFixer.py $"
9
9
 
10
10
class StatusFixerActionController(Component):
11
11
    """Provides the admin with a way to correct a ticket's status.