Modify ↓
Opened 18 months ago
Closed 8 months ago
#9677 closed enhancement (fixed)
Need distutils package
| Reported by: | jaraco@… | Owned by: | 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 (0)
Change History (3)
comment:1 Changed 17 months ago by rjollos
- Description modified (diff)
comment:2 Changed 17 months ago by rjollos
comment:3 Changed 8 months ago by rjollos
- Resolution set to fixed
- Status changed from new to 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 and 0.12 directories and renamed 0.11 directory to trunk.
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.