• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding more default number of MySQL connections

    • -3
    • +3
    ./conf/unix/jboss/service/mysql-ds.xml
    • -3
    • +3
    ./conf/windows/jboss/service/mysql-ds.xml
LDEV-1590: changing and for &

LDEV-1558: Once a learner completes a lesson by hitting a "stop after activity" branch, it stays completed, irrespective of whether the user hits resume or if Live Edit is done and new activities are added to the end of the design.

  1. … 9 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.

  1. … 19 more files in changeset.
LDEV-995 Export portfolio now includes the images uploaded into the FCKEditor

(configuration changes to support commons-io-1.4.jar)

    • binary
    ./lib/jakarta-commons/commons-io-1.4.jar
LDEV-1296 Changed build so that logs are written to rams.log for RAMS, not lams.log.

Now done for lams_build project

LDEV-1297: changing the db.name to be the same as the conf.application

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.