svn commit: r154021 - in jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator: Field.java Form.java ValidatorResources.java util/ValidatorUtils.java

2005-02-16 Thread dgraham
Author: dgraham Date: Wed Feb 16 06:38:37 2005 New Revision: 154021 URL: http://svn.apache.org/viewcvs?view=revrev=154021 Log: Deprecated all FastHashMap usage and provided protected get methods that return generic Maps to be used by subclasses. Removed: jakarta/commons/proper/validator

svn commit: r154025 - jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/util/ValidatorUtils.java

2005-02-16 Thread dgraham
Author: dgraham Date: Wed Feb 16 06:50:57 2005 New Revision: 154025 URL: http://svn.apache.org/viewcvs?view=revrev=154025 Log: Add ValidatorUtils class back after Subclipse somehow deleted it. This includes a new copyMap() method to deprecate FastHashMap usage. Added: jakarta/commons/proper

cvs commit: jakarta-commons/validator project.xml

2005-01-01 Thread dgraham
dgraham 2005/01/01 13:03:41 Modified:validator project.xml Log: Use mail-archives.apache.org url. Revision ChangesPath 1.59 +2 -2 jakarta-commons/validator/project.xml Index: project.xml

cvs commit: jakarta-commons/dbutils project.xml

2005-01-01 Thread dgraham
dgraham 2005/01/01 13:03:41 Modified:dbutils project.xml Log: Use mail-archives.apache.org url. Revision ChangesPath 1.21 +2 -2 jakarta-commons/dbutils/project.xml Index: project.xml

cvs commit: jakarta-commons/validator project.xml

2004-12-31 Thread dgraham
dgraham 2004/12/31 08:31:17 Modified:validator/xdocs faq.fml community.xml validator project.xml Log: Removed references to nagoya since that machine is going away. Revision ChangesPath 1.3 +1 -1 jakarta-commons/validator/xdocs/faq.fml

cvs commit: jakarta-commons/dbutils project.xml

2004-12-31 Thread dgraham
dgraham 2004/12/31 08:31:17 Modified:dbutils project.xml Log: Removed references to nagoya since that machine is going away. Revision ChangesPath 1.20 +2 -2 jakarta-commons/dbutils/project.xml Index: project.xml

cvs commit: jakarta-commons/dbutils/xdocs examples.xml

2004-12-18 Thread dgraham
dgraham 2004/12/18 17:15:33 Modified:dbutils/xdocs examples.xml Log: Added tips for mapping strange column names to bean properties. PR: 32414 Revision ChangesPath 1.7 +20 -0 jakarta-commons/dbutils/xdocs/examples.xml Index: examples.xml

cvs commit: jakarta-commons/dbutils project.xml

2004-12-18 Thread dgraham
dgraham 2004/12/18 17:22:55 Modified:dbutils project.xml Log: Added Markus Khouri to list of contributors for bug 32414. Revision ChangesPath 1.18 +9 -0 jakarta-commons/dbutils/project.xml Index: project.xml

cvs commit: jakarta-commons/dbutils/src/test/org/apache/commons/dbutils/handlers ScalarHandlerTest.java

2004-12-18 Thread dgraham
dgraham 2004/12/18 18:38:19 Modified:dbutils/src/test/org/apache/commons/dbutils/handlers ScalarHandlerTest.java Log: Removed unnecessary casts to Object. Revision ChangesPath 1.4 +31 -41 jakarta-commons/dbutils/src/test/org/apache

cvs commit: jakarta-commons/dbutils/src/test/org/apache/commons/dbutils/wrappers SqlNullCheckedResultSetTest.java

2004-12-18 Thread dgraham
dgraham 2004/12/18 18:42:24 Modified:dbutils/src/test/org/apache/commons/dbutils/wrappers SqlNullCheckedResultSetTest.java Log: Removed unnecessary casts. Revision ChangesPath 1.5 +13 -29 jakarta-commons/dbutils/src/test/org/apache

cvs commit: jakarta-commons/dbutils project.xml

2004-12-18 Thread dgraham
dgraham 2004/12/18 18:59:49 Modified:dbutils/xdocs changes.xml dbutils/src/test/org/apache/commons/dbutils BaseTestCase.java dbutils project.xml Added: dbutils/src/test/org/apache/commons/dbutils/handlers

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils ResultSetIterator.java

2004-12-18 Thread dgraham
dgraham 2004/12/18 19:25:06 Modified:dbutils/src/java/org/apache/commons/dbutils ResultSetIterator.java Log: Removed TODOs. Revision ChangesPath 1.5 +0 -9 jakarta-commons/dbutils/src/java/org/apache/commons/dbutils

cvs commit: jakarta-commons/validator project.xml

2004-11-26 Thread dgraham
dgraham 2004/11/26 12:55:49 Modified:validator project.xml Log: Updated dependency versions to latest releases for commons-logging, commons-beanutils, commons-digester, and commons-collections. Updated version number to 1.2.0-dev and alphabetized the developer list

cvs commit: jakarta-commons/validator project.xml

2004-11-26 Thread dgraham
dgraham 2004/11/26 13:08:27 Modified:validator project.xml Log: Removed the commons-collections dependency because we only use FastHashMap which is included in the commons-beanutils 1.7.0 release. Our usage of FastHashMap has been deprecated for some time so we could remove

cvs commit: jakarta-commons/validator project.xml

2004-11-26 Thread dgraham
dgraham 2004/11/26 13:16:05 Modified:validator project.xml Log: Fixed beanutils, logging, and digester dependency urls. Revision ChangesPath 1.57 +4 -4 jakarta-commons/validator/project.xml Index: project.xml

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator GenericTypeValidator.java

2004-11-26 Thread dgraham
dgraham 2004/11/26 13:25:12 Modified:validator/src/share/org/apache/commons/validator/util ValidatorUtils.java validator/src/share/org/apache/commons/validator GenericTypeValidator.java Log: Made Log instance final

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator TestCommon.java TestNumber.java ExtensionTest.java

2004-11-26 Thread dgraham
dgraham 2004/11/26 13:35:19 Modified:validator/src/test/org/apache/commons/validator TestCommon.java TestNumber.java ExtensionTest.java Log: Removed logging from tests. They should either pass or fail without requiring us to look through log messages

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils/wrappers StringTrimmedResultSet.java

2004-10-31 Thread dgraham
dgraham 2004/10/31 12:56:12 Modified:dbutils/src/java/org/apache/commons/dbutils/wrappers StringTrimmedResultSet.java Log: Removed reference to deprecated BasicRowProcessor.instance() from javadoc. Revision ChangesPath 1.4 +1 -1

cvs commit: jakarta-commons/dbutils/src/test/org/apache/commons/dbutils MockResultSet.java MockResultSetMetaData.java

2004-10-31 Thread dgraham
dgraham 2004/10/31 19:08:12 Modified:dbutils project.xml dbutils/src/test/org/apache/commons/dbutils MockResultSet.java MockResultSetMetaData.java Log: Implemented hashCode, toString, and equals for proxies. PR: 31786 Revision Changes

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator UrlValidator.java

2004-10-31 Thread dgraham
dgraham 2004/10/31 19:28:25 Modified:validator/src/share/org/apache/commons/validator UrlValidator.java Log: Simplified PATH_PATTERN regex with \w. PR: 30686 Revision ChangesPath 1.20 +6 -7 jakarta-commons/validator/src/share/org

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-10-03 Thread dgraham
dgraham 2004/10/03 08:58:17 Modified:dbutils/src/java/org/apache/commons/dbutils QueryRunner.java dbutils/xdocs changes.xml Log: Changed QueryRunner to call getDataSource() internally instead of using instance variable directly. Revision ChangesPath

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-10-03 Thread dgraham
dgraham 2004/10/03 09:14:44 Modified:dbutils/src/java/org/apache/commons/dbutils QueryLoader.java dbutils/xdocs changes.xml Log: Made loadQueries() protected. PR: 31460 Revision ChangesPath 1.4 +10 -6 jakarta-commons/dbutils/src/java/org/apache

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-10-03 Thread dgraham
dgraham 2004/10/03 09:43:44 Modified:dbutils/src/java/org/apache/commons/dbutils QueryLoader.java dbutils/xdocs changes.xml Log: Use current class' ClassLoader in loadQueries(). PR: 31169 Revision ChangesPath 1.5 +1 -1 jakarta-commons/dbutils

cvs commit: jakarta-commons/validator project.xml

2004-10-03 Thread dgraham
dgraham 2004/10/03 20:54:46 Modified:validator/src/test/org/apache/commons/validator ValidatorTestSuite.java validator/xdocs changes.xml validator project.xml Added: validator/src/share/org/apache/commons/validator

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils DbUtils.java

