LDEV-1966 Implemented a special workspace folder for each session of the wikiMonitor and learner modules adjuested to point to this folderExport portfolio adjusted to export folder images and point to the correct location
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
Fixed bug introduced by import/export. Now all new instance or copies of wiki content use the same method so we can maintain stability and have shorter code
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(',');
LDEV-1825: Change in order: activities from DTO are parsed first. This way we can check for the activities with unwanted elements (groupings, branching mappings). These elements are then removed from DTO so they don't get into XML.