[root]/grails/test/web/org/codehaus/groovy/grails/web/taglib
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 29 (100.0%) | 776 (100.0%) | 26.7 |
| Graeme Rocher | 21 (72.4%) | 691 (89.0%) | 32.9 |
| brownj | 3 (10.3%) | 57 (7.3%) | 19.0 |
| marcpalmer | 2 (6.9%) | 27 (3.5%) | 13.5 |
| dierk | 3 (10.3%) | 1 (0.1%) | 0.3 |
updates to get the test at least running without throwing errors
5 lines of code changed in:
GRAILS-596
Moved tests from FormTagLib2Tests.groovy into FormTagLibTests.groovy and deleted FormTagLib2Tests.groovy
0 lines of code changed in:
fix for GRAILS-499 and multiple other issues related to using per instance meta classes (such as unit test mocking)
0 lines of code changed in:
completing patch by Marc Guillemot for GROOVY-506 - escaping chars in field value
0 lines of code changed in:
apply patch for GRAILS-506 by Marc Guillemot: form tags do not escape html characters
1 lines of code changed in:
GRAILS-506
Added tests for escaping html in a textarea
57 lines of code changed in:
fix for GRAILS-425
1 lines of code changed in:
New textArea tag and minor refactors GRAILS-451
26 lines of code changed in:
more tests!
1 lines of code changed in:
remove unused import statements
0 lines of code changed in:
fixed message tag and added test case for the future. fix for GRAILS-415
31 lines of code changed in:
removed @Property
1 lines of code changed in:
to resolve failing test, will ask jason what the purpose of this test is
1 lines of code changed in:
corrected test case
1 lines of code changed in:
Warning now logged for non-static constraints properties. Minor code fixes in MockApplicationContext GRAILS-325, GRAILS-322, GRAILS-323
1 lines of code changed in:
Changed so that expr attributes can be within a ${} and added new tests
68 lines of code changed in:
fixed escapeJavascript tag, adding ajax events to other providers and corrected remoteFields handling of parameters
13 lines of code changed in:
patch from jason to provide a precision value on the datePicker tag and added new tags called <g:textField> and <g:hiddenField>
382 lines of code changed in:
tests for javascript tag library
22 lines of code changed in:
Implemented test harness for testing the tag libraries and the first couple of tests that test the 'checkBox' and 'radio' tags
165 lines of code changed in: