Modify

Opened 12 years ago

Closed 11 years ago

#9677 closed enhancement (fixed)

Need distutils package

Reported by: jaraco@… Owned by: Nic Ferrier
Priority: normal Component: MilestoneQueryMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

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 (0)

Change History (3)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 12 years ago by Ryan J Ollos

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

comment:3 Changed 11 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Nic Ferrier.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.