December 2005 Commit Log

Number of Commits:
100
Number of Active Developers:
5
graeme 2005-12-28 13:11

Added type conversion to list parameters so that parameters can be passed in via the request

14 lines of code changed in:

graeme 2005-12-26 13:08

fixed duplicate class def errors in hcb tests

10 lines of code changed in:

graeme 2005-12-26 12:40

added ability to map grails domain classes with hibernate if necessary

32 lines of code changed in:

graeme 2005-12-26 12:25

Updated to return the controller as the model if no explicit model is returned

1 lines of code changed in:

graeme 2005-12-26 11:43

Updated to return the controller as the model if no explicit model is returned

10 lines of code changed in:

graeme 2005-12-23 11:38

Improved error codes for validation error messages

64 lines of code changed in:

graeme 2005-12-23 10:56

Updated to look for resource bundles on the classpath. The only way I could get the message source populated it seems

5 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+3 -1)
  • groovy/modules/grails/src/grails: build.xml (+1 -1)
graeme 2005-12-22 16:15

configured i18n support in spring

38 lines of code changed in:

graeme 2005-12-22 14:05

Added runtime exception handler that displays the error diagnostics in the view so you don't have to go hunting through the console... this now displays code snippets and line number info

96 lines of code changed in:

graeme 2005-12-22 13:11

Added runtime exception handler that displays the error diagnostics in the view so you don't have to go hunting through the console

65 lines of code changed in:

graeme 2005-12-22 13:09

Renamed ddlAuto property to dbCreate

18 lines of code changed in:

graeme 2005-12-22 10:13

Updated to allow setting of offset, max results, order etc.

58 lines of code changed in:

blackdrag 2005-12-21 01:09

typo corrected... test should be for primitive type not for being a primary ClassNode

1 lines of code changed in:

blackdrag 2005-12-21 00:34

removes getTypeDescriptor(String)

64 lines of code changed in:

blackdrag 2005-12-21 00:31

some changes to use getTypeDescriptor(ClassNode) instead of using getTypeDescriptor(String)

3 lines of code changed in:

blackdrag 2005-12-20 23:03

another quick try for 1190. It seems arrays are incorrectly transformed for the bytecode. Object[] for exmaple is transformed into java/lang/Object[] but it should be [java/lang/Object; This patch should fis that problem

1 lines of code changed in:

blackdrag 2005-12-20 21:54

possible fix for Groovy-1190

2 lines of code changed in:

  • groovy/groovy-core/src/main/org/codehaus/groovy/ast: ClassNode.java (+2 -2)
graeme 2005-12-20 12:20

Added prototype support to spring config utils to fix controller auto-wiring

22 lines of code changed in:

graeme 2005-12-20 11:43

test JSP pages for testing gvtags performance against straight jsp

0 lines of code changed in:

graeme 2005-12-20 10:31

Update to use the link with column copy technique to define bidirectional one-to-many relationshps

41 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+41 -12)
graeme 2005-12-19 18:57

Added options to configure Grails ddl auto generate settings on the data source

31 lines of code changed in:

graeme 2005-12-19 18:31

added check for hibernate.cfg.xml for configuring hibernate mapped java classes

6 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+6)
graeme 2005-12-19 18:30

Added the ability to map java domain classes in hibernate but still use grails dynamic persistent methods

79 lines of code changed in:

graeme 2005-12-19 18:28

Updated to only perform validation of its a GrailsDomainClass instance

21 lines of code changed in:

graeme 2005-12-19 18:28

Updated to only to type conversion of identity if its a grails domain class

5 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: GetPersistentMethod.java (+5 -3)
graeme 2005-12-19 12:56

changed so that if no arguments are specified to load all

1 lines of code changed in:

graeme 2005-12-19 12:53

updated controller template

1 lines of code changed in:

graeme 2005-12-19 12:26

corrected javadoc

1 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/metaclass: ListPersistentMethod.java (+1 -1)
graeme 2005-12-19 12:21

Updated to pass remaining arguments to subclass so we can support additional parameters in finder methods

16 lines of code changed in:

graeme 2005-12-19 11:58

Updated to use hibernate's in-built dialect factory to establish dialect to use

8 lines of code changed in:

graeme 2005-12-19 11:45

updated google query sample app after re-organisation of directories

10 lines of code changed in:

  • groovy/modules/grails/samples/ajax/grails-app/controllers: GoogleController.groovy (+10 -9)
  • groovy/modules/grails/samples/ajax/grails-app/views/layouts: default.jsp (new)
  • groovy/modules/grails/samples/ajax/web-app: google.html (new)
graeme 2005-12-19 11:16

Added scriptaculous for use in ajax demos

1431 lines of code changed in:

fraz 2005-12-18 23:59

Housekeeping: fixed bug in the detection of Clover

1 lines of code changed in:

alang 2005-12-17 08:39

Fixed SourceUnit.failedWithUnexpectedEOF() to correctly recognise incomplete source, allowing the InteractiveShell to be a bit more useful - GROOVY-472 and GROOVY-1021

Removed UnexpectedTokenException class as it does not appear to be used any longer.

16 lines of code changed in:

alang 2005-12-17 08:29

Fix so that AssertionErrors are handled properly.

1 lines of code changed in:

alang 2005-12-17 06:17

Console was reporting null result when result was [], "" or 0

2 lines of code changed in:

graeme 2005-12-16 13:04

removed quotes to fix problem with unix build

0 lines of code changed in:

  • groovy/modules/grails/bin: grails (changed)
graeme 2005-12-16 12:49

update url in instructions

1 lines of code changed in:

graeme 2005-12-16 12:18

example unit test for blog app

0 lines of code changed in:

graeme 2005-12-16 12:18

fixed unit testing following re-organisation of directory structure

13 lines of code changed in:

  • groovy/modules/grails: .classpath (+1 -2)
  • groovy/modules/grails/src/grails: build.xml (+12 -6)
graeme 2005-12-16 11:17

latest blog sample app

11 lines of code changed in:

graeme 2005-12-16 11:05

upgraded to spring webflow pr 5 to fix jdk 1.5 compile problem

0 lines of code changed in:

graeme 2005-12-16 10:56

Fixed uni-directional one-to-many relationships not being persisted from Set

48 lines of code changed in:

blackdrag 2005-12-15 19:39

tests adapted to new MethodNode constructor

11 lines of code changed in:

blackdrag 2005-12-15 19:30

first try to implement the throws declaration for method headers

115 lines of code changed in:

graeme 2005-12-15 18:56

fixed bug that caused ClassCastException when specifying default action without the type eg (@Property defaultAction = "blah")

9 lines of code changed in:

graeme 2005-12-15 17:50

Added url mapping for page flows

34 lines of code changed in:

graeme 2005-12-15 17:50

Updated page flow sample following re-organisations of directories

0 lines of code changed in:

graeme 2005-12-15 17:18

fixed default action mapping

16 lines of code changed in:

graeme 2005-12-15 10:59

Updated controller test case to reflect changes in Url scheme

44 lines of code changed in:

graeme 2005-12-14 20:08

