Directory groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring/

Directory Created:
2005-07-02 22:51
Directory Deleted:
2006-12-04 19:59
Total Files:
0
Deleted Files:
3
Lines of Code:
0

Browse with ViewVC

[root]/groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring

Lines of Code

groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 764 (100.0%) 14.9
graeme 29 (56.9%) 478 (62.6%) 16.4
sdevijver 19 (37.3%) 286 (37.4%) 15.0
blackdrag 3 (5.9%) 0 (0.0%) 0.0

Most Recent Commits

blackdrag 2006-12-04 19:59

removing the outdated grails module from the repository

0 lines of code changed in:

graeme 2006-02-23 19:39

implement a grails scaffold domain that uses the dynamic methods rather than hibernate template to avoid duplicating code, fixed problem with create scaffolded request etc.

1 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+1 -4)
graeme 2006-02-20 12:45

changed to use classpath: prefix to look up hibernate config so it works with grails test-app too

1 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+1 -1)
graeme 2006-02-19 11:54

- added support for hibernate annotations for java 5

- implemented initial support for scaffolding domain classes written in java and mapped with hibernate (view scaffolding not done yet)

- added support for domain classes written in java to integrate with grails' validation mechanism

21 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+21 -12)
graeme 2006-02-09 18:29

allowed scaffolding of a specific domain class by a grail controller

9 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+9 -1)
graeme 2006-02-07 10:23

fixed spelling mistake in class name

2 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+2 -2)
graeme 2006-02-06 10:37

integrated fix that prevented class reloading working in unix

9 lines of code changed in:

graeme 2006-02-02 19:14

added file upload support to grails

7 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+7 -2)
graeme 2006-02-02 11:30

A class that holds references to grails resources (ie .groovy files) to check if they need reloading

0 lines of code changed in:

graeme 2006-02-02 11:16

updated SpringConfig to use AOP hot swappable target sources to support reloading of grails classes

105 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+105 -74)
graeme 2006-01-17 19:44

fixed error reporting, changed tag lib dynamic methods to copy controllers properties instead of creating new ones etc.

1 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+1 -1)
graeme 2006-01-16 12:02

added support for creating dynamic tab libraries in Grails

19 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+19 -1)
graeme 2006-01-11 13:20

initial support for Groovy Server Pages added, forked from original GSP project and added necessary hooks into Grails

6 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+6 -6)
graeme 2006-01-09 20:27

changed path to views to reflect changes in deployment directory structure

9 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+9 -19)
graeme 2006-01-03 11:47

moved configuration of grails dynamic persistent methods into hibernate configuration class so that it can be used standalone and integrated into other apps without dependency on the rest of grails

2 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+2 -3)
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

3 lines of code changed in:

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

configured i18n support in spring

31 lines of code changed in:

graeme 2005-12-22 13:09

Renamed ddlAuto property to dbCreate

8 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+8 -2)
graeme 2005-12-20 12:20

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

21 lines of code changed in:

graeme 2005-12-19 18:57

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

11 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+11 -3)

(24 more)

Generated by StatSVN 0.3.2-SNAPSHOT