fix for GRAILS-733
40 lines of code changed in:
fix for GRAILS-763
1 lines of code changed in:
Fix for GRAILS-1003
2 lines of code changed in:
fix for GRAILS-213 unit test
0 lines of code changed in:
fix for GRAILS-213
46 lines of code changed in:
fix for GRAILS-986
51 lines of code changed in:
fix for GRAILS-996 and test case for ValidatorConstraint
174 lines of code changed in:
fix for GRAILS-984
127 lines of code changed in:
fix for GRAILS-209. Support for hibernate component objects with static embedded = ['address']
358 lines of code changed in:
GRAILS-909: Added test for job reloading.
86 lines of code changed in:
GRAILS-909: Updated plugin so it particaptes in onChange event for reloading of jobs.
82 lines of code changed in:
fix for GRAILS-827
4 lines of code changed in:
added a comment
1 lines of code changed in:
comment out command object test for now
2 lines of code changed in:
Implemented support for using a Map structure in GORM mapping. Fix for GRAILS-251
141 lines of code changed in:
fill in more command object support
14 lines of code changed in:
Some very basic support for mapping java.util.Map. Only with string key/values at the moment
130 lines of code changed in:
Removed empty package.
0 lines of code changed in:
GRAILS-975: Updated package declaration which was different then actual location of file.
6 lines of code changed in:
GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins
1877 lines of code changed in:
GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins
0 lines of code changed in:
GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins
0 lines of code changed in:
GRAILS-971: Moved plugins from org.codehaus.groovy.grails.<pluginname>.plugins to org.codehaus.groovy.grails.plugins
27 lines of code changed in:
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:
fix for GRAILS-250, support for mapping java.util.List in GORM
270 lines of code changed in:
fix for GRAILS-940
1 lines of code changed in:
GRAILS-745, GRAILS-444: Deleted duplicate WebTest.groovy file.
0 lines of code changed in:
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:
GRAILS-957: SessionBinderJobListener added to bound Hibernate Session to Quartz job execution thread
135 lines of code changed in:
GRAILS-945: another place where Quartz scheduler should be shutted down properly
3 lines of code changed in:
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:
redefine a command object class to be any argument to a controller action that has a validate property
10 lines of code changed in:
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:
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:
GRAILS-318
added testCommandObjectArg
the feature is not complete, just starting
29 lines of code changed in:
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:
GRAILS-933: fixed db schema generation for numeric properties with min/max constraints
53 lines of code changed in:
GRAILS-947: warning message about deprecating minSize, maxSize and size constraints for numeric properties added
18 lines of code changed in:
fixed bug in parameter calculations for fallback code
1 lines of code changed in:
added null safe operator to call to doWithDynamicMethods
1 lines of code changed in:
reverted changes causing compiler error
10 lines of code changed in:
fixed problem where you have to pass an empty closure when invoking another tag that has no body
31 lines of code changed in:
fixed problem with ?controller=blah appearing in URL when redirecting
2 lines of code changed in:
fixed bug with errors view not displaying for GSP errors
46 lines of code changed in:
Implemented reverse mapping from URL mappings to links in tag libraries
449 lines of code changed in:
Stopped jobs running throughout tests. GRAILS-945
40 lines of code changed in:
Drastically reduced memory footprint of tests with some simple nulling of references in test base classes. GRAILS-944
22 lines of code changed in:
Fix for duplicate method - bad merge
0 lines of code changed in:
id attributes for all datePicker select fields. GRAILS-918
89 lines of code changed in:
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:
GRAILS-900, GRAILS-552: Added valueMessagePrefix to <g:select> tag for I18n support.
80 lines of code changed in:
GRAILS-926
add test coverage
clean up some commented out code
797 lines of code changed in:
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:
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:
test coverage for UniqueConstraint improved to 100%
45 lines of code changed in:
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:
GRAILS-912 fix: startDelay and timeout parameters in Job classes can now be Integer or Long
80 lines of code changed in:
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:
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:
probably fix for OutOfMemory error during testing from previous commit
45 lines of code changed in:
GRAILS-474: added dynamic method 'getAll' for domain classes
195 lines of code changed in:
<a href="http://jira.codehaus.org/browse/GRAILS-145">GRAILS-145</a>: "uniqueness scope" for unique constraint.
192 lines of code changed in:
GRAILS-604: removed deprecated error messages
0 lines of code changed in:
GRAILS-520 (related): removed maxstepts from link params, only tag attr is used for specifying maxstepts
2 lines of code changed in:
GRAILS-391 Removed deprecated constraints - minLength, maxLength, and length. Upgraded samples to use minSize, maxSize, and size respectively.
20 lines of code changed in: