lams_contentrepository

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

Informal fix for the AccessDeniedException from the configureContentRepository for first timers. Ozgur

toString() seems to be triggering the AOP credentials check. Did a quick hack to stop it failing the check, but need to find out why and fix properly

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. … 1 more file in changeset.
driver.class=com.mysql.jdbc.Driver

Improved the javadoc comment.

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. … 3 more files in changeset.
Made lams_authoring and lams_workspace work with the ear.

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

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.

Switched build, class paths to use libraries in the build area.

    • binary
    ./lib/hibernate/hibernate-tools.jar
    • binary
    ./lib/jakarta-commons/commons-lang-2.0.jar
    • binary
    ./lib/jakarta-commons/commons-logging.jar
  1. … 52 more files in changeset.
Fixed bug with date - had Java coded to use java.sql.Date and it should be java.sql.Timestamp. This will cause the time component to be lost.

Restructured code to specify application context files by name in the web.xml.

  1. … 110 more files 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)

    • binary
    ./design/model.xml.zip
  1. … 108 more files in changeset.