Grails commits

RevisionAuthorDateDescription
7283graeme21 Aug 2008 11:48:58

fix for GRAILS-3131

7282graeme21 Aug 2008 11:30:48

forgot to commit tests for GRAILS-3088

7280graeme21 Aug 2008 06:28:04

fix for GRAILS-3088

7279pledbrook11 Aug 2008 13:23:46

GRAILS-2741: Custom constraints provided by plugins are not available
when domain classes are initially processed (unless the plugin is loaded
before the domain class plugin), so the domain class constraints are
"refreshed" after all the plugins have loaded. The constraints of
embedded domain classes, though, weren't refreshed and so custom
constraints were not being triggered by the validation.

Now the DefaultGrailsDomainClass.refreshConstraints() method manually
refreshes the constraints of any component/embedded properties.

7278pledbrook11 Aug 2008 06:50:34

GRAILS-1263: Transient properties with constraints are now validated when a domain instance is saved or validated.

7257ait27 Jul 2008 15:27:03

No need to maange metaClass manually in Groovy. Probably original code was transformed from Java to Groovy

7256ait25 Jul 2008 16:45:34

Failing tests fixed

7250graeme24 Jul 2008 04:54:22

added ability to changed type of

7246graeme22 Jul 2008 18:08:02

applied change from 1_1 branch to here

7243graeme22 Jul 2008 17:43:30

fix for GRAILS-3269 and GRAILS-3268

7240graeme21 Jul 2008 11:19:52

fix for GRAILS-3084

7239graeme21 Jul 2008 10:16:03

fix for GRAILS-3121

7237graeme21 Jul 2008 10:06:03

fix for GRAILS-3121