Directory groovy/modules/grails/src/grails/

Directory Created:
2005-07-03 19:41
Directory Deleted:
2006-12-04 19:59
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

[root]/groovy/modules/grails/src/grails

                        Folder removed from repo grails-app (0 files, 0 lines)

                            Folder removed from repo i18n (0 files, 0 lines)

                            Folder removed from repo taglib (0 files, 0 lines)

                            Folder removed from repo views (0 files, 0 lines)

                                Folder removed from repo layouts (0 files, 0 lines)

                                Folder removed from repo scaffolding (0 files, 0 lines)

                        Folder removed from repo templates (0 files, 0 lines)

                            Folder removed from repo artifacts (0 files, 0 lines)

                            Folder removed from repo grails-app (0 files, 0 lines)

                                Folder removed from repo views (0 files, 0 lines)

                                    Folder removed from repo layouts (0 files, 0 lines)

                                    Folder removed from repo scaffolding (0 files, 0 lines)

                            Folder removed from repo webtest (0 files, 0 lines)

                                Folder removed from repo conf (0 files, 0 lines)

                                Folder removed from repo reports (0 files, 0 lines)

                                Folder removed from repo tests (0 files, 0 lines)

Lines of Code

groovy/modules/grails/src/grails/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 65 (100.0%) 1253 (100.0%) 19.2
graeme 39 (60.0%) 765 (61.1%) 19.6
dierk 11 (16.9%) 372 (29.7%) 33.8
sdevijver 13 (20.0%) 113 (9.0%) 8.6
spullara 1 (1.5%) 3 (0.2%) 3.0
blackdrag 1 (1.5%) 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:

  • groovy/modules/grails/src/grails: build.xml (del)
dierk 2006-02-22 09:32

targets run-app and run-webtest now working with internal jetty; SampleGenerator runs without problemes

19 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+19 -9)
dierk 2006-02-21 22:28

jetty start is now working again being kept open when started with 'grails run-app' and being opened only while testing and stopped thereafter with 'grails run-webtest'. Trick was to use a magic system property to suppress web.xml validation that fails although other validators take no issue with it.

23 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+23 -31)
graeme 2006-02-20 22:28

changed url mappings to use properties.lower

2 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+2 -2)
dierk 2006-02-20 16:14

generate Artifacts capitalized but project names lowerized

8 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+8 -6)
graeme 2006-02-20 11:27

fixed error in properties.caps code block that was causing URLs to break

1 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+1 -1)
dierk 2006-02-19 23:47

GRAILS-44: webtest: make simple scaffolding based on domain class

17 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+17 -6)
dierk 2006-02-19 18:57

use groovy task instead of script, extract methods for capitalization and normalization of artifact names into common properties

142 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+142 -140)
dierk 2006-02-19 12:54

replace offending substring[range] with [range]

3 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+3 -3)
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

88 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+88 -73)
dierk 2006-02-18 19:24

GRAILS-42 : provide means to facilitate functional testing of the web application

3 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+3 -11)
dierk 2006-02-18 17:58

GRAILS-41: resolve by calling init:grailsHome; also first steps into webtest creation

41 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+41 -24)
dierk 2006-02-17 23:16

polishing and laying out the plans for webtest support; from the impl. I understood that the init target is not to be called any longer from the outside since create-app does so, therefore I removed it from the help; introduced description for supporting ant -projecthelp

50 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+50 -33)
graeme 2006-02-17 12:47

fixed dependency for run-app as it now needs to depend on "dev,package" in order for reloading to be configured

1 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+1 -1)
graeme 2006-02-17 12:25

added targets to generate views, controllers etc. from a domain class

97 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+97 -31)
dierk 2006-02-16 21:59

extracted common parts, made the groovy tasks a bit more idomatic, made the run reusable for testing; couldn't test all parts - in case of problems: revert.

65 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+65 -80)
graeme 2006-02-13 19:50

upgraded to latest hibernate 3.1 and fixed test cases as they were broken after class reloading change

39 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+39 -30)
graeme 2006-02-02 19:14

added file upload support to grails

1 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+1)
graeme 2006-01-19 16:39

moved to a new directory under the src/grails structure

1 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+1 -1)
graeme 2006-01-16 12:02

added support for creating dynamic tab libraries in Grails

2 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+2 -1)

(44 more)

Generated by StatSVN 0.3.2-SNAPSHOT