lams_contentrepository

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cache configuration no longer required, as it is now part of lams.jar and local-service.xml

Removed copyfiles as no longer needed - written up in wiki and master build as a manual task.

* Removed repositoryLocation within FileDAO in applicationContext.xml * Change FileDAO to use Configuration.get(ConfigurationKeys.CONTENT_REPOSITORY_PATH) to get the repository path

Removed the treecache to simplify getting the classpaths right. Will be replaced with shared cache.

  1. … 1 more file in changeset.
Fix static bug: shared by webapp, so download does not work when tools switch.

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

Upgraded Hibernate to 3.0

  1. … 45 more files in changeset.
Move common.js in Lams_central to /includes/javascript subfolder

  1. … 10 more files in changeset.
Made the hibernate properties a separate bean. All the session factories should now use this shared hibernate properties bean.

  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.. Also tidied up a few javadoc errors.

  1. … 168 more files in changeset.
Fixed some javadoc problems

No longer rollback on checked exceptions - causes problems if the calling handles the exception and tries to continue the transaction.

Converted to use the common properties file.

Converted to use the common properties file.

Added extra memory tags to the test task - avoid out of memory errors.

Converted to use JNDI datasource and the transaction manager from lams.jar

webroot is /web

Completed generic tool file download servlet.

  1. … 100 more files in changeset.
Completed generic tool file download servlet.

  1. … 14 more files in changeset.
Completed generic tool file download servlet.

  1. … 36 more files in changeset.
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. … 145 more files in changeset.
*** empty log message ***

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.

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. … 23 more files in changeset.
Yoichi reported problems with .classpath, so checking in my file.

Upgraded to Struts 1.2.7

    • -13
    • +48
    ./web/WEB-INF/struts/struts-bean.tld
    • -1705
    • +0
    ./web/WEB-INF/struts/struts-form.tld
    • -0
    • +270
    ./web/WEB-INF/struts/struts-html-el.tld
    • -98
    • +1219
    ./web/WEB-INF/struts/struts-html.tld
    • -4
    • +94
    ./web/WEB-INF/struts/struts-logic.tld
    • -0
    • +3171
    ./web/WEB-INF/struts/struts-nested.tld
    • -73
    • +0
    ./web/WEB-INF/struts/struts-template.tld
    • -0
    • +343
    ./web/WEB-INF/struts/struts-tiles-el.tld
    • -1986
    • +0
    ./web/WEB-INF/struts/struts.tld
    • -831
    • +100
    ./web/WEB-INF/validator-rules.xml
  1. … 26 more files in changeset.
Removed unnecessary include - not sure how it go in here in the first place!

Fixed up the documentation for the new class

  1. … 165 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.

Override Ozgur's change - do not want the logging commented out.