November 2005 Commit Log

Number of Commits:
74
Number of Active Developers:
3
Graeme Rocher 2005-11-30 11:23

tests to try out class reloading with GCL

63 lines of code changed in:

Graeme Rocher 2005-11-29 17:04

replaced backslashes with forward slashes to fix problems with build on Linux

0 lines of code changed in:

  • grails/bin: grails (changed)
Graeme Rocher 2005-11-29 16:51

Changed call to getValue to use get method

1 lines of code changed in:

Graeme Rocher 2005-11-29 11:28

removed old groovy jar

0 lines of code changed in:

dierk 2005-11-23 13:46

temporarily added the pageFlow visualization for sharing it

0 lines of code changed in:

Graeme Rocher 2005-11-22 16:38

added configuration of Spring messageSource

7 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+7 -4)
Graeme Rocher 2005-11-22 16:37

added creation of messages.properties in a i18n directory for placing validation error messages

7 lines of code changed in:

Graeme Rocher 2005-11-22 16:24

Added support for applying simple constraints related to the view

76 lines of code changed in:

Graeme Rocher 2005-11-22 16:12

added constraints property as a domain class property

3 lines of code changed in:

Graeme Rocher 2005-11-22 14:55

updated save persistent method to perform validation by default and test cases to reflect this

45 lines of code changed in:

Graeme Rocher 2005-11-22 14:47

more tests for validate method

26 lines of code changed in:

Graeme Rocher 2005-11-22 14:47

refactored and moved into more generic package as it contains a mix of persitent and non persistent dynamic methodsd now

78 lines of code changed in:

Graeme Rocher 2005-11-22 14:47

Changed to use the metaclass to set the errors and hasErrors properties

7 lines of code changed in:

Graeme Rocher 2005-11-22 14:44

updated to implement a WeakHashMap mechanism for storing relationships between instances and properties so that it can be used globally within the meta class

35 lines of code changed in:

Graeme Rocher 2005-11-22 13:39

fixed support for Hibernate HQL queries in finder methods, add validation of queries, added support for query parameters and restriction of max results

242 lines of code changed in:

Graeme Rocher 2005-11-22 11:19

Implemented loadGroovySource method in GroovyResourceLoader

29 lines of code changed in:

Graeme Rocher 2005-11-22 11:10

Implemented loadGroovySource method in GroovyResourceLoader and added additional debugging calls

23 lines of code changed in:

Graeme Rocher 2005-11-22 11:09

Changed to extend MetaClassImpl following changes in groovy-core

3 lines of code changed in:

Graeme Rocher 2005-11-22 11:08

path updates to reflect change of jar

3 lines of code changed in:

Graeme Rocher 2005-11-22 11:08

updated to latest groovy jar

0 lines of code changed in:

glaforge 2005-11-21 01:40

GROOVY-1147: Workaround fix for checking mod time for file:// URL

23 lines of code changed in:

Graeme Rocher 2005-11-18 19:22

ported show.jsp to use GvTags

17 lines of code changed in:

  • grails/samples/blog/grails-app/views/blog: show.jsp (+17 -21)
Graeme Rocher 2005-11-18 19:21

added gvtags tld

0 lines of code changed in:

Graeme Rocher 2005-11-18 19:18

added GvTags taglib to web.xml

8 lines of code changed in:

Graeme Rocher 2005-11-18 19:18

added GvTags jar and tld to build

3 lines of code changed in:

Graeme Rocher 2005-11-18 19:17

added support for GvTags

0 lines of code changed in:

Graeme Rocher 2005-11-17 18:29

changed to use array index to look-up parameter instead of unecessary additional method call

5 lines of code changed in:

Graeme Rocher 2005-11-17 18:26

changed to test setup configuration programmatically

38 lines of code changed in:

Graeme Rocher 2005-11-17 18:22

updated for change to DefaultGrailsApplication constructor

3 lines of code changed in:

Graeme Rocher 2005-11-17 18:19

added setter for grails application so that the test case doesn't fail!

11 lines of code changed in:

Graeme Rocher 2005-11-17 18:12

latest blog sample app

7 lines of code changed in:

Graeme Rocher 2005-11-17 18:07

updated domain class test for retrieving the otherside of relationships

23 lines of code changed in:

Graeme Rocher 2005-11-17 18:05

Fixed problem where bidirectional one-to-manys where not being mapped correctly causing the relationships to not be retrieved when querying

51 lines of code changed in:

Graeme Rocher 2005-11-17 18:04

added MySQL to hibernate dialect detection

2 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+2)
Graeme Rocher 2005-11-17 18:03

updated get property type method is use assignable from so subclasses or concrete are matched

6 lines of code changed in:

Graeme Rocher 2005-11-17 18:02

