Ticket #877 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

WikinfoPlugin: Missing 0.10 branch

Reported by: gannis Assigned to: coderanger
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

Change History

11/08/06 05:37:14 changed by gannis

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.


Add/Change #877 (WikinfoPlugin: Missing 0.10 branch)




Change Properties
Action