• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 2 more files in changeset.
LDEV-1368: Tweaked the user agent checking code to make it more efficient.

LDEV-1368: Updated browser compatibility check to support Safari and Opera

LDEV-750: Insert a design into a design. Tweaking the security to stop people writing into a directory to which they do not have access.

  1. … 7 more files in changeset.
Preparing for 2.1 Beta Release

Preparing for 2.1 Beta Release

LDEV-1461: Adding the date to the timestamp in the logs

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

  1. … 34 more files in changeset.
LDEV-1278: Adding calls that allow the sending of learner progress records in batches. This requires specific HQL to lookup the records, and a new entry (for the size of the batches) in the configuration table.

  1. … 10 more files in changeset.
LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. The previous code looked at the path, but we need the filename!

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 1 more file in changeset.
LDEV-1374: To ensure file names are not munged by zip utilities or operating systems using different encodings, we want to use filenames that use only the simplest of characters in zip archives. Added a new method getZipCompatiblePath() which converts a normal path to a numeric filename with the appropriate extension.

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 2 more files in changeset.
Adding Japanese

LDEV-1280: Implementing assign groups to branch in monitor screen (for define later). Required adding new functionality to branch related objects and a new call in lesson that allows monitoring to check if the branching activity has been attempted (we don't let the user remove groups or users from a branch once the branching activity has been commenced). Also moved the UTF-8 ajax fix to a common class in lams.jar so it can be used for all AJAX calls if desired.

  1. … 7 more files in changeset.
Adding Malay

LDEV-1134: Fixed the View Branches screen for tool output based branching - I can't list the users based on groups as they aren't in groups (and I can't put them in groups as the groups have to be linked to the condition and if the user goes to the default branch there is no condition). So for tool output based branching I have to find the users via their progress records.

  1. … 8 more files in changeset.
merge ldap changes from HEAD to this branch, branched from 2.0.4

    • -11
    • +3
    ./conf/windows/jboss/login-config.xml
Adding Chinese (China)

  1. … 3 more files in changeset.
cleaning up lamsauthentication.{xml|dtd} related stuff

  1. … 6 more files in changeset.
Adding German, Dutch

LDEV-1109: Fixing bugs in the authoring support for tool output based branching and getting the progress engine working. A rough implementation of the condition checking down for one MCQ condition for demonstration purposes. Two new methods added to the tool contract.

  1. … 35 more files in changeset.
LDEV-1109: Implement more of the authoring support for tool output based branching. Added the table to store the conditions designed in authoring and refactored the branch mapping table to support the conditions. Modified the authoring code to expect the new objects from the authoring client.

  1. … 10 more files in changeset.
LDEV-1134: Adding more support for the tool output based branching. Added a couple of simple tool output definitions for MCQ and Forum and added a class to the core to help tools create the tool output definitions (OutputDefinitionFactory), which required a change to MessageService. Also added the call to the core tool service to support calling the tools for their output definitions and new method call to ToolContentManager, requiring a change to all tools.

  1. … 20 more files in changeset.
Changes to LDAP support

more LDAP support; UserManagementService.setRolesForUserOrganisations has LazyInitialisationException problem

    • -11
    • +3
    ./conf/windows/jboss/login-config.xml
  1. … 9 more files in changeset.
Changes to support tool output based branching. Work in progress!

  1. … 32 more files in changeset.
Made the userlist in the GroupDTO optional, so that it isn't passed to authoring.

  1. … 6 more files in changeset.
Fixing up Grouping related code so it will cope with more cases during grouping, and so that groupingDAO can better find all the groups in a learning design.

  1. … 9 more files in changeset.
LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times. Did some small refactoring to have only one piece of code that creates the branching mapping related to a group as we have many bits that need to do this (authoring, import, chosen branching in monitoring and now preview!)

  1. … 3 more files in changeset.
LDEV-1134: Branching: Added stopAfterActivity flag to activity, which will allow us to "end" a lesson at the end of the activity. Authoring changes done.

  1. … 9 more files in changeset.