cvs commit: jakarta-struts/conf/test/tomcat33 server.xml

2004-03-22 Thread martinc
martinc 2004/03/22 20:28:27 Modified:conf/test/tomcat33 server.xml Log: Change the port number for the AJP-12 connector so that it doesn't conflict with the default one in the container. (This probably isn't needed at all, but I'll leave that for someone more familiar

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfigMatcher.java

2004-03-22 Thread martinc
martinc 2004/03/22 22:27:06 Modified:src/share/org/apache/struts/config ActionConfigMatcher.java Log: Make ActionConfigMatcher$Mapping serializable. PR: 27376 Submitted by: Fabio Grassi Revision ChangesPath 1.10 +4 -4 jakarta-struts/src/share/org/apache

cvs commit: jakarta-struts/web/test/test/org/apache/struts/taglib/html TestFrameTag1.jsp TestFrameTag3.jsp

2004-03-21 Thread martinc
martinc 2004/03/21 16:45:28 Modified:web/test/test/org/apache/struts/taglib/html TestFrameTag1.jsp TestFrameTag3.jsp Log: Fix some tests that were broken when module support was added to TagUtils.computeURL(). Revision ChangesPath 1.4 +8

cvs commit: jakarta-struts/web/test/test/org/apache/struts/taglib/html TestFrameTag3.jsp TestFrameTag5.jsp TestFrameTag7.jsp TestImgTag1a.jsp TestImgTag3a.jsp TestImgTag5a.jsp TestImgTag7a.jsp TestLinkTag1.jsp TestLinkTag3.jsp TestLinkTag4.jsp TestLinkTag5.jsp TestLinkTag6.jsp TestLinkTag7.jsp TestLinkTag8.jsp

2004-03-21 Thread martinc
martinc 2004/03/21 22:06:58 Modified:web/test/test/org/apache/struts/taglib/html TestFrameTag3.jsp TestFrameTag5.jsp TestFrameTag7.jsp TestImgTag1a.jsp TestImgTag3a.jsp TestImgTag5a.jsp TestImgTag7a.jsp TestLinkTag1

cvs commit: jakarta-struts/conf/test/tomcat50 - New directory

2004-03-21 Thread martinc
martinc 2004/03/21 23:06:12 jakarta-struts/conf/test/tomcat50 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-struts/conf/test/tomcat50 server.xml

2004-03-21 Thread martinc
martinc 2004/03/21 23:16:37 Modified:.build-tests.xml build.xml Added: conf/test/tomcat50 server.xml Log: Add initial support for Cactus tests running against Tomcat 5.0. The tests themselves run just fine, but for some reason Tomcat doesn't stop once the tests

cvs commit: jakarta-struts STATUS.txt

2004-03-16 Thread martinc
martinc 2004/03/16 09:53:02 Modified:.STATUS.txt Log: Correct the Servlet version for Struts 2.0. Revision ChangesPath 1.4 +2 -2 jakarta-struts/STATUS.txt Index: STATUS.txt

cvs commit: jakarta-struts/xdocs/faqs helping.xml kickstart.xml

2004-02-29 Thread martinc
martinc 2004/02/29 14:55:46 Modified:.build.xml project.xml conf/share MANIFEST.MF contrib project.xml contrib/artimus/WEB-INF build.xml contrib/scaffold/conf/framework manifest contrib/scaffold/conf

cvs commit: jakarta-struts build.xml

2004-02-26 Thread martinc
martinc 2004/02/26 22:26:42 Modified:.build.xml Log: Update build version to 1.2.1-dev. Revision ChangesPath 1.129 +1 -1 jakarta-struts/build.xml Index: build.xml === RCS file

cvs commit: jakarta-struts/contrib/struts-el build.xml

2004-02-26 Thread martinc
martinc 2004/02/26 22:32:22 Modified:contrib/struts-el build.xml Log: Document the jstl.tld.dir property, required to build Struts-EL. Revision ChangesPath 1.21 +3 -0 jakarta-struts/contrib/struts-el/build.xml Index: build.xml

cvs commit: jakarta-struts build.xml

2004-02-22 Thread martinc
martinc 2004/02/22 02:03:51 Modified:.build.xml Log: Update build version for 1.2.0 build. Revision ChangesPath 1.128 +1 -1 jakarta-struts/build.xml Index: build.xml === RCS file

cvs commit: jakarta-struts/doc/stylesheets struts.xsl

2004-02-22 Thread martinc
martinc 2004/02/22 12:06:01 Modified:doc/stylesheets struts.xsl Log: Update copyright year in page footers. Revision ChangesPath 1.19 +2 -2 jakarta-struts/doc/stylesheets/struts.xsl Index: struts.xsl

