• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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(',');

LDEV-1925 Added support for complex conditions

  1. … 3 more files in changeset.
LDEV-1930 Minor fixes for some labels not appearing properly in competence editor

  1. … 5 more files in changeset.
LDEV-1933 Fixed resizing not maintaining layout for all competence editor dialogs

  1. … 7 more files in changeset.
LDEV-1606: Several minor changes in the base files.

    • -160
    • +164
    ./web/WEB-INF/struts/struts-config.xml
  1. … 5 more files in changeset.
LDEV-1933 Fixed component resizing problem in competence definition dialog. Window now resizes properly

  1. … 1 more file in changeset.
Updating Greek, Korean, Norwegian

Updating Greek France Norwegian

Updating French and Korean

Updating English, Spanish and Norwegian

LDEV-1930 internationalisation added to competence editor

  1. … 2 more files in changeset.
Updating Korean

Updating French, Italian, Korean

LDEV-1606: Added common code for creating text based conditions.

    • -0
    • +136
    ./web/WEB-INF/tags/TextSearch.tag
  1. … 6 more files in changeset.
LDEV-1903 Added internationalisation support for close button in "Map Groups to Branches" dialog

  1. … 1 more file in changeset.
LDEV-1909 - Continuation - fixing small bug that was preventing the tool content copying needed to start lessons and preview

LDEV-1921, LDEV-1922, LDEV-1923, LDEV-1924 Competence editor front-end for author and monitor

  1. … 19 more files in changeset.
adding Flagstone libraries for SWF creation

adding 2 servlets for SWF and JPG printing from Flash Whiteboard

  1. … 3 more files in changeset.
LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

  1. … 34 more files in changeset.
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

  1. … 1 more file in changeset.
LDEV-1916 add explanatory comment

LDEV-1916 support database updating via autopatch

    • -0
    • +0
    ./src/java/migration.properties
  1. … 9 more files in changeset.
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

  1. … 2 more files in changeset.
LDEV-1909 -Competence editor backend model

  1. … 15 more files in changeset.
LDEV-1581: Addin final version of logic.

  1. … 9 more files in changeset.
LDEV-1897 - Use pretty print name for workspace folders

  1. … 4 more files in changeset.
LDEV-1913 Added Learner's choice grouping to author

  1. … 4 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

  1. … 35 more files in changeset.