• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

  1. … 282 more files in changeset.
Updated address of FSF in copyright statement

  1. … 576 more files in changeset.
Implemented putting the user id in the version record for files in the content repository. (LDEV-180) Replaces changes previously checked in.

The content repository gets the user from the shared session object (the userDTO). This allowed the content repository changes to be made without any changes to other parts of LAMS (hence the parts changed previously had to be changed back).

  1. … 18 more files in changeset.
Started to record user id against entries in content repository - not yet completed.

  1. … 15 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 70 more files in changeset.
Implemented a new method to store a package (or directory) of files. Also fixed errors in other testcases.

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

  1. … 17 more files in changeset.
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. … 3 more files in changeset.
Upgraded Hibernate to 3.0

  1. … 110 more files in changeset.
Converted to use JNDI datasource and the transaction manager from lams.jar

  1. … 8 more files in changeset.
Fixed up the documentation for the new class

  1. … 179 more files in changeset.
Added new class org.lamsfoundation.lams.contentrepository.client.ToolContentHandler

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.

  1. … 1 more file in changeset.
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.
Added a call to set a custom property, and cleaned up some unnecessary classes - I had moved the service related classes to the service package earlier but the old classes haven't been removed.

  1. … 16 more files in changeset.
Changed testcases to use resource files stored in the test java package, rather than relying them to be on the filesystem. Anyone should now be able to run the test, rather than needed to set their PC up manually.

    • -0
    • +61
    ./org/lamsfoundation/lams/contentrepository/data/CRResources.java
  1. … 1 more file in changeset.
Moved code around so that the main repository class was named a service class and exists in the service directory (as per LAMS programming standards)

  1. … 113 more files in changeset.
Rejigged a few things to make junit work locally, now that main code uses JNDI database. Included moving the test context to the src area so that is in jar and available for junit testing in other projects.

Changed name of createCredential to createCredentials. More consistent with other methods. Fixed a transaction bug - this method was defined as createCredentials in the Spring xml file.

  1. … 6 more files in changeset.
Moved the test context to the src area so that is in jar and available for junit testing in other projects.

  1. … 2 more files in changeset.
Changed to Mysql 4.1, and to 3.1.7 connector.

Moved the table definitions to lams_common.

Added a unit test option to build file.

  1. … 7 more files in changeset.
Added GPL / copyright statement

  1. … 71 more files in changeset.
Got the collections caching with JBOSS cache.

Got unit tests working with ehcache.

Build file now generates hbm.xml from java files using xdoclet.

  1. … 21 more files in changeset.
Change name from com.lamsinternational to org.lamsfoundation. Changed all the entries I can find but the jar file still contains a folder reference it appears.

  1. … 408 more files in changeset.