Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

  1. … 8 more files in changeset.
LDEV-1657 - Wikilinking, with dan's help, used an FCKEditor property to store the wikilink array and fix cross-browser problems

  1. … 3 more files in changeset.
changed call to parent window to: wikiArray = window.top.opener.parent.wikiLinkArray;

wikiArray = window.top.opener.top.wikiLinkArray; was not working in learner because of the frames

LDEV-1657 Fixed the problem with commas and inverted commas by replacing with escape characters. Also, the comma problem is solved by getting the javascript object directly from the window rather than saving it as a string in a hidden field, like so:

wikiArray = window.top.opener.top.wikiLinkArray;

LDEV-1657 - Updating the wiki link plugin for the fckeditor.

To attempt to resolve issues with certain browsers, I removed any ajax calls to get the list of wiki links. Instead, they are retrieved from the opening page. ie a javascript array of wikilinks is created on the page where the fckeditor is, then it is retrieved by the plugin with the following command:

wikiArray = window.top.opener.top.document.getElementById("wikiLinks").value.split(',');

removed feature to add new wiki links via the fckeditor plugin for the wikit tool

  1. … 2 more files in changeset.
LDEV-1657 Improvements for learner linking, new links working now for IE

  1. … 3 more files in changeset.
LDEV-1657 Luke and Dan's progress with wikilink plugin, links now being generated properly in learner, able to get and insert links to existing wikis.

    • -0
    • +197
    ./fck_wikilink.jsp
  1. … 8 more files in changeset.