2004-09-03 Thread dgraham
dgraham 2004/09/03 06:01:58 Modified:dbutils/src/java/org/apache/commons/dbutils DbUtils.java Log: Minor cleanup. Revision ChangesPath 1.5 +17 -26 jakarta-commons/dbutils/src/java/org/apache/commons/dbutils/DbUtils.java Index: DbUtils.java

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils DbUtils.java

2004-09-03 Thread dgraham
dgraham 2004/09/03 06:04:32 Modified:dbutils/src/java/org/apache/commons/dbutils DbUtils.java Log: Added a try/finally block in commitAndClose() to ensure the connection is always closed. Revision ChangesPath 1.6 +6 -3 jakarta-commons/dbutils/src/java/org

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils DbUtils.java

2004-09-03 Thread dgraham
dgraham 2004/09/03 06:07:30 Modified:dbutils/src/java/org/apache/commons/dbutils DbUtils.java Log: Added a try/finally block in closeQuietly() to ensure the connection is always closed. Revision ChangesPath 1.7 +10 -3 jakarta-commons/dbutils/src/java/org

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-09-03 Thread dgraham
dgraham 2004/09/03 06:14:07 Modified:dbutils/src/java/org/apache/commons/dbutils DbUtils.java dbutils/xdocs changes.xml Log: Added rollbackAndClose() and rollbackAndCloseQuietly() to DbUtils. Revision ChangesPath 1.8 +28 -0 jakarta-commons

cvs commit: jakarta-commons/dbutils/src/test/org/apache/commons/dbutils BeanProcessorTest.java

2004-09-01 Thread dgraham
dgraham 2004/09/01 19:44:18 Modified:dbutils/src/test/org/apache/commons/dbutils BeanProcessorTest.java Log: javadoc changes only. Revision ChangesPath 1.2 +0 -7 jakarta-commons/dbutils/src/test/org/apache/commons/dbutils

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java

2004-09-01 Thread dgraham
dgraham 2004/09/01 19:51:40 Modified:dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java Log: Fill array with PROPERTY_NOT_FOUND in mapColumnsToProperties() instead of setting it multiple times within the for loop. This gives us a small

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java

2004-09-01 Thread dgraham
dgraham 2004/09/01 20:06:29 Modified:dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java Log: Removed unneeded cols parameter to createBean(). Revision ChangesPath 1.6 +9 -17 jakarta-commons/dbutils/src/java/org/apache

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java

2004-09-01 Thread dgraham
dgraham 2004/09/01 20:19:01 Modified:dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java Log: Made newInstance() protected so subclasses can provide custom behavior. Revision ChangesPath 1.7 +5 -2 jakarta-commons/dbutils/src

cvs commit: jakarta-commons/validator/xdocs changes.xml

2004-08-24 Thread dgraham
dgraham 2004/08/24 20:42:30 Modified:validator/xdocs changes.xml Log: Added date of 1.1.2 release. Revision ChangesPath 1.4 +1 -1 jakarta-commons/validator/xdocs/changes.xml Index: changes.xml

cvs commit: jakarta-commons/validator/xdocs changes.xml

2004-08-24 Thread dgraham
dgraham 2004/08/24 21:27:03 Modified:validator/xdocs changes.xml Log: Added notes for 1.1.3 and 1.2.0. Revision ChangesPath 1.5 +35 -0 jakarta-commons/validator/xdocs/changes.xml Index: changes.xml

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-08-22 Thread dgraham
dgraham 2004/08/22 18:57:33 Modified:dbutils/xdocs changes.xml Log: Changed null handling in fillStatement() to use Types.VARCHAR instead of Types.OTHER. PR: 29212 Revision ChangesPath 1.3 +8 -0 jakarta-commons/dbutils/xdocs/changes.xml Index

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java

2004-08-22 Thread dgraham
dgraham 2004/08/22 19:07:36 Modified:dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java Log: Call ResultSet.getTimestamp() if the bean property is a java.sql.Timestamp. Oracle's getObject() implementation returns its own incompatible Timestamp

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-08-22 Thread dgraham
dgraham 2004/08/22 19:10:32 Modified:dbutils/xdocs changes.xml Log: Call ResultSet.getTimestamp() if the bean property is a java.sql.Timestamp. Oracle's getObject() implementation returns its own incompatible Timestamp class. PR: 30749 Revision ChangesPath 1.4

cvs commit: jakarta-commons/dbutils/xdocs index.xml

2004-08-22 Thread dgraham
dgraham 2004/08/22 20:16:27 Modified:dbutils/xdocs index.xml Log: Added note about DbUtils' ability to populate beans with column values. Revision ChangesPath 1.8 +6 -0 jakarta-commons/dbutils/xdocs/index.xml Index: index.xml

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-07-18 Thread dgraham
dgraham 2004/07/18 18:41:26 Modified:dbutils/src/java/org/apache/commons/dbutils QueryRunner.java dbutils/xdocs changes.xml Log: Added QueryRunner.prepareConnection(). PR: 30032 Revision ChangesPath 1.12 +35 -20 jakarta-commons/dbutils/src/java

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils QueryRunner.java

2004-07-18 Thread dgraham
dgraham 2004/07/18 18:44:42 Modified:dbutils/src/java/org/apache/commons/dbutils QueryRunner.java Log: javadoc changes only. Revision ChangesPath 1.13 +4 -8 jakarta-commons/dbutils/src/java/org/apache/commons/dbutils/QueryRunner.java Index

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils QueryRunner.java

2004-06-06 Thread dgraham
dgraham 2004/06/06 07:35:39 Modified:dbutils/src/java/org/apache/commons/dbutils QueryRunner.java Log: Added protected close() methods so subclasses can provide specialized error handling. PR: 29393 Revision ChangesPath 1.11 +38 -7 jakarta-commons/dbutils

cvs commit: jakarta-commons/dbutils/src/test/org/apache/commons/dbutils BasicRowProcessorTest.java

2004-05-31 Thread dgraham
dgraham 2004/05/31 05:54:01 Modified:dbutils/src/test/org/apache/commons/dbutils BasicRowProcessorTest.java Log: Specify US locale in SimpleDateFormat so english characters will be recognized on non-english JVMs. Revision ChangesPath 1.8

cvs commit: jakarta-commons-sandbox/mapper project.xml

2004-05-31 Thread dgraham
dgraham 2004/05/31 05:59:06 Modified:mapper project.xml Log: Fixed logo image location. Revision ChangesPath 1.6 +1 -1 jakarta-commons-sandbox/mapper/project.xml Index: project.xml

cvs commit: jakarta-commons-sandbox/mapper project.properties

2004-05-31 Thread dgraham
dgraham 2004/05/31 05:59:40 Modified:mapper project.properties Log: Remove maven logo and put date back to upper left corner. Revision ChangesPath 1.4 +2 -2 jakarta-commons-sandbox/mapper/project.properties Index: project.properties

cvs commit: jakarta-commons-sandbox/resources project.properties

2004-05-31 Thread dgraham
dgraham 2004/05/31 05:59:41 Modified:resources project.properties Log: Remove maven logo and put date back to upper left corner. Revision ChangesPath 1.6 +2 -2 jakarta-commons-sandbox/resources/project.properties Index: project.properties

cvs commit: jakarta-commons/validator/conf/share validator_1_2_0.dtd

2004-04-11 Thread dgraham
dgraham 2004/04/11 09:53:16 Modified:validator/conf/share validator_1_2_0.dtd Log: Remove arg0-3 from field ELEMENT definition. Revision ChangesPath 1.6 +2 -2 jakarta-commons/validator/conf/share/validator_1_2_0.dtd Index: validator_1_2_0.dtd

cvs commit: jakarta-commons/validator/conf/share validator_1_2_0.dtd

2004-04-11 Thread dgraham
dgraham 2004/04/11 10:16:17 Modified:validator/conf/share validator_1_2_0.dtd Log: Split form extends into its own ATTLIST element. Revision ChangesPath 1.7 +12 -13jakarta-commons/validator/conf/share/validator_1_2_0.dtd Index: validator_1_2_0.dtd

cvs commit: jakarta-commons/validator/xdocs validator_2_0_0_proposal.dtd tasks.xml

2004-04-11 Thread dgraham
dgraham 2004/04/11 21:20:36 Modified:validator/xdocs tasks.xml Added: validator/xdocs validator_2_0_0_proposal.dtd Log: Added a proposal for the Validator 2.0 DTD so we can start talking about specific changes. Revision ChangesPath 1.13 +1 -1 jakarta

cvs commit: jakarta-commons/dbutils project.xml

2004-04-10 Thread dgraham
dgraham 2004/04/10 12:39:10 Modified:dbutils project.xml Log: Use standard Jakarta logo image. Revision ChangesPath 1.15 +1 -1 jakarta-commons/dbutils/project.xml Index: project.xml

cvs commit: jakarta-commons/validator project.xml

2004-04-10 Thread dgraham
dgraham 2004/04/10 12:39:11 Modified:validator project.xml Log: Use standard Jakarta logo image. Revision ChangesPath 1.44 +2 -15 jakarta-commons/validator/project.xml Index: project.xml

cvs commit: jakarta-commons/dbutils project.xml

2004-04-10 Thread dgraham
dgraham 2004/04/10 12:49:12 Modified:dbutils project.xml Log: Removed unneeded resources section. Revision ChangesPath 1.16 +0 -9 jakarta-commons/dbutils/project.xml Index: project.xml

cvs commit: jakarta-commons-sandbox/resources/xdocs index.xml

2004-04-10 Thread dgraham
dgraham 2004/04/10 12:55:33 Modified:resources/xdocs index.xml Log: Cleaned up sections. Revision ChangesPath 1.2 +0 -5 jakarta-commons-sandbox/resources/xdocs/index.xml Index: index.xml

cvs commit: jakarta-commons-sandbox/mapper/xdocs index.xml

2004-04-10 Thread dgraham
dgraham 2004/04/10 12:55:33 Modified:mapper/xdocs index.xml Log: Cleaned up sections. Revision ChangesPath 1.6 +0 -5 jakarta-commons-sandbox/mapper/xdocs/index.xml Index: index.xml

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator ValidatorAction.java

2004-04-10 Thread dgraham
dgraham 2004/04/10 14:01:59 Modified:validator/src/share/org/apache/commons/validator ValidatorAction.java Log: Simplified IO in readJavascriptFile() which should also fix PR: 28257. Revision ChangesPath 1.22 +16 -19 jakarta-commons

cvs commit: jakarta-commons-sandbox/mapper/xdocs/images mapper-logo-white.xcf mapper-logo-white.png

2004-04-08 Thread dgraham
dgraham 2004/04/08 15:08:33 Removed: mapper/xdocs/images mapper-logo-white.xcf mapper-logo-white.png Log: Use logo.png instead of other images. Using logo.png as the name also allows us to use the logo definition from sandbox-build/project.xml

cvs commit: jakarta-commons-sandbox/resources/xdocs/images resources-logo-white.png resources-logo-white.xcf

2004-04-08 Thread dgraham
dgraham 2004/04/08 15:15:01 Removed: resources/xdocs/images resources-logo-white.png resources-logo-white.xcf Log: Use logo.png instead of other images. Using logo.png as the name also allows us to use the logo definition from sandbox-build

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator GenericValidator.java

2004-04-08 Thread dgraham
dgraham 2004/04/08 15:51:17 Modified:validator/src/share/org/apache/commons/validator GenericValidator.java Log: Removed items deprecated in 1.1.x series. Revision ChangesPath 1.30 +3 -36 jakarta-commons/validator/src/share/org/apache

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator ValidatorUtil.java

2004-04-08 Thread dgraham
dgraham 2004/04/08 15:52:02 Removed: validator/src/share/org/apache/commons/validator ValidatorUtil.java Log: Removed deprecated ValidatorUtil class. - To unsubscribe, e-mail: [EMAIL

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Arg.java ValidatorResources.java ValidatorResults.java ValidatorResult.java Validator.java

2004-04-08 Thread dgraham
dgraham 2004/04/08 16:05:39 Modified:validator/src/share/org/apache/commons/validator Arg.java ValidatorResources.java ValidatorResults.java ValidatorResult.java Validator.java Log: Removed items deprecated in 1.1.x series

cvs commit: jakarta-commons/validator/src/test/org/apache/commons/validator validator-extension.xml validator-multipletest.xml

2004-04-08 Thread dgraham
dgraham 2004/04/08 16:19:31 Modified:validator/src/test/org/apache/commons/validator validator-extension.xml validator-multipletest.xml Log: Replaced arg0 with arg. Revision ChangesPath 1.2 +3 -3 jakarta-commons/validator/src/test/org

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator digester-rules.xml

2004-04-08 Thread dgraham
dgraham 2004/04/08 16:20:52 Modified:validator/conf/share validator_1_2_0.dtd validator/src/share/org/apache/commons/validator digester-rules.xml Log: Removed deprecated arg0-3 elements. Revision ChangesPath 1.5 +1 -95

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Field.java Form.java FormSet.java

2004-04-08 Thread dgraham
dgraham 2004/04/08 16:22:03 Modified:validator/src/share/org/apache/commons/validator Field.java Form.java FormSet.java Log: Removed items deprecated in 1.1.x series. Revision ChangesPath 1.32 +5 -176 jakarta-commons/validator/src/share

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator CreditCardValidator.java ValidatorAction.java Constant.java

2004-04-08 Thread dgraham
dgraham 2004/04/08 16:29:31 Modified:validator/src/share/org/apache/commons/validator CreditCardValidator.java ValidatorAction.java Removed: validator/src/share/org/apache/commons/validator Constant.java Log: Removed items

cvs commit: jakarta-commons/validator/xdocs tasks.xml

2004-04-08 Thread dgraham
dgraham 2004/04/08 16:40:54 Modified:validator/xdocs tasks.xml Log: Removed completed tasks. Revision ChangesPath 1.12 +1 -15 jakarta-commons/validator/xdocs/tasks.xml Index: tasks.xml

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator GenericTypeValidator.java

2004-04-08 Thread dgraham
dgraham 2004/04/08 17:16:39 Modified:validator/src/share/org/apache/commons/validator GenericTypeValidator.java Log: javadoc changes only. Revision ChangesPath 1.14 +4 -6 jakarta-commons/validator/src/share/org/apache/commons/validator

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator Form.java

2004-04-04 Thread dgraham
dgraham 2004/04/04 12:38:45 Modified:validator/src/share/org/apache/commons/validator Form.java Log: Added @since javadoc tags for new methods and properties. Revision ChangesPath 1.16 +14 -8 jakarta-commons/validator/src/share/org/apache/commons/validator

cvs commit: jakarta-commons/validator/src/share/org/apache/commons/validator ValidatorResourcesInitializer.java

2004-04-04 Thread dgraham
dgraham 2004/04/04 12:40:30 Removed: validator/src/share/org/apache/commons/validator ValidatorResourcesInitializer.java Log: Removed deprecated ValidatorResourcesInitializer class

cvs commit: jakarta-commons/validator maven.xml

2004-04-03 Thread dgraham
dgraham 2004/04/03 13:19:14 Modified:validator maven.xml Log: Simplified copying validator dtd files. Revision ChangesPath 1.5 +9 -11 jakarta-commons/validator/maven.xml Index: maven.xml

cvs commit: jakarta-commons/validator maven.xml

2004-04-03 Thread dgraham
dgraham 2004/04/03 13:35:31 Modified:validator maven.xml Log: Use src/javacript directory to copy js files. Using ${javascript.home} copied them to the wrong directory for some reason. Revision ChangesPath 1.6 +1 -1 jakarta-commons/validator/maven.xml

cvs commit: jakarta-commons/validator project.xml

2004-04-03 Thread dgraham
dgraham 2004/04/03 14:00:10 Modified:validator project.xml Log: Run ValidatorTestSuite instead of all test classes individually. Revision ChangesPath 1.39 +2 -12 jakarta-commons/validator/project.xml Index: project.xml

cvs commit: jakarta-commons/validator/conf/share validator_1_1_2.dtd

2004-04-03 Thread dgraham
dgraham 2004/04/03 15:02:51 Removed: validator/conf/share validator_1_1_2.dtd Log: Removed the 1.1.2 dtd because it has no new changes since 1.1. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

cvs commit: jakarta-commons/dbutils project.xml

2004-04-02 Thread dgraham
dgraham 2004/04/02 21:05:32 Modified:dbutils project.xml Log: Removed some commented reports we don't need. Revision ChangesPath 1.12 +0 -3 jakarta-commons/dbutils/project.xml Index: project.xml

cvs commit: jakarta-commons/dbutils/xdocs changes.xml

2004-04-02 Thread dgraham
dgraham 2004/04/02 21:19:13 Added: dbutils/xdocs changes.xml Log: Added changes.xml file for the maven-changes-plugin to generate release notes with. Revision ChangesPath 1.1 jakarta-commons/dbutils/xdocs/changes.xml Index: changes.xml

cvs commit: jakarta-commons/dbutils RELEASE-NOTES.txt

2004-04-02 Thread dgraham
dgraham 2004/04/02 21:22:17 Modified:dbutils RELEASE-NOTES.txt Log: Point to the website for release notes. Revision ChangesPath 1.4 +5 -23 jakarta-commons/dbutils/RELEASE-NOTES.txt Index: RELEASE-NOTES.txt

cvs commit: jakarta-commons/validator project.xml

2004-04-02 Thread dgraham
dgraham 2004/04/02 22:10:50 Modified:validator project.xml Added: validator/xdocs/images logo.png Removed: validator/xdocs/images validator-logo-blue.png Log: Changed logo to match other commons components. Revision ChangesPath 1.1 jakarta

cvs commit: jakarta-commons/dbutils project.xml

2004-04-02 Thread dgraham
dgraham 2004/04/02 22:11:53 Modified:dbutils project.xml Added: dbutils/xdocs/images logo.png Removed: dbutils/xdocs/images dbutils-logo-blue.png Log: Changed logo to match other commons components. Revision ChangesPath 1.1 jakarta-commons

cvs commit: jakarta-commons/validator project.properties

2004-03-28 Thread dgraham
dgraham 2004/03/28 11:30:16 Modified:validator project.properties Log: Added maven.changelog.range property. Revision ChangesPath 1.7 +6 -16 jakarta-commons/validator/project.properties Index: project.properties

cvs commit: jakarta-commons/validator project.xml

2004-03-28 Thread dgraham
dgraham 2004/03/28 11:31:20 Modified:validator project.xml Log: Commented maven-tasklist-plugin report because it has no output. Revision ChangesPath 1.35 +2 -2 jakarta-commons/validator/project.xml Index: project.xml

cvs commit: jakarta-commons/validator/xdocs changes.xml tasks.xml

2004-03-28 Thread dgraham
dgraham 2004/03/28 11:32:40 Modified:validator/xdocs tasks.xml Added: validator/xdocs changes.xml Log: Moved release note info from tasks.xml to new changes.xml file used by the maven-changes-plugin. Revision ChangesPath 1.11 +0 -208jakarta-commons

cvs commit: jakarta-commons/validator RELEASE-NOTES.readme

2004-03-28 Thread dgraham
dgraham 2004/03/28 11:34:14 Modified:validator RELEASE-NOTES.readme Log: Point to changes-report.html for release notes. Revision ChangesPath 1.2 +1 -1 jakarta-commons/validator/RELEASE-NOTES.readme Index: RELEASE-NOTES.readme

cvs commit: jakarta-commons/validator/xdocs changes.xml

2004-03-28 Thread dgraham
dgraham 2004/03/28 11:48:28 Modified:validator/xdocs changes.xml Log: Added 1.1.2 release notes. Revision ChangesPath 1.2 +33 -2 jakarta-commons/validator/xdocs/changes.xml Index: changes.xml

cvs commit: jakarta-commons/validator/xdocs changes.xml

2004-03-28 Thread dgraham
dgraham 2004/03/28 14:04:43 Modified:validator/xdocs changes.xml Log: Blame me instead of Rob for a change in 1.1.1 :-). Revision ChangesPath 1.3 +1 -1 jakarta-commons/validator/xdocs/changes.xml Index: changes.xml

cvs commit: jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources MessageList.java Messages.java ResourcesFactoryFinder.java ResourcesFactory.java Resources.java ResourcesException.java Message.java ResourcesKeyException.java

2004-03-27 Thread dgraham
dgraham 2004/03/27 13:34:10 Modified:resources/src/test/org/apache/commons/resources/impl TestResourcesFactory.java ResourceBundleResourcesTestCase.java XMLResourcesTestCase.java

cvs commit: jakarta-commons-sandbox/resources project.xml

2004-03-27 Thread dgraham
dgraham 2004/03/27 13:38:38 Modified:resources project.xml Log: Added contributors section. Revision ChangesPath 1.8 +10 -1 jakarta-commons-sandbox/resources/project.xml Index: project.xml

cvs commit: jakarta-commons/dbutils project.properties

2004-03-27 Thread dgraham
dgraham 2004/03/27 14:01:03 Modified:dbutils project.properties Log: Disabled maven logo. Revision ChangesPath 1.5 +2 -2 jakarta-commons/dbutils/project.properties Index: project.properties

cvs commit: jakarta-commons-sandbox/mapper project.properties

2004-03-27 Thread dgraham
dgraham 2004/03/27 14:09:56 Modified:mapper project.properties Log: Use Commons Sandbox look and feel. Revision ChangesPath 1.2 +19 -5 jakarta-commons-sandbox/mapper/project.properties Index: project.properties

cvs commit: jakarta-commons-sandbox/resources project.properties

2004-03-27 Thread dgraham
dgraham 2004/03/27 14:18:16 Modified:resources project.properties Log: Use Commons Sandbox look and feel. Revision ChangesPath 1.3 +23 -4 jakarta-commons-sandbox/resources/project.properties Index: project.properties

cvs commit: jakarta-commons-sandbox/resources project.xml

