Modify ↓
#13584 closed task (fixed)
Replace deprecated code
| Reported by: | Cinc-th | Owned by: | Cinc-th |
|---|---|---|---|
| Priority: | normal | Component: | PeerReviewPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
With the upcoming Trac 1.3/1.4 several function and methods will bee removed. To enable the plugin for the future this code must be replaced.
The following comes to mind:
env.get_read_db()with_transaction
Internal plugin code:
- class
Comment
Attachments (0)
Change History (4)
comment:1 Changed 6 years ago by
comment:4 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Missed this ticket so not all compatibility improvements are referenced here.
The plugin now works with Trac 1.4, see #13972 for more info.
Note: See
TracTickets for help on using
tickets.



Committed revision [17449]:
replaced deprecated
env.get_red_db()andwith_transactionin tracgenericclass.