Ticket #2340 (new defect)

Opened 1 year ago

Last modified 5 months ago

Selected pages with CombineWikiPlugin

Reported by: Myriam Assigned to: coderanger
Priority: high Component: CombineWikiPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

I use Trac 0.10. I installed HTMLDOC 1.8.24 and PageToPDFPlugin which works very well. On the other hand CombineWikiPlugin do not work. I cannot select pages to export them.

Attachments

TracCombineWiki-1.2.diff (3.9 kB) - added by holger.lehmann@catworkx.de on 07/04/08 07:26:55.
Patch to fix the admin_combinewiki.cs Javascript for trac 0.11
TracCombineWiki-1.2.2.diff (4.8 kB) - added by holger.lehmann@catworkx.de on 07/04/08 07:40:18.
Patch to fix the admin_combinewiki.cs Javascript for trac 0.11, incorporates the fix from #1745

Change History

12/28/07 10:23:00 changed by anonymous

  • summary changed from Seelcted pages with CombineWikiPlugin to Selected pages with CombineWikiPlugin.

03/18/08 09:54:36 changed by pallemann

I have the same problem using 0.11. Installs fine but then when I try to select the pages The -> gives me an error. Firebug tells me

move_item is not defined onclick(click clientX=0, clientY=0)

03/23/08 19:08:58 changed by anonymous

  • priority changed from normal to high.
  • release changed from 0.10 to 0.11.

07/04/08 02:42:37 changed by holger.lehmann@catworkx.de

The whole javascript code gets HTML quoted by the clearsilver code. Every occurrence of e.g.: if ( somthing < somethingelse ) is rendered as: if ( somthing &lt; somethingelse ) So the browser sees only garbled Javascript and failes/refuses to parse that. I have played around with it, but come up with no solution up to now.

I guess, for 0.11/0.12 we have to rewrite the templates in genshi (anyway) ....

BTW: this applies to the TracWikiToPdfPlugin as well, since the Javascript code is essentiall the same there.

07/04/08 07:26:55 changed by holger.lehmann@catworkx.de

  • attachment TracCombineWiki-1.2.diff added.

Patch to fix the admin_combinewiki.cs Javascript for trac 0.11

07/04/08 07:40:18 changed by holger.lehmann@catworkx.de

  • attachment TracCombineWiki-1.2.2.diff added.

Patch to fix the admin_combinewiki.cs Javascript for trac 0.11, incorporates the fix from #1745


Add/Change #2340 (Selected pages with CombineWikiPlugin)




Change Properties
Action