• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added some extra commenting to the redirect action

LDEV-1977 make a lams-central action that takes a relative LAMS url and redirects to it, so the users are taken through the login page if neccessary.

- Adding checking to make sure that a user cannot access monitor unless they have permission, see LDEV-1978

    • -0
    • +17
    ./web/WEB-INF/struts/struts-config.xml
  1. … 4 more files in changeset.
LDEV-1606: Done some clean up and added several features for TextSearchConditions.

  1. … 13 more files in changeset.
LDEV-1929 Changed some classes to add the two extra boolean parameters needed for learner presence when initializing a lesson

  1. … 4 more files in changeset.
LDEV-1977 make a lams-central action that takes a relative LAMS url and redirects to it, so the users are taken through the login page if neccessary.

LDEV-1929 Presence now creating users with LAMS Jabber manager account in both flash and flashless learner modules

  1. … 7 more files in changeset.
LDEV-1977 make a lams-central action that takes a relative LAMS url and redirects to it, so the users are taken through the login page if neccessary.

    • -0
    • +70
    ./src/java/org/lamsfoundation/lams/web/RedirectAction.java
LDEV-1816 Now using a blue text area (user should not think that data can be entered) to display lesson description

  1. … 4 more files in changeset.
LDEV-1929 Fixed problem when launching preview from author

  1. … 1 more file in changeset.
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.