GROOVY-1121: provide File.size() and Matcher.size(); also add DeprecationException to support future API-breaking changes.
51 lines of code changed in:
changed to retrieve class by name to fix reloading bug
10 lines of code changed in:
Tabs to spaces alignments.
62 lines of code changed in:
Removed code duplication from an unfished refactoring.
2 lines of code changed in:
updated to use resource holder to retrieve class name when reloading and removed redundant constant (which is now in GrailsResourceHolder)
9 lines of code changed in:
Remove typo from copyright statement
1 lines of code changed in:
Updated copyright statement for 2006 at last...
93 lines of code changed in:
exposing the Vargs failure for untyped primitive arrays and marking it as not yet implemented
4 lines of code changed in:
Upgraded to support IntelliJ IDEA 6.0 (Demetra) exclusively - starting from EAP build #5162
132 lines of code changed in:
changed to use non-JDK 1.5 method as it was breaking 1.4 compile
1 lines of code changed in:
added support for scaffolding views for one-to-many and many-to-one relationships
49 lines of code changed in:
added support for params in createLink tag
10 lines of code changed in:
implement a grails scaffold domain that uses the dynamic methods rather than hibernate template to avoid duplicating code, fixed problem with create scaffolded request etc.
26 lines of code changed in:
made method signature constant public
3 lines of code changed in:
added new syntax tags for defing and setting variables, modified each tag so that the name of the closure argument can be changes with a "var" attribute
14 lines of code changed in:
added configuration of relationships between classes configured with hibernate so that generation of scaffolded views that contain relationships work with hibernate mapped domain classes
139 lines of code changed in:
Initial Release
21 lines of code changed in:
Initial Release
11 lines of code changed in:
changed form tag to default method to post if not specified
4 lines of code changed in:
fixed problem with checkboxes not being checked when they should be
1 lines of code changed in:
fixed various problems with the validation logic related to size ranges etc.
10 lines of code changed in:
fixed problem where errors and form data was being lost when a validation error occured during updating (ie following the edit view)
5 lines of code changed in:
fixed bug where scaffolders were not properly initialised following a domain class reload
10 lines of code changed in:
- updated view generation to use submits and action dispatching
- added processing for inList constraint
31 lines of code changed in:
fixed checkbox tag and added new tag to create submit buttons
23 lines of code changed in:
added method to convert string to property name, change class method to delegate to the new one
16 lines of code changed in:
added detection of the action from a request parameter if you want to decide on the action to redirect from a form submit for example
34 lines of code changed in:
added index action to scaffolder so that the default action redirects to the list action
27 lines of code changed in:
moved ResourceLoader out of DefaultGrailsApplication into a public class so the resourcces can be updated when new classes are added
4 lines of code changed in:
updated to re-generate web.xml if a new controller is added, this unforunately doesn't work in Jetty so I may have to update the build to try tomcat first if its installed and then fall back to jetty so we at least have some support for reloading when new controllers are added
57 lines of code changed in:
added ability to generate views for a domain class written in java and mapped with hibernate
39 lines of code changed in:
adapt sample tests to new testing facility
6 lines of code changed in:
targets run-app and run-webtest now working with internal jetty; SampleGenerator runs without problemes
19 lines of code changed in:
Fixed misleading variable or arguments names
13 lines of code changed in:
jetty start is now working again being kept open when started with 'grails run-app' and being opened only while testing and stopped thereafter with 'grails run-webtest'. Trick was to use a magic system property to suppress web.xml validation that fails although other validators take no issue with it.
23 lines of code changed in:
Explicited the JavaDocs for the GroovyScriptEngine and its ResourceConnector
76 lines of code changed in:
changed url mappings to use properties.lower
2 lines of code changed in:
updated following change to TagLibDynamicMethods contructor
2 lines of code changed in:
organised imports, changed log output
8 lines of code changed in:
made method arguments public
11 lines of code changed in:
updated to have grails application as an dynamic property
7 lines of code changed in:
changed method calls to match those in generated controller
18 lines of code changed in:
updated to set errors property in instance after validation
54 lines of code changed in:
changed checks for isDomainClass to be to the grails application itself so that hibernate mapped domain classes can be checked
24 lines of code changed in:
Fixed Pretty Printer for Annotations, Labeled Args, Modifier literals, GString and Map constructors.
Now traversals can maintain a direct path from root to current node in the AST, so the visitors can now query a node for it's parent.
154 lines of code changed in:
generate Artifacts capitalized but project names lowerized
8 lines of code changed in:
fixed bug in edit action of generated controller that was leaving out reference the domain class instance in returned model eg. [ recipe : ]
1 lines of code changed in:
changed to load default error messages from user customisable file defaultErrorMessages.properties
1 lines of code changed in:
changed resource copier to copy i18n property bundles to the right place for reloading
4 lines of code changed in:
added a TimeZone property editor for doing type conversion of from a string to to an instance of java.util.TimeZone
3 lines of code changed in:
updated to use implementation from GrailsClassUtils
12 lines of code changed in:
added example that demonstrates scaffolding, validation integration and dynamic methods with a domain class written in java and mapped with hibernate
0 lines of code changed in:
updated to use short name of the class in generated views so you don't see the whole package when scaffolding
6 lines of code changed in:
fixed silly bug in method argument validation logic
2 lines of code changed in:
added method to retrieve short name of a class without package prefix
50 lines of code changed in:
changed to use classpath: prefix to look up hibernate config so it works with grails test-app too
1 lines of code changed in:
fixed error in properties.caps code block that was causing URLs to break
1 lines of code changed in:
GRAILS-44: webtest: make simple scaffolding based on domain class
49 lines of code changed in:
fixed problem with spaces in paths with windows
0 lines of code changed in:
use groovy task instead of script, extract methods for capitalization and normalization of artifact names into common properties
142 lines of code changed in:
first step into functional selftest for grails usage: still Windows specific and doesn't start the server yet - at least something to improve upon...
1 lines of code changed in:
replace offending substring[range] with [range]
3 lines of code changed in:
- added support for hibernate annotations for java 5
- implemented initial support for scaffolding domain classes written in java and mapped with hibernate (view scaffolding not done yet)
- added support for domain classes written in java to integrate with grails' validation mechanism
473 lines of code changed in: