September 2006 Commit Log

Number of Commits:
87
Number of Active Developers:
3
Graeme Rocher 2006-09-29 23:21

changed so created grails eclipse project files pick up right jar

2 lines of code changed in:

Graeme Rocher 2006-09-29 23:21

added token to .classpath

1 lines of code changed in:

  • grails/src/grails/templates/ide-support/eclipse: .classpath (+1 -1)
Graeme Rocher 2006-09-29 17:24

to resolve failing test, will ask jason what the purpose of this test is

1 lines of code changed in:

dierk 2006-09-29 17:02

reverted exec change to include -lib lib

4 lines of code changed in:

Graeme Rocher 2006-09-29 16:58

added additional method that was breaking build

3 lines of code changed in:

Graeme Rocher 2006-09-29 16:54

GRAILS-301: upgrade target

50 lines of code changed in:

Graeme Rocher 2006-09-29 16:52

corrections following upgrade to jars

9 lines of code changed in:

Graeme Rocher 2006-09-29 16:48

removed resolve from cruise build

1 lines of code changed in:

Graeme Rocher 2006-09-29 16:36

removed resolve from cruise build

1 lines of code changed in:

Graeme Rocher 2006-09-29 15:34

corrected groovy tests referencing java tests problem which was breaking the build

2 lines of code changed in:

marcpalmer 2006-09-29 15:23

New jars after Ivy brought in to clear things up.

0 lines of code changed in:

Graeme Rocher 2006-09-29 15:17

fixed revision number

1 lines of code changed in:

marcpalmer 2006-09-29 15:05

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:

Graeme Rocher 2006-09-29 14:57

14 lines of code changed in:

Graeme Rocher 2006-09-29 14:54

GRAILS-336: ivy support

106 lines of code changed in:

Graeme Rocher 2006-09-29 14:26

fixed issue with each tag

21 lines of code changed in:

Graeme Rocher 2006-09-28 16:28

removed @Property refs

2 lines of code changed in:

Graeme Rocher 2006-09-28 15:44

gsp version of error page

46 lines of code changed in:

  • grails/src/grails/grails-app/views: error.gsp (new 46)
Graeme Rocher 2006-09-28 15:38

fix for GRAILS-308, servlet 2.5 support

15 lines of code changed in:

Graeme Rocher 2006-09-28 15:35

added servlet 2.5 stuff part of fix for GRAIL-308

1380 lines of code changed in:

Graeme Rocher 2006-09-28 15:24

fix for GRAILS-266

0 lines of code changed in:

Graeme Rocher 2006-09-28 15:23

added ability to specify fetch strategy in dynamic finders

29 lines of code changed in:

Graeme Rocher 2006-09-28 14:53

corrected test case

1 lines of code changed in:

Graeme Rocher 2006-09-28 14:33

fix for GRAILS-268 where unit tests are not using a single hibernate session

16 lines of code changed in:

Graeme Rocher 2006-09-28 14:18

fix for GRAIL-167. status using eachWithIndex on various grails tags

129 lines of code changed in:

Graeme Rocher 2006-09-28 13:34

fix for GRAILS-320 to allow projection constraint

31 lines of code changed in:

Graeme Rocher 2006-09-27 16:53

GRAILS-264 - correct notEquals constraint

2 lines of code changed in:

Graeme Rocher 2006-09-27 16:46

fixed find by example GRAILS-267

1 lines of code changed in:

marcpalmer 2006-09-27 15:23

Changed default logging to WARN and ditched all but grails logging. GRAILS-327

2 lines of code changed in:

marcpalmer 2006-09-27 15:06

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:

Graeme Rocher 2006-09-27 11:11

attempted correction of windows issue with paths

5 lines of code changed in:

Graeme Rocher 2006-09-26 16:42

GRAILS-316: correct windows path seperator problem.. grrr.

3 lines of code changed in:

Graeme Rocher 2006-09-26 16:24

newline character in test case causing test to fail on windows

1 lines of code changed in:

Graeme Rocher 2006-09-26 15:05

Implemented property GORM compile time injection greatly simplifying GORM. Fixes GRAILS-139

168 lines of code changed in:

Graeme Rocher 2006-09-26 14:29

Implemented property GORM compile time injection greatly simplifying GORM. Fixes GRAILS-139

440 lines of code changed in:

Graeme Rocher 2006-09-26 13:47

removed afterPropertySet.xml and changed to just use resources.xml

39 lines of code changed in:

Graeme Rocher 2006-09-26 10:52

GRAILS-315: build works out of the box again.

3 lines of code changed in:

Graeme Rocher 2006-09-22 23:23

a Grails TextMate project file

50 lines of code changed in:

Graeme Rocher 2006-09-22 23:17

GRAILS-253: You can now register beans that reference Grails runtime beans in a applicationContext-afterConfSet.xml

963 lines of code changed in:

Graeme Rocher 2006-09-22 22:06

GRAILS-255: fixed problem using short name in queries

7 lines of code changed in:

Graeme Rocher 2006-09-22 21:53

removed equals/hashCode(). GRAILS-313

1 lines of code changed in:

Graeme Rocher 2006-09-22 21:21

added global application.js library and spinner.gif

22 lines of code changed in:

Graeme Rocher 2006-09-22 21:19

added taglib template

3 lines of code changed in:

Graeme Rocher 2006-09-22 21:17

added support for groovy unit testing to grails code base. GRAILS-293

34 lines of code changed in:

Graeme Rocher 2006-09-22 21:16

Changed so that expr attributes can be within a ${} and added new tests

96 lines of code changed in:

dierk 2006-09-22 19:06

added target

1 lines of code changed in:

dierk 2006-09-22 19:03

modified start of ant to includ -lib lib argument

5 lines of code changed in:

Graeme Rocher 2006-09-21 22:37

refactored slightly, adding feedback to standard out

25 lines of code changed in:

Graeme Rocher 2006-09-21 22:35

corrected position of welcome-list

10 lines of code changed in:

Graeme Rocher 2006-09-20 23:12

corrects error code. Resolving GRAILS-303

4 lines of code changed in:

Graeme Rocher 2006-09-20 09:11

patch to correct content length problem in GSP response writer. fixes GRAILS-303,GRAILS-223 and GRAILS-240

5 lines of code changed in:

Graeme Rocher 2006-09-19 23:58

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:

marcpalmer 2006-09-18 20:41

GRAILS-290 and GRAILS-179 along with un-WTFing ClassUtils which is now part of GrailsClassUtils

559 lines of code changed in:

Graeme Rocher 2006-09-18 16:58

put exit into finally block to avoid the process continuing when an exception occurs fixing GRAILS-276

19 lines of code changed in:

Graeme Rocher 2006-09-18 16:54

added index.gsp to welcome file list fixing GRAILS-203

4 lines of code changed in:

Graeme Rocher 2006-09-18 16:54

added index.gsp to welcome file list fixing GRAILS-203

5 lines of code changed in:

Graeme Rocher 2006-09-18 16:45

added META-INF to created folders. fixes GRAILS-226

1 lines of code changed in:

Graeme Rocher 2006-09-18 16:42

changed from closure to method fixing GRAILS-297

1 lines of code changed in:

  • grails/src/grails/templates/artifacts: Job.groovy (+1 -1)
Graeme Rocher 2006-09-18 14:04

added ability to specificy offset in findAll fixing GRAILS-287

102 lines of code changed in:

Graeme Rocher 2006-09-18 13:38

another instance where the charset was required on the mock request

1 lines of code changed in:

Graeme Rocher 2006-09-18 13:28

grails test-app now uses correct environment. Issue GRAILS-300

23 lines of code changed in:

Graeme Rocher 2006-09-18 12:37

stops the war target including the zip and tar/gz files. Patch from peter fixes GRAILS-298

1 lines of code changed in:

Graeme Rocher 2006-09-18 12:33

added continue if type is an Any to avoid unsupported exceptions. fixes GRAILS-286

2 lines of code changed in:

Graeme Rocher 2006-09-18 12:32

added character encoding to tests that execute the redirect method

2 lines of code changed in:

Graeme Rocher 2006-09-18 12:23

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:

Graeme Rocher 2006-09-18 12:05

accidently added dodgy character whilst committing causing build to fail :-(

1 lines of code changed in:

Graeme Rocher 2006-09-18 11:56

committed patch from ford to resolve problems with encoding when performing redirects. issue GRAILS-296

13 lines of code changed in:

Graeme Rocher 2006-09-13 15:35

added ability to execute DML batch updates using executeUpdate resolving GRAILS-294

152 lines of code changed in:

Graeme Rocher 2006-09-13 14:40

changed to use application data source as a fallback for improved backward compatability

3 lines of code changed in:

Graeme Rocher 2006-09-05 17:09

restored clean dependancy for war target

1 lines of code changed in:

Graeme Rocher 2006-09-05 17:01

corrected usage of -Dgrails.env for specifying environment

23 lines of code changed in:

Graeme Rocher 2006-09-05 16:43

Added ability to use new data sources with war target like grails prod war

38 lines of code changed in:

Graeme Rocher 2006-09-05 14:31

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:

Graeme Rocher 2006-09-05 14:10

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:

Graeme Rocher 2006-09-05 12:26

fixed use of primitive types in dynamic finders thus correcting GRAILS-281

25 lines of code changed in:

Graeme Rocher 2006-09-05 12:17

tests for data source code

47 lines of code changed in:

Graeme Rocher 2006-09-05 12:13

Changed to use toLowerCase(Locale.ENGLISH) thus correcting GRAILS-282

7 lines of code changed in:

Graeme Rocher 2006-09-05 11:53

corrected to return null if no data source is found and no environment specified

3 lines of code changed in:

Graeme Rocher 2006-09-05 11:36

added check for whether the response is committed fixing GRAILS-198

6 lines of code changed in:

Graeme Rocher 2006-09-05 11:24

Implemented support for environments like production, development etc. fixing GRAILS-156

92 lines of code changed in:

Graeme Rocher 2006-09-04 10:12

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:

Graeme Rocher 2006-09-03 13:54

Patch from Jason to correct min constraint

384 lines of code changed in:

Graeme Rocher 2006-09-03 13:53

Patch from jason to correct min constraint

1279 lines of code changed in:

Graeme Rocher 2006-09-02 16:52

added a new <g:submitButton> tag

7 lines of code changed in:

Graeme Rocher 2006-09-02 14:59

added System.exit(0) to exit main method on completion

1 lines of code changed in: