Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Grouping Changes?

Modified the ToolDownload to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. This is needed as we can't have duplicated bean names across projects - the beans overwrite each other when loaded in lams_learning and lams_monitoring.

  1. … 4 more files in changeset.
latest build

Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

Fixed the url processing to remove the escaping from & in wddx'd urls

Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

Staff screen now redirects automatically to dummy screen. The popup javascript code to add scrollbars,resizable as the JSP screen gets too long to fit in the window. The scrollbars,resizable should be removed when the Flash screen is implemented.

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

Fixed problem where the learner interface didn't start the first time the learner joined the lesson. This was due to the activity in the request being a proxy activity rather than a real activity. Fixed it by having some common code that puts it in the activity, and get Hibernate to load a "real" activity before putting it in the request.

*** empty log message ***

*** empty log message ***

*** 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.

Implemented JBOSS Cache

    • binary
    ./jboss/jboss-common.jar
    • binary
    ./jboss/jboss-jmx.jar
    • binary
    ./jboss/jboss-system.jar
  1. … 6 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)

Updated web.xml to include the context files for all the "current" deployed tools. Added matching tool jars to classpath. Stopped deploying the classes to WEB-INF/classes Implemented more calls on the dummy monitoring page to access the learner pages.

  1. … 14 more files in changeset.
Removed the treecache to simplify getting the classpaths right. Will be replaced with shared cache.

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

Probably no changes but all other jars changed, so just to be sure to be sure.

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

Fix static bug: shared by webapp, so download does not work when tools switch.

  1. … 1 more file in changeset.
Added dummy monitoring page Changed db urls to not start with leading slash.

Sets the first activity column

Added User Tag, to allow easy access to the userid, name, etc in the UserDTO object from a jsp

Added all the tool jars to the classpath. Need automate this in the tool deploy

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. … 15 more files in changeset.
The saveDB() call that I added previously to sort out the junit problems doesn't work in practise - it will cause an exception when the entire node is deleted.

Update to latest.

Upgraded Hibernate to 3.0

    • binary
    ./hibernate/hibernate3.jar
  1. … 5 more files in changeset.