lams.jar

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-79: Added a new DISABLED state for a lesson - when disabled the lesson shouldn't be returned to users. Changed getLessonsForUser() to not return DISABLED lessons, but left getAllLessons() getting all (including disabled) lessons. But added a comment to indicate that getAllLessons includes disabled lessons.

  1. … 1 more file in changeset.
Add DISABLE_LESSON to lesson class

*** empty log message ***

  1. … 2 more files in changeset.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions.

  1. … 3 more files in changeset.
changed so that the relationship between activities and learningLibrary is lazy loaded.

  1. … 1 more file in changeset.
LDEV-67: Run sequences were not going in the correct workspace folder. Added a default runtime sequence folder to the workspace object.

  1. … 4 more files in changeset.
Moved the hibernate properties to the applicationContext and localApplicationContext files, and removed the cache entries from the local version. This way, it won't try to load the jboss cache when doing junit tests. This was causing most of our junit tests to fail.

  1. … 3 more files in changeset.
changes to Activity, ComplexActivity and LearningDesignDTO new method getAuthoringActivityDTOSet

Made Activity.toString() more informative.

The getActivityByUUID now gets the real activity, rather than the hibernate CGLIB version, to avoid classcast errors when updating an activity in authoring.

  1. … 2 more files in changeset.
Added mc to our temporary list of tools on the classpath.

  1. … 1 more file in changeset.
Added three new fields to complete the activity on the client - was missing some of the tool details.

  1. … 1 more file in changeset.
some changes to AbstractExportPortfolioServlet and HttpUrlConnectionUtil

Add forum Tool service

  1. … 1 more file in changeset.
Added support for wrapping an existing exception in a ToolException or a ToolServiceException

Grouping Changes?

latest build

  1. … 4 more files in changeset.
Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

Added method to generate tool access code from a string - for when the mode comes in via a form.

*** empty log message ***

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
*** empty log message ***

Include authoring client that has toolContentID, no userID in authoring calls, and expects libraryActivityUIImage. Some problems with the version built last night, so did a rebuild.

  1. … 4 more files in changeset.
Implemented JBOSS Cache

updated jar file for changes made to learningDesign package (created/updated timestamps have a default value of the current datetime...instead of storing null)

Moved most of the names from WebUtils to AttributeNames so that they were all in the one place. Updated the tool service to support more than qa, imscp, nb, survey and submit - rather than just survey.

updated lams.jar to reflect changes made to LibraryActivityDTO and AuthoringActivityDTO

Added dummy monitoring page Changed db urls to not start with leading slash.

  1. … 1 more file in changeset.
The basic activity creation method wasn't setting the activity type, so the isBlah() calls were failing. Also fixed (hopefully) the LearnerProgress relationships so that we always get the true activity object, not a proxy.

More changes to suit Hibernate 3

  1. … 19 more files in changeset.
Update to latest.