added class loader to constructor and implemented resolving of the otherside of relationships between domain classes

25 lines of code changed in:

Graeme Rocher 2005-11-17 18:00

Added method to retrieve the otherside of a bidirectional relationship

51 lines of code changed in:

Graeme Rocher 2005-11-15 17:32

changed to create a new Groovy controller for each request

3 lines of code changed in:

Graeme Rocher 2005-11-15 16:38

added option to choose where the meta class gets registered in the meta class registry or not

29 lines of code changed in:

Graeme Rocher 2005-11-15 16:36

changed to return a read-only map of constraints

3 lines of code changed in:

Graeme Rocher 2005-11-14 19:04

added tracing calls

31 lines of code changed in:

Graeme Rocher 2005-11-14 19:04

adding setting of grails context so fix reloading grails app twicebug

1 lines of code changed in:

Graeme Rocher 2005-11-14 19:02

removed validate on blog

3 lines of code changed in:

Graeme Rocher 2005-11-14 19:02

updated bootstrap class

16 lines of code changed in:

Graeme Rocher 2005-11-14 15:46

Correct a few things with blog sample app

78 lines of code changed in:

Graeme Rocher 2005-11-14 15:45

Updated to parse Long from Number instances

2 lines of code changed in:

Graeme Rocher 2005-11-14 14:49

changed validate to return false when not valid (obviously!)

17 lines of code changed in:

Graeme Rocher 2005-11-14 13:09

updated blog sample up with some constraints to test validation

51 lines of code changed in:

Graeme Rocher 2005-11-14 13:07

updated build to copy properties files into jar for validation default messages

6 lines of code changed in:

Graeme Rocher 2005-11-14 13:07

updated build to copy new jars for validation

2 lines of code changed in:

Graeme Rocher 2005-11-14 13:06

moved configuration of validator in SpringConfig

61 lines of code changed in:

Graeme Rocher 2005-11-14 13:05

Updated so that it is configured by Spring

34 lines of code changed in:

Graeme Rocher 2005-11-14 13:04

fixed bug where it was reloading the whole grails app on every request and hence resetting the in memory database (woops)

17 lines of code changed in:

Graeme Rocher 2005-11-14 13:04

moved setting of "invalid" suffix out of base class and into subclasses as it is not always appropriate for every constraint

26 lines of code changed in:

Graeme Rocher 2005-11-14 13:03

adding setter for validator of a domain class

30 lines of code changed in:

Graeme Rocher 2005-11-12 12:24

Updated assert equals to reflect changes to view resolution

1 lines of code changed in:

Graeme Rocher 2005-11-11 19:54

latest eclipse classpath

2 lines of code changed in:

Graeme Rocher 2005-11-11 19:54

used for validation

0 lines of code changed in:

Graeme Rocher 2005-11-11 19:53

moved logic for configurion the meta class interceptor into the interceptor itself

4 lines of code changed in:

Graeme Rocher 2005-11-11 19:52

updated to require the GroovyObject instead of the class

7 lines of code changed in:

Graeme Rocher 2005-11-11 19:52

updated import declaration

2 lines of code changed in:

Graeme Rocher 2005-11-11 19:51

added utility method to retrieve a classes short name

15 lines of code changed in:

Graeme Rocher 2005-11-11 19:50

renamed "optional" to "optionals" for consistency

2 lines of code changed in:

Graeme Rocher 2005-11-11 19:50

added method to retrieve property constraints for validation, ORM mapping and scaffolding

55 lines of code changed in:

Graeme Rocher 2005-11-11 19:49

tests for constrained property validation and builder

322 lines of code changed in:

Graeme Rocher 2005-11-11 19:48

updated constructor call

4 lines of code changed in:

Graeme Rocher 2005-11-11 19:48

re-arrange imports and added a configuration method for groovy controllers to test

14 lines of code changed in:

Graeme Rocher 2005-11-11 19:47

change test case to retrieve view by uri

1 lines of code changed in:

Graeme Rocher 2005-11-11 19:46

moved common metaclass classes to src/commons

0 lines of code changed in:

Graeme Rocher 2005-11-11 19:45

Added the validate dynamic method to domain classes

64 lines of code changed in:

Graeme Rocher 2005-11-11 19:45

Implemented a Spring Grails domain class validator, a PersistentConstraint interface for interaction with hibernate and a ConstrainedPersistentProperty

85 lines of code changed in:

Graeme Rocher 2005-11-11 19:43

added import

3 lines of code changed in:

Graeme Rocher 2005-11-11 19:40

Implemented a constraint property and constraints builder that creates constraints from a closure to support validation

1761 lines of code changed in:

Graeme Rocher 2005-11-11 19:37

Moved generic classes from persistent to commons

758 lines of code changed in:

October 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT