Modify ↓
Opened 14 years ago
Closed 9 years ago
#8367 closed enhancement (fixed)
[PATCH] Discussion plugin for Trac 0.13 compatibility
Reported by: | Mario | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | DiscussionPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 0.12 |
Description
Hi,
Attached you will find a patch for Trac 0.13 compatibility.
This patch set applies to rev 9702.
Have fun
Mario
Attachments (5)
Change History (11)
Changed 14 years ago by
Attachment: | discussionplugin.patch added |
---|
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|
Changed 14 years ago by
Attachment: | wiki.patch added |
---|
comment:2 Changed 14 years ago by
Hi,
Hmm I think you mean the wiki.py.
Sorry it was late :-), I've attached the correct diff.
regarts
Mario
Changed 14 years ago by
Attachment: | discussion forum plugin 0.13 patch part II.patch added |
---|
comment:3 follow-up: 4 Changed 14 years ago by
Hi,
I just added a followup patch for 0.13 compatibility.
- wiki.py, I added missing web_context changes
- all other files, I changed the deprecated database access parts see
The use of db.query and db.transaction should be checked.
regards
Mario
Changed 14 years ago by
Attachment: | search.patch added |
---|
comment:4 Changed 9 years ago by
Replying to mwehr:
- all other files, I changed the deprecated database access parts see
Fixed in #12477.
comment:5 Changed 9 years ago by
Owner: | changed from Radek Bartoň to Ryan J Ollos |
---|---|
Status: | assigned → accepted |
Note: See
TracTickets for help on using
tickets.
Thank you, could you please fix the patch so that api.py is not replaced entirely so it's obvious what has changed?