tests to try out class reloading with GCL
63 lines of code changed in:
replaced backslashes with forward slashes to fix problems with build on Linux
0 lines of code changed in:
Changed call to getValue to use get method
1 lines of code changed in:
removed old groovy jar
0 lines of code changed in:
temporarily added the pageFlow visualization for sharing it
0 lines of code changed in:
added configuration of Spring messageSource
7 lines of code changed in:
added creation of messages.properties in a i18n directory for placing validation error messages
7 lines of code changed in:
Added support for applying simple constraints related to the view
76 lines of code changed in:
added constraints property as a domain class property
3 lines of code changed in:
updated save persistent method to perform validation by default and test cases to reflect this
45 lines of code changed in:
more tests for validate method
26 lines of code changed in:
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:
Changed to use the metaclass to set the errors and hasErrors properties
7 lines of code changed in:
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:
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:
Implemented loadGroovySource method in GroovyResourceLoader
29 lines of code changed in:
Implemented loadGroovySource method in GroovyResourceLoader and added additional debugging calls
23 lines of code changed in:
Changed to extend MetaClassImpl following changes in groovy-core
3 lines of code changed in:
path updates to reflect change of jar
3 lines of code changed in:
updated to latest groovy jar
0 lines of code changed in:
GROOVY-1147: Workaround fix for checking mod time for file:// URL
23 lines of code changed in:
ported show.jsp to use GvTags
17 lines of code changed in:
added gvtags tld
0 lines of code changed in:
added GvTags taglib to web.xml
8 lines of code changed in:
added GvTags jar and tld to build
3 lines of code changed in:
added support for GvTags
0 lines of code changed in:
changed to use array index to look-up parameter instead of unecessary additional method call
5 lines of code changed in:
changed to test setup configuration programmatically
38 lines of code changed in:
updated for change to DefaultGrailsApplication constructor
3 lines of code changed in:
added setter for grails application so that the test case doesn't fail!
11 lines of code changed in:
latest blog sample app
7 lines of code changed in:
updated domain class test for retrieving the otherside of relationships
23 lines of code changed in:
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:
added MySQL to hibernate dialect detection
2 lines of code changed in:
updated get property type method is use assignable from so subclasses or concrete are matched
6 lines of code changed in:
added class loader to constructor and implemented resolving of the otherside of relationships between domain classes
25 lines of code changed in:
Added method to retrieve the otherside of a bidirectional relationship
51 lines of code changed in:
changed to create a new Groovy controller for each request
3 lines of code changed in:
added option to choose where the meta class gets registered in the meta class registry or not
29 lines of code changed in:
changed to return a read-only map of constraints
3 lines of code changed in:
added tracing calls
31 lines of code changed in:
adding setting of grails context so fix reloading grails app twicebug
1 lines of code changed in:
removed validate on blog
3 lines of code changed in:
updated bootstrap class
16 lines of code changed in:
Correct a few things with blog sample app
78 lines of code changed in:
Updated to parse Long from Number instances
2 lines of code changed in:
changed validate to return false when not valid (obviously!)
17 lines of code changed in:
updated blog sample up with some constraints to test validation
51 lines of code changed in:
updated build to copy properties files into jar for validation default messages
6 lines of code changed in:
updated build to copy new jars for validation
2 lines of code changed in:
moved configuration of validator in SpringConfig
61 lines of code changed in:
Updated so that it is configured by Spring
34 lines of code changed in:
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:
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:
adding setter for validator of a domain class
30 lines of code changed in:
Updated assert equals to reflect changes to view resolution
1 lines of code changed in:
latest eclipse classpath
2 lines of code changed in:
used for validation
0 lines of code changed in:
moved logic for configurion the meta class interceptor into the interceptor itself
4 lines of code changed in:
updated to require the GroovyObject instead of the class
7 lines of code changed in:
updated import declaration
2 lines of code changed in:
added utility method to retrieve a classes short name
15 lines of code changed in:
renamed "optional" to "optionals" for consistency
2 lines of code changed in:
added method to retrieve property constraints for validation, ORM mapping and scaffolding
55 lines of code changed in:
tests for constrained property validation and builder
322 lines of code changed in:
updated constructor call
4 lines of code changed in:
re-arrange imports and added a configuration method for groovy controllers to test
14 lines of code changed in:
change test case to retrieve view by uri
1 lines of code changed in:
moved common metaclass classes to src/commons
0 lines of code changed in:
Added the validate dynamic method to domain classes
64 lines of code changed in:
Implemented a Spring Grails domain class validator, a PersistentConstraint interface for interaction with hibernate and a ConstrainedPersistentProperty
85 lines of code changed in:
added import
3 lines of code changed in:
Implemented a constraint property and constraints builder that creates constraints from a closure to support validation
1761 lines of code changed in:
Moved generic classes from persistent to commons
758 lines of code changed in: