Modify ↓
Opened 14 years ago
Closed 13 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 14 years ago by
| Description: | modified (diff) |
|---|
comment:2 Changed 14 years ago by
comment:3 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
- Prevent possible cannot operate on closed cursor error by keeping a
dbobject 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.9and0.12directories and renamed0.11directory 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.