Modify ↓
#8576 closed enhancement (fixed)
Some patches to use more Trac built in features
Reported by: | pipern | Owned by: | pipern |
---|---|---|---|
Priority: | normal | Component: | TicketModifiedFilesPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.12 |
Description (last modified by )
Here is a patch to :
- Use ListOption
- Use add_warning()
- Use add_ctxtnav()
- Avoid unnecessary ITemplateStreamFilter
- get_read_db()
Attachments (2)
Change History (7)
Changed 14 years ago by
Attachment: | ticketmodifiedfilesplugin-8576-1.patch added |
---|
Changed 14 years ago by
Attachment: | ticketmodifiedfilesplugin-8576-2.patch added |
---|
Use get_read_db() rather than get_db_cnx(), see http://trac.edgewall.org/wiki/TracDev/ApiChanges/0.12#get_db_cnx
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Emilien Klein to Ryan J Ollos |
Trac Release: | 0.11 → 0.12 |
comment:2 Changed 8 years ago by
Status: | new → accepted |
---|
comment:5 Changed 8 years ago by
Owner: | changed from Ryan J Ollos to pipern |
---|
Note: See
TracTickets for help on using
tickets.
Reduce amount of code by using Trac functions