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.

    • -34
    • +0
    ./WEB-INF/tlds/jstl/permittedTaglibs.tld
    • -212
    • +0
    ./WEB-INF/tlds/struts/struts-bean-el.tld
    • -382
    • +0
    ./WEB-INF/tlds/struts/struts-bean.tld
    • -3302
    • +0
    ./WEB-INF/tlds/struts/struts-html-el.tld
    • -3302
    • +0
    ./WEB-INF/tlds/struts/struts-html.tld
    • -382
    • +0
    ./WEB-INF/tlds/struts/struts-logic-el.tld
    • -652
    • +0
    ./WEB-INF/tlds/struts/struts-logic.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.

    • -90
    • +0
    ./WEB-INF/struts/.struts-config.mex
    • -126
    • +0
    ./WEB-INF/struts/struts-config.xml
    • -382
    • +0
    ./WEB-INF/struts/tlds/struts-bean.tld
    • -3302
    • +0
    ./WEB-INF/struts/tlds/struts-html.tld
    • -652
    • +0
    ./WEB-INF/struts/tlds/struts-logic.tld
    • -3171
    • +0
    ./WEB-INF/struts/tlds/struts-nested.tld
    • -73
    • +0
    ./WEB-INF/struts/tlds/struts-template.tld
    • -344
    • +0
    ./WEB-INF/struts/tlds/struts-tiles.tld
    • -0
    • +563
    ./WEB-INF/tlds/jstl/c.tld
    • -0
    • +671
    ./WEB-INF/tlds/jstl/fmt.tld
    • -0
    • +207
    ./WEB-INF/tlds/jstl/fn.tld
  1. … 1299 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

    • -0
    • +4
    ./WEB-INF/applicationContext.xml
  1. … 118 more files in changeset.
Added DOCTYPE

Updated DOCTYPE.

Leaving out the dtd causes rendering problems.

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

  1. … 1386 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -1
    • +90
    ./WEB-INF/struts/.struts-config.mex
  1. … 38 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 73 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
    ./WEB-INF/jstl/tlds/c.tld
    • -0
    • +671
    ./WEB-INF/jstl/tlds/fmt.tld
    • -0
    • +207
    ./WEB-INF/jstl/tlds/fn.tld
    • -0
    • +448
    ./WEB-INF/jstl/tlds/x.tld
    • -212
    • +0
    ./WEB-INF/struts/struts-bean-el.tld
    • -382
    • +0
    ./WEB-INF/struts/struts-bean.tld
    • -104
    • +114
    ./WEB-INF/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. … 17 more files in changeset.
Upgraded to Struts 1.2.7

    • -13
    • +48
    ./WEB-INF/struts/struts-bean.tld
    • -1705
    • +0
    ./WEB-INF/struts/struts-form.tld
    • -0
    • +270
    ./WEB-INF/struts/struts-html-el.tld
    • -98
    • +1219
    ./WEB-INF/struts/struts-html.tld
    • -0
    • +3171
    ./WEB-INF/struts/struts-nested.tld
    • -73
    • +0
    ./WEB-INF/struts/struts-template.tld
    • -0
    • +343
    ./WEB-INF/struts/struts-tiles-el.tld
    • -831
    • +100
    ./WEB-INF/validator-rules.xml
  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. … 71 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.

    • -15
    • +15
    ./WEB-INF/struts/struts-config.xml
  1. … 411 more files in changeset.
Added getPackageNodes call - gets a list of all the nodes for a package, including the package node itself.

  1. … 161 more files in changeset.
Corrected code that gets all the nodes from a workspace, and ensured that when nodes are returned to a calling program, they are only returned if their workspace matches the ticket.

Got packages displaying okay in demo - using a special servlet that embeds the uuid and version in the path.

  1. … 1 more file in changeset.
Changed paths to suit D: drive

  1. … 2 more files in changeset.
Delete node implemented - there is one bug that shows up in demo web app.

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

    • -34
    • +50
    ./WEB-INF/struts/struts-config.xml
  1. … 1 more file in changeset.
Partial implementation of demo

    • -0
    • +1
    ./WEB-INF/.struts-config.mex
    • -0
    • +393
    ./WEB-INF/jstl/c-rt.tld
    • -0
    • +416
    ./WEB-INF/jstl/c.tld
    • -0
    • +403
    ./WEB-INF/jstl/fmt-rt.tld
    • -0
    • +442
    ./WEB-INF/jstl/fmt.tld
    • -0
    • +188
    ./WEB-INF/jstl/sql-rt.tld
    • -0
    • +213
    ./WEB-INF/jstl/sql.tld
    • -0
    • +256
    ./WEB-INF/jstl/x-rt.tld
    • -0
    • +273
    ./WEB-INF/jstl/x.tld
    • -0
    • +1
    ./WEB-INF/struts/.struts-config.mex
    • -0
    • +212
    ./WEB-INF/struts/struts-bean-el.tld
    • -0
    • +347
    ./WEB-INF/struts/struts-bean.tld
    • -0
    • +73
    ./WEB-INF/struts/struts-config.xml
    • -0
    • +1705
    ./WEB-INF/struts/struts-form.tld
    • -0
    • +3032
    ./WEB-INF/struts/struts-html-el.tld
  1. … 17 more files in changeset.