December 2005 Commit Log

Number of Commits:
80
Number of Active Developers:
1
Graeme Rocher 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 Rocher 2005-12-26 13:08

fixed duplicate class def errors in hcb tests

10 lines of code changed in:

Graeme Rocher 2005-12-26 12:56

removed redundant test case

0 lines of code changed in:

Graeme Rocher 2005-12-26 12:40

added ability to map grails domain classes with hibernate if necessary

32 lines of code changed in:

Graeme Rocher 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 Rocher 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 Rocher 2005-12-23 11:38

Improved error codes for validation error messages

64 lines of code changed in:

Graeme Rocher 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:

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

configured i18n support in spring

38 lines of code changed in:

Graeme Rocher 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 Rocher 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

143 lines of code changed in:

Graeme Rocher 2005-12-22 13:09

Renamed ddlAuto property to dbCreate

18 lines of code changed in:

Graeme Rocher 2005-12-22 10:13

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

58 lines of code changed in:

Graeme Rocher 2005-12-20 12:20

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

22 lines of code changed in:

Graeme Rocher 2005-12-20 11:43

test JSP pages for testing gvtags performance against straight jsp

0 lines of code changed in:

Graeme Rocher 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:

Graeme Rocher 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 Rocher 2005-12-19 18:31

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

6 lines of code changed in:

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

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

827 lines of code changed in:

Graeme Rocher 2005-12-19 18:28

Updated to only perform validation of its a GrailsDomainClass instance

21 lines of code changed in:

Graeme Rocher 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:

Graeme Rocher 2005-12-19 12:56

changed so that if no arguments are specified to load all

1 lines of code changed in:

Graeme Rocher 2005-12-19 12:53

updated controller template

1 lines of code changed in:

Graeme Rocher 2005-12-19 12:26

corrected javadoc

1 lines of code changed in:

Graeme Rocher 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 Rocher 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 Rocher 2005-12-19 11:45

updated google query sample app after re-organisation of directories

10 lines of code changed in:

Graeme Rocher 2005-12-19 11:16

Added scriptaculous for use in ajax demos

1732 lines of code changed in:

Graeme Rocher 2005-12-16 13:04

removed quotes to fix problem with unix build

0 lines of code changed in:

  • grails/bin: grails (changed)
Graeme Rocher 2005-12-16 12:49

update url in instructions

1 lines of code changed in:

Graeme Rocher 2005-12-16 12:18

example unit test for blog app

0 lines of code changed in:

Graeme Rocher 2005-12-16 12:18

fixed unit testing following re-organisation of directory structure

13 lines of code changed in:

Graeme Rocher 2005-12-16 11:17

latest blog sample app

11 lines of code changed in:

Graeme Rocher 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 Rocher 2005-12-16 10:56

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

48 lines of code changed in:

Graeme Rocher 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 Rocher 2005-12-15 17:50

Added url mapping for page flows

34 lines of code changed in:

Graeme Rocher 2005-12-15 17:50

Updated page flow sample following re-organisations of directories

0 lines of code changed in:

Graeme Rocher 2005-12-15 17:18

fixed default action mapping

55 lines of code changed in:

Graeme Rocher 2005-12-15 10:59

Updated controller test case to reflect changes in Url scheme

44 lines of code changed in:

Graeme Rocher 2005-12-14 20:09

removed non-templated versions

0 lines of code changed in:

Graeme Rocher 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:

Graeme Rocher 2005-12-14 18:15

removed, moved to artifact sub-directory

0 lines of code changed in:

Graeme Rocher 2005-12-14 18:14

added service creation target and re-organised directory structure

101 lines of code changed in:

Graeme Rocher 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 Rocher 2005-12-14 12:05

removed jdk 1.5 reliant method calls

5 lines of code changed in:

Graeme Rocher 2005-12-14 11:41

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

30 lines of code changed in:

Graeme Rocher 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 Rocher 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 Rocher 2005-12-13 18:29

Updated blog app as scaffolding example

8 lines of code changed in:

Graeme Rocher 2005-12-13 18:26

updated build to compile scaffolding classes

10 lines of code changed in:

Graeme Rocher 2005-12-13 18:26

new entries for scaffolding

4 lines of code changed in:

Graeme Rocher 2005-12-13 18:26

fixed classpath problem with linux

0 lines of code changed in:

  • grails/bin: grails (changed)
Graeme Rocher 2005-12-13 18:25

added simple assertion

2 lines of code changed in:

Graeme Rocher 2005-12-13 18:25

updated tests to reflect changes in method signatures for finder methods

23 lines of code changed in:

Graeme Rocher 2005-12-13 18:25

Fixed ClassCastException calling executeFind instead of execute

2 lines of code changed in:

Graeme Rocher 2005-12-13 18:15

update for change of constructor

1 lines of code changed in:

Graeme Rocher 2005-12-13 18:15

updated to reflect changes in groovy core

4 lines of code changed in:

Graeme Rocher 2005-12-13 18:14

commented out unused method

2 lines of code changed in:

Graeme Rocher 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.

228 lines of code changed in:

Graeme Rocher 2005-12-13 18:10

Updated to work with controller params

30 lines of code changed in:

Graeme Rocher 2005-12-13 18:09

added code to support scaffolding

112 lines of code changed in:

Graeme Rocher 2005-12-13 18:08

organised imports

0 lines of code changed in:

Graeme Rocher 2005-12-13 18:08

renamed to ControllerDynamicMethods

0 lines of code changed in:

Graeme Rocher 2005-12-13 18:08

renamed and added code to support scaffolding

102 lines of code changed in:

Graeme Rocher 2005-12-13 18:07

Updated redirect and chain methods to collaborate nicely with scaffolder

61 lines of code changed in:

Graeme Rocher 2005-12-13 18:06

removed/renamed

0 lines of code changed in:

Graeme Rocher 2005-12-13 18:06

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

177 lines of code changed in:

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

tests for scaffolding

25 lines of code changed in:

Graeme Rocher 2005-12-13 18:05

initial scaffolding implementation

1088 lines of code changed in:

Graeme Rocher 2005-12-13 18:03

added null checks for size and length constraints

28 lines of code changed in:

Graeme Rocher 2005-12-13 18:02

added detection of scaffolding settings

38 lines of code changed in:

Graeme Rocher 2005-12-13 18:01

updated following renaming of class

2 lines of code changed in:

Graeme Rocher 2005-12-13 18:00

added new method to check if scaffolding

4 lines of code changed in:

Graeme Rocher 2005-12-13 17:59

removed unneeded extra method

0 lines of code changed in:

Graeme Rocher 2005-12-13 17:58

renamed and simplified into helper class

39 lines of code changed in:

Graeme Rocher 2005-12-13 17:58

updated to use new no-args constructor in super class

3 lines of code changed in:

Graeme Rocher 2005-12-13 17:57

Added no arguments constructor that doesn't register a MetaClass

22 lines of code changed in:

Graeme Rocher 2005-12-13 17:55

cleaned up import declarations

0 lines of code changed in:

Graeme Rocher 2005-12-13 17:54

Fixed spelling mistake in javadoc

28 lines of code changed in:

November 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT