Modify ↓
#12195 closed defect (fixed)
[PATCH] Replace deprecated env.get_db_cnx() method
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DefaultCcPlugin |
Severity: | normal | Keywords: | get_db_cnx |
Cc: | Trac Release: | 1.0 |
Description
Environment.get_db_cnx() method was marked as deprecated in Trac 1.0 and was removed in Trac 1.1.1.
See also: http://trac.edgewall.org/ticket/11605
Attachments (1)
Change History (6)
Changed 10 years ago by
Attachment: | remove_get_db_cnx.patch added |
---|
comment:1 Changed 10 years ago by
Status: | new → accepted |
---|
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Would you kindly test out that latest version and let me know if you find any issues? I fixed a few other minor problems in addition to what was included in your patch.
comment:4 Changed 10 years ago by
Owner: | changed from Ryan J Ollos to mikhael@… |
---|
comment:5 Changed 9 years ago by
I tested the recent version of DefaultCc 0.4dev-r14502
on Trac 1.1.5. Admin page works fine. Base functionality (adding CC to tickets) also works as expected.
Note: See
TracTickets for help on using
tickets.
Thanks for the patch. I'll try to get it committed soon.