Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Stopped the authoring using the DTOs as a way of converting the data coming from Flash. Using the DTOs caused the WDDX null values (e.g. -1111111) to be written to the database.

  1. … 14 more files in changeset.
Improved the special NULL handling code for WDDX processing. Learning design DTOs now use the convertToBlah utilities in WDDXProcessor. Also covers changes made by Mai recently.

Changed authoring storeLearningDesignDetails and storeTheme to use standalone servlets. The struts actions can't take the WDDX packet from Flash as a POST body. Also updated DOLLY to 4.0.2 so updated all the core project jars.

  1. … 2 more files in changeset.
Added getMaxId() function to make it easier for test code to work out a next id.

  1. … 1 more file in changeset.
No longer rollback on checked exceptions - causes problems if the calling handles the exception and tries to continue the transaction.

Delete web stuff. Move usermangement.web.* to admin project.

Upgraded to Spring 1.2.4

    • binary
    ./cglib/cglib-nodep-2.1_2.jar
    • binary
    ./ehcache/ehcache-1.1.jar
    • binary
    ./lams/lams-central.jar
    • binary
    ./spring/spring-aop.jar
    • -0
    • +587
    ./spring/spring-beans.dtd
    • binary
    ./spring/spring-beans.jar
    • binary
    ./spring/spring-context.jar
    • binary
    ./spring/spring-core.jar
    • binary
    ./spring/spring-dao.jar
    • binary
    ./spring/spring-hibernate.jar
    • binary
    ./spring/spring-jdbc.jar
  1. … 17 more files in changeset.
Move logon/index pages and *.web to lams_central package

Converted to use JNDI datasource.

Switched style and elements collections to not lazy load - makes creating the DTO easier.

Added initial Theme support

Updated the FCKeditor Java package from version 2.2 to 2.3

    • binary
    ./fckeditor/FCKeditor-2.3.jar
Completed generic tool file download servlet.

Started client download servlet. Trying out in forum - there is some issue with accessing the servlet. Checked in as this code has been released to Dolly.

  1. … 25 more files in changeset.
Update from 1.2.2 to 1.2.3

    • binary
    ./xdoclet/maven-xdoclet-plugin-1.2.2.jar
    • binary
    ./xdoclet/maven-xdoclet-plugin-1.2.3.jar
    • binary
    ./xdoclet/xdoclet-1.2.3.jar
    • binary
    ./xdoclet/xdoclet-apache-module-1.2.2.jar
    • binary
    ./xdoclet/xdoclet-apache-module-1.2.3.jar
    • binary
    ./xdoclet/xdoclet-bea-module-1.2.2.jar
    • binary
    ./xdoclet/xdoclet-bea-module-1.2.3.jar
    • binary
    ./xdoclet/xdoclet-borland-module-1.2.2.jar
    • binary
    ./xdoclet/xdoclet-borland-module-1.2.3.jar
    • binary
    ./xdoclet/xdoclet-caucho-module-1.2.2.jar
    • binary
    ./xdoclet/xdoclet-caucho-module-1.2.3.jar
    • binary
    ./xdoclet/xdoclet-de-locale-1.2.2.jar
    • binary
    ./xdoclet/xdoclet-de-locale-1.2.3.jar
    • binary
    ./xdoclet/xdoclet-ejb-module-1.2.2.jar
  1. … 63 more files in changeset.
source for struts-1.2.7

    • binary
    ./struts/src/struts-1.2.7-src.zip
Upgraded to Struts 1.2.7

    • binary
    ./struts/src/jakarta-struts-1.2.4-src.zip
  1. … 1 more file in changeset.
Upgraded to Struts 1.2.7

Upgraded to Struts 1.2.7

    • binary
    ./jakarta-commons/commons-beanutils.jar
    • binary
    ./jakarta-commons/commons-digester.jar
    • binary
    ./jakarta-commons/commons-fileupload-1.0.jar
    • binary
    ./jakarta-commons/commons-fileupload.jar
    • binary
    ./jakarta-commons/commons-validator.jar
Added a customised LookupDispatchAction to match the actions created by Dave Garth. Uses the LAMS TokenProcessor

Recompiled jar as I'm not sure if it compiled properly before.

Added new class org.lamsfoundation.lams.contentrepository.client. The class handles a simple connection to the content repository, and allows a file to be stored and retrieved. Designed to be used by tools when their only use of the content repository is to store files for online and offline instructions.

Used the old naming convention of underscore

Hopefully the problems with the moved Tool Exceptions are now fixed.

SetProperties wasn't working for file nodes - had forgotten to update the validate test, so was expected a file to be included even when just the properties had changed. Altered validation to check inputStream and check on disk for a file.

  1. … 4 more files in changeset.
Add a setProperties to the Repository interface, allowing users to store custom properties

Added remove session data call to ToolSessionManager, changed remove content call in ToolContentManager to include a parameter to control session data deletion.

Added general tool exceptions to all the methods in ToolSessionManager and ToolContentManager, so that the LamsCoreToolService can look out for known exceptions (being thrown by the tools). Otherwise it can't catch "this session doesn't exist" type errors.

Moved all the tool exceptions to one package.

Moved exception to common so that we didn't have a double reference from authoring to workspace and workspace to authoring

*** empty log message ***

*** empty log message ***