Modify ↓
Opened 9 years ago
Closed 8 years ago
#12974 closed defect (fixed)
KISplugin needs to be updated to work with Trac 1.2
| Reported by: | Owned by: | Jon Ashley | |
|---|---|---|---|
| Priority: | normal | Component: | KeepInterfaceSimplePlugin |
| Severity: | blocker | Keywords: | |
| Cc: | Trac Release: | 1.2 |
Description
This plugin does not work with Trac 1.2. It is using the deprecated get_env_cnx() function to access the database.
Attachments (0)
Note: See
TracTickets for help on using
tickets.



In [16037]:
converted to use the new database API.