8048 07.01.2009 00:38:11, by nebolsin:
Fixed custom Log4J appenders configuration ( GRAILS-3749). Unfortunately I don't know how to test that since Appender.activateOptions() sets private properties on the corresponding appender which don't have public getters. |
| 8047 06.01.2009 09:26:48, by pledbrook:
Fix for failing test. |
| 8046 06.01.2009 09:26:02, by pledbrook:
Corrected some comments in BuildSettings that referred to a "BuildSettings.groovy" config file rather than "BuildConfig.groovy". |
| 8045 05.01.2009 18:13:09, by graeme:
split ControllersGrailsPlugin into two plugins called ControllersGrailsPlugin (where only controllers stuff goes) and TagLibGrailsPlugin ( where GSP and tag library setup goes). This will make it easier to implement a standalone version of GSP later |
| 8044 05.01.2009 16:54:06, by graeme:
improvements to GSP performance. Benchmarks of the list view that uses pagination show and improvement from 67 req/s to 98 req/s. So roughly 50% better. Not bad... |
| 8043 04.01.2009 19:53:28, by pledbrook:
The implementation of the "format" dynamic property on the HTTP request object was failing to save the evaluated content format into a request attribute. This meant that views of the form "<action>.<format>.gsp" were not being rendered when a format was specified. |
| 8042 02.01.2009 16:38:24, by pledbrook:
Corrected the default MIME type for the "text" format in the template Config.groovy. It was "text-plain"; now "text/plain". |
| 8041 23.12.2008 15:55:05, by pledbrook:
Back to 1.1-SNAPSHOT. |
| 8040 23.12.2008 14:30:10, by graeme:
tagged 1.1 beta 2 documentation |
| 8039 23.12.2008 14:06:01, by graeme:
updated docs on Maven support |
| 8038 23.12.2008 13:44:09, by pledbrook:
The War mojo now prints an INFO message at the end informing the user that the WAR file has been moved to the "target" directory. |
| 8037 23.12.2008 13:43:57, by pledbrook:
Bumped plugin version to 1.0-SNAPSHOT and changed the packages to org.grails.maven.plugin.*. |
| 8036 23.12.2008 12:28:25, by graeme:
tagged beta 2 release |
8035 23.12.2008 11:43:03, by pledbrook:
Upgraded to Groovy 1.6 RC-1 again. |
| 8034 23.12.2008 09:22:15, by pledbrook:
Quick fix for a couple of tests that fail intermittently. |
| 8033 23.12.2008 09:22:04, by pledbrook:
Added some changes to the Gradle build provided by Hans. |
| 8032 22.12.2008 17:46:08, by pledbrook:
Bumped the plugin version to 0.4, which will work with the 1.1-beta2 release of Grails. |
| 8031 22.12.2008 17:46:04, by pledbrook:
Added a goal ("exec") that allows the user to run arbitrary Grails commands, including those provided by plugins. The user simply has to provide the name of the command via the "grails.cmd" system property. He or she can also optionally provide extra arguments via the "grails.args" system property. |
| 8030 22.12.2008 17:45:48, by pledbrook:
Removed WebTest-related classes and resources since WebTest is now a plugin. We need to come up with a way of running arbitrary commands so that Maven users have access to plugin scripts. |
| 8029 22.12.2008 17:45:30, by pledbrook:
Added MvnInitializeMojo which attaches to the "initialize" phase of the build cycle. This will create the Grails project if it doesn't already exist - a job that was formerly done by MvnValidateMojo. |
|
|