Modify ↓
Opened 19 years ago
Closed 13 years ago
#877 closed enhancement (wontfix)
WikinfoPlugin: Missing 0.10 branch
| Reported by: | Johan Risberg | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | low | Component: | WikinfoPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
The 0.9 version of WikinfoPlugin seems to work on wiki pages in 0.10, but fails when called through the PageToPdfPlugin. The problem seem to rest in the req.hdf['wiki.page_name'] statement.
I guess the fix is simple but lacking Trac core and Python skills I'm afraid I can't contribute.
PS. Assigning to coderanger since rede doesn't seem to care.
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
comment:2 Changed 13 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
0.10 won't be supported. I'll get #3313 implemented though.
Note: See
TracTickets for help on using
tickets.



The particular error is solved by replacing
req.hdf['wiki.page_name']with e.g.req.args.get('page', '')(in five places), but I suspect there are some other things that should be done for a real 0.10 branch.