Modify

Opened 17 years ago

Closed 17 years ago

#2075 closed defect (wontfix)

javascript code altered, breaking the plugin

Reported by: ltn.razak@… Owned by: Noah Kantrowitz
Priority: normal Component: CombineWikiPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I don't know if it's because i'm using Trac 0.11, the plugin seems to work fine (at least it doesn't crash Trac when activated), but the buttons don't work.

After some investigation, I noticed that something has messed up with the javascript code.

Where it was originally something like

if (foo < bar)

When reading the outputed HTML code it becomes

if (foo &lt; bar)

so obviously javascript gets crazy, thus the functions linked to the buttons won't work.

Any idea what the problem could be? This plugin seems extremely useful.

Attachments (0)

Change History (1)

comment:1 Changed 17 years ago by Noah Kantrowitz

Resolution: wontfix
Status: newclosed

As evidenced by the branch name being 0.10, this plugin does not yet support 0.11. At the point that I do port it, the UI is due for a massive rewrite.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.