Commit Graph

1804 Commits

Author SHA1 Message Date
Scott Andrews
6a3ca618eb SWF-897 Merging Transitions doens't consider on-exceptions
on-exception will now be factored in when determining if a transition can be merged
2008-10-24 15:15:14 +00:00
Scott Andrews
5ee6f22ad6 SWF-921 Allow setting of cache seconds in ResourceServlet
Introduced 'cacheTimeout' property as the number of seconds to cache.  Setting to zero disabled caching.
2008-10-24 13:56:25 +00:00
Scott Andrews
52a89397d9 SWF-566 Make org.springframework.js.resource.ResourceServlet more reusable
setAllowedResourcePaths now accepts a comma separated String instead of String[].  This has better compatibility with HttpServletBean.

Added support for Ant style wildcard compressed mime types. "text/*" is now the default.  This property is configurable with setCompressedMimeType, accepting a comma separated String.
2008-10-23 19:55:17 +00:00
Keith Donald
c85cb61157 simplification 2008-10-20 15:58:47 +00:00
Keith Donald
d6bee20034 polish 2008-10-20 15:48:47 +00:00
Keith Donald
3d1fee3d36 2.0.4.A 2008-10-20 15:36:28 +00:00
Scott Andrews
7507cda621 SWF-916 AjaxTilesView fails for nested tiles-definition in case of an ajaxRequest
Always add the current definition to the attribute map, even if it is a nested tiles definition.  The mvc sample has been updated to use a nested tiles definition that is used for an ajax partial render.
2008-10-20 15:29:41 +00:00
Keith Donald
db1f88c6f4 polish 2008-10-20 15:22:25 +00:00
Keith Donald
439a23eb03 isEnum bug workaround 2008-10-20 15:16:09 +00:00
Keith Donald
a9ec68195f test mvn install 2008-10-20 15:12:08 +00:00
Keith Donald
26da0091c1 polish 2008-10-20 14:37:39 +00:00
Keith Donald
086f2fa633 pom polish 2008-10-20 14:29:57 +00:00
Scott Andrews
4a03959895 SWF-917 ResourceServlet crash and add "Error 500" at the end of the streamed resource
Applied fix proposed in JIRA
2008-10-20 14:23:08 +00:00
Ben Hale
2ae278e07f Updated spring-build and the publish-package target to be more friendly with automated download page 2008-10-20 10:33:38 +00:00
Keith Donald
23f76f75a6 preparing for release 2008-10-17 22:16:01 +00:00
Keith Donald
7f285e2e8c project home 2008-10-17 22:14:43 +00:00
Keith Donald
b1ecc97c2e 2.0.4 2008-10-17 22:07:25 +00:00
Keith Donald
1967e96e96 polish 2008-10-17 22:00:17 +00:00
Keith Donald
e22a042f92 polish 2008-10-17 21:56:55 +00:00
Keith Donald
527a478aa4 polish 2008-10-17 21:54:01 +00:00
Keith Donald
1eb8c8a237 polish 2008-10-17 21:51:36 +00:00
Keith Donald
b6cbcdf7c8 polish 2008-10-17 21:46:41 +00:00
Keith Donald
df7f064197 polish 2008-10-17 21:27:45 +00:00
Keith Donald
6d3f37ce9c polish 2008-10-17 20:12:26 +00:00
Keith Donald
2277661b36 oct 2008-10-17 19:37:46 +00:00
Keith Donald
e16c6ed21d polish 2008-10-17 19:35:06 +00:00
Scott Andrews
ae6b1c0253 documentation for SWF-909 2008-10-17 19:20:38 +00:00
Keith Donald
587c3c061e polish 2008-10-17 16:34:30 +00:00
Keith Donald
567f5da88a polish 2008-10-17 16:22:20 +00:00
Keith Donald
3a157ce8a7 Factored out default flow registry for clarity 2008-10-17 16:11:05 +00:00
Keith Donald
9e115f7aac getModelResource is required to return non-null on FlowModelHolder 2008-10-17 15:39:11 +00:00
Keith Donald
2e6d19f4af polish 2008-10-17 14:31:36 +00:00
Keith Donald
375c8dbffb code polish 2008-10-17 14:26:29 +00:00
Scott Andrews
8fb8d3437c documenting SWF-735 2008-10-17 14:25:04 +00:00
Keith Donald
9a5060c85b polish 2008-10-16 22:11:46 +00:00
Keith Donald
b505baccea doc polish 2008-10-16 22:09:50 +00:00
Keith Donald
899ebc780c tabs only 2008-10-16 16:22:55 +00:00
Scott Andrews
61890d354d tighten DI requirements for model and requestcontext. No longer attempt to find a bean validator is the modelName has no text 2008-10-15 21:20:53 +00:00
Keith Donald
855182fb0b polish 2008-10-15 21:05:22 +00:00
Scott Andrews
61c405b295 SWF-735 provide additional context to vaidation methods invoked by convention 2008-10-15 20:26:51 +00:00
Agim Emruli
5b9cd000b0 reverted poms to use dependencies from the central repo only 2008-10-15 08:13:19 +00:00
Scott Andrews
7b4a3d25f6 SWF-909
Default flow id will be the path to the flow definition resource if a 'base-path' is provided on the flow-registry.  Otherwise the current convension of filename minus extension is used.  Flow locations are defined relative to the base-path
2008-10-14 22:43:35 +00:00
Scott Andrews
4fb4c65280 SWF-909
Default flow id will be the path to the flow definition resource if a 'base-path' is provided on the flow-registry.  Otherwise the current convension of filename minus extension is used.  Flow locations are defined relative to the base-path
2008-10-14 22:22:20 +00:00
Jeremy Grelle
43bb9d215a SWF-890 - RichFacesAjaxHandler does not correctly deal with FacesContext.getCurrentInstance() being null 2008-10-14 14:30:21 +00:00
Jeremy Grelle
3d9525cd50 SWF-851 - Spring.remoting.submitForm hard-codes a POST 2008-10-14 14:20:29 +00:00
Jeremy Grelle
addca24e6a SWF-844 - Dojo DateTextBox locale-specific formatting is not progressive
SWF-853 - Decorating a form submit button as a ajax submit with a validate-all submission constraint should be easier  
SWF-910 - Make the clientDateValidator JSF component more flexible
2008-10-14 13:45:47 +00:00
Scott Andrews
f19dddd6f0 polish portlet docs for external redirects 2008-10-13 21:33:37 +00:00
Scott Andrews
d9592a7957 SWF-765 throw an IllegalStateException if a redirect is requested on a portlet render request. Only the portlet action request supports redirects 2008-10-13 19:30:09 +00:00
Jeremy Grelle
8b5a88376a SWF-906 - Upgrade to Dojo 1.2 - Clean Commit 2008-10-13 18:12:53 +00:00
Jeremy Grelle
98437b9005 SWF-906 - Upgrade to Dojo 1.2 - Clean Commit 2008-10-13 17:51:21 +00:00