updated version number
2 lines of code changed in:
updated version number
1 lines of code changed in:
removed overrding or spring/resources.xml
0 lines of code changed in:
renamed decodeFrom to just decode
4 lines of code changed in:
fix for GRAILS-683
8 lines of code changed in:
removed unnecessary assertion
1 lines of code changed in:
fixed again. grailsWebRequest needs to go before the sitemesh filter
9 lines of code changed in:
fix for GRAILS-682
6 lines of code changed in:
fix for GRAILS-398/GRAILS-674
150 lines of code changed in:
a more concise script template
1 lines of code changed in:
fix for GRAILS-676
38 lines of code changed in:
Removed println
0 lines of code changed in:
Whitespace issues and lack of tests for actionSubmit and actionSubmitImage - GRAILS-680
30 lines of code changed in:
generate a TextMate project for each Grails project
116 lines of code changed in:
fix for GRAILS-677
2 lines of code changed in:
fix for GRAILS-664,GRAILS-673,GRAILS-672,GRAILS-669
74 lines of code changed in:
GRAILS-671: changed wachtedResources
1 lines of code changed in:
Removed System.out.println
0 lines of code changed in:
GRAILS-667: fix that also primitive types can be used in max, maxSize, min, minSize, range, scale and size constraints
32 lines of code changed in:
fix for GRAILS-668
93 lines of code changed in:
Added isAssignableOrConvertibleFrom
163 lines of code changed in:
Synchronized session - GRAILS-224
113 lines of code changed in:
made ant build delegate to grails command and return correct error code failing build when tests fail
18 lines of code changed in:
included manifest in jar
11 lines of code changed in:
fixed create-test-suite command
1 lines of code changed in:
fixed failing build
18 lines of code changed in:
Test for g:form with url added
15 lines of code changed in:
fix for test cases
11 lines of code changed in:
removed unneeded println statements
1 lines of code changed in:
fix for GRAILS-235
91 lines of code changed in:
fix from T Yama
1 lines of code changed in:
Removed double quote escaping which is now done by escapeAsHTML
1 lines of code changed in:
fix for GRAILS-525
4 lines of code changed in:
fixes to Dojo form handling when used with params
15 lines of code changed in:
fixed unnecessary encodeAsHTML calls
5 lines of code changed in:
fixed bug in dojo options
1 lines of code changed in:
fix from sven
1 lines of code changed in:
fix for GRAILS-659
33 lines of code changed in:
fix for GRAILS-550 and test-app script
18 lines of code changed in:
fixed compilation of classes that live in src/groovy but ref classes in grails-app/domain
27 lines of code changed in:
added env to eclipse launch config
1 lines of code changed in:
fix for GRAILS-547 and improved error reporting
52 lines of code changed in:
corrected some deprecation warnings
24 lines of code changed in:
fix for GRAILS-654
7 lines of code changed in:
fixed test case
6 lines of code changed in:
fixed test case
6 lines of code changed in:
fix for GRAILS-483
48 lines of code changed in:
fixed problem with error lookup causing sample apps to break
1 lines of code changed in:
fix for GRAILS-552,GRAILS-453
53 lines of code changed in:
Removed println
0 lines of code changed in:
Date picker and select improvements to support no selection value. GRAILS-601 and GRAILS-602
242 lines of code changed in:
Upgraded classpathentry for ehcache-1.2.4.jar
1 lines of code changed in:
added code that makes sure the Grails classes are on the path so scripts can be compiled when they refer to Grails classes. Only problem left now is that Gant doesn't think the classes are the same as those loaded from a Gails app so have to see if there is a way we can override invokeConstructor or hack the classloader
9 lines of code changed in:
removed deprecated distribute-plugin script, added bootstrap one for easy Grails bootstrapping, refactored classpath config into separate task
74 lines of code changed in:
removed toString() calls
2 lines of code changed in:
changed to call toString() on object
4 lines of code changed in:
fix for GRAILS-524
184 lines of code changed in:
fix for GRAILS-632
66 lines of code changed in:
GRAILS-545
force web.template.xml overwrite
3 lines of code changed in:
so far so good, all the way now
3 lines of code changed in:
ok, not failing yet so proceed
4 lines of code changed in:
giving it another try
2 lines of code changed in:
added another part, I guess this will fail
2 lines of code changed in:
uncommented part of test that failed on buildserver but not locally. might break the build
2 lines of code changed in:
updated to exclude WEB-INF/META-INF from plugin resources
3 lines of code changed in:
fix for GRAILS-619
0 lines of code changed in:
fix for GRAILS-647
1 lines of code changed in:
fix for GRAILS-549
4 lines of code changed in:
fix for GRAILS-359
1 lines of code changed in:
broken on build server, attempt at fix
3 lines of code changed in:
fix for GRAILS-648
15 lines of code changed in:
fix for GRAILS-625
10 lines of code changed in:
fix for GRAILS-558
50 lines of code changed in:
added resolver to binding
1 lines of code changed in:
numerous fixes to install-plugin logic.. tested against http://dist.codehaus.org/grails-plugins/
30 lines of code changed in:
switch from decodeAs to decodeFrom
4 lines of code changed in:
fix for GRAILS-480
3 lines of code changed in:
committed steven's new class GRAILS-556
303 lines of code changed in:
fix for GRAILS-606
11 lines of code changed in:
fix for GRAILS-649
27 lines of code changed in:
fix for GRAILS-339 and various other problems
1069 lines of code changed in:
fixed problem loading plugin jars
2 lines of code changed in:
excluded more specific resources
2 lines of code changed in:
changed to exclude the WEB-INF/* dir
1 lines of code changed in:
simplify encode/decode signatures
4 lines of code changed in:
convert the target to a string before escaping. this is in preparation for dynamic codec methods being added to java.lang.Object instead of java.lang.String
4 lines of code changed in:
use HTMLCodec
2 lines of code changed in:
revert back to the encodeAs and decodeAs naming convention for dynamic codec methods
24 lines of code changed in:
add support for an option test system property. if specified the property defines a particular test to run.
Examples:
ant -Dtest=ApplicationTagLib test
ant -Dtest=ApplicationTagLib test-report
If test is not specified then all tests will run.
12 lines of code changed in:
GRAILS-597 when running 'ant clean' also delete complete /target and /doc folders
8 lines of code changed in:
corrected failing build
3 lines of code changed in:
GRAILS-643: changed location of templates to src/templates
4 lines of code changed in:
Fixes to HTML encode scaffolded input values and use double quotes so single quotes in data don't break pages. GRAILS-644 and GRAILS-645
16 lines of code changed in:
Improvement to test vis evicting metaclass
6 lines of code changed in:
fix for error when using generate-* commands
4 lines of code changed in:
fix for GRAILS-636
4 lines of code changed in:
fix for GRAILS-610
66 lines of code changed in:
got rid of annoying log4j warnings
44 lines of code changed in:
fix for GRAILS-642
23 lines of code changed in:
fix for GRAILS-640
23 lines of code changed in:
fix for failing test case
7 lines of code changed in:
fix for GRAILS-618
0 lines of code changed in:
changed class loading behaviour so JARs don't get locked automatically on Windows
202 lines of code changed in:
uncomment test methods and make changes to assertions
3 lines of code changed in: