July 2005 Commit Log

Number of Commits:
110
Number of Active Developers:
5
dierk 2005-07-30 08:04

make tests a bit more crisp

51 lines of code changed in:

sdevijver 2005-07-29 22:54

Fixed some minor issues.

0 lines of code changed in:

cstein 2005-07-28 23:03

CVS-ignoring dist and target directories - they are generated by build.xml.

2 lines of code changed in:

dierk 2005-07-25 19:37

housekeeping: some formatting, use gpath instead of loops, use constants, add some todos.

26 lines of code changed in:

dierk 2005-07-25 10:07

fixed endless recursion and relayed the deprecation

6 lines of code changed in:

dierk 2005-07-25 10:05

corrected html source to be well-formed

0 lines of code changed in:

dierk 2005-07-24 15:28

provide a groovy way of functional testing

376 lines of code changed in:

Graeme Rocher 2005-07-20 12:15

removed redundant file

0 lines of code changed in:

Graeme Rocher 2005-07-20 12:14

tests for relationships

122 lines of code changed in:

Graeme Rocher 2005-07-20 12:09

additional utility methods for working with grails classes

128 lines of code changed in:

Graeme Rocher 2005-07-20 12:09

Added calculation of relationships to grails domain classes

331 lines of code changed in:

Graeme Rocher 2005-07-20 11:48

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:

sdevijver 2005-07-19 11:48

Do not use .call on closures.

0 lines of code changed in:

sdevijver 2005-07-19 08:58

Improved test a little.

5 lines of code changed in:

sdevijver 2005-07-19 08:58

Added transition for close button on addBookView.

0 lines of code changed in:

sdevijver 2005-07-18 23:51

Updated books application for WebTest.

0 lines of code changed in:

sdevijver 2005-07-14 18:46

Better properties definition in generated Spring config file.

29 lines of code changed in:

sdevijver 2005-07-14 18:45

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:

sdevijver 2005-07-14 18:44

Added for loop inside builder syntax.

2 lines of code changed in:

Graeme Rocher 2005-07-14 12:07

added testOneToMany test case

34 lines of code changed in:

dierk 2005-07-13 14:31

added spring taglib to build and distribution

312 lines of code changed in:

dierk 2005-07-13 10:28

applied patch for basedir handling on behalf of Steven

0 lines of code changed in:

dierk 2005-07-13 09:53

applied patches for update of starter scripts on behalf of Steven

0 lines of code changed in:

sdevijver 2005-07-12 18:12

Added Spring TLD

9 lines of code changed in:

sdevijver 2005-07-12 18:07

Added resolution of properties through public static fields.

18 lines of code changed in:

sdevijver 2005-07-12 18:06

Removed ambiguities in instructions.

7 lines of code changed in:

sdevijver 2005-07-12 17:59

Initial checkin.

18 lines of code changed in:

sdevijver 2005-07-12 17:48

Improved script for Cygwin.

0 lines of code changed in:

  • grails/bin: grails (changed)
dierk 2005-07-12 14:46

added for cygwin users

6 lines of code changed in:

dierk 2005-07-12 12:59

reverted

0 lines of code changed in:

  • grails/bin: grails (changed)
dierk 2005-07-12 12:50

clarified the meaning of 'project directory'

2 lines of code changed in:

dierk 2005-07-12 12:38

included hint to make the script file executable

4 lines of code changed in:

dierk 2005-07-12 12:37

prepared for cygwin

0 lines of code changed in:

  • grails/bin: grails (changed)
sdevijver 2005-07-11 17:56

Added clean target to clean up tmp directory and WAR file.

5 lines of code changed in:

sdevijver 2005-07-11 17:54

Initial checkin.

9 lines of code changed in:

sdevijver 2005-07-11 17:52

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:

Graeme Rocher 2005-07-11 14:05

Changed name of "notPersistent" property on domain classes to "transients"

12 lines of code changed in:

Graeme Rocher 2005-07-11 12:51

Changed back to "notPersistent" as forgot transient is a keyword.. silly me

1 lines of code changed in:

Graeme Rocher 2005-07-11 12:31

Updated javadoc comments

10 lines of code changed in:

Graeme Rocher 2005-07-11 12:21

removed old code from package move

0 lines of code changed in:

Graeme Rocher 2005-07-11 12:18

Updated test cases following code migration

45 lines of code changed in:

Graeme Rocher 2005-07-11 12:11

Updated for change of property names

4 lines of code changed in:

Graeme Rocher 2005-07-11 12:11

Changed to use GrailsApplication instance

7 lines of code changed in:

Graeme Rocher 2005-07-11 12:06

Moved from domain package to common and updated to use new "transient" and "optional" properties

319 lines of code changed in:

Graeme Rocher 2005-07-11 12:05

Migrated GrailsDomain interface methods into GrailsApplication interface

15 lines of code changed in:

Graeme Rocher 2005-07-11 12:05

Migrated domain class loading logic into DefaultGrailsApplication class

35 lines of code changed in:

Graeme Rocher 2005-07-11 12:04

Changed to base logic on format of class file.. implemented new methods for page flow and domain classes

37 lines of code changed in:

