Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1825: Change in order: activities from DTO are parsed first. This way we can check for the activities with unwanted elements (groupings, branching mappings). These elements are then removed from DTO so they don't get into XML.

  1. … 2 more files in changeset.
LDEV-1416: Sysadmin can now change user's authentication method in admin control panel.

  1. … 6 more files in changeset.
LDEV-1606 Jar files missing from last commit

adding Flagstone libraries for SWF creation adding 2 servlets for SWF and JPG printing from Flash Whiteboard

    • binary
    ./flagstone/transform.jar
    • binary
    ./flagstone/translate.jar
  1. … 3 more files in changeset.
LDEV-1909: Merging Marcin's, Luke's and Daniel's changes.

LDEV-1916 support database updating via autopatch

    • binary
    ./autopatch/tk-autopatch-1.2.0-b2-cvs.jar
    • binary
    ./autopatch/tk-discovery-1.0.0.jar
  1. … 10 more files in changeset.
LDEV-1581: Addin final version of logic.

  1. … 6 more files in changeset.
LDEV-1893: In Event Notification Service persistent classes - made zero-argument constructors public for Hibernate purposes.

  1. … 2 more files in changeset.
LDEV-1299: Quick bug fix attempt - recompiled JARs with Java 1.5

LDEV-1299: Quick bug fix attempt - recompiled central.

LDEV-1299: Quick bug fix attempt - commiting new JAR files.

LDEV-1299: Quick bug fix attempt - monitoring does not compile because of a missing method in learning, which exists in the source code but maybe not in the JAR file.

For LDEV-1784.

Updating lams jars for monitor, common and central so the tool adapter changes work

LDEV-1847 - Fixed export portfolio so custom inmages for gmap are bundled with the export.

Now the class is centralised in learner so this can be used in future for other tools.

  1. … 1 more file in changeset.
LDEV-1819: Initialise branching activities properly after a live edit

  1. … 3 more files in changeset.
LDEV-1571: Sync gates to open for group based and teacher chosen branching. The "potential list of learners" is restricted to the group of learners associated with the group assigned to the branch.

  1. … 14 more files in changeset.
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
    ./jakarta-commons/commons-io-1.4.jar
  1. … 3 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.
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!

  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.

  1. … 2 more files in changeset.
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.
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.
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.