lams_contentrepository

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated copyright statement - only support GPL v 2.0

    • -1
    • +90
    ./web/WEB-INF/struts/.struts-config.mex
    • -1
    • +1
    ./web/WEB-INF/struts/struts-config.xml
  1. … 35 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 65 more files in changeset.
Implemented a new method to store a package (or directory) of files.

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

Moved the language/message/resource file to the conf area. Will now be deployed to the lams-dictonary.jar to make I8N easier.

    • -0
    • +13
    ./conf/language/applicationResources.properties
  1. … 47 more files in changeset.
Changed paths to suit the new locations of BaseDAO and IBaseDAO. See lams_common project for description of BaseDAO and IBaseDAO changes.

Added cvs id - preparing for porting to postgreSQL

  1. … 8 more files in changeset.
Contents moved to lams_common project

    • -2
    • +0
    ./db/sql/create_content_repository_tables.sql
Updated Ant Buildfiles for Projects - retrieve OS-dependent j2ee.lib property.

  1. … 9 more files in changeset.
Change ant name.

  1. … 1 more file in changeset.
Converted to Servlet 2.4, JSTL 1.1. Also switched the web.xml, struts config file to be generated with xdoclet.

    • -0
    • +3
    ./conf/xdoclet/global-forwards.xml
    • -0
    • +6
    ./conf/xdoclet/listeners.xml
    • -0
    • +14
    ./conf/xdoclet/servlet-mappings.xml
    • -0
    • +36
    ./conf/xdoclet/servlets.xml
    • -0
    • +1
    ./conf/xdoclet/struts-message-resources.xml
    • -0
    • +50
    ./conf/xdoclet/taglibs.xml
    • -0
    • +7
    ./conf/xdoclet/web-settings.xml
  1. … 30 more files in changeset.
*** empty log message ***

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

  1. … 4 more files in changeset.
Clarifying naming of bean - documentation change only.

Clarifying naming of bean

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.

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