• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Renamed the disabled state to "removed". This will make it less confusing with the u/i which describes the suspended as disabled.

Added create date and start date to the LessonDTO object.

Updated the deserialisation to handle high value UTF-8 characters

Temporarily put vote in tihe build so that it will deploy to Shaun. Trying to test some image problems.

Removed the "is this tool on the classpath" hack. Now it will throw a ToolException if a tool can't be fine. This will break one of our junit tests but the test will have to be skipped for the moment or rewritten to use a known set of tools.

  1. … 1 more file in changeset.
Commented out the "in progress" tools from the build. They can now be deployed separately, and temporarily removing them from the build will stop them being deployed on Shaun.

Removed imscp reference from build as it will never be resurrected.

Tool deployment utility has been changed to update the context path and class path when the tool is deployed.

    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
The main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 10 more files in changeset.
Previous update to include the datetimestamp replaced entries with window values. Bad - very bad!

Added a date/timestamp to the client versions, to try to trigger the Flash clients to reload when the server is restarted. Added the vote tool to the build.

Added a date/timestamp to the client versions, to try to trigger the Flash clients to reload when the server is restarted.

Added the vote tool to the build

  1. … 6 more files in changeset.
Changed the locale filter to accept language and country (preferred) or just language.

  1. … 1 more file in changeset.
Renaming blahResources.properties to ApplicationResources.properties

Default to having the access logger on

    • -2
    • +0
    ./conf/windows/jboss/tomcat/server.xml
Flash sends and receives & as &. Changed Java end to match. Also made the code more suitable for Java 5.

Renaming blahResources.properties to ApplicationResources.properties

    • binary
    ./lib/lams/lams-admin.jar
    • binary
    ./lib/lams/lams-contentrepository.jar
The dummy parallel activity's language file was going to the wrong directory.

Made a couple of methods protected so they could be used in the deserialisation test servlet.

  1. … 1 more file in changeset.
Tweaking to reduce the number of times the User object is retrieved from the database.

  1. … 5 more files in changeset.
Copyright statement change - only support GPL v2, not future versions. Missed the "version 2.0" the previous check in

  1. … 61 more files in changeset.
Copyright statement change - only support GPL v2, not future versions.

  1. … 20 more files in changeset.
Changed learning design activities and transition collections to use all-delete-orphan cascade management. This will ensure that the secondary records are created and removed as required.

This required fixing code that trigger cascade problems and also highlighted some session problems with the learner cache created by Jacky.

  1. … 35 more files in changeset.
updated ant buildfile after Shaun fixes

Temporary hack to stop it trying to build the chat project. This allows the build to work on Shaun, although JBOSS won't start properly.

Fixed typo for the location of larsrc tool/

Commented out call to larsrc deploy tool task in build script. The tool does not build without errors yet.

Added new tools Chat and Shared Resources

Left jboss ear file hardcoded - now replaced with a value set in build.xml.

Implemented a new method to store a package (or directory) of files.

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 2 more files in changeset.
Implementation getLearningLibraryByTitle was wrong and the method is not used so the whole method was removed.

Implementation of getLearningLibraries was returning all libraries in the database. Changed to only return the active libraries (ie the libraries that have been successfully installed).

  1. … 2 more files in changeset.