• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
If you change the lesson class for lesson, the old rows in the database are deleted. If the lesson has already started, you won't be able to change the lesson class.

  1. … 1 more file in changeset.
Moving from a tool activity to a grouped tool activity was throwing an exception as the "create tool session" code (which calls the tool to create the tool session details) was being called within the tool context.

Moved the call to create the tool session into LoadToolActivityAction so that it will always be run within the lams-learning war context and hence all the tools' beans are available in the Spring context.

To try to stop this sort of problem occuring again (ie a tool calling code that relies on all tools' beans being in the context) the ILearnerService has been split into two interfaces. ILearnerService now only contains the one method that should be called by tools (to complete a tool session). All other calls are in ICoreLearnerService. Any of the core modules may use the ICoreLearnerService but only tools should use the ILearnerService.

  1. … 24 more files in changeset.
Corrected the initial dtd entry - contained two elements that are subelements of Dictionary. Should fix the error that occurs when LAMS first starts and the lams.xml file is loaded.

Learner Progress DTO changes made to so that Flash will know when a learner is finished.

* Current activity now set to null (and hence won't appear in packet) when the learner has completed the lesson.

* New field lessonComplete which is true when the learner has completed the lesson, false otherwise.

  1. … 6 more files in changeset.
Set server default Locale when session create, in order to make index.jsp/login.jsp display correctly.

Add customiseSessionID

  1. … 3 more files in changeset.
Updated project version

moved password hashing out of user management service

  1. … 1 more file in changeset.
latest change to UserManagementService

Corrected path to language files - activity names not appearing translated in authoring.

  1. … 3 more files in changeset.
Added j2eelibs so it gets it from jboss instead of MyEclipse

Added styling images to export portfolio. This required making lams-central.war an expanded war and adding the lams directory to the configuration file so that the css and image files could be copied using a file copy rather than using http (for performance).

    • binary
    ./deploy-tool/lib/lams-tool-deploy.jar
Fixing DTD error - not all the elements were listed in the Lams defn.

Adding Korean and Greek

Moved hard coded jabber config from chat tool to lams.xml

  1. … 5 more files in changeset.
Added the "course admin can do blah" fields to Organisation

User Organisation Changes

No longer needed for testing

    • -14
    • +0
    ./librarypackages/doublevote/libraryActivity1_insert.sql
Adding a combined language/country supported locale table.

Changing activity title from "title" to "activityTitle" for the DTO's sent to Flash - needed for sorting on the Flash client.

added commons-codec-1.3.jar

Changed to same name as 1.0.x

Added Spanish Translation

Removing the dummy parallel activity and adding a real share resources/forum activity

    • -2
    • +0
    ./librarypackages/nbsubmit/learninglibrary1_insert.sql
    • -14
    • +0
    ./librarypackages/nbsubmit/libraryActivity1_insert.sql
    • -16
    • +0
    ./librarypackages/nbsubmit/toolActivity1_insert.sql
    • -16
    • +0
    ./librarypackages/nbsubmit/toolActivity2_insert.sql
Changed LibraryActivityDTO's title to activityTitle to make it easy for Flash to sort the activities.

Genericising the relationship between folders and workspaces - now one folder can be in many workspaces. Problem with the code though - when run from junit the relationship is set up okay, but when run in JBOSS the lams_workspace_workspace_folder records are not created.

  1. … 33 more files in changeset.
Add name duplicated handle and i18n.

  1. … 1 more file in changeset.
Implementing gate and grouping screens for export portfolio.

Attempting to do a build with everyone's checked in code, so that Shaun will build okay.

added commons-codec-1.3 entry

*** empty log message ***

    • binary
    ./lib/jakarta-commons/commons-codec-1.3.jar