cvs commit: jakarta-struts/src/share/org/apache/struts/config/impl ModuleConfigImpl.java

2004-02-16 Thread martinc
martinc 2004/02/16 21:51:48 Modified:conf/share struts-config_1_1.dtd src/share/org/apache/struts/config ConfigRuleSet.java ModuleConfig.java src/share/org/apache/struts/config/impl ModuleConfigImpl.java Log

cvs commit: jakarta-struts/contrib/struts-faces build.xml

2004-01-25 Thread martinc
martinc 2004/01/24 23:57:36 Modified:contrib/struts-faces build.xml Log: Correct the default location for Commons Logging. Revision ChangesPath 1.9 +1 -1 jakarta-struts/contrib/struts-faces/build.xml Index: build.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/upload CommonsMultipartRequestHandler.java

2004-01-24 Thread martinc
martinc 2004/01/24 15:39:18 Modified:src/share/org/apache/struts/upload CommonsMultipartRequestHandler.java Log: Don't cast max size to an int, since the method wants a long anyway. PR: 26305 Submitted by: Charles Chen Revision ChangesPath

cvs commit: jakarta-struts/contrib/struts-jericho README.txt

2003-12-18 Thread martinc
martinc 2003/12/18 10:14:36 Modified:contrib/struts-jericho README.txt Log: Add Cornerstone (from Jetspeed 2) to the list of frameworks to consider. Revision ChangesPath 1.7 +1 -1 jakarta-struts/contrib/struts-jericho/README.txt Index: README.txt

cvs commit: jakarta-struts/doc/proposals release-plan_1_2_0.xml

2003-12-16 Thread martinc
martinc 2003/12/16 09:13:57 Modified:doc/proposals release-plan_1_2_0.xml Log: I can help. Revision ChangesPath 1.7 +2 -2 jakarta-struts/doc/proposals/release-plan_1_2_0.xml Index: release-plan_1_2_0.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html SelectTag.java

2003-11-28 Thread martinc
martinc 2003/11/27 23:25:55 Modified:src/share/org/apache/struts/taglib/html SelectTag.java Log: Clear out the saved body content after use, so that it's not used again inadvertently when the tag handler instance is reused. PR: 24573 Submitted by: hurle at gmx.de

cvs commit: jakarta-struts/src/share/org/apache/struts/util MessageResources.java

2003-11-27 Thread martinc
martinc 2003/11/27 14:14:51 Modified:src/share/org/apache/struts/util MessageResources.java Log: Make sure getMessage(String) goes through the local implementation, rather than bypassing it and therefore skipping the default locale handling. PR: 22252 Submitted by: msc

cvs commit: jakarta-struts/doc/userGuide release-notes.xml

2003-11-27 Thread martinc
martinc 2003/11/27 15:01:22 Modified:.README build-all-clean.bat.sample contrib/struts-chain README.txt contrib/struts-faces README.txt doc/userGuide release-notes.xml Log: Document that Ant 1.5.2 or above is required to build

cvs commit: jakarta-struts build-webapps.xml

2003-11-27 Thread martinc
martinc 2003/11/27 17:29:50 Modified:.build-webapps.xml Log: Remove style tasks for news and resources, since those no longer exist here. (This was causing the build to break when directories were pruned.) Revision ChangesPath 1.24 +0 -18 jakarta

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic MessagesPresentTag.java

2003-11-27 Thread martinc
martinc 2003/11/27 17:55:40 Modified:src/share/org/apache/struts/taglib/logic MessagesPresentTag.java Log: Use a local variable for the messages key name, instead of stomping on the tag attribute value, so that the tag is happy in a reuse scenario. PR

cvs commit: jakarta-struts/src/share/org/apache/struts/upload BufferedMultipartInputStream.java ContentLengthExceededException.java DiskFile.java DiskMultipartRequestHandler.java MaxLengthExceededException.java MultipartBoundaryInputStream.java MultipartElement.java MultipartIterator.java MultipartValueStream.java

2003-11-25 Thread martinc
martinc 2003/11/25 21:57:06 Modified:src/share/org/apache/struts/upload BufferedMultipartInputStream.java ContentLengthExceededException.java DiskFile.java DiskMultipartRequestHandler.java

cvs commit: jakarta-struts/doc volunteers.xml

2003-10-14 Thread martinc
martinc 2003/10/14 22:15:11 Modified:doc volunteers.xml Log: Update my bio to reflect change of employer, amongst other things. Revision ChangesPath 1.38 +50 -10jakarta-struts/doc/volunteers.xml Index: volunteers.xml

