Messages by Thread
-
[waffle-scm] [510] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: removed private method, its name caused confusion to its true intent
mward
-
[waffle-scm] [509] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: simplified if statement
mward
-
[waffle-scm] [508] trunk/waffle-core/src/test/java/org/codehaus/waffle/registrar: added methods that can be statically added for use in registrars to simplify component registration
mward
-
[waffle-scm] [507] trunk/waffle-core/src/test/java/org/codehaus/waffle/testmodel: refactoring: dropped 'PicoContainer' prefix from ParameterResolver (package is already pico)
mward
-
[waffle-scm] [506] trunk/waffle-core/src/main/java/org/codehaus/waffle/registrar/pico/DefaultPicoContainerParameterResolver.java: renamed method argument
mward
-
[waffle-scm] [505] trunk/waffle-core/src/main/java/org/codehaus/waffle/registrar: WAFFLE-52 : renamed Arguments to References
mward
-
[waffle-scm] [503] trunk/waffle-distribution/src/site/content/registrar.html: more words
paul
-
[waffle-scm] [502] trunk: words with mauro
paul
-
[waffle-scm] [501] trunk/integration/waffle-taglib/src/main/webapp: integration tests had not been loaded
fabio . kung
-
[waffle-scm] [500] trunk/integration/waffle-taglib/src/test/java/org/codehaus/waffle/taglib/acceptance/IntegrationTest.java: opening the browser window only once
fabio . kung
-
[waffle-scm] [499] trunk/integration/waffle-taglib/pom.xml: running only acceptance suites (no more all test cases)
fabio . kung
-
[waffle-scm] [498] trunk/integration/waffle-taglib/src/test/java/org/codehaus/waffle/taglib/acceptance: openning the browser window once
fabio . kung
-
[waffle-scm] [497] trunk: [maven-release-plugin] prepare for next development iteration
mauro
-
[waffle-scm] [495] trunk: [maven-release-plugin] prepare release waffle-1.0-RC-1
mauro
-
[waffle-scm] [494] trunk/waffle-distribution/src/site/content: Updated release notes and downloads page.
mauro
-
[waffle-scm] [493] trunk/waffle-core/src/main/java/org/codehaus/waffle/serialisation/: Deleted empty package.
mauro
-
[waffle-scm] [492] trunk/waffle-core/src/main/java/org/codehaus/waffle/io: WAFFLE-50: Moved serializers to o.c.waffle.io package.
mauro
-
[waffle-scm] [491] trunk/waffle-core/src/main/java/org/codehaus/waffle/view: WAFFLE-50: Changed spelling of Serialiser.
mauro
-
[waffle-scm] [490] trunk/examples/simple-example/src/main/webapp: Moved dnd.js to examples as not sufficiently generic.
mauro
-
[waffle-scm] [489] trunk/BUILD.txt: Updated requirement versions.
mauro
-
[waffle-scm] [488] trunk: Renamed distribution profile id.
mauro
-
[waffle-scm] [487] trunk/waffle-distribution/src/site/content: Added docs on PRG and file uploads.
mauro
-
[waffle-scm] [486] trunk/examples/simple-example/src/main/webapp: Enhanced FileUploader to return form fields as FileItems.
mauro
-
[waffle-scm] [485] trunk/examples/simple-example/src/main/webapp: WAFFLE-44: Refactored RequestFileUploader to only return as files the non-form field FileItems.
mauro
-
[waffle-scm] [484] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/annotation/DefaultActionMethod.java: Deleted DefaultActionMethod annotation, as lack of inheritance made it not possible to garantee backward compat.
mauro
-
[waffle-scm] [483] trunk/integration/waffle-taglib/src/test/java/org/codehaus/waffle/taglib/acceptance: Fixed javadoc capitalisation.
mauro
-
[waffle-scm] [482] trunk/waffle-core/src/main/java/org/codehaus/waffle/context/pico: minor refactoring (cleanup)
mward
-
[waffle-scm] [481] trunk/waffle-core/src/main/java/org/codehaus/waffle/servlet: refactored PRG annotation to take advantage of the "value" feature builtin to annotations
mward
-
[waffle-scm] [480] trunk/waffle-taglib/src/main/resources/META-INF: messages tag together with the acceptance tests
fabio . kung
-
[waffle-scm] [479] trunk/integration/waffle-taglib/src/test/java/org/codehaus/waffle/taglib/acceptance/ErrorsTest.java: not necessary refreshs
fabio . kung
-
[waffle-scm] [478] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/intercept: Removed remaining uses of @DefaultActionMethod.
mauro
-
[waffle-scm] [477] trunk/waffle-distribution/src/site/content: WAFFLE-48: Refactored annotations.
mauro
-
[waffle-scm] [476] trunk: WAFFLE-47: Made PRG use configurable via action method annotations.
mauro
-
[waffle-scm] [475] trunk/waffle-taglib/src/main/resources/META-INF: w:errors tag and acceptance tests
fabio . kung
-
[waffle-scm] [474] trunk/integration/waffle-taglib/src/test/java/org/codehaus/waffle/taglib/acceptance/SelectTest.java: fixing wrong test
fabio . kung
-
[waffle-scm] [473] trunk/integration/waffle-taglib/pom.xml: updating the selenium versions, because old ones had bugs.
fabio . kung
-
[waffle-scm] [472] trunk/waffle-core/src/main/java/org/codehaus/waffle/registrar/pico/PicoRegistrar.java: Avoid code repetition.
mauro
-
[waffle-scm] [471] trunk/waffle-core/src/main/java/org/codehaus/waffle/registrar: Refactored Injection type to be an inner enum of Registrar.
mauro
-
[waffle-scm] [470] trunk/waffle-mock/src/main/java/org/codehaus/waffle/mock: refactored use of LifecycleStrategy to be passed into PicoRegistrar
mward
-
[waffle-scm] [469] trunk: WAFFLE-11 - added support to select injection type (CDI vs SDI)
mward
-
[waffle-scm] [468] trunk/examples/simple-example/resources/: removed empty directory
mward
-
[waffle-scm] [466] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/AbstractMethodDefinitionFinder.java: refactored out use of "break;" from method
mward
-
[waffle-scm] [465] trunk: updated maven-war-plugin usage to no longer reference the /<module>/resources directories
mward
-
[waffle-scm] [462] trunk/examples/jruby-example: moved resources directory content into src/main/webapp for migration-example module
mward
-
[waffle-scm] [459] trunk/pom.xml: Updated release plugin configuration.
mauro
-
[waffle-scm] [458] trunk/waffle-resources/src/main/resources/js/waffle/action.js: updated javascript
mward
-
[waffle-scm] [457] trunk/waffle-resources/src/main/resources/js/waffle/action.js: Removed overloaded methods.
mauro
-
[waffle-scm] [456] trunk/waffle-core/src/main/java/org/codehaus/waffle/context: updated PicoContextContainerFactory to be dependent on RegistrarMonitor so that the monitor can be passed on the Registrars
mward
-
[waffle-scm] [455] trunk/.classpath: Added resources to classpath.
mauro
-
[waffle-scm] [454] trunk/waffle-core/src/main: Removed remnant copies of waffle action-related js - now superceded by waffle/action.js in waffle-resouces.
mauro
-
[waffle-scm] [453] trunk/examples/: Added target to svn:ignore.
mauro
-
[waffle-scm] [452] trunk: WAFFLE-46: Created Waffle Resources module.
mauro
-
[waffle-scm] [451] trunk: WAFFLE-44: Added support for file uploads.
mauro
-
[waffle-scm] [450] trunk: Resolved issues related to JRuby implementation
mward
-
[waffle-scm] [449] trunk/pom.xml: Corrected comment to surefire plugin
mauro
-
[waffle-scm] [448] trunk/waffle-core/src/test/java/org/codehaus/waffle/testmodel: WAFFLE-45: Allow RegistrarAssistant to register default implementation of ErrorsContext and MessagesContext only if these have not already been registered by user.
mauro
-
[waffle-scm] [447] trunk/waffle-core/src/test/java/org/codehaus/waffle/bind: fixed NPE issue when read property missing from controller (when binding property from controller to the request to simplify view development)
mward
-
[waffle-scm] [446] trunk/waffle-core/src/test/java/org/codehaus/waffle/action: Removed generics warnings.
mauro
-
[waffle-scm] [445] trunk: cleaned import statement
mward
-
[waffle-scm] [444] trunk/waffle-core/src/test/java/org/codehaus/waffle/i18n: created tests for DefaultErrorsContext and DefaultMessagesContext to ensure that there impl of Startable has them self register to their HttpServletRequest dependency
mward
-
[waffle-scm] [442] trunk/examples/simple-example/src/main/java/org/codehaus/waffle/example/simple/AutomobileController.java: Fixed messages context use in automobile controller.
mauro
-
[waffle-scm] [441] trunk/waffle-core/src/test/java/org/codehaus/waffle/servlet: Refactored WaffleServlet not to have errors and messages context as instance variable to ensure thread-safety.
mauro
-
[waffle-scm] [440] trunk/examples/simple-example/resources: Refactored WaffleServlet to expose messages in request after method execution.
mauro
-
[waffle-scm] [439] trunk/waffle-core/src/test/java/org/codehaus/waffle/i18n: Corrected method name in MessagesContext.
mauro
-
[waffle-scm] [438] trunk/waffle-core/src/main/java/org/codehaus/waffle: WAFFLE-42: Added ErrorsContext to component registry.
mauro
-
[waffle-scm] [437] trunk/waffle-core/src/main/java/org/codehaus/waffle: WAFFLE-41: Added MessagesContext.
mauro
-
[waffle-scm] [436] trunk/waffle-core/src/main/java/org/codehaus/waffle/controller/ContextControllerDefinitionFactory.java: Updated error messages.
mauro
-
[waffle-scm] [435] trunk/.classpath: Updated output dir.
mauro
-
[waffle-scm] [434] trunk/pom.xml: Reverted to using released version of surefire with junit:junit dependency.
mauro
-
[waffle-scm] [433] trunk/examples/simple-example/src/main/java/org/codehaus/waffle/example/simple: Tidying up simple example validation so that the behaviour is the same as when using the validator.
mauro
-
[waffle-scm] [432] trunk/examples/simple-example/src/main/java/org/codehaus/waffle/example/simple: Commented out use of automobile controller validator to show example of in-controller validation.
mauro
-
[waffle-scm] [431] trunk/pom.xml: Upgraded to released version of rspec-maven-plugin.
mauro
-
[waffle-scm] [430] trunk/waffle-distribution/src/site/content/release-notes.html: Updated release notes.
mauro
-
[waffle-scm] [429] trunk/waffle-distribution/src/site/content/validation.html: Updated validation docs.
mauro
-
[waffle-scm] [428] trunk/waffle-core/src/main/java/org/codehaus/waffle/monitor: Improved monitoring of missing controller validator.
mauro
-
[waffle-scm] [427] trunk/waffle-core/src/main/java/org/codehaus/waffle/monitor: Ensured validation method can be found in controller if validator instance is not found.
mauro
-
[waffle-scm] [426] trunk/waffle-core/src/main/java/org/codehaus/waffle/servlet/WaffleServlet.java: Use static string constants where possible.
mauro
-
[waffle-scm] [425] trunk/waffle-core/src/test/java/org/codehaus/waffle/validation: Make test use default suffix value to ensure refactoring if it changes.
mauro
-
[waffle-scm] [424] trunk/examples/simple-example/resources: WAFFLE-39: Updated taglib functions to expose all ErrorsContext methods.
mauro
-
[waffle-scm] [423] trunk/pom.xml: Upgraded to latest rspec plugin snapshot, which is compatible with jruby 1.0.x and 1.1b1.
mauro
-
[waffle-scm] [422] trunk/waffle-distribution/src/site/content: Made validator suffix configurable.
mauro
-
[waffle-scm] [421] trunk/waffle-taglib/src/test/java/org/codehaus/waffle/taglib: WAFFLE-38: Introduced ErrorMessage.Type enum with values BIND, FIELD and GLOBAL.
mauro
-
[waffle-scm] [420] trunk/examples/simple-example/resources/index.html: Added automobile example
mauro
-
[waffle-scm] [419] trunk/examples/jruby-example/src/main/webapp/WEB-INF/web.xml: WAFFLE-34: Updated RubyDataBinder package
mauro
-
[waffle-scm] [418] trunk/waffle-distribution/src/site/content/validation.html: Updated references of Errors -> ErrorsContext.
mauro
-
[waffle-scm] [417] trunk/waffle-distribution/src/site/content: Split binding and validation documentation pages.
mauro
-
[waffle-scm] [416] trunk/waffle-distribution/src/site/content/release-notes.html: Updated migration notes
mauro
-
[waffle-scm] [415] trunk/waffle-distribution/src/site/content/release-notes.html: Updated release notes.
mauro
-
[waffle-scm] [414] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: WAFFLE-34: Moved RubyDataBinder to o.c.w.bind.ognl package as it extends OgnlDataBinder.
mauro
-
[waffle-scm] [413] trunk/waffle-core/src/main/java/org/codehaus/waffle/action: WAFFLE-35: Added AbstractOgnlMethodDefinitionFinder as intermediate abstract class between AbstractMethodDefinitionFinder and its concrete implementation
mauro
-
[waffle-scm] [412] trunk/pom.xml: Added plugin configuration.
mauro
-
[waffle-scm] [411] trunk/waffle-distribution/src/site/content: Made OgnlValueConverterFinder always default to OgnlValueConverter if no other converters are defined.
mauro
-
[waffle-scm] [409] trunk: Updated to use latest (timestamped) 2.4-SNAPSHOT of surefire plugin to allow configuration of junitArtifactName: now using junit:junit-dep coming from jmock-junit4.
mauro
-
[waffle-scm] [408] trunk/waffle-distribution/src/site/content/binding-validation.html: Updated binding documentation.
mauro
-
[waffle-scm] [407] trunk/examples/simple-example/src/main/webapp/WEB-INF: Updated ValueConverter configuration in examples.
mauro
-
[waffle-scm] [406] trunk/waffle-distribution/src/site/content: WAFFLE-33: updated docs.
mauro
-
[waffle-scm] [405] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: Refactored ValueConverter to not declare runtime BindException - but document it in javadoc.
mauro
-
[waffle-scm] [404] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: Made DefaultValueConverterFinder use OgnlValueConverter as default converter is none are specified.
mauro
-
[waffle-scm] [403] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: Fixed RubyDataBinder constructor.
mauro
-
[waffle-scm] [401] trunk/waffle-core/src/main/java/org/codehaus/waffle/bind: Extracted ValueConverterFinder from DelegatingTypeConverter.
mauro
-
[waffle-scm] [400] trunk/waffle-distribution/src/site/content: Renamed OgnlTypeConverter to DelegatingTypeConverter
mauro
-
[waffle-scm] [399] trunk/waffle-distribution/src/site/content: WAFFLE-32: Renamed WaffleTypeConverter to ValueConverter
mauro
-
[waffle-scm] [398] trunk: Updated POMs and BUILD.txt to reflect new layout.
mauro
-
[waffle-scm] [397] trunk/.classpath: Updated classpath to new layout.
mauro
-
[waffle-scm] [396] trunk/integration: Moved integration/taglib-acceptance to integration/waffle-taglib
mauro
-
[waffle-scm] [395] trunk: Renamed extensions to integration
mauro
-
[waffle-scm] [394] trunk: Moved extensions/taglib to waffle-taglib
mauro
-
[waffle-scm] [393] trunk: Moved extensions/mock to waffle-mock
mauro
-
[waffle-scm] [392] trunk: Renamed distribution to waffle-distribution
mauro
-
[waffle-scm] [391] trunk: Renamed core to waffle-core
mauro
-
[waffle-scm] [390] tags/pre-layout-restructure/: Created tags/pre-layout-restructure from rev 389
mauro
-
[waffle-scm] [389] trunk/distribution/src/site/content: Updated downloads page to document Maven 2 dependencies.
mauro
-
[waffle-scm] [386] trunk/distribution/src/site/content: Added docs for monitors.
mauro
-
[waffle-scm] [387] trunk/examples/simple-example/src/main/webapp/WEB-INF: Added example of how to override monitor levels in a custom monitor.
mauro
-
[waffle-scm] [388] trunk/distribution/src/site/content: Added ConsoleMonitor.
mauro
-
[waffle-scm] [385] trunk/core/src/main/java/org/codehaus/waffle/context/pico/PicoComponentRegistry.java: Used context classloader to load classes.
mauro
-
[waffle-scm] [384] trunk/core/src/main/java/org/codehaus/waffle: Added validation and view monitors.
mauro
-
[waffle-scm] [381] trunk/core/src/main/java/org/codehaus/waffle/monitor: Implemented RegistrarMonitor methods in AbstractWritingMonitor.
mauro
-
[waffle-scm] [383] trunk/core/src/main/java/org/codehaus/waffle: Added ControllerMonitor.
mauro
-
[waffle-scm] [382] trunk/core/src/main/java/org/codehaus/waffle: Added ContextMonitor.
mauro
-
[waffle-scm] [380] trunk/core/src/main/java/org/codehaus/waffle: Added RegistrarMonitor.
mauro
-
[waffle-scm] [379] trunk/core/src/main/java/org/codehaus/waffle/view/View.java: Renamed View#getFromController() to View#getController(), as there are no more than one controller.
mauro
-
[waffle-scm] [378] trunk/distribution/src/site/content/pluggability.html: updated docs for pluggability
mward
-
[waffle-scm] [376] trunk/core/src/main/java/org/codehaus/waffle/monitor/CommonsLoggingMonitor.java: Inlined.
mauro
-
[waffle-scm] [377] trunk/core/src/main/java/org/codehaus/waffle/monitor: More inlining.
mauro
-
[waffle-scm] [375] trunk/core/src/main/java/org/codehaus/waffle/monitor/CommonsLoggingMonitor.java: Added message formatting for [WAFFLE] prefix.
mauro
-
[waffle-scm] [374] trunk/examples/simple-example: updated CommonsLoggingMonitor to prefix message with '[WAFFLE]: '
mward
-
[waffle-scm] [373] trunk: Updated eclipse classpath and distribution following removal of webcontainer module.
mauro
-
[waffle-scm] [372] trunk/extensions/webcontainer/: removing empty folders (webcontainer)
mward
-
[waffle-scm] [370] trunk/core/src/main/java/org/codehaus/waffle: Added ServletMonitor
mauro
-
[waffle-scm] [369] trunk: Updated front-page description.
mauro
-
[waffle-scm] [368] trunk/distribution/src/site/content: Added release notes.
mauro
-
[waffle-scm] [366] trunk/distribution/src/site/content/sitemap.xml: Fixed typo.
mauro
-
[waffle-scm] [365] trunk: Updated docs to include javadocs of all modules.
mauro
-
[waffle-scm] [364] trunk/distribution/src/site/content/dependencies.html: Removed obsolete content file, renmant from the autogenerated site.
mauro
-
[waffle-scm] [363] trunk: Removed jMock 1.x support, rendered obsolete by jMock 2.x.
mauro
-
[waffle-scm] [362] trunk: Renamed reactor artifactId to waffle and core artifactId to waffle-core.
mauro
-
[waffle-scm] [361] trunk/core/src/main/java/org/codehaus/waffle/bind: Refactored writing monitor to make the levels and the templates configurable and overridable by sub-classes.
mauro
-
[waffle-scm] [360] trunk/core/src/main/java/org/codehaus/waffle/servlet: Added @SuppressWarnings("serial") to servlets.
mauro
-
[waffle-scm] [359] trunk/core/src/test/java/org/codehaus/waffle/action: Added monitoring to DefaultInterceptorChain and InterceptingActionMethodExecutor.
mauro
-
[waffle-scm] [358] trunk/core/src/test/java/org/codehaus/waffle/action: Added monitoring to DefaultActionMethodResponseHandler.
mauro
-
[waffle-scm] [357] trunk/core/src/main/java/org/codehaus/waffle/action: Renamed action monitor method for consistency.
mauro
-
[waffle-scm] [356] trunk/core/src/test/java/org/codehaus/waffle/action: Added monitoring to WaffleServlet and HierarchicalArgumentResolver.
mauro
-
[waffle-scm] [355] trunk/core/src/main/java/org/codehaus/waffle/action/intercept/MethodInterceptorComparator.java: Added @SuppressWarnings("serial") to comparators.
mauro
-
[waffle-scm] [354] trunk/core/src/main/java/org/codehaus/waffle: Added @SuppressWarnings("serial") to exceptions.
mauro
-
[waffle-scm] [353] trunk/core/src/main/java/org/codehaus/waffle/action: Renamed default impl of interceptor chain.
mauro
-
[waffle-scm] [352] trunk/core/src/main/java/org/codehaus/waffle: Renamed ActionMonitor instances and parameters names to actionMonitor render more explicit the nature of the monitor.
mauro
-
[waffle-scm] [351] trunk/core/src/main/java/org/codehaus/waffle: Added monitoring for bind components.
mauro
-
[waffle-scm] [350] trunk/plugins/: Removed empty plugins dir.
mauro
-
[waffle-scm] [349] trunk/pom.xml: Upgraded to jMock 2.4.0/JUnit 4.4 (which caveat of using junit:junit instead of junit:junit-dep).
mauro
-
[waffle-scm] [348] trunk/pom.xml: Removed jMock 1.x dependency from reactor.
mauro
-
[waffle-scm] [347] trunk: Upgraded example tests to JUnit 4.x
mauro
-
[waffle-scm] [346] trunk/.classpath: Updated eclipse .classpath to include core ruby and test resources.
mauro
-
[waffle-scm] [345] trunk/core/src/test/java/org/codehaus/waffle/bind/OgnlTypeConverterTest.java: Use autoboxing.
mauro
-
[waffle-scm] [344] trunk/core/src/main/java/org/codehaus/waffle/registrar/mock/: Removed empty dir.
mauro
-
[waffle-scm] [343] trunk: Moved Abstract*RegistrarTestCase classes to waffle-mock extension.
mauro
-
[waffle-scm] [342] trunk/core/src/main/ruby/org/codehaus/waffle: fixed several potential bugs (thanks to findbugs)
mward
-
[waffle-scm] [340] trunk/core/src/test/java/org/codehaus/waffle/action: Migrated or completed migration of other unit tests to jMock 2.
mauro
-
[waffle-scm] [338] trunk/core/src/test/java/org/codehaus/waffle/bind: Migrated or completed migration of other unit tests to jMock 2.
mauro
-
[waffle-scm] [336] trunk/examples: Added examples of usage of PicoRegistrarMockery.
mauro
-
[waffle-scm] [335] trunk: Added waffle-mock extension module with Abstract/PicoRegistrarMockery to mirror Abstract/PicoRegistrarTestCase.
mauro
-
[waffle-scm] [334] trunk/core/src/test/java/org/codehaus/waffle/view: Migrated or completed migration of other unit tests to jMock 2.
mauro
-
[waffle-scm] [333] trunk/core/src/test/java/org/codehaus/waffle/i18n: Migrated controller and i18n unit tests to jMock 2.
mauro
-
[waffle-scm] [332] trunk/core/src/main/java/org/codehaus/waffle/monitor: Re-styled.
mauro
-
[waffle-scm] [331] trunk/core/src/test/java/org/codehaus/waffle/i18n: Dropped Default from MessageResourcesConfiguration interface name - as it usually implies it being an implementation.
mauro
-
[waffle-scm] [330] trunk/core/src/test/java/org/codehaus/waffle/monitor: Refactored MonitorLevel to be an inner Level enum of Monitor interface.
mauro
-
[waffle-scm] [329] trunk: Excluded (unused) invalid transitive dependency openejb-loader.
mauro
-
[waffle-scm] [328] trunk: Updated to paranamer-1.1.
mauro
-
[waffle-scm] [327] trunk: Updated eclipse classpath to include libs required by examples.
mauro
-
[waffle-scm] [326] trunk/pom.xml: Removed examples from the default module configuration.
mauro
-
[waffle-scm] [325] trunk/core/src/main/java/org/codehaus/waffle/servlet/WaffleXMLServlet.java: removed unused code
mward
-
[waffle-scm] [324] trunk: Updated waffle servlet to follow Post/Redirect/Get design pattern when handling actions that return null (or have void return type) when the request is a POST
mward
-
[waffle-scm] [323] trunk/distribution/src/site/content: refactored out the use of a DispatchAssistant
mward
-
[waffle-scm] [322] trunk/core/src/main/java/org/codehaus/waffle/action: Updated InterceptorChainImplTest to use JUnit4 format
mward
-
[waffle-scm] [321] trunk/core/src/test/java/org/codehaus/waffle/action: DefaultActionMethodResponseHandler will process ActionMethodExceptions so that response status code will be set correctly
mward
-
[waffle-scm] [320] trunk/core/src/test/java/org/codehaus/waffle/action: updated InterceptingActionMethodExecutor to handle ActionMethodExceptions
mward
-
[waffle-scm] [319] trunk: refactored test to JUnit 4 style
mward
-
[waffle-scm] [318] trunk/Rakefile.rb: removed Rakefile, which is not being used
mward
-
[waffle-scm] [317] trunk: Updated selenium java client dependency.
mauro
-
[waffle-scm] [312] trunk/examples/jruby-example/src/main/ruby: JRuby's RaiseException from a Ruby controller will throw a MethodInvocationException (which returns a 500 error).
mward
-
[waffle-scm] [311] trunk/core/src/main/java/org/codehaus/waffle/registrar: created a new RubyAwareRegistrar interface as well as an associated Abstract implementation
mward
-
[waffle-scm] [310] trunk/examples/jruby-example: updated intellij modules for web examples to reference jstl and standard taglib jars.
mward
-
[waffle-scm] [309] trunk/distribution/src/site/content/examples: Fixed typos.
mauro
-
[waffle-scm] [308] trunk/core: updated paranmer and simple example to fix minor issues.
mward
-
[waffle-scm] [307] trunk/examples/jruby-example/resources: updated person.rhtml example to utilize partial page (ERB)
mward
-
[waffle-scm] [306] trunk/examples/jruby-example/src/main/webapp/WEB-INF/web.xml: setting default view suffix to *.rhtml for jruby example
mward
-
[waffle-scm] [305] trunk/core/src/main/ruby/org/codehaus/waffle: fixed ERB::Util#partial to use File.exist? instead of Kernel.test which apparently does not work correctly in JRuby
mward
-
[waffle-scm] [304] trunk/core/src/main/ruby/org/codehaus/waffle: Implemented support for partial pages through ERB (rhtml).
mward
-
[waffle-scm] [303] trunk/examples/jruby-example: fixed call to refection call RubyController.execute, method no longer has any arguments
mward
-
[waffle-scm] [302] trunk: ERB::Util is now mixed in from RubyScriptComponentAdapter instead of from RhtmlServlet.
mward
-
[waffle-scm] [301] trunk/distribution/src/site/templates: update tutorials, content was out of date and causing confusion
mward
-
[waffle-scm] [300] trunk/pom.xml: Updated to latest jMock release.
mauro
-
[waffle-scm] [299] trunk/distribution/src/site/content: Updated download page and last publish date.
mauro
-
[waffle-scm] [298] trunk: [maven-release-plugin] prepare for next development iteration
mauro
-
[waffle-scm] [296] trunk: [maven-release-plugin] prepare release waffle-1.0-beta-1
mauro
-
[waffle-scm] [295] trunk: Updated to stable releases of nanocontainer and rspec-maven-plugin
mauro
-
[waffle-scm] [294] trunk/distribution/src/site/content/source-repository.html: Fixed SVN URLs.
mauro
-
[waffle-scm] [293] trunk/examples/mydvds-example/resources: added default view suffix and (new) users validation
fabio . kung
-
[waffle-scm] [292] trunk/examples/mydvds-example/src/main/webapp/WEB-INF/web.xml: fixed code style and added default view suffix
fabio . kung
-
[waffle-scm] [291] trunk/extensions/taglib-acceptance/src/main/webapp: fixing bug where select tag content cannot be null
gas