Update so that the web.xml is now generated from a groovy template thus allowing us to shorten Grails URLs. The app/* is no longer needed in the url and if you configure a Grails app as the root webapp you can now potentially achieve REST like URLS (eg. /book/list )

104 lines of code changed in:

blackdrag 2005-12-14 18:29

package declaration added

1 lines of code changed in:

blackdrag 2005-12-14 18:26

typo corrected

1 lines of code changed in:

blackdrag 2005-12-14 18:23

extends the testing for multid arrays and added the test to UTC

20 lines of code changed in:

graeme 2005-12-14 18:14

added service creation target and re-organised directory structure

61 lines of code changed in:

blackdrag 2005-12-14 17:57

ensures that diferent sizes for multid arrays are respected:



def x = new int[3][2]

assert x.length == 3

assert x[0].length == 2

1 lines of code changed in:

blackdrag 2005-12-14 17:51

second half of the multi dimensional arrays implementation. It is now possible to do def x= new int[5][3][2][]

Currently no illegal mixing of sized and nonsized parts is checked

71 lines of code changed in:

graeme 2005-12-14 17:50

updated to use BackRef for non-inverse collection, set collections to be lazy and added tests for many-to-one relationships with unit test configured for lazy loading

42 lines of code changed in:

graeme 2005-12-14 12:05

removed jdk 1.5 reliant method calls

5 lines of code changed in:

graeme 2005-12-14 11:41

Updated properties dynamic property to use spring binder to do type conversion

30 lines of code changed in:

graeme 2005-12-14 11:33

Fixed problem that prevented relationships being created on the one side of a many-to-one relationship

3 lines of code changed in:

graeme 2005-12-14 11:27

Fixed problem that prevented relationships being created on the one side of a many-to-one relationship

76 lines of code changed in:

graeme 2005-12-13 18:29

Updated blog app as scaffolding example

8 lines of code changed in:

graeme 2005-12-13 18:26

updated build to compile scaffolding classes

10 lines of code changed in:

graeme 2005-12-13 18:26

new entries for scaffolding

4 lines of code changed in:

graeme 2005-12-13 18:26

fixed classpath problem with linux

0 lines of code changed in:

  • groovy/modules/grails/bin: grails (changed)
graeme 2005-12-13 18:25

added simple assertion

2 lines of code changed in:

graeme 2005-12-13 18:25

updated tests to reflect changes in method signatures for finder methods

23 lines of code changed in:

graeme 2005-12-13 18:25

Fixed ClassCastException calling executeFind instead of execute

2 lines of code changed in:

graeme 2005-12-13 18:15

update for change of constructor

1 lines of code changed in:

graeme 2005-12-13 18:15

updated to reflect changes in groovy core

4 lines of code changed in:

graeme 2005-12-13 18:14

commented out unused method

2 lines of code changed in:

  • groovy/modules/grails/src/persistence/org/codehaus/groovy/grails/orm/hibernate/cfg: GrailsDomainBinder.java (+2 -5)
graeme 2005-12-13 18:13

Updated finder methods to be more like those found within groovy.. find not returns the first result found, findAll returns a list of all results found etc.

177 lines of code changed in:

graeme 2005-12-13 18:10

Updated to work with controller params

30 lines of code changed in:

graeme 2005-12-13 18:09

added code to support scaffolding

112 lines of code changed in:

graeme 2005-12-13 18:08

organised imports

0 lines of code changed in:

graeme 2005-12-13 18:08

renamed and added code to support scaffolding

48 lines of code changed in:

graeme 2005-12-13 18:07

Updated redirect and chain methods to collaborate nicely with scaffolder

61 lines of code changed in:

graeme 2005-12-13 18:06

Refactored class in multiple methods and added wiring together of scaffolding services

177 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+177 -60)
graeme 2005-12-13 18:06

tests for scaffolding

1 lines of code changed in:

graeme 2005-12-13 18:05

initial scaffolding implementation

192 lines of code changed in:

graeme 2005-12-13 18:03

added null checks for size and length constraints

28 lines of code changed in:

graeme 2005-12-13 18:02

added detection of scaffolding settings

38 lines of code changed in:

graeme 2005-12-13 18:01

updated following renaming of class

2 lines of code changed in:

graeme 2005-12-13 18:00

added new method to check if scaffolding

4 lines of code changed in:

graeme 2005-12-13 17:59

removed unneeded extra method

0 lines of code changed in:

graeme 2005-12-13 17:58

renamed and simplified into helper class

0 lines of code changed in:

graeme 2005-12-13 17:58

updated to use new no-args constructor in super class

3 lines of code changed in:

graeme 2005-12-13 17:57

Added no arguments constructor that doesn't register a MetaClass

22 lines of code changed in:

graeme 2005-12-13 17:55

cleaned up import declarations

0 lines of code changed in:

  • groovy/modules/grails/src/commons/grails/util: RunTests.java (-2)
graeme 2005-12-13 17:54

Fixed spelling mistake in javadoc

28 lines of code changed in: