Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Branching: Getting the progress engine working so it will display the branch activities if the sequence/branch contains one or no activities

  1. … 12 more files in changeset.
LDEV-1257: Added support for Groups to be created in authoring (so that the names can be entered) and the mapping table to map groups to a sequence activity (ala branch) for a Group based branching activity.

  1. … 18 more files in changeset.
Split branching activity into 3 activities - one for each method of branching (teacher chosen, grouped and tool based)

  1. … 10 more files in changeset.
LDEV-1241: Problem with progess engine getting stuck when a user is in a parallel activity within an optional activity and a force complete has occured. If the user selects the parallel activity after the force complete, the parallel activity is set to attempted, but the contained activities were left marked complete. So when the contained activities were "finished", they detected as complete and tried to forward the user to the current activity, which was the aforesaid parallel!

Now the code that sets an activity back to attempted will also check any completed child activities back to completed.

  1. … 1 more file in changeset.
LDEV-1051 and LDEV-1198: Fixed the break out of frames logic for parallels at the end of a design and inside an optional activity.

  1. … 11 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 239 more files in changeset.
LDEV-167 refactor cleanup file functions (cleansup lamstmp_* as well as lamszip_* files)

  1. … 4 more files in changeset.
updated authoring, monitoring, wizard to load their library swf's from a common (swf serving) jsp.

  1. … 14 more files in changeset.
Improving the permission tests on the main monitoring calls.

LDEV-1131: If the user is using a custom stylesheet, export portfolio wasn't copying the images directory for the stylesheet. Changed the export so it now copies the theme's special images (using the new image_directory column in the theme) as well as the default images.

  1. … 3 more files in changeset.
fixed export failure on incorrect EARDir key and empty directory

  1. … 2 more files in changeset.
LDEV-1102 disable Register web service by default, add key check

  1. … 6 more files in changeset.
Change some API for learning library management

update ehcache from 1.1 to 1.2

    • binary
    ./ehcache/ehcache-1.2.jar
  1. … 2 more files in changeset.
LDEV-1098: Increased size of locale_id field so that it will take more than 127 rows in the database. Matching java field is now an Integer, not a Byte.

  1. … 13 more files in changeset.
Change ld version from configuration db.

Add new method for executable file check.

  1. … 1 more file in changeset.
Small change in FileVaildateUitl: to add new method to give key of ActionMessage.

  1. … 1 more file in changeset.
Update fileSizeValidate

fixed stats on register server page

  1. … 5 more files in changeset.
fix import users being able to assign invalid roles for a particular orgType

  1. … 3 more files in changeset.
set archived_date when organisation becomes archived

  1. … 3 more files in changeset.
LDEV-1042: Allow users to be added to staff group and learner group in a lesson class after the lesson has started. Code has been written for both the LAMS monitoring interface + integration. Neither set of code is tested yet - need the clients to test it.

  1. … 7 more files in changeset.
change 'course admin/manager' in db to 'group admin/manager' so users don't have to say 'course admin/manager' when specifying roles in a spreadsheet ('course' replaced by 'group').

  1. … 15 more files in changeset.
ims update

  1. … 2 more files in changeset.
move auto membership of parent group into setRolesForUserOrganisation; auto set monitor for subgroups when assigning group manager

  1. … 2 more files in changeset.
added global group admin

  1. … 13 more files in changeset.
append 'imsld' to ld title/filename when exported as IMS

LDEV-768: Fixed the problem with the session being closed by changing how the update is done. Previously it used the user object connected to another session - now it looks up the user in the "add user" code, so that it will be part of the same Hibernate session. Given this user is in the cache, it shouldn't add too much time to the call.

  1. … 5 more files in changeset.
IMS updates

  1. … 2 more files in changeset.