August 2005 Commit Log

Number of Commits:
95
Number of Active Developers:
3
Graeme Rocher 2005-08-31 21:29

tests for persistent methods

19 lines of code changed in:

Graeme Rocher 2005-08-31 21:28

initial commit of new persistent methods

480 lines of code changed in:

Graeme Rocher 2005-08-31 21:27

added additional persistent methods

8 lines of code changed in:

Graeme Rocher 2005-08-31 21:27

updated to call saveOrUpdate instead

1 lines of code changed in:

Graeme Rocher 2005-08-31 21:23

exposed the getPattern method

4 lines of code changed in:

Graeme Rocher 2005-08-31 12:50

reverted back to looking for java code in the src

3 lines of code changed in:

sdevijver 2005-08-31 12:07

Update classes for testing purposes.

10 lines of code changed in:

Graeme Rocher 2005-08-31 10:57

added reference to missing log4j jar and changed referenced groovy jar to jsr-04

2 lines of code changed in:

Graeme Rocher 2005-08-31 10:45

added ${grails.home} to srcdir of javac as it was not compiling grails java classes

1 lines of code changed in:

Graeme Rocher 2005-08-31 10:27

Changed to use GrailsSecondPass so that it compiles on jdk 1.4

6 lines of code changed in:

Graeme Rocher 2005-08-31 10:26

added GrailsSecondPass class as temporary solution to Hibernate package visibility problem in HbmBinder.SecondPass

0 lines of code changed in:

Graeme Rocher 2005-08-31 10:21

merged .classpath

9 lines of code changed in:

sdevijver 2005-08-29 15:13

Use CGLIB to create Spring AOP proxies.

2 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+2)
sdevijver 2005-08-28 09:46

Load test.OrderEntry from class classloader.

1 lines of code changed in:

sdevijver 2005-08-28 01:34

Copy groovy files to classpath folder.

5 lines of code changed in:

sdevijver 2005-08-28 01:33

Load groovy files from classpath instead of file system.

1 lines of code changed in:

sdevijver 2005-08-28 01:33

Initial checkin.

52 lines of code changed in:

sdevijver 2005-08-28 01:32

Use GrailsTestSuite to create test case instances and inject properties.

2 lines of code changed in:

sdevijver 2005-08-28 01:30

Removed groovy-all-1.0-jsr-03.jar.

0 lines of code changed in:

sdevijver 2005-08-23 22:40

Change groovy jar name.

6 lines of code changed in:

sdevijver 2005-08-23 22:38

Remove ParameterArray usage.

3 lines of code changed in:

sdevijver 2005-08-23 22:37

Fix addSubflowState method name change + fix transition criteria creation change, both in SWF.

5 lines of code changed in:

sdevijver 2005-08-23 22:34

Fix FlowLocator package change in SWF.

1 lines of code changed in:

sdevijver 2005-08-23 22:32

Added Groovy resource loader to dictate how Grails loads groovy classes.

35 lines of code changed in:

sdevijver 2005-08-23 22:29

Latest spring-webflow.

0 lines of code changed in:

sdevijver 2005-08-23 22:28

Latest spring-binding.

0 lines of code changed in:

sdevijver 2005-08-23 22:27

Latest groovy build.

0 lines of code changed in:

sdevijver 2005-08-23 22:22

Refactor test to accomodate resource loader.

10 lines of code changed in:

sdevijver 2005-08-23 22:21

Catch InvokerInvocationException instead of IllegalArgumentException.

3 lines of code changed in:

sdevijver 2005-08-17 08:32

Latest version.

0 lines of code changed in:

sdevijver 2005-08-13 14:44

Added resource loading from class loader to pinpoint the problem.

7 lines of code changed in:

sdevijver 2005-08-13 14:08

Added log4j.properties to class path.

1 lines of code changed in:

sdevijver 2005-08-13 14:08

Use context class loader as parent.

1 lines of code changed in:

sdevijver 2005-08-13 14:06

Load Groovy files in random order, this must work.

2 lines of code changed in:

sdevijver 2005-08-13 14:05

Added test case for class not found exception.

14 lines of code changed in:

sdevijver 2005-08-12 23:50

Fixing failed tests.

5 lines of code changed in:

sdevijver 2005-08-08 22:57

Initial checkin.

0 lines of code changed in:

sdevijver 2005-08-08 22:54

Improved persistent method call mechanism +

implemented test cases +

implemented groovy file ordered loading to avoid ClassCastException +

add oders sample

301 lines of code changed in:

Graeme Rocher 2005-08-08 14:33

commented out references to SecondPass class which requires jdk 1.5 until a decision is made what to do about this

6 lines of code changed in:

Graeme Rocher 2005-08-08 13:40

removed java 5 feature references

1 lines of code changed in:

Graeme Rocher 2005-08-08 12:21

removed

0 lines of code changed in:

Graeme Rocher 2005-08-08 12:21

changed groovy jar ref

8 lines of code changed in:

Graeme Rocher 2005-08-08 12:19

added latest groovy jar

0 lines of code changed in:

Graeme Rocher 2005-08-08 11:04

test configuration for hibernate annotated java classes

11 lines of code changed in:

Graeme Rocher 2005-08-08 11:04

updated spring to reflect changes in the domain class configuration factory bean

10 lines of code changed in:

Graeme Rocher 2005-08-08 11:03

added additional tests to test domain class relationships

58 lines of code changed in:

Graeme Rocher 2005-08-08 11:02

test relationship domain classes

16 lines of code changed in:

