Ticket #9677 (closed enhancement: fixed)

Opened 1 year ago

Last modified 7 months ago

Need distutils package

Reported by: jaraco@jaraco.com Assigned to: nicferrier
Priority: normal Component: MilestoneQueryMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (Last modified by rjollos)

It would be nice if this macro was packaged using distutils/setuptools so that it could be kept in a package repository alongside other plugins.

To this end, I've created a setup.py for this plugin. It's available in my bitbucket repository.

Please consider using the setup.py in that repo as a basis for a setup.py in the official plugin.

Thanks.

Attachments

Change History

02/02/12 08:51:43 changed by rjollos

  • description changed.

02/02/12 08:52:37 changed by rjollos

Agreed. I'll pull it in if we don't hear from nicferrier in the next 2 weeks.

10/29/12 19:05:19 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

(In [12265]) Fixes #9677:

  • Prevent possible cannot operate on closed cursor error by keeping a db object in scope.
  • Prevent possible SQL injection attack by utilizing the Trac DB API to properly escape the query.
  • Added setuptools/distutils packaging.
  • Removed empty 0.9 and 0.12 directories and renamed 0.11 directory to trunk.

Add/Change #9677 (Need distutils package)




Change Properties
Action