Graeme Rocher 2005-07-11 12:00

Moved from domain package to common

159 lines of code changed in:

Graeme Rocher 2005-07-11 11:42

Moved exceptions from domain to common package

106 lines of code changed in:

sdevijver 2005-07-11 00:18

Dependency changes for latest version of SWF.

9 lines of code changed in:

sdevijver 2005-07-11 00:18

Package org.springframework.web.flow moved to

org.springframework.webflow.

18 lines of code changed in:

sdevijver 2005-07-10 22:37

Moved package name from org.springframework.web.flow

to org.springframewor.webflow for latest version of SWF.

16 lines of code changed in:

sdevijver 2005-07-10 22:36

Latests SWF, moved package name from org.springframework.web.flow

to org.springframewor.webflow.

0 lines of code changed in:

sdevijver 2005-07-10 18:19

Split taglib between servlet specs 2.3 and 2.4.

0 lines of code changed in:

sdevijver 2005-07-10 18:18

Integration of Spring Web Flow in Grails.

221 lines of code changed in:

sdevijver 2005-07-10 00:54

Added getName() method.

4 lines of code changed in:

sdevijver 2005-07-10 00:40

Initial checkin.

15 lines of code changed in:

sdevijver 2005-07-09 22:45

Initial checkin.

29 lines of code changed in:

Graeme Rocher 2005-07-08 23:19

Removed annotations for jdk1.4 compatibility

0 lines of code changed in:

Graeme Rocher 2005-07-08 23:13

Updated eclipse project classpath for domain and persistance classes

4 lines of code changed in:

Graeme Rocher 2005-07-08 23:12

Added persistance test cases

172 lines of code changed in:

Graeme Rocher 2005-07-08 23:10

Added domain test cases

0 lines of code changed in:

Graeme Rocher 2005-07-08 23:09

Added basic implementation of Hibernate mapping sans Inheritance and relationships

430 lines of code changed in:

Graeme Rocher 2005-07-08 23:05

Added Grails domain class implementation

0 lines of code changed in:

Graeme Rocher 2005-07-08 23:00

Added class with utility methods for Grails class types

41 lines of code changed in:

Graeme Rocher 2005-07-08 22:58

Added getClassLoader() method

9 lines of code changed in:

Graeme Rocher 2005-07-08 22:57

Made getClazz() method public

7 lines of code changed in:

Graeme Rocher 2005-07-08 22:52

Added getClassLoader() method

8 lines of code changed in:

Graeme Rocher 2005-07-08 22:51

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:

Graeme Rocher 2005-07-08 22:41

Removed and replaced with groovy embeddable jar

0 lines of code changed in:

Graeme Rocher 2005-07-08 17:06



added hibernate jars to project classpath

23 lines of code changed in:

Graeme Rocher 2005-07-08 17:04

added hibernate jars

0 lines of code changed in:

Graeme Rocher 2005-07-08 16:57

initial commit

0 lines of code changed in:

sdevijver 2005-07-06 23:39

Map all possible URI's to the simple controller instead of

/*. Required to support stateful controller types.

7 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+7 -1)
sdevijver 2005-07-06 23:38

Consider the case when there's no view configured

and the response is generated by the controller.

6 lines of code changed in:

sdevijver 2005-07-06 23:37

Extended test case with OpenRico controller with no view.

10 lines of code changed in:

sdevijver 2005-07-06 23:05

Added html directory to project structure.

4 lines of code changed in:

sdevijver 2005-07-06 20:53

Updated javadoc.

4 lines of code changed in:

sdevijver 2005-07-06 20:53

Allow setting the character encoding when getting writer and output stream.

4 lines of code changed in:

sdevijver 2005-07-06 20:51

Updated javadoc + set correct character encoding.

7 lines of code changed in:

sdevijver 2005-07-06 00:36

Wrap http response object in Grails wrapper.

2 lines of code changed in:

sdevijver 2005-07-06 00:35

Initial checkin.

282 lines of code changed in:

sdevijver 2005-07-06 00:34

Copy OpenRico javascript files to tmp war dir.

4 lines of code changed in:

sdevijver 2005-07-06 00:27

Small update to MarkupBuilder required for OpenRicoBuilder.

0 lines of code changed in:

sdevijver 2005-07-05 20:41

Renamed controller4.groovy to ReturnModelAndViewController.

0 lines of code changed in:

sdevijver 2005-07-05 20:17

Fix problem with URI handling.

2 lines of code changed in:

sdevijver 2005-07-05 20:13

fix problem with request parameters in URI.

7 lines of code changed in:

sdevijver 2005-07-05 20:06

Refactored URI handling so that package names are included in URI's.

94 lines of code changed in:

sdevijver 2005-07-04 23:55

Includes changes to GroovyClassLoader regarding getLoadedClasses method.

0 lines of code changed in:

sdevijver 2005-07-04 23:46

Implemented typed views.

59 lines of code changed in:

sdevijver 2005-07-04 23:45

Updated javadoc for typed views.

2 lines of code changed in:

spullara 2005-07-04 03:24

the default behavior of the wrapper classes is to delegate to another request.

42 lines of code changed in:

spullara 2005-07-03 20:51

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: