Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Update latest library.

Add catalina jar for LoginFormAuthenticator compile.

    • binary
    ./catalina/catalina.jar
  1. … 1 more file in changeset.
Add concurrent package.

    • binary
    ./concurrent/concurrent-1.3.4.jar
  1. … 1 more file in changeset.
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.