added more complete support for Hibernate criteria
38 lines of code changed in:
cleaned up imports
15 lines of code changed in:
cleaned up imports, commented out unused regex
1 lines of code changed in:
cleaned up imports, removed unused method
0 lines of code changed in:
added new constants
2 lines of code changed in:
updated to attempt the evaluate a file from the grails views directory if non found the the current request uri
29 lines of code changed in:
additional null checks for template added
19 lines of code changed in:
Removed an EVIL, EVIL, EVIL bit of code that calls the response.close() in a finalize() method (WTF?) of the original GSP implementation iand was causing all sorts of weirdness with responses being committed at random. If I could find the author of this we would have words ;-)
7 lines of code changed in:
Updated to render layout using an include if the response is already committed
17 lines of code changed in:
added support for Gstrings to getTemplateUri and getViewUri methods
7 lines of code changed in:
added additional null check after convert to string to avoid null pointers
3 lines of code changed in:
changed save method to use saveOrUpdate, the cascades are still done through merge.. this is so ids are assigned correctly as merge was not doing this. Merge remains in tact for relationships though to avoid the non unique problem
1 lines of code changed in:
corrected constants, made public
2 lines of code changed in:
added 2 new methods to controllers.. getViewUri(name) and getTemplateUri(name)
110 lines of code changed in:
corrected bug in yahoo ajax update code
1 lines of code changed in:
changed so that DelegatingMetaClass uses an adaptee and doesn't break groovy's default methods and java methods
55 lines of code changed in:
updated build to clear out old version
1 lines of code changed in:
fixed test-app classpath problem, and added creation of view dir when creating a controller
13 lines of code changed in:
corrected quoted form serializing code a formRemote tag
29 lines of code changed in:
updated to use JSR-220 merge method to perform saves and cascades. This is necessary as grails maintains the Hibernate session for the entire request which can cause NonUniqueObjectException when instances have been previously attached to the session. The merge method circumvents this by merging the state of the object back into the persistent session.
4 lines of code changed in:
fixed test case following change to mapper
1 lines of code changed in:
removed println statements from getPage method
0 lines of code changed in:
- added the ability to develop layouts in (the infinitely superior ;-) GSP
- new tag library for rendering and GSP equivalents of sitemesh tags
336 lines of code changed in:
changed to check for instance of GrailsHttpServletResponse to fix failing test case
4 lines of code changed in:
fixed render problem with template engine setting content type multiple times when using embedded templates hence causing the response to be cut off prematurely
20 lines of code changed in:
added logging of GSP compile error
1 lines of code changed in:
no longer extends ApplicationTagLib
2 lines of code changed in:
no longer extends ApplicationTagLib, added RTE widget that users fckeditor
38 lines of code changed in:
utility class with helper methods for tags
41 lines of code changed in:
no longer extends ApplicationTagLib, various fixes to Yahoo library integration
16 lines of code changed in:
fixed method signature of createLinkTo and added withTag helper
27 lines of code changed in:
added license and javadoc
22 lines of code changed in:
tests for tag library meta class changes
80 lines of code changed in:
added custom meta class for tab libraries so that tags are callable from other libraries
92 lines of code changed in:
moved tag resolution code into GrailsApplicationAttributes class
49 lines of code changed in:
fixed not logging of exceptions in GSP servlet
7 lines of code changed in:
updated to not call super to that methods are overridable by subclass
3 lines of code changed in: