Modify ↓
Opened 13 years ago
Closed 12 years ago
#9677 closed enhancement (fixed)
Need distutils package
Reported by: | Owned by: | Nic Ferrier | |
---|---|---|---|
Priority: | normal | Component: | MilestoneQueryMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
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 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
- 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
and0.12
directories and renamed0.11
directory totrunk
.
Note: See
TracTickets for help on using
tickets.
Agreed. I'll pull it in if we don't hear from nicferrier in the next 2 weeks.