Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2912: Remove RAMS remainings from source code

    • -13
    • +0
    ./language/rams/ApplicationResources.properties
  1. … 80 more files in changeset.
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.

Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.

  1. … 109 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -0
    • +4
    ./jar/META-INF/MANIFEST.MF
  1. … 1304 more files in changeset.
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
    ./war/META-INF/MANIFEST.MF
  1. … 3 more files in changeset.
Merge lams2_3 into head

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

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

  1. … 42 more files in changeset.
Splitting LAMS language files into two sets - LAMS and RAMS

    • -0
    • +13
    ./language/lams/ApplicationResources.properties
    • -0
    • +13
    ./language/rams/ApplicationResources.properties
  1. … 433 more files in changeset.
Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

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

  1. … 40 more files in changeset.
Started to record user id against entries in content repository - not yet completed.

  1. … 26 more files in changeset.
Renaming applicationResources.properties to ApplicationResources.properties

    • -0
    • +13
    ./language/ApplicationResources.properties
    • -13
    • +0
    ./language/applicationResources.properties
    • -1
    • +1
    ./xdoclet/struts-message-resources.xml
  1. … 29 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -1
    • +1
    ./xdoclet/struts-message-resources.xml
  1. … 79 more files in changeset.
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
    ./language/applicationResources.properties
  1. … 49 more files 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
    ./xdoclet/global-forwards.xml
    • -0
    • +6
    ./xdoclet/listeners.xml
    • -0
    • +14
    ./xdoclet/servlet-mappings.xml
    • -0
    • +36
    ./xdoclet/servlets.xml
    • -0
    • +1
    ./xdoclet/struts-message-resources.xml
    • -0
    • +50
    ./xdoclet/taglibs.xml
    • -0
    • +7
    ./xdoclet/web-settings.xml
  1. … 38 more files in changeset.
Cache configuration no longer required, as it is now part of lams.jar and local-service.xml

Upgraded Hibernate to 3.0

  1. … 54 more files in changeset.
Converted to use JNDI datasource and the transaction manager from lams.jar

  1. … 13 more files in changeset.
Corrected manifiest error - spaces where there should not have been.

Added manifest file to jar.

  1. … 2 more files in changeset.
Added GPL / copyright statement

  1. … 79 more files in changeset.
Got the collections caching with JBOSS cache. Got unit tests working with ehcache. Build file now generates hbm.xml from java files using xdoclet.

  1. … 17 more files in changeset.
Experimenting with JBOSS cache

    • -0
    • +61
    ./jboss/treecache.xml
  1. … 6 more files in changeset.
Rejigged the link from the child node to the parent to point from the child node (rather than child node version). This restricts us to a design where we always create new nodes for new versions of a parent. Also made the lookup of child nodes manual (rather than loaded automatically by hibernate). Doesn't use lazy loading - goes direct to database to find node. Not so nice. But the changes have almost doubled the throughput in my testing.

  1. … 9 more files in changeset.
Change name from com.lamsinternational to org.lamsfoundation. Changed all the entries I can find but the jar file still contains a folder reference it appears.

  1. … 404 more files in changeset.
Added transactions to Ticket. Implemented Parent/Child node relationships. Implemented saving of a packaged node.

Finished addFileItem, updateFileItem in SimpleTicket, added new_version_id column to node.

Started implementation of SimpleTicket, removed root node concept as it was giving problems for no positive help.

    • -5
    • +0
    ./middlegen/learningdesign-prefs.properties
  1. … 2 more files in changeset.
Fixed cascading issue - wasn't saving version and property collections

Tweaked collections used for relationships, started move to put extra code in hibernate objects