Grails Developers: jrudolph

Login name:
jrudolph
Total Commits:
48 (0.6%)
Lines of Code:
1681 (0.6%)
Most Recent Commit:
2007-03-11 17:53

Activity by Clock Time

Activity by Hour of Day for jrudolph

Activity by Day of Week for jrudolph

Most Recent Commits

jrudolph 2007-03-11 17:53

GRAILS-391 Removed deprecated constraints - minLength, maxLength, and length. Upgraded samples to use minSize, maxSize, and size respectively.

20 lines of code changed in:

jrudolph 2007-03-04 18:00

GRAILS-605 - Applied patch from Drew Varner

122 lines of code changed in:

jrudolph 2007-03-03 23:11

GRAILS-732 - Added logic to support size constraints for byte[] properties

1 lines of code changed in:

jrudolph 2007-02-17 22:31

GRAILS-797 - Increased JVM max memory from 256 MB to 512 MB to overcome out-of-memory error

1 lines of code changed in:

jrudolph 2007-01-09 03:14

GRAILS-391 - Added logic to set a column's length, precision, and/or scale based on the constraints defined for the corresponding property

380 lines of code changed in:

jrudolph 2006-12-18 02:45

GRAILS-391 - Fixed to use "new Float(0)" instead of "Float.valueOf(0)" to be compatible with JDK 1.4.

2 lines of code changed in:

jrudolph 2006-12-18 02:30

GRAILS-391 - Implemented the scale constraint.

271 lines of code changed in:

jrudolph 2006-12-17 13:42

GRAILS-391 - Modified ConstrainedProperty accessors for minSize, maxSize, minLength, and maxLength should return an Integer (or null if the constraint is not defined) instead of an int. Updated affected test cases and scaffolding code.

225 lines of code changed in:

jrudolph 2006-12-17 00:59

GRAILS-391 - Refectored ConstrainedPropertyTests#testApplyConstraint() to reduce redundancy among the various test cases.

243 lines of code changed in:

jrudolph 2006-12-11 03:44

GRAILS-391 - Fixed tests to use "new Integer(0)" instead of "Integer.valueOf(0)" to be compatible with JDK 1.4.

11 lines of code changed in:

jrudolph 2006-12-11 03:34

GRAILS-391 - Modified code to detect the use of minLength/maxLength/length constraints, emit deprecation warnings, and use the minSize/maxSize/size constraints internally instead.

144 lines of code changed in:

jrudolph 2006-11-22 03:31

GRAILS-427 - Corrected path to grails-tests

1 lines of code changed in:

  • grails/src/grails/templates/ide-support/eclipse: .classpath (+1 -1)
jrudolph 2006-11-02 02:51

GRAILS-306 - Adjusted 'url' and 'matches' constraints such that null values will yield a validation error (instead of an NPE)

52 lines of code changed in:

jrudolph 2006-11-01 02:29

GRAILS-324 Modified 'test-app' target to use 'test' data source by default (instead of 'dev' data source)

1 lines of code changed in:

jrudolph 2006-10-31 03:56

GRAILS-367 - Edited 'init' target in build.xml to copy log4j.properties to web-app/WEB-INF

2 lines of code changed in:

jrudolph 2006-10-16 18:05

GRAILS-365 - Modified exception handling to route to error.gsp instead of error.jsp

1 lines of code changed in:

jrudolph 2006-10-15 20:10

GRAILS-225 - Added logic to load association instances and set them on the target object.

40 lines of code changed in:

jrudolph 2006-10-03 02:38

GRAILS-338 - Added comment to explain that the order of the items in the welcome file list is important

8 lines of code changed in:

jrudolph 2006-10-03 02:37

GRAILS-338 - Added index.jsp as first welcome page (ahead of index.gsp)

46 lines of code changed in:

jrudolph 2006-10-02 01:07

GRAILS-338 - Added index.jsp as first welcome page (ahead of index.gsp)

110 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT