changed so created grails eclipse project files pick up right jar
2 lines of code changed in:
added token to .classpath
1 lines of code changed in:
to resolve failing test, will ask jason what the purpose of this test is
1 lines of code changed in:
reverted exec change to include -lib lib
4 lines of code changed in:
added additional method that was breaking build
3 lines of code changed in:
GRAILS-301: upgrade target
50 lines of code changed in:
corrections following upgrade to jars
9 lines of code changed in:
removed resolve from cruise build
1 lines of code changed in:
removed resolve from cruise build
1 lines of code changed in:
corrected groovy tests referencing java tests problem which was breaking the build
2 lines of code changed in:
New jars after Ivy brought in to clear things up.
0 lines of code changed in:
fixed revision number
1 lines of code changed in:
Fixes for custom validator problems, unsynced map access in GrailsClassUtils, and static constraints actually working now. Refactored a fair amount of reflection/introspection related code in AbstractGrails class due to issues with Java not supporting static properties or public fields without getters as properties (which Groovy does). GRAILS-311 GRAILS-310 GRAILS-333
633 lines of code changed in:
14 lines of code changed in:
GRAILS-336: ivy support
106 lines of code changed in:
fixed issue with each tag
21 lines of code changed in:
removed @Property refs
2 lines of code changed in:
gsp version of error page
46 lines of code changed in:
fix for GRAILS-308, servlet 2.5 support
15 lines of code changed in:
added servlet 2.5 stuff part of fix for GRAIL-308
1380 lines of code changed in:
fix for GRAILS-266
0 lines of code changed in:
added ability to specify fetch strategy in dynamic finders
29 lines of code changed in:
corrected test case
1 lines of code changed in:
fix for GRAILS-268 where unit tests are not using a single hibernate session
16 lines of code changed in:
fix for GRAIL-167. status using eachWithIndex on various grails tags
129 lines of code changed in:
fix for GRAILS-320 to allow projection constraint
31 lines of code changed in:
GRAILS-264 - correct notEquals constraint
2 lines of code changed in:
fixed find by example GRAILS-267
1 lines of code changed in:
Changed default logging to WARN and ditched all but grails logging. GRAILS-327
2 lines of code changed in:
Warning now logged for non-static constraints properties. Minor code fixes in MockApplicationContext GRAILS-325, GRAILS-322, GRAILS-323
568 lines of code changed in:
attempted correction of windows issue with paths
5 lines of code changed in:
GRAILS-316: correct windows path seperator problem.. grrr.
3 lines of code changed in:
newline character in test case causing test to fail on windows
1 lines of code changed in:
Implemented property GORM compile time injection greatly simplifying GORM. Fixes GRAILS-139
168 lines of code changed in:
Implemented property GORM compile time injection greatly simplifying GORM. Fixes GRAILS-139
440 lines of code changed in:
removed afterPropertySet.xml and changed to just use resources.xml
39 lines of code changed in:
GRAILS-315: build works out of the box again.
3 lines of code changed in:
a Grails TextMate project file
50 lines of code changed in:
GRAILS-253: You can now register beans that reference Grails runtime beans in a applicationContext-afterConfSet.xml
963 lines of code changed in:
GRAILS-255: fixed problem using short name in queries
7 lines of code changed in:
removed equals/hashCode(). GRAILS-313
1 lines of code changed in:
added global application.js library and spinner.gif
22 lines of code changed in:
added taglib template
3 lines of code changed in:
added support for groovy unit testing to grails code base. GRAILS-293
34 lines of code changed in:
Changed so that expr attributes can be within a ${} and added new tests
96 lines of code changed in:
added target
1 lines of code changed in:
modified start of ant to includ -lib lib argument
5 lines of code changed in:
refactored slightly, adding feedback to standard out
25 lines of code changed in:
corrected position of welcome-list
10 lines of code changed in:
corrects error code. Resolving GRAILS-303
4 lines of code changed in:
patch to correct content length problem in GSP response writer. fixes GRAILS-303,GRAILS-223 and GRAILS-240
5 lines of code changed in:
implemented new dynamic methods for dealing with bidirectional relationships. Required refactor of all dynamic method classes to support method patterns on instance methods. Fixes GRAILS-172
649 lines of code changed in:
GRAILS-290 and GRAILS-179 along with un-WTFing ClassUtils which is now part of GrailsClassUtils
559 lines of code changed in:
put exit into finally block to avoid the process continuing when an exception occurs fixing GRAILS-276
19 lines of code changed in:
added index.gsp to welcome file list fixing GRAILS-203
4 lines of code changed in:
added index.gsp to welcome file list fixing GRAILS-203
5 lines of code changed in:
added META-INF to created folders. fixes GRAILS-226
1 lines of code changed in:
changed from closure to method fixing GRAILS-297
1 lines of code changed in:
added ability to specificy offset in findAll fixing GRAILS-287
102 lines of code changed in:
another instance where the charset was required on the mock request
1 lines of code changed in:
grails test-app now uses correct environment. Issue GRAILS-300
23 lines of code changed in:
stops the war target including the zip and tar/gz files. Patch from peter fixes GRAILS-298
1 lines of code changed in:
added continue if type is an Any to avoid unsupported exceptions. fixes GRAILS-286
2 lines of code changed in:
added character encoding to tests that execute the redirect method
2 lines of code changed in:
change from daiji that allows nesting of tag library method calls. Also added his unit test contributions. Issues GRAILS-271 and GRAILS-280
102 lines of code changed in:
accidently added dodgy character whilst committing causing build to fail :-(
1 lines of code changed in:
committed patch from ford to resolve problems with encoding when performing redirects. issue GRAILS-296
13 lines of code changed in:
added ability to execute DML batch updates using executeUpdate resolving GRAILS-294
152 lines of code changed in:
changed to use application data source as a fallback for improved backward compatability
3 lines of code changed in:
restored clean dependancy for war target
1 lines of code changed in:
corrected usage of -Dgrails.env for specifying environment
23 lines of code changed in:
Added ability to use new data sources with war target like grails prod war
38 lines of code changed in:
added finally block that sets the system property back to null after use so as not to break other tests
1 lines of code changed in:
added finally block that sets the system property back to null after use so as not to break other tests
3 lines of code changed in:
fixed use of primitive types in dynamic finders thus correcting GRAILS-281
25 lines of code changed in:
tests for data source code
47 lines of code changed in:
Changed to use toLowerCase(Locale.ENGLISH) thus correcting GRAILS-282
7 lines of code changed in:
corrected to return null if no data source is found and no environment specified
3 lines of code changed in:
added check for whether the response is committed fixing GRAILS-198
6 lines of code changed in:
Implemented support for environments like production, development etc. fixing GRAILS-156
92 lines of code changed in:
Added support for distinct to projections, added new methods for inList and notEqual which are a little clearer IMO. Add stub code from resultTransformer for when we upgrade to hibernate 3.2
104 lines of code changed in:
Patch from Jason to correct min constraint
384 lines of code changed in:
Patch from jason to correct min constraint
1279 lines of code changed in:
added a new <g:submitButton> tag
7 lines of code changed in:
added System.exit(0) to exit main method on completion
1 lines of code changed in: