Modify ↓
#12981 closed defect (fixed)
Make compatible with Trac 1.2
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | AutocompleteUsersPlugin |
Severity: | normal | Keywords: | |
Cc: | Ryan J Ollos, Jun Omae | Trac Release: | 1.2 |
Description
Removed Environment.get_db_cnx
is used in the plugin. We could replace it with get_read_db
because Supporting Trac 0.11 has been dropped.
Attachments (1)
Change History (7)
Changed 8 years ago by
Attachment: | t12981.diff added |
---|
comment:1 Changed 8 years ago by
comment:4 Changed 8 years ago by
Owner: | changed from Tetsuya Morimoto to Jun Omae |
---|
comment:5 Changed 8 years ago by
Regarding AutocompleteUsersPlugin@46, when the plugin is stable we can publish the new version, presumably 0.4.4, to PyPI.
Oh, I see you are both package owners for TracAutocompleteUsersPlugin on PyPI, so I guess that was probably the intention with AutocompleteUsersPlugin@46.
Note: See
TracTickets for help on using
tickets.
Proposed changes with unit tests: t12981.diff.