[root]/groovy/modules/grails/src/grails
grails-app
(0 files, 0 lines)
i18n
(0 files, 0 lines)
taglib
(0 files, 0 lines)
views
(0 files, 0 lines)
layouts
(0 files, 0 lines)
scaffolding
(0 files, 0 lines)
templates
(0 files, 0 lines)
artifacts
(0 files, 0 lines)
grails-app
(0 files, 0 lines)
views
(0 files, 0 lines)
layouts
(0 files, 0 lines)
scaffolding
(0 files, 0 lines)
webtest
(0 files, 0 lines)
conf
(0 files, 0 lines)
reports
(0 files, 0 lines)
tests
(0 files, 0 lines)
removing the outdated grails module from the repository
0 lines of code changed in:
targets run-app and run-webtest now working with internal jetty; SampleGenerator runs without problemes
19 lines of code changed in:
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:
changed url mappings to use properties.lower
2 lines of code changed in:
generate Artifacts capitalized but project names lowerized
8 lines of code changed in:
fixed error in properties.caps code block that was causing URLs to break
1 lines of code changed in:
GRAILS-44: webtest: make simple scaffolding based on domain class
17 lines of code changed in:
use groovy task instead of script, extract methods for capitalization and normalization of artifact names into common properties
142 lines of code changed in:
replace offending substring[range] with [range]
3 lines of code changed in:
- 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:
GRAILS-42 : provide means to facilitate functional testing of the web application
3 lines of code changed in:
GRAILS-41: resolve by calling init:grailsHome; also first steps into webtest creation
41 lines of code changed in:
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:
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:
added targets to generate views, controllers etc. from a domain class
97 lines of code changed in:
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:
upgraded to latest hibernate 3.1 and fixed test cases as they were broken after class reloading change
39 lines of code changed in:
added file upload support to grails
1 lines of code changed in:
moved to a new directory under the src/grails structure
1 lines of code changed in:
added support for creating dynamic tab libraries in Grails
2 lines of code changed in:
(44 more)