[root]/groovy/modules/grails/src/grails/grails-app/taglib
removing the outdated grails module from the repository
0 lines of code changed in:
added support for params in createLink tag
10 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 checkbox tag and added new tag to create submit buttons
23 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
6 lines of code changed in:
fixed bug where url was left in as an attribute
1 lines of code changed in:
changed to resolve Locale from spring's RequestContextUtils instead of the request
3 lines of code changed in:
split tag libraries out into more manageable classe
38 lines of code changed in:
added message tag
48 lines of code changed in:
Implemented new tag: submitToRemote that creates a submit button and submits a form to a remote url
15 lines of code changed in:
refactored error tag lookup code so that is much simpler and added support for checking a specified model (a map) for errors
65 lines of code changed in:
Intial implementation of more tags including validate, render, renderErrors, and migration of renderInput into Grails taglib etc.
318 lines of code changed in:
added formRemote tag for creating ajax forms with grails
22 lines of code changed in:
implemented remote link and remote function tags for creating ajax calls with the prototype library
141 lines of code changed in:
Updated so it is now possibly to invoke tags defined in a Grails tag library as a method from a scriptlet etc. This means we no longer require helpers
8 lines of code changed in:
moved link tag into grails taglib, fixed JSP body tag invoking problem, added more utility methods to GrailsRequestAttributes, changed controllers and taglibs to use non-weak implementations of GenericDynamicProperty as they are created per request etc.
28 lines of code changed in:
moved to a new directory under the src/grails structure
14 lines of code changed in: