March 2007 Commit Log

Number of Commits:
103
Number of Active Developers:
6
nebolsin 2007-03-30 19:37

fix for GRAILS-733

40 lines of code changed in:

nebolsin 2007-03-30 19:23

fix for GRAILS-763

1 lines of code changed in:

marcpalmer 2007-03-30 17:19

Fix for GRAILS-1003

2 lines of code changed in:

nebolsin 2007-03-30 17:08

fix for GRAILS-213 unit test

0 lines of code changed in:

nebolsin 2007-03-30 17:07

fix for GRAILS-213

46 lines of code changed in:

Graeme Rocher 2007-03-30 12:11

fix for GRAILS-986

51 lines of code changed in:

nebolsin 2007-03-29 17:49

fix for GRAILS-996 and test case for ValidatorConstraint

174 lines of code changed in:

Graeme Rocher 2007-03-29 13:21

fix for GRAILS-984

127 lines of code changed in:

Graeme Rocher 2007-03-29 09:06

fix for GRAILS-209. Support for hibernate component objects with static embedded = ['address']

358 lines of code changed in:

marceloverdijk 2007-03-26 17:58

GRAILS-909: Added test for job reloading.

86 lines of code changed in:

marceloverdijk 2007-03-26 17:57

GRAILS-909: Updated plugin so it particaptes in onChange event for reloading of jobs.

82 lines of code changed in:

Graeme Rocher 2007-03-26 14:52

fix for GRAILS-827

4 lines of code changed in:

brownj 2007-03-26 13:36

added a comment

1 lines of code changed in:

brownj 2007-03-26 13:35

comment out command object test for now

2 lines of code changed in:

Graeme Rocher 2007-03-26 13:26

Implemented support for using a Map structure in GORM mapping. Fix for GRAILS-251

141 lines of code changed in:

brownj 2007-03-26 13:19

fill in more command object support

14 lines of code changed in:

Graeme Rocher 2007-03-26 09:01

Some very basic support for mapping java.util.Map. Only with string key/values at the moment

130 lines of code changed in:

marceloverdijk 2007-03-25 12:19

Removed empty package.

0 lines of code changed in:

marceloverdijk 2007-03-24 18:33

GRAILS-975: Updated package declaration which was different then actual location of file.

6 lines of code changed in:

marceloverdijk 2007-03-24 01:17

GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins

1877 lines of code changed in:

marceloverdijk 2007-03-23 22:47

GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins

0 lines of code changed in:

marceloverdijk 2007-03-23 22:42

GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins

0 lines of code changed in:

marceloverdijk 2007-03-23 22:28

GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins

27 lines of code changed in:

marcpalmer 2007-03-23 21:31

Made WAR package in /staging so no changes to web-app, added versioning of WARs and set-version target. App metadata available in GrailsApplication. GRAILS-273 GRAILS-965 GRAILS-966 GRAILS-970 GRAILS-963 GRAILS-964 GRAILS-972

112 lines of code changed in:

Graeme Rocher 2007-03-23 01:57

fix for GRAILS-250, support for mapping java.util.List in GORM

270 lines of code changed in:

Graeme Rocher 2007-03-23 01:54

fix for GRAILS-940

1 lines of code changed in:

marceloverdijk 2007-03-22 23:06

GRAILS-745, GRAILS-444: Deleted duplicate WebTest.groovy file.

0 lines of code changed in:

marceloverdijk 2007-03-22 21:48

GRAILS-935: Added IllegalArgumentException catch block to PathMatchingResourcePatternResolver getResources(). The IllegalArgumentException is thrown by the resolver in case the locationPattern does not denote a directory. The IllegalArgumentException was already catched in evaluateOnChangeListener() but not in checkForNewResources(). Also removed stacktrace from logging as it was to verbose.

30 lines of code changed in:

nebolsin 2007-03-22 21:02

GRAILS-957: SessionBinderJobListener added to bound Hibernate Session to Quartz job execution thread

135 lines of code changed in:

nebolsin 2007-03-22 20:50

GRAILS-945: another place where Quartz scheduler should be shutted down properly

3 lines of code changed in:

nebolsin 2007-03-22 09:41

GRAILS-472,GRAILS-256: using of 'optionals' property is deprecated, all control about optionality is on nullable constraint now

84 lines of code changed in:

brownj 2007-03-22 01:56

redefine a command object class to be any argument to a controller action that has a validate property

10 lines of code changed in:

nebolsin 2007-03-21 10:58

GRAILS-956: several GrailsUtil.derecated() methods added to overcome the fact that there is no @deprecated mechanism that works with Groovy code. MaxSizeConstraint, MinSizeConstraint and SizeConstraint.java changed to use these new methods.

43 lines of code changed in:

brownj 2007-03-21 02:24

GRAILS-318

the feature is not complete, just starting. right now all that happens is an instance of the command object is created and passed to the action. the command object is not populated or validated.

20 lines of code changed in:

brownj 2007-03-21 02:20

GRAILS-318

added testCommandObjectArg

the feature is not complete, just starting

29 lines of code changed in:

brownj 2007-03-21 01:36

GRAILS-955

The test was failing because the handleRequest method in SimpleGrailsController no longer makes use of the HttpServletResponse object that is passed as an argument. The test was passing in a mock response and then inspecting the response after calling handleRequest. The test now deals with this. Note that the feature being tested is working as designed, the test was broken.

11 lines of code changed in:

nebolsin 2007-03-20 15:53

GRAILS-933: fixed db schema generation for numeric properties with min/max constraints

53 lines of code changed in:

nebolsin 2007-03-20 15:45

GRAILS-947: warning message about deprecating minSize, maxSize and size constraints for numeric properties added

18 lines of code changed in:

Graeme Rocher 2007-03-20 15:39

fixed bug in parameter calculations for fallback code

1 lines of code changed in:

Graeme Rocher 2007-03-20 15:34

added null safe operator to call to doWithDynamicMethods

1 lines of code changed in:

Graeme Rocher 2007-03-20 15:13

reverted changes causing compiler error

10 lines of code changed in:

Graeme Rocher 2007-03-20 14:59

fixed problem where you have to pass an empty closure when invoking another tag that has no body

31 lines of code changed in:

Graeme Rocher 2007-03-20 14:58

fixed problem with ?controller=blah appearing in URL when redirecting

2 lines of code changed in:

Graeme Rocher 2007-03-20 14:57

fixed bug with errors view not displaying for GSP errors

46 lines of code changed in:

Graeme Rocher 2007-03-20 14:56

Implemented reverse mapping from URL mappings to links in tag libraries

449 lines of code changed in:

marcpalmer 2007-03-20 13:23

Stopped jobs running throughout tests. GRAILS-945

40 lines of code changed in:

marcpalmer 2007-03-20 12:03

Drastically reduced memory footprint of tests with some simple nulling of references in test base classes. GRAILS-944

22 lines of code changed in:

marcpalmer 2007-03-20 11:51

Fix for duplicate method - bad merge

0 lines of code changed in:

marcpalmer 2007-03-20 09:31

id attributes for all datePicker select fields. GRAILS-918

89 lines of code changed in:

nebolsin 2007-03-16 17:26

GRAILS-214: HQL named parameters added to find, findAll and executeQuery domain class dynamic methods; test coverage for FindPersistentMethod, FindAllPersistentMethod and ExecuteQueryPersistentMethod improved to 100%

633 lines of code changed in:

marceloverdijk 2007-03-15 18:13

GRAILS-900, GRAILS-552: Added valueMessagePrefix to <g:select> tag for I18n support.

80 lines of code changed in:

brownj 2007-03-14 23:06

GRAILS-926

add test coverage

clean up some commented out code

797 lines of code changed in:

Graeme Rocher 2007-03-14 11:55

Improvements to DRYness of URL mappings, added creation of UrlMappings class to create-app. From 0.5 URL Mappings are now required for Grails to function correctly

161 lines of code changed in:

nebolsin 2007-03-14 11:13

FormTagLibTest excluded to isolated VM to prevent from OutOfMemory error. Also improved build script to not run isolated tests (FormTagLibTests,ClassReloadingTests etc) when -Dtest=MyClass is specified.

125 lines of code changed in:

nebolsin 2007-03-14 09:48

test coverage for UniqueConstraint improved to 100%

45 lines of code changed in:

Graeme Rocher 2007-03-13 17:39

added code to look-up an ExpandoMetaClass and ensure that it is one, falling back to creating one if not supplied by the registry

23 lines of code changed in:

nebolsin 2007-03-13 16:51

GRAILS-912 fix: startDelay and timeout parameters in Job classes can now be Integer or Long

80 lines of code changed in:

Graeme Rocher 2007-03-13 16:02

URL Matching is less aggressive, implemented support for dynamic setting of action name and controller name based on request params

10 lines of code changed in:

Graeme Rocher 2007-03-13 15:51

URL Matching is less aggressive, implemented support for dynamic setting of action name and controller name based on request params

170 lines of code changed in:

nebolsin 2007-03-13 10:00

probably fix for OutOfMemory error during testing from previous commit

45 lines of code changed in:

nebolsin 2007-03-13 08:08

GRAILS-474: added dynamic method 'getAll' for domain classes

195 lines of code changed in:

nebolsin 2007-03-13 06:17

<a href="http://jira.codehaus.org/browse/GRAILS-145">GRAILS-145</a>: "uniqueness scope" for unique constraint.

192 lines of code changed in:

marceloverdijk 2007-03-12 18:39

GRAILS-604: removed deprecated error messages

0 lines of code changed in:

marceloverdijk 2007-03-11 18:06

GRAILS-520 (related): removed maxstepts from link params, only tag attr is used for specifying maxstepts

2 lines of code changed in:

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: