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

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 1 more file in changeset.
Added dummy monitoring page

Changed db urls to not start with leading slash.

Sets the first activity column

  1. … 1 more file in changeset.
added new entry ContentRepositoryPath , updated jboss paths

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

Rearranged order of tool deployment

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

    • binary
    ./lib/lams/lams-contentrepository.jar
  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.

    • binary
    ./lib/lams/lams-contentrepository.jar
Update to latest.

Add secuirty role

Upgraded Hibernate to 3.0

    • binary
    ./lib/hibernate/hibernate-tools.jar
    • binary
    ./lib/hibernate/hibernate3.jar
    • binary
    ./lib/hibernate/src/hibernate-src.zip
    • binary
    ./lib/lams/lams-contentrepository.jar
Fix role-query SQL

Update latest library.

Copy new configuration files.

    • -0
    • +457
    ./conf/unix/jboss/jboss-service.xml
    • -0
    • +4
    ./conf/unix/jboss/tomcat/context.xml
    • -0
    • +127
    ./conf/unix/jboss/tomcat/server.xml
    • -0
    • +457
    ./conf/windows/jboss/jboss-service.xml
    • -0
    • +4
    ./conf/windows/jboss/tomcat/context.xml
    • -0
    • +127
    ./conf/windows/jboss/tomcat/server.xml
Add catalina jar for LoginFormAuthenticator compile.

    • binary
    ./lib/catalina/catalina.jar
Add concurrent package.

Add concurrent package.

    • binary
    ./lib/concurrent/concurrent-1.3.4.jar
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.

Added initial attempt at a master test task

Added content repository location to shared properties.

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.

    • binary
    ./lib/lams/lams-contentrepository.jar
  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.

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 3 more files in changeset.
Delete web stuff. Move usermangement.web.* to admin project.

Upgraded to Spring 1.2.4

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