2004-03-27 Thread dgraham
dgraham 2004/03/27 14:18:41 Modified:resources project.xml Log: Order developer list by last name. Revision ChangesPath 1.9 +25 -25jakarta-commons-sandbox/resources/project.xml Index: project.xml

cvs commit: jakarta-commons-sandbox/resources/xdocs navigation.xml

2004-03-27 Thread dgraham
dgraham 2004/03/27 15:21:04 Modified:resources/xdocs navigation.xml Log: Import Commons Sandbox navigation. Revision ChangesPath 1.5 +25 -8 jakarta-commons-sandbox/resources/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons-sandbox/mapper/xdocs navigation.xml

2004-03-27 Thread dgraham
dgraham 2004/03/27 15:23:23 Modified:mapper/xdocs navigation.xml Log: Import Commons Sandbox navigation. Revision ChangesPath 1.3 +23 -0 jakarta-commons-sandbox/mapper/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/validator project.xml

2004-03-27 Thread dgraham
dgraham 2004/03/27 15:49:42 Modified:validator project.xml Log: Extend the commons-build project.xml file so we don't have to redefine the common xml elements. Revision ChangesPath 1.34 +20 -54jakarta-commons/validator/project.xml Index: project.xml

cvs commit: jakarta-commons/validator/xdocs tasks.xml

2004-03-27 Thread dgraham
dgraham 2004/03/27 16:07:53 Modified:validator/xdocs tasks.xml Log: Removed author elements. Revision ChangesPath 1.10 +0 -2 jakarta-commons/validator/xdocs/tasks.xml Index: tasks.xml

cvs commit: jakarta-commons-sandbox/mapper/xdocs navigation.xml

2004-03-27 Thread dgraham
dgraham 2004/03/27 17:06:30 Modified:mapper/xdocs navigation.xml Log: Added link to javadocs. Revision ChangesPath 1.4 +1 -0 jakarta-commons-sandbox/mapper/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java BasicRowProcessor.java BasicColumnProcessor.java ColumnProcessor.java

2004-03-14 Thread dgraham
dgraham 2004/03/14 15:03:54 Modified:dbutils/src/test/org/apache/commons/dbutils BaseTestCase.java BasicRowProcessorTest.java TestBean.java dbutils/src/java/org/apache/commons/dbutils

cvs commit: jakarta-commons/dbutils/xdocs examples.xml

2004-03-14 Thread dgraham
dgraham 2004/03/14 15:12:34 Modified:dbutils/xdocs examples.xml Log: Updated docs for BeanProcessor. Revision ChangesPath 1.5 +6 -8 jakarta-commons/dbutils/xdocs/examples.xml Index: examples.xml

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java

2004-03-14 Thread dgraham
dgraham 2004/03/14 15:16:25 Modified:dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java Log: javadoc changes only. Revision ChangesPath 1.2 +1 -1 jakarta-commons/dbutils/src/java/org/apache/commons/dbutils

cvs commit: jakarta-commons/dbutils/xdocs todo.xml downloads.xml index.xml

2004-03-14 Thread dgraham
dgraham 2004/03/14 15:18:28 Modified:dbutils/xdocs todo.xml downloads.xml index.xml Log: Removed author tags. Revision ChangesPath 1.3 +0 -1 jakarta-commons/dbutils/xdocs/todo.xml Index: todo.xml

cvs commit: jakarta-commons/dbutils/xdocs navigation.xml

2004-03-14 Thread dgraham
dgraham 2004/03/14 15:21:02 Modified:dbutils/xdocs navigation.xml Log: Removed commented commons-collections specific elements. Revision ChangesPath 1.6 +2 -3 jakarta-commons/dbutils/xdocs/navigation.xml Index: navigation.xml

cvs commit: jakarta-commons/dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java

2004-03-14 Thread dgraham
dgraham 2004/03/14 15:30:15 Modified:dbutils/src/java/org/apache/commons/dbutils BeanProcessor.java Log: javadoc changes only. Revision ChangesPath 1.3 +6 -0 jakarta-commons/dbutils/src/java/org/apache/commons/dbutils

cvs commit: jakarta-commons-sandbox/mapper/xdocs todo.xml navigation.xml index.xml

2004-03-14 Thread dgraham
dgraham 2004/03/14 15:42:25 Modified:mapper/xdocs todo.xml navigation.xml index.xml Log: Removed author tags. Revision ChangesPath 1.2 +0 -1 jakarta-commons-sandbox/mapper/xdocs/todo.xml Index: todo.xml

  1   2   3   4   >