GRAILS-541
Allow create-plugin to work outside of a grails project.
1 lines of code changed in:
GRAILS-533
Abort when a grails command is executed outside of a grails project. Exceptions are made for Help and CreateApp.
10 lines of code changed in:
GRAILS-407
Restrict the default scaffold delete, save and update actions to POST requests. Any method other than REQUEST returns SC_FORBIDDEN.
27 lines of code changed in:
GRAILS-537
Fix logic so error message is not printed after generate-views
10 lines of code changed in:
Implemented new MetaClass that adding methods on the fly, fix for GRAILS-498
1374 lines of code changed in:
updated groovy jar ref
1 lines of code changed in:
log service.fullName instead of service.name
1 lines of code changed in:
GRAILS-518
call log.warn instead of log.warning
minor change to the log message text
1 lines of code changed in:
fix for GRAILS-514
30 lines of code changed in:
start filling in some impl for dynamic encodeAs method support
112 lines of code changed in:
added testEncodeAsHtmlMethod
23 lines of code changed in:
GRAILS-506
Added support for escaping html in a textarea
4 lines of code changed in:
GRAILS-506
Added tests for escaping html in a textarea
57 lines of code changed in:
GRAILS-508
Fix mistake in GString
1 lines of code changed in:
GRAILS-492
Include $HOME/.grails/scripts/ when loading up the help
5 lines of code changed in:
GRAILS-391 - Fixed to use "new Float(0)" instead of "Float.valueOf(0)" to be compatible with JDK 1.4.
2 lines of code changed in:
GRAILS-391 - Implemented the scale constraint.
271 lines of code changed in:
fix for GRAILS-503
7 lines of code changed in:
fix for GRAILS-502
3 lines of code changed in:
fix for GRAILS-501
15 lines of code changed in:
patch applied for GRAILS-500
2 lines of code changed in:
GRAILS-391 - Modified ConstrainedProperty accessors for minSize, maxSize, minLength, and maxLength should return an Integer (or null if the constraint is not defined) instead of an int. Updated affected test cases and scaffolding code.
225 lines of code changed in:
GRAILS-391 - Refectored ConstrainedPropertyTests#testApplyConstraint() to reduce redundancy among the various test cases.
243 lines of code changed in:
fix for GRAILS-332
8 lines of code changed in:
fix for GRAILS-456
2 lines of code changed in:
changed to use file: prefix so Grails loads properly in Eclipse too
3 lines of code changed in:
fix for GRAILS-437
7 lines of code changed in:
added fail if exception
2 lines of code changed in:
GRAILS-495
Verify that the plugins directory exists before trying to locate resources below that directory
3 lines of code changed in:
GRAILS-492
Add support for loading scripts from $HOME/.grails/scripts/
15 lines of code changed in:
fix for GRAILS-479
4 lines of code changed in:
additional dependency injection test
35 lines of code changed in:
fixed code that configured alternative Hibernate config class
3 lines of code changed in:
fix for GRAILS-489
16 lines of code changed in:
removed unnecessary printlns
1 lines of code changed in:
fix for GRAILS-425
102 lines of code changed in:
fix for GRAILS-481
2 lines of code changed in:
fix for GRAILS-481
62 lines of code changed in:
fix for GRAILS-304
60 lines of code changed in:
GRAILS-462 add breakiterator=true
2 lines of code changed in:
changed to check if version is BigDecimal first
5 lines of code changed in:
fixed path to web.xml plugins
1 lines of code changed in:
GRAILS-391 - Fixed tests to use "new Integer(0)" instead of "Integer.valueOf(0)" to be compatible with JDK 1.4.
11 lines of code changed in:
GRAILS-391 - Modified code to detect the use of minLength/maxLength/length constraints, emit deprecation warnings, and use the minSize/maxSize/size constraints internally instead.
144 lines of code changed in:
fix for GRAILS-346 and GRAILS-478
493 lines of code changed in:
fix for GRAILS-477
2 lines of code changed in:
fixed problem executing plugin scripts
3 lines of code changed in:
fix for GRAILS-269 problems on Glassfish
44 lines of code changed in:
fix @see reference
1 lines of code changed in:
change param name
1 lines of code changed in:
replace @link with @see
2 lines of code changed in:
added http://www.springframework.org/docs/api to the list of javadoc link homes
1 lines of code changed in:
fully qualify a javadoc link ref
1 lines of code changed in:
modify javadoc to eliminate breakiterator warning when generating docs
1 lines of code changed in:
GRAILS-462
Migrate from org.apache.commons.collections.BeanMap to org.apache.commons.beanutils.BeanMap
8 lines of code changed in:
fix incorrect param name in javadoc
1 lines of code changed in:
fix typo in javadoc param name
2 lines of code changed in:
replace @see tag with @since
1 lines of code changed in:
fix some javadoc mistakes
2 lines of code changed in:
fix param name in javadoc
1 lines of code changed in:
fixed mistake passing the wrong class to LogFactory.getLog()
1 lines of code changed in:
fixed problem with reloading on windows, related to incorrect usage of filter-mapping element
21 lines of code changed in:
fixed a couple of problems relating to windows and arguments
10 lines of code changed in:
fix for GRAILS-470 & GRAILS-471
194 lines of code changed in:
update spring version to be consistent with the jar that is currently in SVN
1 lines of code changed in:
revert previous temporary change
1 lines of code changed in:
temporary change to see if the test will fail on the build server
1 lines of code changed in:
added creation of scripts dir to create-app
1 lines of code changed in:
further abstracted hibernate, added static loading of core plugins with a warning if dynamic load fails as some containers don't allow access to .class files
1 lines of code changed in:
further abstracted hibernate, added static loading of core plugins with a warning if dynamic load fails as some containers don't allow access to .class files
109 lines of code changed in:
0 lines of code changed in:
fixed test
2 lines of code changed in:
XML files not added to path on build server
1 lines of code changed in:
GRAILS-460 - fixed run-app and war tasks
47 lines of code changed in:
GRAILS-442 & GRAILS-467 - web.xml now generated by plugins
572 lines of code changed in:
corrected test case
1 lines of code changed in:
fixed test
1 lines of code changed in:
now resolves the core plugins dynamically
33 lines of code changed in:
moved test case
121 lines of code changed in:
added ability for plugins to "influence" others so that reloading is consistent across plugins
221 lines of code changed in:
abstracted session factory management code into an interceptor, removing hibernate dependancy in commons
13 lines of code changed in:
abstracted session factory management code into an interceptor, removing hibernate dependancy in commons
129 lines of code changed in:
moved code to more relevant source trees
0 lines of code changed in:
removed old, no longer needed plugin stuff
0 lines of code changed in:
fix for GRAILS-465
23 lines of code changed in:
fix for GRAILS-464
66 lines of code changed in:
GRAILS-440 and GRAILS-443: runtime config is now all plugin based, plugin manager full integrated with runtime config engine
230 lines of code changed in: