lams_contentrepository

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merge lams2_3 into head

  1. … 123 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

    • -0
    • +4
    ./web/WEB-INF/applicationContext.xml
  1. … 116 more files in changeset.
Updated .classpath

Removed references to lams jar files in lams_build/lib

  1. … 22 more files in changeset.
Added variable JBOSS_HOME

  1. … 9 more files in changeset.
LDEV-1628: Updating version number to 2.1

  1. … 42 more files in changeset.
LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. The previous code looked at the path, but we need the filename!

LDEV-1382: The content repository needs the user details from the session to function properly, so it was throwing an exception on import. The previous code looked at the path, but we need the filename!

  1. … 1 more file in changeset.
LDEV-1374: To ensure file names are not munged by zip utilities or operating systems using different encodings, we want to use filenames that use only the simplest of characters in zip archives. Added a new method getZipCompatiblePath() which converts a normal path to a numeric filename with the appropriate extension.

  1. … 1 more file in changeset.
LDEV-1382: If the content repository is called from a webservice, the HttpSession won't exist, so it was throwing a null pointer error. Now it throws a meaningful error.

LDEV-1374: Encode the filenames of files coming from the content repository.

LDEV-1214: Overwrite any existing files in the content repository - previously we threw an error.

Should use the libraries that are in lams_build.

Should use the libraries that are in lams_build.

Splitting LAMS language files into two sets - LAMS and RAMS

    • -0
    • +13
    ./conf/language/lams/ApplicationResources.properties
    • -0
    • +13
    ./conf/language/rams/ApplicationResources.properties
  1. … 433 more files in changeset.
Added DOCTYPE

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.