allowed definition of data source in parent application context fixing GRAILS-272
26 lines of code changed in:
fixes GRAILS-247 problem auto-wiring non-transactional service classes
281 lines of code changed in:
corrections to sample app
9 lines of code changed in:
Patch from Jason to allow iteration over a proxy
38 lines of code changed in:
fixed path to tools.jar
1 lines of code changed in:
fixed escapeJavascript tag, adding ajax events to other providers and corrected remoteFields handling of parameters
60 lines of code changed in:
fixed functionality that allows <g:render template='blah' /> only
3 lines of code changed in:
updated remoteField tag so that when the value is null it does not display the string 'null'
2 lines of code changed in:
fixed problems when using GStrings with criteria queries
59 lines of code changed in:
improved hibernate criteria builder by using aliases instead of subcriteria so that OR queries work with associations
149 lines of code changed in:
corrected problem adding unnecessary params attribute causing failed test case
2 lines of code changed in:
added jaxen jar needed by dom4j for xpath
0 lines of code changed in:
patch from jason to provide a precision value on the datePicker tag and added new tags called <g:textField> and <g:hiddenField>
1065 lines of code changed in:
added create-taglib task
17 lines of code changed in:
added new <g:remoteField> tag that sends the updated value to the server when typing using Ajax
19 lines of code changed in:
removed @Property references
5 lines of code changed in:
added new <g:include> tag
21 lines of code changed in:
Implements GRAILS-261 to provide querying of associations with criteria
946 lines of code changed in:
patch from jonathan to allow editable:false on dates
5 lines of code changed in:
Patch from Peter. Fixes GRAIL-219 where subclass discriminator value was being incorrectly set to parent
8 lines of code changed in:
Fixes GRAILS-245. Silly logic error
1 lines of code changed in:
Patches applied from Jonathan to make lists more intelligent and text areas easier to display
8 lines of code changed in:
Added null check to fix GRAILS-241
7 lines of code changed in:
Fixes problem with GString handle from report GRAILS-243
42 lines of code changed in:
made unidrectional back reference optional so entities can be saved without having to add them to the parent collection. Fixes GRAILS-205
1 lines of code changed in:
Fixes GRAILS-200 where problems with the refactored runtime config meant injection of service classes was broken. Added a unit test to prevent this happening in the future
87 lines of code changed in:
Correction for GRAILS-192 <g:def> tag now takes value instead of expr attribute
3 lines of code changed in:
Correction for GRAILS-192 <g:set> tag now takes value instead of expr attribute
3 lines of code changed in:
Fixes GRAILS-238 by only registering dialect detector if dialect is not explicitly specified
7 lines of code changed in:
Added null check to fix GRAILS-232
4 lines of code changed in:
Added null check to fix GRAILS-236
5 lines of code changed in:
changed to do generate-all in one batch instead of two calls
25 lines of code changed in:
added system exit at the end of main call to avoid hanging problem in grails generate-all
1 lines of code changed in: