• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updating Greek

  1. … 1 more file in changeset.
LDEV-1907 Show a plus sign "+" in the activity if it contains more than 10 learners

LDEV-1469 Progress Bar - rotate green triangles

LDEV-1929 Implement presence in learner (Flash and non-flash)

= TODO:

+ must refactor to use xmpp service to create users with admin account

+ fix IE to catch flashvars sent from javascript

+ find workaround to not commenting out sasl in jsjac lib

LDEV-1783 Improve the error message when a user tries to select an activity inside an optional activity/sequence via the progress bar

    • -1
    • +1
    ./conf/flashxml/lams/learner/en_dictionary.xml
    • -1
    • +1
    ./conf/flashxml/lams/wizard/en_dictionary.xml
    • -0
    • +114
    ./src/java/org/lamsfoundation/lams/web/PresenceServlet.java
  1. … 22 more files in changeset.
Relocating the fckeditor wikilink plugin from lams_central to the wiki tool

    • -8
    • +0
    ./web/fckeditor/editor/plugins/wikilink/lang/en.js
  1. … 4 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.
LDEV-1969

Moved jsjac library to lams central

    • -0
    • +506
    ./web/includes/javascript/jsjac.js
    • -0
    • +33
    ./web/includes/javascript/jsjac.packed.js
  1. … 31 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(',');

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.