lams_contentrepository

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -3
    • +0
    ./.settings/org.eclipse.core.resources.prefs
    • -0
    • +4
    ./conf/jar/META-INF/MANIFEST.MF
  1. … 1177 more files in changeset.
LDEV-2839: Change output folder of plain Java compilation so it is the same as in other projects.

LDEV-2839: In Content Repository project: Copy MANIFEST to conf/war directory so it is the same as in other projects. Remove xdoclet-build.xml file as it has multiple hardcoded library references and seems like just a old resource for testing, impossible to run with current configuration. Allow JSP precompilation.

    • -0
    • +4
    ./conf/war/META-INF/MANIFEST.MF
LDEV-2823: Add forgotten changes in Content Repository: driver check, usage of proper connection string when using embedded MySQL.

LDEV-2475 Meging changes with head

  1. … 7 more files in changeset.
LDEV-2475 Temp dir issue

- Only files with "lams" prefix deleted on startup

- Instead of temp dir being a startup constant, it is a fetched via a method in FileUtil that:

- Creates the directory if writable and exists

- Returns the specified temp if its writeable

- Otherwise returns the java temp

  1. … 7 more files in changeset.
LDEV-2374: Added a parameter to override repository security constraints. Now the Tool Content Handler name can be passed and a ticket will be taken from there, instead of the current tool.

Changed the way Pixlr Tool provides output for Data Flow.

  1. … 7 more files in changeset.
Merge lams2_3 into head

  1. … 160 more files in changeset.
Merge lams2_3_jboss5 changes into lams2_3

  1. … 97 more files in changeset.
LDEV-2071: Added initial version of LAMS 2.3 on JBoss 5.1.

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

  1. … 116 more files in changeset.
file applicationContext.xml was initially added on branch lams2_3_spring_jboss_tune.

    • -0
    • +0
    ./web/WEB-INF/applicationContext.xml
  1. … 3 more files in changeset.
LDEV-2174:

Changed Spring contexts to use ContextSingletonBeanFactoryLocator.

Added Ant task to slim JBoss.

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

Merging 2.0.1 changes from the HEAD

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

  1. … 11 more files in changeset.
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. … 54 more files in changeset.
Updated version number to RC1

  1. … 40 more files in changeset.