• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge latest changes from ldap2_0_4 branch (dated 26/10/07)

  1. … 3 more files in changeset.
LDEV-1132 Improved initialising branching activities (and views) when opening a design.

  1. … 5 more files in changeset.
Adding Japanese and Malay

    • -0
    • +1
    ./conf/flashxml/lams/learner/ja_JP_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/learner/ms_MY_dictionary.xml
Adding Japanese

    • -0
    • +1
    ./conf/flashxml/lams/wizard/ja_JP_dictionary.xml
Adding Japanese and Malay. Updating English, Spanish, French

    • -0
    • +1
    ./conf/flashxml/lams/monitoring/ja_JP_dictionary.xml
    • -0
    • +1
    ./conf/flashxml/lams/monitoring/ms_MY_dictionary.xml
Updating English, Spanish

Adding Japanese. Updating French, Maori, Malay, Norwegian and Polish

    • -0
    • +1
    ./conf/flashxml/lams/authoring/ja_JP_dictionary.xml
LDEV-1253: adding ToolTip to interface.js, display lesson description in a hovering tooltip when moused over

    • -1
    • +1
    ./web/includes/javascript/interface.js
LDEV-1377 stepper visibility problems fixed in author

  1. … 2 more files in changeset.
use randomly generated password instead of magic text; don't skip roles update for local users, in the case where a non-LAMS IdP is the local IdP.

LDEV-1251 downgrade to jquery 1.1.4 + dimensions plugin for sortable compatibility with ie6; make lessons in child groups sortable as well

    • -0
    • +11
    ./web/includes/javascript/jquery-1.1.4.pack.js
    • -0
    • +12
    ./web/includes/javascript/jquery.dimensions.pack.js
LDEV-1394 Activities now open in seperate windows in Monitor and are not reloaded if already open.

  1. … 1 more file in changeset.
LDEV-1251 get sortable containment working, remove lesson validation

LDEV-1251 workaround fix for problem with last item in sortable list being dropped outside of parent container

LDEV-1251 restrict dragging to vertical axis

LDEV-1251 fix error when org.lessons couldn't lazy load

fix for ConcurrentModificationException while Iterating over a Set; stop printing password in logs; make reading of roles mapping values more flexible

  1. … 3 more files in changeset.
LDEV-1251 user needs monitor or group manager role in a group to be able to sort lessons.

LDEV-1251, LDEV-1064. Refactored the way lessons are retrieved for the index page (fixed LDEV-1064); added interface 1.2 (jquery extension), allowing sorting of lessons via drag and drop (LDEV-1251); added ordered_lesson_ids column to lams_organisation (LDEV-1251).

    • -0
    • +154
    ./src/java/org/lamsfoundation/lams/web/LessonOrderServlet.java
    • -0
    • +8
    ./web/includes/javascript/interface.js
  1. … 5 more files in changeset.
LDEV-1132 Removing connecting branches when activity is removed. Set new default branch if removed branch was the default.

  1. … 4 more files in changeset.
LDEV-1381: adds importLearningDesign method to handle uploads to the LAMS Community.

LDEV-1379: allow preview from integrations

Updating English, German, Spanish, French, Maori, Polish

LDEV-1374: Moving the fix to encode filename (done for LDEV-1243) into FileUtil in lams.jar, so that it can be using to encode the filenames of files coming from the content repository.

  1. … 1 more file in changeset.
LDEV-1378 Fixed sequence activity problem - check if sequence activity has any child activities

  1. … 1 more file in changeset.
LDEV-1250, LDEV-1252, LDEV-1253: adding jquery 1.2.1, refactor index action into new DisplayGroupAction which can be called to display a jsp containing only the group specified

    • -0
    • +213
    ./src/java/org/lamsfoundation/lams/web/DisplayGroupAction.java
    • -0
    • +31
    ./web/includes/javascript/jquery-1.2.1.min.js
  1. … 5 more files in changeset.
LDEV-1135: Tweaking the output definition to suit the authoring client.

  1. … 3 more files in changeset.
Increased stepper limit to 9999 for tool conditions (long type)

  1. … 1 more file in changeset.
LDEV-1371: Moving msg.import.file.format label to lams-central.

The Authoring action to import a learning design is now changed due to the changes in LDEV-1371

* Detecting whether the learning design is of v1.0.2 or v2 is now done at the service

* Instead of passing a input stream for the learning design, we pass a File