Uploaded image for project: 'Apache Roller'
  1. Apache Roller
  2. ROL-782

Weblog Editor plug-ins broken or won't load altogether

    XMLWordPrintableJSON

Details

    Description

      After install, we found that the plug-in wysiwyg editors would not appear properly. One of our developers, Chris Denneen fixed bugs with the editors. His email to me on Aug. 19 describes the fixes:

      From: Christopher Denneen
      Sent: Friday, August 19, 2005 4:39 PM
      To: Anthony Zeoli
      Subject: RE: JRoller Install and Theme Configuration

      Ok I had to modify 3 editors to get them to work.

      First line of each diff is what i had to modify to. Second line is the Original.
      All editors seem to work properly now.

      editor-dhtml.jsp
      26c26
      < document.write("website.do?method=edit&rmik=Settings\">");

      > document.write("editor/website.do?method=edit&rmik=Settings\">");

      editor-ekit.jsp
      21c21
      < <APPLET CODEBASE="../editor/" CODE="com.hexidec.ekit.EkitApplet.class"

      > <APPLET CODEBASE="../" CODE="com.hexidec.ekit.EkitApplet.class"
      23c23
      < <PARAM NAME="codebase" VALUE="../editor/">

      > <PARAM NAME="codebase" VALUE="../">

      editor-wiki-js.jsp
      185c185
      < (<a href="../weblog/help-wiki-js.html" alt="Wiki-js help" target="_blank">wiki-js help</a>)

      > (<a href="weblog/help-wiki-js.html" alt="Wiki-js help" target="_blank">wiki-js help</a>)

      Attachments

        Activity

          People

            djohnson David Johnson
            azeoli Anthony Zeoli
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: