April 2006 Commit Log

Number of Commits:
37
Number of Active Developers:
1
Graeme Rocher 2006-04-26 12:38

added more complete support for Hibernate criteria

38 lines of code changed in:

Graeme Rocher 2006-04-24 17:21

cleaned up imports

15 lines of code changed in:

  • grails/src/web/org/codehaus/groovy/grails/web/pages: GroovyPage.java (+15 -12)
Graeme Rocher 2006-04-24 17:21

cleaned up imports, commented out unused regex

1 lines of code changed in:

  • grails/src/web/org/codehaus/groovy/grails/web/pages: GSPWriter.java (+1 -2)
Graeme Rocher 2006-04-24 17:20

cleaned up imports, removed unused method

0 lines of code changed in:

Graeme Rocher 2006-04-24 17:19

added new constants

2 lines of code changed in:

Graeme Rocher 2006-04-24 17:19

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:

Graeme Rocher 2006-04-24 17:13

additional null checks for template added

19 lines of code changed in:

Graeme Rocher 2006-04-24 17:12

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:

Graeme Rocher 2006-04-24 17:11

Updated to render layout using an include if the response is already committed

17 lines of code changed in:

Graeme Rocher 2006-04-24 10:11

added support for Gstrings to getTemplateUri and getViewUri methods

7 lines of code changed in:

Graeme Rocher 2006-04-24 10:07

added additional null check after convert to string to avoid null pointers

3 lines of code changed in:

Graeme Rocher 2006-04-24 10:06

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:

Graeme Rocher 2006-04-21 12:22

corrected constants, made public

2 lines of code changed in:

Graeme Rocher 2006-04-21 11:54

added 2 new methods to controllers.. getViewUri(name) and getTemplateUri(name)

110 lines of code changed in:

Graeme Rocher 2006-04-20 15:41

corrected bug in yahoo ajax update code

1 lines of code changed in:

Graeme Rocher 2006-04-20 15:24

changed so that DelegatingMetaClass uses an adaptee and doesn't break groovy's default methods and java methods

55 lines of code changed in:

Graeme Rocher 2006-04-20 11:41

updated build to clear out old version

1 lines of code changed in:

Graeme Rocher 2006-04-20 10:33

fixed test-app classpath problem, and added creation of view dir when creating a controller

13 lines of code changed in:

Graeme Rocher 2006-04-20 10:33

corrected quoted form serializing code a formRemote tag

29 lines of code changed in:

Graeme Rocher 2006-04-19 17:54

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:

Graeme Rocher 2006-04-19 11:41

fixed test case following change to mapper

1 lines of code changed in:

Graeme Rocher 2006-04-19 11:18

removed println statements from getPage method

0 lines of code changed in:

Graeme Rocher 2006-04-19 11:17

- 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:

Graeme Rocher 2006-04-18 15:47

changed to check for instance of GrailsHttpServletResponse to fix failing test case

4 lines of code changed in:

Graeme Rocher 2006-04-18 10:35

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:

Graeme Rocher 2006-04-07 17:10

added logging of GSP compile error

1 lines of code changed in:

Graeme Rocher 2006-04-03 11:43

no longer extends ApplicationTagLib

2 lines of code changed in:

Graeme Rocher 2006-04-03 11:43

no longer extends ApplicationTagLib, added RTE widget that users fckeditor

38 lines of code changed in:

Graeme Rocher 2006-04-03 11:42

utility class with helper methods for tags

41 lines of code changed in:

Graeme Rocher 2006-04-03 11:42

no longer extends ApplicationTagLib, various fixes to Yahoo library integration

16 lines of code changed in:

Graeme Rocher 2006-04-03 11:41

fixed method signature of createLinkTo and added withTag helper

27 lines of code changed in:

Graeme Rocher 2006-04-03 11:40

added license and javadoc

22 lines of code changed in:

Graeme Rocher 2006-04-03 11:39

tests for tag library meta class changes

80 lines of code changed in:

Graeme Rocher 2006-04-03 11:38

added custom meta class for tab libraries so that tags are callable from other libraries

92 lines of code changed in:

Graeme Rocher 2006-04-03 11:37

moved tag resolution code into GrailsApplicationAttributes class

49 lines of code changed in:

Graeme Rocher 2006-04-03 11:37

fixed not logging of exceptions in GSP servlet

7 lines of code changed in:

Graeme Rocher 2006-04-03 11:36

updated to not call super to that methods are overridable by subclass

3 lines of code changed in:

March 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT