• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1511 forgot to add null checks

LDEV-1447 update workspace/folder names when group gets a new name

Adding LessonJoin xml web service that allows a learner to join a lesson, based on a learning design id - creates new lesson as necessary based on given max class size.

  1. … 2 more files in changeset.
LDEV-523, LDEV-1527: The tool's help urls need to be modified to include the language code before sending to Flash.

    • -0
    • +77
    ./java/org/lamsfoundation/lams/util/HelpUtil.java
  1. … 9 more files in changeset.
LDEV-1217 When user cancels an export portfolio download, an exception is not caught

  1. … 1 more file in changeset.
LDEV-1477: Server validation now allows for empty sequences in optional sequences

LDEV-1477: Server validation now handles activities in a branch that are unreachable.

LDEV-1489: Reducing the repetitive debugging entries that are of very little actual debugging use.

  1. … 2 more files in changeset.
LDEV-1513: Adding call to allow the integration module to get a single user's learner progress, rather than the whole lot.

  1. … 1 more file in changeset.
Committing a fix for the .LRN student progress module. users can now get progresses for any student and not just their own progress

  1. … 2 more files in changeset.
Changes to fix a problem with the 2.0.7 patch for .LRN and user progresses

Now the any user's progress can be obtained by any user. The permissions are handled on the LMS side

  1. … 2 more files in changeset.
LDEV1349 Changes to the lams:fckeditor tag to map FCKEditor language files to LAMS supported languages and locales.

FCKEditor language file mapping added to SupportedLocale persistant object, filtered through User and UserDTO for use in the FCKEditor tag.

  1. … 1 more file in changeset.
LDEV-1454: Adding two default conditions for each boolean tool output. This will allow the authoring branching clients to set up default conditions for these outputs.

  1. … 2 more files in changeset.
LDEV-1473 Add learner progress screens for complex activities. Parallel activities display simultaneously just like in learner; optional/branch activities state whether they have been started or not; optional/branch sequences display whether the sequences have been started, and link to each tool's learner progress url if the activity has been attempted. Branch screen yet to be tested due to flash error when making callback to LAMS.

  1. … 8 more files in changeset.
LDEV-1221: Adding readOnly flag so that Flash can stop the user trying to delete a read only design.

LDEV-1324 Allow group admins/managers to edit group details, but not group permissions; group's status editable by admin/manager when 'canChangeStatusOfCourse' is enabled; refactored organisation related jsps into their own directory.

  1. … 8 more files in changeset.
lams_central shouldn't have dependency in lams_learning - moving method from LearnerService to LessonService in lams_common, as a result also moving Index*Beans to lams_common

  1. … 9 more files in changeset.
Refactor jdbc call in DisplayGroupAction (gets list of lessons for index page) to use hibernate named query via LessonDAO and ICoreLearnerService.

  1. … 4 more files in changeset.
LDEV-1284 alter the register (web) service to accept course ids and names as inputs. Also altered the integration service to handle course names, and boolean flags for whether users are staff, and whether to use the extServer's prefix in the org/user name. Tested with Moodle integration and sign up script.

  1. … 3 more files in changeset.
Refactor admin breadcrumb so that title of a page is separate from the breadcrumb; put more info in orgs and user lists.

  1. … 31 more files in changeset.
LDEV-1284 add check for when organisation is missing in integration entry; don't add new users to the integration org since there no longer is one. Backported from HEAD.

  1. … 1 more file in changeset.
LDEV-1284 add check for when organisation is missing in integration entry; don't add new users to the integration org since there no longer is one.

  1. … 1 more file in changeset.
Merge LDEV-1284 changes to ldap2_0_4 branch

  1. … 1 more file in changeset.
Changes to merge 2.0.5 with ldap2_0_4 branch to be used for macquarie uni and the webCt-LAMS integration

  1. … 8 more files in changeset.
LDEV-1376: Couple of small tweaks needed on the back end - the validation wanted start to be not null so that was removed (the logic in the runtime test was fine, it was just the validation) and the greater than was sending back a dummy 9999, which is now null.

LDEV-750: Adding insert sequence into sequence functionality. Basic functionality done - still yet to do the Flash side and some security checking.

  1. … 21 more files in changeset.
LDEV-1328 fixed group managers and group admins should be able to edit subgroup details

  1. … 3 more files in changeset.
LDEV-1323 overhaul add/remove user screen which didn't scale well for sysadmins - users added via search field now, with the option to click a link to retrieve all potential users

  1. … 7 more files in changeset.
LDEV-1179: Export portfolio now displays a different msg for run offline activities. The screen comes from the learning war, and is called from the code on AbstractExportPortfolioServlet. Tools don't have to do anything, but they can override a new method in the servlet and supply the name of the activity (as per the tool's authoring screen) or do their own screen. Our tools will just display the name of the activity.

  1. … 14 more files in changeset.
LDEV-1285: Adding a new Activity type "Options With Sequences" so the Flash will know whether to expect sequences or not. The type is stored in the database otherwise we won't know which type it will be if the user saves the Optional without any child activities. The back end treats all Optional activities the same.

  1. … 3 more files in changeset.