Modify ↓
#12979 closed defect (fixed)
Make compatible with Trac 1.2
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | UserManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
On issue has been reported in gmessage:trac-users:4tVRBotYrZs/WAA29n0lCAAJ:
inline_overwrite_get_known_users() got an unexpected keyword argument 'as_dict'
Attachments (0)
Change History (9)
comment:3 Changed 8 years ago by
Status: | new → accepted |
---|
comment:4 Changed 8 years ago by
I'm try 1.2.0dev but problem (inline_overwrite_get_known_users()) still exist.
P.s. I apologize, i saw that code doesn't contain changes for trac 1.2 compatabiility
comment:6 follow-up: 7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Changes haven't been extensively tested, so please report any issues you find.
comment:7 Changed 8 years ago by
Replying to Ryan J Ollos:
Changes haven't been extensively tested, so please report any issues you find.
Made some tests. All works fine
Note: See
TracTickets for help on using
tickets.
Plugin uses deprecated (
env.get_db_cnx()
) database API