Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added three new fields to complete the activity on the client - was missing some of the tool details.

  1. … 1 more file in changeset.
Added archive a lesson feature

  1. … 6 more files in changeset.
Setup dummy learning functionality so that learner interface can be used in the Alpha version. Supports joining a lesson.

  1. … 18 more files in changeset.
Regigged the dummy monitoring screen. Made the layout more compact, moved the learner functionality to the learner screens.

Fixed a transaction bug with startLesson - the method was not named consistently in the applicationContext file, so the method was not part of a proper transaction. As such, the db changes done by the method were lost. This resulted in the lesson staying in the created state, never going onto the started state. Made the naming consistent and it now goes into the started state as expected.

  1. … 14 more files in changeset.
changes to the export functionalities

some changes to AbstractExportPortfolioServlet and HttpUrlConnectionUtil

made changes to export service - should not affect other lams-learning stuff

Add forum Tool service

  1. … 1 more file in changeset.
change forum tool context location

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

Added a "copy node" function to the content repository, added "copy" functionality to the toolContentHandler.

Removed run sequences from getAccessibleWorkspaceFolders() and added a new call getFolderContentsExcludeHome() which excludes the user's home directory from the returned contents.

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