Graeme Rocher 2005-08-08 11:00

initial implementation of one-to-one and one-to-many mappings

286 lines of code changed in:

Graeme Rocher 2005-08-08 10:59

separated out interface and created subclass of AnnotationConfiguration to support annotated java classes

102 lines of code changed in:

Graeme Rocher 2005-08-08 10:58

changed to use existing configurationClass property to load correct configuration so we can support annotation configuration

22 lines of code changed in:

Graeme Rocher 2005-08-08 10:57

bug fixes for configuration of one-to-many relationships

131 lines of code changed in:

Graeme Rocher 2005-08-08 10:56

Added configuration of domain class relationships post instantiation

26 lines of code changed in:

sdevijver 2005-08-07 23:23

Copy log4j.properties file to /WEB-INF.

5 lines of code changed in:

sdevijver 2005-08-07 23:22

Added persistent method support + save and delete methods for Hibernate.

240 lines of code changed in:

sdevijver 2005-08-07 19:19

Update to 1.2.3 due to problem with inner anonymous beans with factory bean and factory method.

0 lines of code changed in:

sdevijver 2005-08-07 19:11

Added Log4J configuration.

34 lines of code changed in:

sdevijver 2005-08-07 19:11

Added logging + config lock.

13 lines of code changed in:

sdevijver 2005-08-07 19:09

Added some logging.

14 lines of code changed in:

sdevijver 2005-08-07 19:09

Fix method name error.

1 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+1 -1)
sdevijver 2005-08-07 01:02

Set Groovy class loader before loading Hibernate configuration.

26 lines of code changed in:

sdevijver 2005-08-07 00:46

Added service implementation.

163 lines of code changed in:

sdevijver 2005-08-07 00:16

Load groovy files from WEB-INF/classes.

1 lines of code changed in:

sdevijver 2005-08-07 00:16

Copy groovy files to WEB-INF/classes.

1 lines of code changed in:

sdevijver 2005-08-06 23:24

Added Spring persistence configuration.

585 lines of code changed in:

sdevijver 2005-08-06 23:22

Copy Hibernate libs to war.

7 lines of code changed in:

sdevijver 2005-08-06 23:22

Added persistence src to javac target + added Hibernate libs.

7 lines of code changed in:

sdevijver 2005-08-06 23:21

Added MapToPropertiesFactoryBean.

0 lines of code changed in:

sdevijver 2005-08-06 23:20

Hsqldb 1.7.3 does not depend on Java 5.

0 lines of code changed in:

sdevijver 2005-08-06 19:25

Extended books sample with authors sub flow.

0 lines of code changed in:

sdevijver 2005-08-06 19:24

Added support for closure validators.

13 lines of code changed in:

sdevijver 2005-08-06 19:24

Initial checkin.

2 lines of code changed in:

sdevijver 2005-08-06 18:36

Only remove cookie if ended flow session has no parent session.

1 lines of code changed in:

sdevijver 2005-08-06 16:30

Initial checkin.

0 lines of code changed in:

sdevijver 2005-08-06 16:30

Clean up bean wrapper code + implemented sub flow states.

28 lines of code changed in:

sdevijver 2005-08-06 16:28

Added accessible property.

19 lines of code changed in:

sdevijver 2005-08-06 16:27

Expose page flows + do not export non-accessible page flows + clean up old URL mapping code.

12 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+12 -19)
dierk 2005-08-06 14:18

last test adaptions: now running 100% !

3 lines of code changed in:

dierk 2005-08-06 13:21

last test adaptions: now running 100% !samples/books/BooksTest.groovy

13 lines of code changed in:

sdevijver 2005-08-06 12:59

Use GrailsServletFlowExecutionManager.

5 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+5 -1)
sdevijver 2005-08-06 12:54

Improved flow execution id cookie logic + implemented end states.

185 lines of code changed in:

sdevijver 2005-08-06 12:52

Added end state transitions + replace separate _eventId fields

with in-line event id in submit buttons.

0 lines of code changed in:

sdevijver 2005-08-06 12:51

Added end states + added redundant method property.

0 lines of code changed in:

sdevijver 2005-08-06 12:45

Initial checkin.

0 lines of code changed in:

  • grails/samples/books/jsp: end.jsp (new)
dierk 2005-08-06 11:39

minor adations to the test

4 lines of code changed in:

dierk 2005-08-06 11:36

provide a real quick rad cycle with tomcat 5

80 lines of code changed in:

dierk 2005-08-06 11:09

correcting javadoc

2 lines of code changed in:

sdevijver 2005-08-05 21:20

Added reset functionality to removed the flow execution id cookie from the browser cache.

14 lines of code changed in:

sdevijver 2005-08-05 21:20

Removed _flowExecutionId parameters.

0 lines of code changed in:

sdevijver 2005-08-05 20:10

Replace closures with methods where required.

0 lines of code changed in:

sdevijver 2005-08-05 20:08

Added support for Java source file compilation and running Java test classes.

43 lines of code changed in:

sdevijver 2005-08-05 20:07

Initial checkin.

3 lines of code changed in:

sdevijver 2005-08-05 20:07

Pass request and response parameters in ParameterArray object to closure.

3 lines of code changed in:

sdevijver 2005-08-05 20:06

Pass requestContext parameter as regular parameter, not in an object array.

1 lines of code changed in:

dierk 2005-08-01 16:04

some minor housekeeping

47 lines of code changed in:

dierk 2005-08-01 16:01

expose failing tests in build. The build will now break - that's on purpose!

8 lines of code changed in:

July 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT