Commit Graph

1849 Commits

Author SHA1 Message Date
Keith Donald
950469ba2f updated 2008-11-10 23:26:01 +00:00
Keith Donald
0098da1d3e 2008-11-10 23:25:03 +00:00
Keith Donald
89c3f6299c to 2.0.5 2008-11-10 23:21:11 +00:00
Keith Donald
acdfc7a45c polish 2008-11-10 23:14:56 +00:00
Keith Donald
128c7411c1 polish 2008-11-10 23:14:20 +00:00
Keith Donald
a3d78151a0 hid ResultEventFactorySelector 2008-11-10 21:39:08 +00:00
Keith Donald
34192a14bf empty string handling 2008-11-10 21:26:24 +00:00
Keith Donald
ef915ac10b conversation to flow 2008-11-10 20:05:35 +00:00
Scott Andrews
fac2079486 SWF-948 Base path behavior inconsistent between flow-location and flow-location-pattern
Now appending a tailing slash, if needed, to the base path when creating a relative resource.  This works for both file system and classpath resources.
2008-11-10 19:48:48 +00:00
Jeremy Grelle
23e1a97297 SWF-937 - Decorating by ValidateAllDecoration non existing element causes js error with no console help. 2008-11-10 18:22:27 +00:00
Keith Donald
602ecb7b37 doc polish 2008-11-10 18:16:34 +00:00
Agim Emruli
9c9aea2670 renamed class and added some more docs 2008-11-10 18:10:18 +00:00
Keith Donald
4ab1be0aa2 restored 2008-11-10 18:01:08 +00:00
Keith Donald
e2e90910fc polish docs 2008-11-10 17:56:05 +00:00
Agim Emruli
1f4f323704 SWF-939 - Locating of flow definitions broken when base-path not being used 2008-11-10 17:07:06 +00:00
Scott Andrews
92a6c670d0 SWF-944 Show the usage of <secured> element in some context
Added an  example showing how to secure a state
2008-11-10 15:55:22 +00:00
Jeremy Grelle
02f5094616 SWF-941 - Handling whitespace correctly in the fragments attribute. 2008-11-10 15:21:44 +00:00
Scott Andrews
c972fc7c4c SWF-941 Multiple Fragments not rendering
Restored rendering of multiple page fragments
2008-11-10 15:12:14 +00:00
Keith Donald
0fcf816aaa polish 2008-11-05 12:52:38 +00:00
Keith Donald
a2efdab2f4 1.2.0.09 2008-11-05 12:51:16 +00:00
Keith Donald
cfd10858d6 polish 2008-11-05 12:49:28 +00:00
Keith Donald
24cd27ce7c changelog 2008-11-05 12:43:19 +00:00
Keith Donald
12efaf3499 unit tests for registry destroy enhancement 2008-11-05 12:18:41 +00:00
Keith Donald
d8af9185d4 polish 2008-11-05 11:59:07 +00:00
Keith Donald
cee30f62ee code review of ams fix 2008-11-05 11:55:16 +00:00
Scott Andrews
9bf63fa36d first pass at change log for 2.0.4 2008-11-04 19:44:06 +00:00
Scott Andrews
becc965847 SWF-929 Flow ApplicationContext is never closed - causes AMS to leave MBeans behind 2008-11-04 17:20:09 +00:00
Jeremy Grelle
f681d51910 Ajax-enabled the sorting links now that we've upgraded to JSF RI 1.2.09 2008-11-04 17:08:14 +00:00
Scott Andrews
b6170bb15a syncing version numbers for dependencies 2008-11-04 14:29:15 +00:00
Keith Donald
0ae67dc7ea polish 2008-11-04 13:15:26 +00:00
Keith Donald
e11805f061 a bit more about exception handling 2008-11-04 13:02:54 +00:00
Keith Donald
9751f74927 nov 2008-11-04 12:38:07 +00:00
Keith Donald
42efdc9a38 2.5.6 2008-11-04 12:15:27 +00:00
Keith Donald
ed67d269c0 cause linking tests and improvements 2008-11-04 12:10:16 +00:00
Keith Donald
4014d389ef eclipse classpath fix for 2.5.6; now handling ConversionException root class for ValueCoersion scenarios--moved catch logic closer to where exception was thrown 2008-11-04 11:51:03 +00:00
Scott Andrews
7b8cf2e953 SWF-930 Development mode flag not set for flows registered using flow-location-pattern
Pattern locations now accepts an AttribtueMap for flow attributes.  This map is passed to each flow resource found by the pattern.
2008-11-03 14:39:57 +00:00
Keith Donald
49d1679b16 2.5.6 2008-11-03 10:59:12 +00:00
Scott Andrews
4c3c1158f5 SWF-928 Evaluation exceptions caused by type conversion errors within target Expression of a data mapping not treating as a type conversion error
SWF-780 Transition on-exception not handled with ognl

Introduced ValueCoercionException as a subclass of EvaluationException for type conversion failures.  OGNL exceptions will no longer be wrapped directly,  the reason for the ognl exception will be passed instead.
2008-10-31 22:33:38 +00:00
Scott Andrews
987e14bcca error message should show correct date format 2008-10-31 20:27:22 +00:00
Ben Hale
4d90dba2c8 Fix javax.el version. 2008-10-31 14:47:13 +00:00
Scott Andrews
5249645677 removed unsafe java 5 methods to maintain 1.4 runtime compatibility 2008-10-29 15:52:36 +00:00
Scott Andrews
d153ee0c0c removed java 5 method call 2008-10-29 15:26:51 +00:00
Scott Andrews
108840248a SWF-926 XmlFlowModelBuilder uses java 1.5 String.contains() method (not compatible with jre 1.4)
removed call to java 5 method
2008-10-29 15:21:49 +00:00
Scott Andrews
c664c7e73c SWF-923 Global Transitions don't fire listeners
Applied fix suggested in jira.  Global transitions now execute on the request context instead of directly on the transition.  This allows the flow execution listener to hook in like a normal transition.
2008-10-27 18:38:04 +00:00
Jeremy Grelle
25427a1e09 SWF-853 - Original fix did not work in IE. Now using Dojo's pub/sub mechanism to propagate validation success/failure to interested listeners. 2008-10-24 17:30:45 +00:00
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