• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1830 don't fail if user's locale is invalid

LDEV-1949 Added "(default)" text to closed gate state for condition gates

  1. … 1 more file in changeset.
LDEV-1949 Fixed crash on double click in author for condition gates

  1. … 1 more file in changeset.
LDEV-1936 Flash support for conditions of type OUTPUT_STRING added. For example see notebook tool.

  1. … 2 more files in changeset.
Updated .classpath

Removed references to lams jar files in lams_build/lib

  1. … 22 more files in changeset.
LDEV-1859 Fixed Connecting branches incorrectly disallowed for branching within branching within branching

  1. … 1 more file in changeset.
LDEV-1299: Backend for condition gates.

  1. … 25 more files in changeset.
LDEV-1949 Added support for condition (tool-output) based gates

  1. … 20 more files in changeset.
Updating Greek, English, Spanish, Turkish

LDEV-1947 Editing a competence title now not allowed to change to an existing title or blank, however having trouble making alert appear on on top of the CompetenceDefinitionDialog, so temporary solution is to close the CompetenceDefinitionDialog dialog and have alert appear over CompetenceEditorDialog

  1. … 1 more file in changeset.
LDEV-1979 Copying and pasting an activity now also copies the competence mappings across to the new activity

  1. … 1 more file in changeset.
LDEV-1948 Added View competence mappings to context menu, and fixed it so that it only appears in author/monitor when a tool activity is selected

  1. … 6 more files in changeset.
LDEV-1925 Fixed up ? in ToolOutputConditionsDialog to label user defined

  1. … 1 more file in changeset.
LDEV-1606: Fixed bug that stopped the server start-up if a tool is not deployed and core session factory needs its mapping files.

  1. … 3 more files in changeset.
LDEV-1977 improving the redirect servlet yet again, now the parameters are all hashed using Base64, so that users cannot recognise patterns in our tool's monitor and learner urls and attempt to access contetn they are not authorised for.

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