|
| 1.19 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | JBSEAM-267 |
| 1.4 | modified | sbryzak2 | src/test/misc/org/jboss/seam/test/RemotingTest.java | Added unit tests for remoting constraints, re-organized some remoting classes for greater flexibility |
| 1.15 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/ExecutionHandler.java | Added unit tests for remoting constraints, re-organized some remoting classes for greater flexibility |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/MarshalUtils.java | Added unit tests for remoting constraints, re-organized some remoting classes for greater flexibility |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/CallContext.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.14 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/ExecutionHandler.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.5 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/PollHandler.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.18 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/BagWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/BaseWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.8 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/BeanWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/MapWrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/Wrapper.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.3 | modified | sbryzak2 | src/test/misc/org/jboss/seam/test/RemotingTest.java | Apply constraints to collections and maps. Updated unit tests for NumberWrapper |
| 1.2 | modified | gavin | src/ui/org/jboss/seam/ui/UISelection.java | more robust datamodelselection from s:link |
| 1.5 | modified | gavin | src/main/org/jboss/seam/util/Reflections.java | allow config via instvars or lonely setter methods |
| 1.3 | modified | gavin | src/main/org/jboss/seam/util/Conversions.java | much more elegant impl |
| 1.2 | modified | gavin | src/main/org/jboss/seam/util/Conversions.java | support maps |
| 1.1 | added | gavin | src/main/org/jboss/seam/util/Conversions.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
| 1.4 | modified | gavin | src/main/org/jboss/seam/util/Reflections.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
| 1.3 | deleted | gavin | src/main/org/jboss/seam/util/SetPropertyEditor.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
| 1.5 | deleted | gavin | src/main/org/jboss/seam/util/StringArrayPropertyEditor.java | enhancements to components.xml:support <value> elementsupport #{...}support collections of non-string elements |
| 1.27 | modified | gavin | src/test/misc/org/jboss/seam/test/InitializationTest.java | fix tests |
| 1.22 | modified | gavin | src/test/misc/org/jboss/seam/test/InterceptorTest.java | fix tests |
| 1.5 | modified | gavin | src/main/org/jboss/seam/jsf/SeamExtendedManagedPersistencePortletPhaseListener.java | fixed some problems with tx mgmt |
| 1.82 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPhaseListener.java | fixed some problems with tx mgmt |
| 1.9 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPortletPhaseListener.java | fixed some problems with tx mgmt |
| 1.2 | modified | gavin | src/main/org/jboss/seam/pageflow/Page.java | let pageflows define no-conversation-view-id |
| 1.2 | modified | gavin | src/ui/org/jboss/seam/ui/UIConversationIsLongRunning.java | oops |
| 1.1 | added | gavin | src/ui/org/jboss/seam/ui/UIConversationIsLongRunning.java | replacement approach for @Conversational |
| 1.13 | modified | gavin | src/main/org/jboss/seam/remoting/ExecutionHandler.java | replacement functionality for @Conversational |
| 1.7 | modified | gavin | src/main/org/jboss/seam/remoting/SubscriptionHandler.java | replacement functionality for @Conversational |
| 1.5 | modified | gavin | src/main/org/jboss/seam/servlet/SeamRedirectFilter.java | replacement functionality for @Conversational |
| 1.9 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlLink.java | replacement functionality for @Conversational |
| 1.17 | modified | gavin | src/main/org/jboss/seam/servlet/SeamExceptionFilter.java | minor |
| 1.16 | modified | gavin | src/main/org/jboss/seam/servlet/SeamExceptionFilter.java | minor |
| 1.15 | modified | gavin | src/main/org/jboss/seam/servlet/SeamExceptionFilter.java | new exception handling functionality |
| 1.1 | added | tbaeyens | src/test/misc/org/jboss/seam/test/PageflowConfigurationTest.java | moved pageflow impl to seam sources: JBSEAM-272 |
| 1.2 | modified | tbaeyens | src/test/misc/org/jboss/seam/test/PageflowTest.java | moved pageflow impl to seam sources: JBSEAM-272 |
| 1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/Page.java | moved pageflow impl to seam sources: JBSEAM-272 |
| 1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/PageflowHelper.java | moved pageflow impl to seam sources: JBSEAM-272 |
| 1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/PageflowParser.java | moved pageflow impl to seam sources: JBSEAM-272 |
| 1.1 | added | tbaeyens | src/main/org/jboss/seam/pageflow/jbpm.pageflow.cfg.xml | moved pageflow impl to seam sources: JBSEAM-272 |
| 1.8 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlLink.java | applied JBSEAM-282 by Goran Ehrsson |
| 1.81 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPhaseListener.java | ws |
| 1.15 | modified | gavin | src/main/org/jboss/seam/jsf/SeamVariableResolver.java | fix JBSEAM-283 |
| 1.2 | modified | gavin | src/ui/org/jboss/seam/ui/UIConversationId.java | org.jboss.seam.core.manager.conversationIdParameter |
| 1.80 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPhaseListener.java | fix a bug with backbutton handling, related to JBSEAM-284, add concept of render parameters |
| 1.8 | modified | gavin | src/main/org/jboss/seam/jsf/SeamPortletPhaseListener.java | fix a bug with backbutton handling, related to JBSEAM-284, add concept of render parameters |
| 1.4 | modified | gavin | src/main/org/jboss/seam/servlet/SeamRedirectFilter.java | fix a bug with backbutton handling, related to JBSEAM-284, add concept of render parameters |