|
| 1.2 | modified | gavin | src/main/org/jboss/seam/core/LocaleSelector.java | fixed bug |
| 1.6 | modified | gavin | src/main/org/jboss/seam/core/FacesMessages.java | improvements to design of i18n stuff |
| 1.2 | modified | gavin | src/main/org/jboss/seam/core/Locale.java | improvements to design of i18n stuff |
| 1.1 | added | gavin | src/main/org/jboss/seam/core/LocaleSelector.java | improvements to design of i18n stuff |
| 1.12 | modified | gavin | src/main/org/jboss/seam/core/Pageflow.java | improvements to design of i18n stuff |
| 1.6 | modified | gavin | src/main/org/jboss/seam/core/ResourceBundle.java | improvements to design of i18n stuff |
| 1.44 | modified | gavin | src/main/org/jboss/seam/init/Initialization.java | improvements to design of i18n stuff |
| 1.33 | modified | gavin | src/main/org/jboss/seam/interceptors/ConversationInterceptor.java | improvements to design of i18n stuff |
| 1.16 | modified | gavin | src/test/misc/org/jboss/seam/test/InitializationTest.java | improvements to design of i18n stuff |
| 1.5 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/ExecutionHandler.java | Reinstated conversation before unmarshaling remote call |
| 1.5 | modified | gavin | src/main/org/jboss/seam/remoting/SeamRemotingServlet.java | removed noise |
| 1.3 | modified | gavin | src/main/org/jboss/seam/remoting/SubscriptionHandler.java | removed noise |
| 1.15 | modified | gavin | src/test/misc/org/jboss/seam/test/InitializationTest.java | fix test |
| 1.2 | modified | gavin | src/main/org/jboss/seam/util/Template.java | remove unnecessary code |
| 1.5 | modified | gavin | src/main/org/jboss/seam/core/FacesMessages.java | JBSEAM-165locale is now switchabletemplated messages for the UI |
| 1.1 | added | gavin | src/main/org/jboss/seam/core/Locale.java | JBSEAM-165locale is now switchabletemplated messages for the UI |
| 1.1 | added | gavin | src/main/org/jboss/seam/core/Messages.java | JBSEAM-165locale is now switchabletemplated messages for the UI |
| 1.5 | modified | gavin | src/main/org/jboss/seam/core/Pages.java | JBSEAM-165locale is now switchabletemplated messages for the UI |
| 1.5 | modified | gavin | src/main/org/jboss/seam/core/ResourceBundle.java | JBSEAM-165locale is now switchabletemplated messages for the UI |
| 1.43 | modified | gavin | src/main/org/jboss/seam/init/Initialization.java | JBSEAM-165locale is now switchabletemplated messages for the UI |
| 1.3 | deleted | sbryzak2 | src/main/org/jboss/seam/annotations/Remotable.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/annotations/WebRemote.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/Call.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/ExecutionHandler.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.5 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/InterfaceGenerator.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/RequestHandlerFactory.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/SubscriptionHandler.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/PollRequest.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/RemoteSubscriber.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java | Improvements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/BaseRequestHandler.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/Call.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/CallContext.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/ExecutionHandler.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/InterfaceGenerator.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/PollHandler.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/RequestContext.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/RequestHandler.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/RequestHandlerFactory.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/SeamRemotingServlet.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/SubscriptionHandler.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/PollRequest.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/RemoteSubscriber.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/SubscriptionRequest.java | Refactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions |
| 1.91 | modified | gavin | src/main/org/jboss/seam/Component.java | JBSEAM-162 make the resource bundle a session-scoped thing, using the client locale |
| 1.90 | modified | gavin | src/main/org/jboss/seam/Component.java | JBSEAM-162 make the resource bundle a session-scoped thing, using the client locale |
| 1.4 | modified | gavin | src/main/org/jboss/seam/core/ResourceBundle.java | JBSEAM-162 make the resource bundle a session-scoped thing, using the client locale |