|
| 1.2 | deleted | gavin | src/ui/META-INF/seam.taglib.tld | oops |
| 1.1 | added | gavin | src/ui/META-INF/seam.taglib.xml | oops |
| 1.1 | added | gavin | src/ui/META-INF/seam.taglib.tld | fix prob in facelets |
| 1.3 | deleted | gavin | src/ui/META-INF/taglib.tld | fix prob in facelets |
| 1.3 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlQueryTableTag.java | beginning of pagination support |
| 1.2 | modified | gavin | src/ui/META-INF/faces-config.xml | beginning of pagination support |
| 1.2 | modified | gavin | src/ui/META-INF/taglib.tld | beginning of pagination support |
| 1.2 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlQueryTable.java | beginning of pagination support |
| 1.2 | modified | gavin | src/ui/org/jboss/seam/ui/HtmlQueryTableTag.java | beginning of pagination support |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/JBossConnectionProvider.java | Added JMS connection provider interface and default implementation |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/JMSConnectionProvider.java | Added JMS connection provider interface and default implementation |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/PollHandler.java | Made SubscriptionRegistry a Seam component, minor fixes |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/SubscriptionHandler.java | Made SubscriptionRegistry a Seam component, minor fixes |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/PollRequest.java | Made SubscriptionRegistry a Seam component, minor fixes |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/RemoteSubscriber.java | Made SubscriptionRegistry a Seam component, minor fixes |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java | Made SubscriptionRegistry a Seam component, minor fixes |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/messaging/SubscriptionRequest.java | Made SubscriptionRegistry a Seam component, minor fixes |
| 1.6 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | encode/decode strings for transport |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/StringWrapper.java | encode/decode strings for transport |
| 1.3 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/WrapperFactory.java | encode/decode strings for transport |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/IntWrapper.java | Added support for StringBuilder/StringBuffer and Long types |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/StringWrapper.java | Added support for StringBuilder/StringBuffer and Long types |
| 1.2 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/wrapper/WrapperFactory.java | Added support for StringBuilder/StringBuffer and Long types |
| 1.5 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | Added SeamRemote.getTypeName() |
| 1.9 | modified | gavin | src/main/org/jboss/seam/util/Strings.java | add supportedlocales to LocaleSelector |
| 1.4 | modified | sbryzak2 | src/main/org/jboss/seam/remoting/remote.js | Fixed compatibility issue with Konqueror/Opera browsers |
| 1.7 | modified | gavin | src/main/org/jboss/seam/servlet/SeamListener.java | allow calls to Seam components outside of servlet JBSEAM-122, JBSEAM-137 |
| 1.8 | modified | gavin | src/main/org/jboss/seam/util/Strings.java | better integration with JSF's native i18n support |
| 1.16 | modified | gavin | src/test/misc/org/jboss/seam/test/InitializationTest.java | improvements to design of i18n stuff |
| 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.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/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 |