lams_contentrepository

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated DOCTYPE.

Leaving out the dtd causes rendering problems.

  1. … 20 more files in changeset.
Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

  1. … 71 more files in changeset.
Updated version number to RC1

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

  1. … 1378 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. … 6 more files in changeset.
In firefox, file name with space must be enclosed by double quote, otherwise, the file name will be truncated from first space.

Started to record user id against entries in content repository - not yet completed.

  1. … 12 more files in changeset.
Update to fix problem with context paths.

package export success.

Add package saveToFile support.

Add saveFile() method on repository service and ToolContentHandler.

Add saveFile() method on repository service and ToolContentHandler.

Renaming applicationResources.properties to ApplicationResources.properties

    • -0
    • +13
    ./conf/language/ApplicationResources.properties
  1. … 29 more files in changeset.
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.