make tests a bit more crisp
51 lines of code changed in:
Fixed some minor issues.
0 lines of code changed in:
CVS-ignoring dist and target directories - they are generated by build.xml.
2 lines of code changed in:
housekeeping: some formatting, use gpath instead of loops, use constants, add some todos.
26 lines of code changed in:
fixed endless recursion and relayed the deprecation
6 lines of code changed in:
corrected html source to be well-formed
0 lines of code changed in:
provide a groovy way of functional testing
376 lines of code changed in:
removed redundant file
0 lines of code changed in:
tests for relationships
122 lines of code changed in:
additional utility methods for working with grails classes
128 lines of code changed in:
Added calculation of relationships to grails domain classes
331 lines of code changed in:
latest SNAPSHOT built on 19/07/2005 to incorporate a bug fix from Jochen that resolves the "classes referenced in a map thought to be properties" problem
0 lines of code changed in:
Do not use .call on closures.
0 lines of code changed in:
Improved test a little.
5 lines of code changed in:
Added transition for close button on addBookView.
0 lines of code changed in:
Updated books application for WebTest.
0 lines of code changed in:
Better properties definition in generated Spring config file.
29 lines of code changed in:
Don't call setCharacterEncoding when getting the writer of outpustream since this method is not part of J2EE 1.3.
2 lines of code changed in:
Added for loop inside builder syntax.
2 lines of code changed in:
added testOneToMany test case
34 lines of code changed in:
added spring taglib to build and distribution
312 lines of code changed in:
applied patch for basedir handling on behalf of Steven
0 lines of code changed in:
applied patches for update of starter scripts on behalf of Steven
0 lines of code changed in:
Added Spring TLD
9 lines of code changed in:
Added resolution of properties through public static fields.
18 lines of code changed in:
Removed ambiguities in instructions.
7 lines of code changed in:
Initial checkin.
18 lines of code changed in:
Improved script for Cygwin.
0 lines of code changed in:
added for cygwin users
6 lines of code changed in:
reverted
0 lines of code changed in:
clarified the meaning of 'project directory'
2 lines of code changed in:
included hint to make the script file executable
4 lines of code changed in:
prepared for cygwin
0 lines of code changed in:
Added clean target to clean up tmp directory and WAR file.
5 lines of code changed in:
Initial checkin.
9 lines of code changed in:
Use GrailsFormAction and set default method to bindAndValidate
if no method is specified. This overwrites the SWF behavior where
state name is used as method name if none is specified.
5 lines of code changed in:
Changed name of "notPersistent" property on domain classes to "transients"
12 lines of code changed in:
Changed back to "notPersistent" as forgot transient is a keyword.. silly me
1 lines of code changed in:
Updated javadoc comments
10 lines of code changed in:
removed old code from package move
0 lines of code changed in:
Updated test cases following code migration
45 lines of code changed in:
Updated for change of property names
4 lines of code changed in:
Changed to use GrailsApplication instance
7 lines of code changed in:
Moved from domain package to common and updated to use new "transient" and "optional" properties
319 lines of code changed in:
Migrated GrailsDomain interface methods into GrailsApplication interface
15 lines of code changed in:
Migrated domain class loading logic into DefaultGrailsApplication class
35 lines of code changed in:
Changed to base logic on format of class file.. implemented new methods for page flow and domain classes
37 lines of code changed in:
Moved from domain package to common
159 lines of code changed in:
Moved exceptions from domain to common package
106 lines of code changed in:
Dependency changes for latest version of SWF.
9 lines of code changed in:
Package org.springframework.web.flow moved to
org.springframework.webflow.
18 lines of code changed in:
Moved package name from org.springframework.web.flow
to org.springframewor.webflow for latest version of SWF.
16 lines of code changed in:
Latests SWF, moved package name from org.springframework.web.flow
to org.springframewor.webflow.
0 lines of code changed in:
Split taglib between servlet specs 2.3 and 2.4.
0 lines of code changed in:
Integration of Spring Web Flow in Grails.
221 lines of code changed in:
Added getName() method.
4 lines of code changed in:
Initial checkin.
15 lines of code changed in:
Initial checkin.
29 lines of code changed in:
Removed annotations for jdk1.4 compatibility
0 lines of code changed in:
Updated eclipse project classpath for domain and persistance classes
4 lines of code changed in:
Added persistance test cases
172 lines of code changed in:
Added domain test cases
0 lines of code changed in:
Added basic implementation of Hibernate mapping sans Inheritance and relationships
430 lines of code changed in:
Added Grails domain class implementation
0 lines of code changed in:
Added class with utility methods for Grails class types
41 lines of code changed in:
Added getClassLoader() method
9 lines of code changed in:
Made getClazz() method public
7 lines of code changed in:
Added getClassLoader() method
8 lines of code changed in:
Changed to check if the trailing name is contained within the name of the class before evaluating short name.
Made getClazz() method public
7 lines of code changed in:
Removed and replaced with groovy embeddable jar
0 lines of code changed in:
added hibernate jars to project classpath
23 lines of code changed in:
added hibernate jars
0 lines of code changed in:
initial commit
0 lines of code changed in:
Map all possible URI's to the simple controller instead of
/*. Required to support stateful controller types.
7 lines of code changed in:
Consider the case when there's no view configured
and the response is generated by the controller.
6 lines of code changed in:
Extended test case with OpenRico controller with no view.
10 lines of code changed in:
Added html directory to project structure.
4 lines of code changed in:
Updated javadoc.
4 lines of code changed in:
Allow setting the character encoding when getting writer and output stream.
4 lines of code changed in:
Updated javadoc + set correct character encoding.
7 lines of code changed in:
Wrap http response object in Grails wrapper.
2 lines of code changed in:
Initial checkin.
282 lines of code changed in:
Copy OpenRico javascript files to tmp war dir.
4 lines of code changed in:
Small update to MarkupBuilder required for OpenRicoBuilder.
0 lines of code changed in:
Renamed controller4.groovy to ReturnModelAndViewController.
0 lines of code changed in:
Fix problem with URI handling.
2 lines of code changed in:
fix problem with request parameters in URI.
7 lines of code changed in:
Refactored URI handling so that package names are included in URI's.
94 lines of code changed in:
Includes changes to GroovyClassLoader regarding getLoadedClasses method.
0 lines of code changed in:
Implemented typed views.
59 lines of code changed in:
Updated javadoc for typed views.
2 lines of code changed in:
the default behavior of the wrapper classes is to delegate to another request.
42 lines of code changed in:
add the ability to specify -Dservlet.version=2.4 on the command line so you can get a more up to date descriptor. it still defaults to the old version.
3 lines of code changed in: