Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3336: Remove code for unnecessary ContentRepository WAR.

    • -212
    • +0
    ./tlds/struts/struts-bean-el.tld
    • -3302
    • +0
    ./tlds/struts/struts-html-el.tld
    • -3302
    • +0
    ./tlds/struts/struts-html.tld
    • -382
    • +0
    ./tlds/struts/struts-logic-el.tld
  1. … 256 more files in changeset.
LDEV-3332: revert spring-beans schema declaration in application context xml files. export spring meta-inf in jboss-deployment-structure.xml

It is way more elegant approach to fix an issue with spring-beans.xsd loading from internet.

  1. … 77 more files in changeset.
LDEV-3332: fix spring contexts declaration to find spring-beans-4.0.xsd locally at classpath.

Having spring module defined as a set of spring jars (as we do have in Wildfly), it is impossible for spring to resolve xsd schema mapping file 'spring.schemas' correctly. With set of jars, we have 5 instances of this file (with different content) under the same path 'META-INF/spring.schemas'. This ended up in spring not beeing able to map spring-beans-4.0.xsd URL path to local resource location. Finally, this xsd was loaded from internet - and that significantly slowed Wildfly startup.

With this fix LAMS is way (depends on internet connection) faster to start.

  1. … 76 more files in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 78 more files in changeset.
LDEV-3275: Fix TLD files so they conform to XSD. Undertow is strict about it.

  1. … 34 more files in changeset.
LDEV-3147 added missing Tag

  1. … 2 more files in changeset.
LDEV-3147 Simplify tools: get rid of instructions tab, define in monitor and offline activity options

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

    • -3302
    • +0
    ./struts/tlds/struts-html.tld
    • -3171
    • +0
    ./struts/tlds/struts-nested.tld
    • -0
    • +563
    ./tlds/jstl/c.tld
    • -0
    • +671
    ./tlds/jstl/fmt.tld
    • -0
    • +207
    ./tlds/jstl/fn.tld
  1. … 1299 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

    • -0
    • +4
    ./applicationContext.xml
  1. … 118 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 38 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
    • +563
    ./jstl/tlds/c.tld
    • -0
    • +671
    ./jstl/tlds/fmt.tld
    • -0
    • +207
    ./jstl/tlds/fn.tld
    • -0
    • +448
    ./jstl/tlds/x.tld
    • -104
    • +114
    ./struts/struts-config.xml
  1. … 30 more files in changeset.
Added a "copy node" function to the content repository, added "copy" functionality to the toolContentHandler.

  1. … 18 more files in changeset.
Upgraded to Struts 1.2.7

    • -0
    • +3171
    ./struts/struts-nested.tld
    • -0
    • +343
    ./struts/struts-tiles-el.tld
  1. … 26 more files in changeset.
Restructured code to specify application context files by name in the web.xml.

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

  1. … 78 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. … 413 more files in changeset.
Added getPackageNodes call - gets a list of all the nodes for a package, including the package node itself.

  1. … 163 more files in changeset.
Got packages displaying okay in demo - using a special servlet that embeds the uuid and version in the path.

  1. … 2 more files in changeset.
Refactored to move node calls and transactions from Ticket to Repository. Ticket now a much simpler object that can go in the session.

Basic demo working

  1. … 6 more files in changeset.
Partial implementation of demo

    • -0
    • +403
    ./jstl/fmt-rt.tld
    • -0
    • +188
    ./jstl/sql-rt.tld
    • -0
    • +1
    ./struts/.struts-config.mex
    • -0
    • +212
    ./struts/struts-bean-el.tld
    • -0
    • +347
    ./struts/struts-bean.tld
    • -0
    • +73
    ./struts/struts-config.xml
    • -0
    • +1705
    ./struts/struts-form.tld
    • -0
    • +3032
    ./struts/struts-html-el.tld
  1. … 17 more files in changeset.