Directory groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages/

Directory Created:
2006-01-11 13:20
Directory Deleted:
2006-12-04 19:59
Total Files:
0
Deleted Files:
13
Lines of Code:
0

Browse with ViewVC

[root]/groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages

Lines of Code

groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 77 (100.0%) 1847 (100.0%) 23.9
graeme 64 (83.1%) 1847 (100.0%) 28.8
blackdrag 13 (16.9%) 0 (0.0%) 0.0

Most Recent Commits

blackdrag 2006-12-04 19:59

removing the outdated grails module from the repository

0 lines of code changed in:

graeme 2006-02-20 22:27

updated following change to TagLibDynamicMethods contructor

1 lines of code changed in:

  • groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages: GroovyPage.java (+1 -1)
graeme 2006-02-17 12:11

- changed the prefix for grails tags from <gr: to <g:

- added supported for having multiple tag libraries automatically imported upon use

83 lines of code changed in:

graeme 2006-02-09 12:49

updated to catch MPE and return null when a property is not available in the binding, this is more in line with the way modern view technologies work by gracefully ignoring no existant properties and using the Groovy Truth when they evaluate to null. A message is written to the log when a property is not found.

22 lines of code changed in:

  • groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages: GroovyPage.java (+22 -2)
graeme 2006-02-09 12:45

updated GSP engine to use grails class loader instance

15 lines of code changed in:

graeme 2006-02-08 12:05

Implemented concept of flash scope, refactored redirect and chain methods to use true http redirection with the chain method using flash scope to maintain the chain from request to request

3 lines of code changed in:

graeme 2006-02-02 11:03

Updated following refactory of class GrailRequestAttributes to new name GrailsApplicationAttributes

15 lines of code changed in:

graeme 2006-01-25 18:03

Intial implementation of more tags including validate, render, renderErrors, and migration of renderInput into Grails taglib etc.

7 lines of code changed in:

graeme 2006-01-24 12:05

added support for having lists and maps as attribute values in GSPs

2 lines of code changed in:

  • groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages: Parse.java (+2 -1)
graeme 2006-01-23 18:25

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

204 lines of code changed in:

graeme 2006-01-19 11:36

added the first few groovy syntax tags, refactored the tag parsing code from the initial niave implementation to use regex patterns

60 lines of code changed in:

  • groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages: Parse.java (+60 -22)
graeme 2006-01-17 19:59

added GSP engine to request attributes interface

55 lines of code changed in:

graeme 2006-01-17 17:33

refactored request attribute names into a common class

13 lines of code changed in:

graeme 2006-01-16 12:02

added support for creating dynamic tab libraries in Grails

175 lines of code changed in:

graeme 2006-01-14 13:10

refactored to use a Map instead of a context object

5 lines of code changed in:

  • groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages: GroovyPage.java (+5)
graeme 2006-01-13 22:31

added parent directory to class name of GSP to avoid naming conflicts

17 lines of code changed in:

  • groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages: Parse.java (+17 -3)
graeme 2006-01-13 22:12

refactored parsing engine to use a PrintWriter instance instead of a string buffer so that we get platform independant line breaks and the ability to track line numbers for displaying errors

85 lines of code changed in:

graeme 2006-01-12 19:33

changed variable resolution to be more similar to JSP expressions

9 lines of code changed in:

  • groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/pages: GroovyPage.java (+9 -5)
graeme 2006-01-12 19:16

Renamed scaffold tag to renderInput and made it work in both JSP and GSP

35 lines of code changed in:

graeme 2006-01-12 13:27

updated to register shared template engine in the servlet context

9 lines of code changed in:

(8 more)

Generated by StatSVN 0.3.2-SNAPSHOT