cvs commit: jakarta-struts/doc/proposals todo-1.1.xml

2003-10-14 Thread martinc
martinc 2003/10/14 22:25:40 Modified:doc/proposals todo-1.1.xml Log: Remove myself as interested in ActionForm generation, since there are better solutions to that now. Revision ChangesPath 1.7 +0 -1 jakarta-struts/doc/proposals/todo-1.1.xml Index: todo

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2003-07-15 Thread martinc
martinc 2003/07/15 21:57:44 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_1_BRANCH RequestUtils.java Log: Detab file. Revision ChangesPath No revision No revision 1.105.2.1 +55 -55

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2003-07-15 Thread martinc
martinc 2003/07/15 22:10:38 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Make retrieveMessageResources() module-aware by adding the module prefix to the bundle name when retrieving from application context. PR: 11932 Submitted by: Alex Kwan Revision

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2003-07-15 Thread martinc
martinc 2003/07/15 22:11:11 Modified:src/share/org/apache/struts/util Tag: STRUTS_1_1_BRANCH RequestUtils.java Log: Make retrieveMessageResources() module-aware by adding the module prefix to the bundle name when retrieving from application context. PR

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2003-07-13 Thread martinc
martinc 2003/07/13 21:21:06 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Detab file. Revision ChangesPath 1.109 +55 -55 jakarta-struts/src/share/org/apache/struts/util/RequestUtils.java Index: RequestUtils.java

cvs commit: jakarta-struts build.xml

2003-07-09 Thread martinc
martinc 2003/07/09 21:25:05 Modified:.build.xml Log: Update current build version to 1.2-dev. Reorganise the prerequisite properties documentation into required and optional sections, and alphabetised; this was getting too big to grok. Revision ChangesPath

cvs commit: jakarta-struts/doc/userGuide release-notes-1.1.xml

2003-06-29 Thread martinc
martinc 2003/06/28 23:46:07 Added: doc/userGuide release-notes-1.1.xml Log: Release notes for the 1.1 release. Revision ChangesPath 1.1 jakarta-struts/doc/userGuide/release-notes-1.1.xml Index: release-notes-1.1.xml

cvs commit: jakarta-struts/doc/userGuide release-notes-1.1.xml

2003-06-29 Thread martinc
martinc 2003/06/29 21:29:24 Modified:doc/userGuide release-notes-1.1.xml Log: Last minute changes to 1.1 release notes. Revision ChangesPath 1.2 +3 -3 jakarta-struts/doc/userGuide/release-notes-1.1.xml Index: release-notes-1.1.xml

cvs commit: jakarta-struts build.xml

2003-06-28 Thread martinc
martinc 2003/06/28 22:25:32 Modified:.build.xml Log: Update build version for 1.1 Final release. Revision ChangesPath 1.111 +1 -1 jakarta-struts/build.xml Index: build.xml === RCS

cvs commit: jakarta-struts build.properties.sample

2003-06-28 Thread martinc
martinc 2003/06/28 22:27:58 Modified:.build.properties.sample Log: Update version numbers for 1.1 Final release. Although the latest versions of all of our dependencies may not strictly be needed to actually build Struts, it seems like asking for trouble to list older

cvs commit: jakarta-struts/doc project.xml

2003-06-28 Thread martinc
martinc 2003/06/28 22:32:20 Modified:doc project.xml Log: Label 1.1 as the Stable Release, and 1.0.2 as the Previous Release. Update links for 1.1 release plan and release notes. Revision ChangesPath 1.37 +4 -4 jakarta-struts/doc/project.xml Index

cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-06-28 Thread martinc
martinc 2003/06/28 22:36:42 Modified:doc/userGuide installation.xml Log: Update dependency versions and correct a typo. Revision ChangesPath 1.29 +7 -7 jakarta-struts/doc/userGuide/installation.xml Index: installation.xml

cvs commit: jakarta-struts/doc/userGuide index.xml

2003-06-28 Thread martinc
martinc 2003/06/28 22:58:56 Modified:doc/userGuide index.xml Log: Add a link for the 1.1 release notes (and one for the 1.1-rc2 release notes, for completeness). Revision ChangesPath 1.34 +2 -0 jakarta-struts/doc/userGuide/index.xml Index: index.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java

2003-06-17 Thread martinc
martinc 2003/06/17 20:58:03 Modified:src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java Log: Only register each public ID once, and register it with the correct entity URL. Reported by Craig McClanahan. Revision ChangesPath 1.11

cvs commit: jakarta-struts/web/exercise-taglib bean-cookie.jsp

2003-06-08 Thread martinc
martinc 2003/06/08 18:50:15 Modified:web/exercise-taglib bean-cookie.jsp Log: Remove the row corresponding to the name of the cookie. It causes problems on Tomcat 3.3.1 because of some kind of reflection issue, and isn't really necessary to prove that the bean:cookie tag works

cvs commit: jakarta-struts/web/exercise-taglib logic-compare-numeric.jsp index.jsp logic-compare.jsp

2003-06-08 Thread martinc
martinc 2003/06/08 18:51:48 Modified:web/exercise-taglib index.jsp logic-compare.jsp Added: web/exercise-taglib logic-compare-numeric.jsp Log: Split the logic comparison tests into two pages, since the one gigantic page causes problems with Tomcat 3.3.1. The boolean

cvs commit: jakarta-struts/web/tiles-documentation/tutorial/common/menu menuSrc.jsp

2003-06-08 Thread martinc
martinc 2003/06/08 18:54:46 Modified:web/tiles-documentation/tutorial/common/menu menuSrc.jsp Log: Fix the path for the menuViewSrc.jsp page. This fixes a servlet exception thrown when attempting to render extendedDefinitionTag.jsp. Revision ChangesPath 1.2 +1 -1

cvs commit: jakarta-struts/src/test/org/apache/struts/taglib/logic TestIterateTag.java

2003-03-06 Thread martinc
martinc 2003/03/06 08:07:13 Modified:src/share/org/apache/struts/taglib/nested NestedPropertyTag.java NestedRootTag.java src/test/org/apache/struts/taglib/logic TestIterateTag.java Log: Replace EVAL_BODY_AGAIN with EVAL_BODY_TAG so

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html MessagesTag.java

2003-03-03 Thread martinc
martinc 2003/03/03 20:43:44 Modified:src/share/org/apache/struts/taglib/html MessagesTag.java Log: Reset the 'processed' flag at the beginning of each usage of the tag. Use a local copy of the 'name' attribute to avoid modifying the attribute value itself. PR: 17613

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic IterateTag.java

2003-03-03 Thread martinc
martinc 2003/03/03 20:46:03 Modified:src/share/org/apache/struts/taglib/logic IterateTag.java Log: Set 'iterator' to null in doEndTag() so that we release the iterator reference as early as possible. We cannot do the same for 'collection' since it is a tag attribute, and needs

cvs commit: jakarta-struts/doc/faqs apps.xml

2003-03-03 Thread martinc
martinc 2003/03/03 21:36:42 Modified:doc/faqs apps.xml Log: Fix links to sections of the user guide. PR: 17573 Submitted by: Dan Walker Revision ChangesPath 1.2 +7 -7 jakarta-struts/doc/faqs/apps.xml Index: apps.xml

cvs commit: jakarta-struts/doc/userGuide installation.xml

2003-02-27 Thread martinc
martinc 2003/02/27 22:42:21 Modified:.build-all-clean.bat.sample build-tests.xml build-webapp.xml build.properties.sample build.xml contrib/struts-el build-webapp.xml build.xml doc/userGuide installation.xml Log: Remove

cvs commit: jakarta-struts/doc/news index.xml

2003-02-23 Thread martinc
martinc 2003/02/23 01:08:42 Modified:doc/news index.xml Log: Adjust the release date to be in line with reality. Revision ChangesPath 1.20 +1 -1 jakarta-struts/doc/news/index.xml Index: index.xml

cvs commit: jakarta-struts/conf/test struts-config.xml

2003-02-22 Thread martinc
martinc 2003/02/22 07:19:53 Modified:conf/test struts-config.xml Log: This is a fix for the tests in Struts 1.1 RC1. Version 1.2 of this file was originally tagged for RC1, and a problem was found in testing. In the interim, many changes were checked in as version 1.3, while

cvs commit: jakarta-struts/conf/test struts-config.xml

2003-02-22 Thread martinc
martinc 2003/02/22 07:27:29 Modified:conf/test struts-config.xml Log: This checkin results in exactly the same content as version 1.4 of this file. It's just reverting the temporary change needed to get the fix for the tests into the 1.1 RC1 release. Revision Changes

cvs commit: jakarta-struts/doc/userGuide index.xml

2003-02-19 Thread martinc
martinc 2003/02/19 22:30:44 Modified:doc status.xml doc/news index.xml status.xml doc/userGuide index.xml Log: Updates to announce Struts 1.1 Release Candidate 1. IMPORTANT: Please do not update the web site with this or later content until

cvs commit: jakarta-struts build.xml

2003-02-18 Thread martinc
martinc 2003/02/18 22:01:45 Modified:.build.xml Log: Update for Struts 1.1 Release Candidate 1 build. Revision ChangesPath 1.99 +1 -1 jakarta-struts/build.xml Index: build.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html MessagesTag.java

2003-02-15 Thread martinc
martinc 2003/02/15 21:29:46 Modified:src/share/org/apache/struts/taglib/html MessagesTag.java Log: If RequestUtils.message() returns null, don't call pageContext.setAttribute (since that is illegal), but call pageContext.removeAttribute instead. PR: 17016 Submitted by: Nick

cvs commit: jakarta-struts/doc/proposals release-plan-1.1rc1.xml

2003-02-15 Thread martinc
martinc 2003/02/15 21:35:54 Added: doc/proposals release-plan-1.1rc1.xml Log: Release plan for Struts 1.1 Release Candidate 1. Revision ChangesPath 1.1 jakarta-struts/doc/proposals/release-plan-1.1rc1.xml Index: release-plan-1.1rc1.xml

cvs commit: jakarta-struts build.xml

2003-02-10 Thread martinc
martinc 2003/02/10 21:54:51 Modified:.build.xml Log: Update for PMD 1.02. Also allow rule sets and report file to be specified using custom build properties. Revision ChangesPath 1.98 +4 -2 jakarta-struts/build.xml Index: build.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2003-02-06 Thread martinc
martinc 2003/02/06 21:25:24 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Do not remove the action mapping from the request for multipart requests. This means that the action mapping will always be available under the Globals.MAPPING_KEY request attribute

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionServlet.java

2003-02-06 Thread martinc
martinc 2003/02/06 21:42:46 Modified:src/share/org/apache/struts/action ActionServlet.java Log: Add BigDecimal and BigInteger to the set of types for which default converters are registered on startup. PR: 16829 Submitted by: Brian Alexander Lee Revision Changes

cvs commit: jakarta-struts/src/share/org/apache/struts/upload CommonsMultipartRequestHandler.java

2003-02-06 Thread martinc
martinc 2003/02/06 23:00:49 Modified:conf/share struts-config_1_1.dtd src/share/org/apache/struts/config ControllerConfig.java src/share/org/apache/struts/upload CommonsMultipartRequestHandler.java Log: Allow configuration

cvs commit: jakarta-struts/src/share/org/apache/struts/util StrutsValidatorUtil.java

2003-01-24 Thread martinc
martinc 2003/01/24 21:52:36 Modified:src/share/org/apache/struts/tiles ComponentDefinition.java TilesServlet.java src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java src/share/org/apache/struts/util

cvs commit: jakarta-struts/conf/share validator-rules.xml

2003-01-19 Thread martinc
martinc 2003/01/19 21:12:32 Modified:conf/share validator-rules.xml Log: Allow '8' as a valid decimal and hexadecimal digit... ;-) Add support for integer input in octal format. Revision ChangesPath 1.22 +5 -2 jakarta-struts/conf/share/validator-rules.xml

cvs commit: jakarta-struts/web/blank/WEB-INF/src build.xml

2003-01-14 Thread martinc
martinc 2003/01/14 21:07:56 Modified:web/blank/WEB-INF/src build.xml Log: Fix default values for servlet and JDBC properties. PR: 16072 Submitted by: Nayan Hajratwala Revision ChangesPath 1.2 +2 -2 jakarta-struts/web/blank/WEB-INF/src/build.xml

cvs commit: jakarta-struts/contrib/struts-el build.xml

2003-01-06 Thread martinc
martinc 2003/01/06 21:42:56 Modified:.build.xml contrib/scaffold build.xml contrib/struts-el build.xml Log: Dynamically specify the end year for JavaDoc copyright notices, so that we don't have to update the build script each year. Many

cvs commit: jakarta-struts/contrib/struts-el/doc/stylesheets proposals.xsl struts.xsl

2003-01-06 Thread martinc
martinc 2003/01/06 21:50:12 Modified:contrib/struts-el/doc/stylesheets proposals.xsl struts.xsl Log: Fix line ends. Revision ChangesPath 1.2 +318 -318 jakarta-struts/contrib/struts-el/doc/stylesheets/proposals.xsl Index: proposals.xsl

cvs commit: jakarta-struts/doc/stylesheets faqs.xsl news.xsl proposals.xsl resources.xsl struts.xsl userGuide.xsl

2003-01-06 Thread martinc
martinc 2003/01/06 21:57:37 Modified:contrib/struts-el/doc/stylesheets proposals.xsl struts.xsl userGuide.xsl doc/stylesheets faqs.xsl news.xsl proposals.xsl resources.xsl struts.xsl userGuide.xsl Log: Update end year

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionErrors.java ActionFormBeans.java ActionForwards.java ActionMappings.java ActionMessages.java ExceptionHandler.java ForwardingActionForward.java RedirectingActionForward.java RequestActionMapping.java SessionActionMapping.java

2003-01-06 Thread martinc
martinc 2003/01/06 22:32:26 Modified:src/share/org/apache/struts/action ActionErrors.java ActionFormBeans.java ActionForwards.java ActionMappings.java ActionMessages.java ExceptionHandler.java

cvs commit: jakarta-struts/doc/resources powered.xml

2003-01-04 Thread martinc
martinc 2003/01/04 14:15:10 Modified:.build.xml doc/resources powered.xml Log: Add Benefit Systems to the Powered By page. PR: 15753 Submitted by: James Turner Revision ChangesPath 1.89 +25 -0 jakarta-struts/build.xml Index

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic MessagesPresentTag.java

2003-01-04 Thread martinc
martinc 2003/01/04 16:40:04 Modified:src/share/org/apache/struts/config ConfigHelperInterface.java src/share/org/apache/struts/taglib/bean MessageTag.java src/share/org/apache/struts/taglib/html FormTag.java src/share

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/actions NoOpAction.java ReloadDefinitionsAction.java ViewDefinitionsAction.java

2003-01-04 Thread martinc
martinc 2003/01/04 17:24:48 Modified:src/share/org/apache/struts/tiles ActionComponentServlet.java ActionController.java ComponentDefinitionsFactory.java DefinitionAttribute.java

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html BaseHandlerTag.java

2003-01-04 Thread martinc
martinc 2003/01/04 17:40:44 Modified:src/share/org/apache/struts/taglib/html BaseHandlerTag.java Log: Ack! Fix one more (newly added!) unused import. Revision ChangesPath 1.22 +4 -5 jakarta-struts/src/share/org/apache/struts/taglib/html/BaseHandlerTag.java

cvs commit: jakarta-struts build.properties.sample build.xml

2003-01-04 Thread martinc
martinc 2003/01/04 18:48:22 Modified:.build.properties.sample build.xml Log: Add new tasks for running Checkstyle and PMD, if available. If the tools are not available, the tasks do nothing. Revision ChangesPath 1.24 +12 -1 jakarta-struts

cvs commit: jakarta-struts build.xml

2002-12-30 Thread martinc
martinc 2002/12/30 00:48:13 Modified:.build.xml Log: Update version for 1.1-b3 release. Revision ChangesPath 1.87 +1 -1 jakarta-struts/build.xml Index: build.xml === RCS file

cvs commit: jakarta-struts build.xml

2002-12-30 Thread martinc
martinc 2002/12/30 00:52:50 Modified:.build.xml Log: Reset version for ongoing development. Revision ChangesPath 1.88 +1 -1 jakarta-struts/build.xml Index: build.xml === RCS file

cvs commit: jakarta-struts/doc/userGuide release-notes-1.1-b3.xml index.xml

2002-12-30 Thread martinc
martinc 2002/12/30 19:12:11 Modified:doc acquiring.xml project.xml status.xml doc/news index.xml status.xml doc/userGuide index.xml Added: doc/userGuide release-notes-1.1-b3.xml Log: Last minute doc updates for 1.1-b3 release. Revision

cvs commit: jakarta-struts KEYS

2002-12-30 Thread martinc
martinc 2002/12/30 19:44:34 Added: .KEYS Log: File containing PGP keys for signing the release. Revision ChangesPath 1.1 jakarta-struts/KEYS Index: KEYS === This file

cvs commit: jakarta-struts build-webapps.xml

2002-12-30 Thread martinc
martinc 2002/12/30 23:29:16 Modified:.build-webapps.xml Log: Since we have links to the news and FAQs in the documentation app, and on the web site, it would be a really good idea to actually build these and include them in the documentation app, and thus have them

cvs commit: jakarta-struts/doc/proposals release-plan-1.1b3.xml

2002-12-23 Thread martinc
martinc 2002/12/23 14:26:34 Modified:doc/proposals release-plan-1.1b3.xml Log: Update proposed freeze / tag date and open bug list. Revision ChangesPath 1.3 +11 -24jakarta-struts/doc/proposals/release-plan-1.1b3.xml Index: release-plan-1.1b3.xml

cvs commit: jakarta-struts/doc/userGuide installation.xml release-notes.xml

2002-12-21 Thread martinc
martinc 2002/12/21 17:25:33 Modified:.build-tests.xml build-webapp.xml build.xml contrib/struts-el build-tests.xml build-webapp.xml doc/userGuide installation.xml release-notes.xml Log: Remove dependence on Commons Services from the build

cvs commit: jakarta-struts/contrib/struts-el build.properties.sample

2002-12-21 Thread martinc
martinc 2002/12/21 22:13:08 Modified:.build.properties.sample conf/share MANIFEST.MF contrib/struts-el build.properties.sample Log: Missed some references to commons-services in previous commit to remove it as a dependency. Revision

cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigRuleSet.java

2002-12-20 Thread martinc
martinc 2002/12/20 20:42:20 Modified:src/share/org/apache/struts/config ConfigRuleSet.java Log: Update to avoid the use of deprecated Digester methods. Some deprecated methods are still used, but their replacements are not yet available in a released version of Digester. We

cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread martinc
martinc 2002/12/17 18:35:03 Modified:doc/userGuide installation.xml Log: A couple of corrections: - Commons Services isn't yet released. - Commons Validator release is 1.0.1. Revision ChangesPath 1.18 +4 -2 jakarta-struts/doc/userGuide/installation.xml

cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-17 Thread martinc
martinc 2002/12/17 18:41:48 Modified:doc/userGuide installation.xml Log: Whoops! A couple more: - Commons Logging release is 1.0.2. - Commons Pool release is 1.0.1. Revision ChangesPath 1.19 +2 -2 jakarta-struts/doc/userGuide/installation.xml Index

cvs commit: jakarta-struts/doc/proposals release-plan-1.1b3.xml

2002-12-16 Thread martinc
martinc 2002/12/16 21:46:14 Modified:doc/proposals release-plan-1.1b3.xml Log: Update proposed freeze / tag date and open bug list. Revision ChangesPath 1.2 +6 -6 jakarta-struts/doc/proposals/release-plan-1.1b3.xml Index: release-plan-1.1b3.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java

2002-12-10 Thread martinc
martinc 2002/12/10 22:30:22 Modified:src/share/org/apache/struts/tiles/xmlDefinition XmlParser.java Log: Allow the Digester to use the context class loader when parsing Tiles definitions. PR: 15035 Submitted by: Everett Toews (Thanks

cvs commit: jakarta-struts/web/upload display.jsp upload.jsp

2002-12-09 Thread martinc
martinc 2002/12/09 22:03:21 Modified:src/share/org/apache/struts/util RequestUtils.java src/upload/org/apache/struts/webapp/upload UploadAction.java UploadForm.java web/upload display.jsp upload.jsp Log: Pick up query string

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles UseAttributeTag.java

2002-12-05 Thread martinc
martinc 2002/12/05 23:58:40 Modified:src/share/org/apache/struts/taglib/tiles UseAttributeTag.java Log: Fix a problem with tag handler instance reuse - do not modify attribute values from within the tag handler. PR: 14366 Submitted by: Anand

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/definition ComponentDefinitionsFactoryWrapper.java ReloadableDefinitionsFactory.java

2002-11-20 Thread martinc
martinc 2002/11/20 19:42:21 Modified:src/share/org/apache/struts/taglib/template PutTag.java src/share/org/apache/struts/tiles ActionComponentServlet.java ComponentDefinition.java DefaultTilesUtilImpl.java

cvs commit: jakarta-struts/src/share/org/apache/struts/util AppException.java

2002-11-08 Thread martinc
martinc 2002/11/08 11:38:12 Modified:src/share/org/apache/struts/util AppException.java Log: Fix line ends. (They were Mac style.) Revision ChangesPath 1.5 +160 -1 jakarta-struts/src/share/org/apache/struts/util/AppException.java Index: AppException.java

cvs commit: jakarta-struts/src/share/org/apache/struts/validator DynaValidatorForm.java ValidatorForm.java

2002-11-08 Thread martinc
martinc 2002/11/08 11:46:35 Modified:src/share/org/apache/struts/validator DynaValidatorForm.java ValidatorForm.java Log: Fix line ends. (They were Mac style.) Revision ChangesPath 1.7 +227 -1 jakarta-struts/src/share/org/apache/struts

cvs commit: jakarta-struts/doc/userGuide struts-html.xml

2002-10-27 Thread martinc
martinc 2002/10/27 11:19:59 Modified:doc/userGuide struts-html.xml Log: Remove accesskey attribute from select tag. PR: 13337 Submitted by: David M. Karr Revision ChangesPath 1.31 +0 -10 jakarta-struts/doc/userGuide/struts-html.xml Index: struts

cvs commit: jakarta-struts/doc/userGuide struts-logic.xml

2002-10-13 Thread martinc
martinc 2002/10/12 12:19:18 Modified:src/share/org/apache/struts/taglib/logic EmptyTag.java doc/userGuide struts-logic.xml Log: Add support for Map to logic:empty and logic:notEmpty tags. PR: 13569 Submitted by: Robert Rasmussen - thanks for the patch

cvs commit: jakarta-struts/conf/share tiles-config_1_1.dtd validation_1_1.dtd validator-rules_1_1.dtd

2002-10-10 Thread martinc
martinc 2002/10/10 20:11:41 Modified:conf/share tiles-config_1_1.dtd validation_1_1.dtd validator-rules_1_1.dtd Log: Remove the XML prolog from Tiles and Validator DTDs. DTDs are not supposed to have this, and some XML processors will complain

cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-10-08 Thread martinc
martinc 2002/10/08 22:09:36 Modified:src/exercise-taglib/org/apache/struts/webapp/exercise ApplicationResources.properties TestBean.java src/share/org/apache/struts/taglib/html OptionTag.java web/exercise-taglib html-select.jsp

cvs commit: jakarta-struts/doc/resources books.xml guis.xml powered.xml

2002-10-08 Thread martinc
martinc 2002/10/08 23:25:29 Modified:doc/resources books.xml guis.xml powered.xml Log: Various updates to external resources. PR: 12323, 12729, 13086, 13268 Submitted by: Thierry Tremblay, Azrul Azwar, James Turner, Matt Raible Revision ChangesPath 1.7 +1

cvs commit: jakarta-struts/src/share/org/apache/struts/util RequestUtils.java

2002-10-07 Thread martinc
martinc 2002/10/07 23:16:42 Modified:src/share/org/apache/struts/util RequestUtils.java Log: Remove obsolete unused code. PR: 13281 Submitted by: Nicola Guidotto Revision ChangesPath 1.54 +4 -5 jakarta-struts/src/share/org/apache/struts/util

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FrameTag.java

2002-10-07 Thread martinc
martinc 2002/10/07 23:22:41 Modified:src/share/org/apache/struts/taglib/html FrameTag.java Log: Output the correct text for the 'longdesc' attribute. PR: 12988 Submitted by: John Yu Revision ChangesPath 1.4 +5 -5 jakarta-struts/src/share/org/apache

cvs commit: jakarta-struts/src/share/org/apache/struts/action ExceptionHandler.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:36:37 Modified:src/share/org/apache/struts/action ExceptionHandler.java Log: Fix line ends. Revision ChangesPath 1.7 +162 -162 jakarta-struts/src/share/org/apache/struts/action/ExceptionHandler.java Index: ExceptionHandler.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:46:52 Modified:src/share/org/apache/struts/action Action.java ActionErrors.java ActionMappings.java ActionServlet.java ActionServletWrapper.java ExceptionHandler.java RequestProcessor.java

cvs commit: jakarta-struts/src/share/org/apache/struts/actions DispatchAction.java ForwardAction.java IncludeAction.java LookupDispatchAction.java SwitchAction.java

2002-09-21 Thread martinc
martinc 2002/09/21 22:58:46 Modified:src/share/org/apache/struts/actions DispatchAction.java ForwardAction.java IncludeAction.java LookupDispatchAction.java SwitchAction.java Log: More cleanup identified by IDEA. Revision

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ConfigHelper.java ConfigHelperInterface.java

2002-09-21 Thread martinc
martinc 2002/09/21 23:13:57 Modified:src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ConfigHelper.java ConfigHelperInterface.java Log: More cleanup identified by IDEA. Revision ChangesPath 1.8

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles GetAttributeTag.java

2002-09-18 Thread martinc
martinc 2002/09/18 11:24:18 Modified:src/share/org/apache/struts/taglib/tiles GetAttributeTag.java Log: Don't call release() at the end of doEndTag(), so that attribute values are retained for tag handler reuse. This fixes a bug which caused a second

cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-09-10 Thread martinc
martinc 2002/09/10 12:06:28 Modified:doc/userGuide installation.xml Log: Update build requirements to specify Ant version 1.5, since we need that version to handle multiple Class-Path attributes in the manifest file. Revision ChangesPath 1.7 +1 -1 jakarta

  1   2   >