Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove VaadinServiceSession.getURL (#9884) | Leif Åstrand | 2012-10-08 | 6 | -255/+121 |
| | | | | | | | | | | | * Give an URL to LegacyApplication when initializing * Update LoginForm to use DynamicConnectorResource instead of RequestHandler * Make CustomUIClassLoader work again (including previous issues not caused by this change) * Update some other tests to use more sensible URLs Change-Id: I53ed5e9be3b44ed1b62f9762507b0007d53f15b7 | ||||
* | Bootstrap UI using relative URLs with servlets (#6771) | Leif Åstrand | 2012-10-08 | 9 | -162/+122 |
| | | | | | | | | * Configure widgetset using URLs relative to the requested page * Provide a Util method for getting an absolute URL from a relative URL * Test by using an embedded Jetty acting as a transparent proxy * Make /embed1 use the Buttons test to enable testing UIDL requests Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d | ||||
* | Add SystemMessagesProvider for getting messages for a Locale (#4127) | Leif Åstrand | 2012-10-08 | 10 | -22/+219 |
| | | | | | | | Also add an internal helper for finding the most suitable Locale based on the currently available information. Change-Id: Ie9893db4be5ace7b0d60c030b7ca383359500525 | ||||
* | Merge "Add Page.getLocation() (#9249)" | Leif Åstrand | 2012-10-05 | 8 | -44/+124 |
|\ | |||||
| * | Add Page.getLocation() (#9249) | Johannes Dahlström | 2012-10-05 | 8 | -44/+124 |
| | | | | | | | | | | | | | | | | | | | | * Send the whole window location, not just fragment, in bootstrap and when the fragment changes * BrowserDetails now has URI getLocation() instead of String getUriFragment() * Keep FragmentChangeListeners as-is, should perhaps change to LocationChangeListeners at some point * Implement Page.getFragment() by means of Page.getLocation() * Differentiate between no fragment (null) and empty fragment ("") as java.net.URI does Change-Id: I1da1ea0664304d0c121a57e85d127fe48605e940 | ||||
* | | Allow servletInitialized,portletInitialized to throw exception (#9848) | Artur Signell | 2012-10-05 | 2 | -4/+4 |
|/ | | | | Change-Id: Ib0fd2524ba82998063b21d6c3b56897270c24b2c | ||||
* | Merge "Remove default bootstrap parameter support (#9824)" | Johannes Dahlström | 2012-10-04 | 2 | -41/+14 |
|\ | |||||
| * | Remove default bootstrap parameter support (#9824) | Leif Åstrand | 2012-10-02 | 2 | -41/+14 |
| | | | | | | | | | | | | | | Also remove the code that used to set the pathInfo parameter which is never used. Change-Id: I0ec7cc8453766bccf9527bfcf5e78411364da5f0 | ||||
* | | Ensure the browser does not cache UIDL responses (#9732) | Johannes Dahlström | 2012-10-03 | 1 | -0/+5 |
|/ | | | | | | | | | | svn changeset:24575/svn branch:6.8 Conflicts: src/com/vaadin/terminal/gwt/server/CommunicationManager.java Change-Id: I64a1a8300ab1d96e7a9b22c5ed53398cf0dd3f74 | ||||
* | Make DefaultUIProvider work with lower case parameter name (#9474)7.0.0.beta3 | Leif Åstrand | 2012-10-02 | 1 | -3/+5 |
| | | | | Change-Id: I1c66f1661fee32ce924f5923c15a5c86b25465e1 | ||||
* | Merge changes Iae2ac641,I50a0ac7a | Leif Åstrand | 2012-10-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | * changes: Made GlobalResourceHandler serializable (#9817) Updated GAE test to be UI based (#9816) | ||||
| * | Made GlobalResourceHandler serializable (#9817) | Artur Signell | 2012-10-01 | 1 | -1/+1 |
| | | | | | | | | Change-Id: Iae2ac641275a7f16b0bde2184c3f42f9f059f890 | ||||
* | | Merge "Unified log message with other Property implementors (#9804)" | Henri Sara | 2012-10-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Unified log message with other Property implementors (#9804) | Artur Signell | 2012-10-01 | 1 | -1/+1 |
| |/ | | | | | | | Change-Id: I0833381d7f7871d062b04ef0ed5408f1777022af | ||||
* | | Merge "Avoid throwing exceptions from toString, log message instead (#9804)" | Henri Sara | 2012-10-02 | 3 | -7/+47 |
|\ \ | |/ |/| | |||||
| * | Avoid throwing exceptions from toString, log message instead (#9804) | Artur Signell | 2012-10-01 | 3 | -7/+47 |
| | | | | | | | | Change-Id: Ia2f8504a0fe75ab3a7c4746d533e5fd012e2a69c | ||||
* | | Moved ShortcutActionHandler constants to shared (#8484) | Artur Signell | 2012-10-01 | 1 | -11/+10 |
| | | | | | | | | Change-Id: Ia75fa0ca8b7f563ccc412381e88abae7c630569e | ||||
* | | Merge "Merged shortcut action fix from 6.8 (#8484)" | John Ahlroos | 2012-10-01 | 3 | -9/+75 |
|\ \ | |/ |/| | |||||
| * | Merged shortcut action fix from 6.8 (#8484) | John Alhroos | 2012-09-28 | 3 | -9/+75 |
| | | | | | | | | Change-Id: I1bc200afa9f4a4f3c5e469eb0b2f93278cca97a7 | ||||
* | | Merge "Avoid adding RpcInvocationHandler toString as invocations (#9802)" | Leif Åstrand | 2012-10-01 | 1 | -0/+5 |
|\ \ | |||||
| * | | Avoid adding RpcInvocationHandler toString as invocations (#9802) | Artur Signell | 2012-10-01 | 1 | -0/+5 |
| | | | | | | | | | | | | Change-Id: If6f378c0942132110adc748bd2c1cf87779924b6 | ||||
* | | | Remove unused method (#9634) | Leif Åstrand | 2012-10-01 | 1 | -20/+0 |
| | | | | | | | | | | | | Change-Id: Iad6f920d345832ec6bec49761a31ceb7290679e9 | ||||
* | | | Remove VaadinServletSession (#9638) | Leif Åstrand | 2012-10-01 | 9 | -74/+37 |
|/ / | | | | | Change-Id: I0e25ba1a6d258b8601c009f6dc062b3f4bd3dbce | ||||
* / | Serialize and deserialize diff state manually (#9717, #9767) | Artur Signell | 2012-09-28 | 2 | -4/+43 |
|/ | | | | | | Extended UISerialization test to both serialize and deserialize and also validate ConnectorTracker (de)serialization Change-Id: Ifb8228bd56ec3635e4267e78160eef14dd9ff318 | ||||
* | Move reinitialize session to VaadinService (#9638) | Leif Åstrand | 2012-09-28 | 6 | -61/+121 |
| | | | | | | | | This change adds reinitializeSession as a static method in VaadinService. The method is static because it affects the sessions of all VaadinService instances that are using the underlying session. Change-Id: Ia37567cb00e1f95aec344451299c99cb279a7275 | ||||
* | Do UI cleanup on heartbeat and connector resource requests (#9770) | Johannes Dahlström | 2012-09-28 | 2 | -13/+2 |
| | | | | Change-Id: I8da2639aaf90d395f825806a7464a9b5732cb87c | ||||
* | Ensure there's a service for each session (#9733) | Leif Åstrand | 2012-09-28 | 5 | -2/+36 |
| | | | | Change-Id: I9425c2d33fd09759b18930741344e9181dc79364 | ||||
* | Rename VaadinSession -> VaadinServiceSession (#9733) | Leif Åstrand | 2012-09-28 | 43 | -217/+230 |
| | | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c | ||||
* | Use one VaadinSession per VaadinServlet (#9733) | Leif Åstrand | 2012-09-28 | 9 | -196/+73 |
| | | | | Change-Id: I98639e88cc772e4370ebba836f270c44258613fa | ||||
* | Global code cleanup | Leif Åstrand | 2012-09-27 | 17 | -80/+58 |
| | |||||
* | Removed JavaDoc spam | John Ahlroos | 2012-09-27 | 1 | -2/+0 |
| | |||||
* | Remove special path handling from DefaultUIProvider (#9764) | Leif Åstrand | 2012-09-26 | 1 | -6/+0 |
| | |||||
* | Make VaadinServiceData Serializable (#9752) | Leif Åstrand | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Some more renames to remove "Vaadin" from the API (#9750) | Leif Åstrand | 2012-09-25 | 3 | -8/+6 |
| | |||||
* | Shorten addVaadinSessionInitializationListener name pattern (#9750) | Leif Åstrand | 2012-09-25 | 8 | -48/+43 |
| | |||||
* | Map PortalDefaultWidgetSet -> DefaultWidgetSet when source is portal (#9731) | Artur Signell | 2012-09-25 | 1 | -0/+7 |
| | |||||
* | Portlet resource URLs are now portlet specific instead of global (#9730) | Artur Signell | 2012-09-25 | 1 | -8/+8 |
| | |||||
* | Added javadoc | Artur Signell | 2012-09-24 | 1 | -0/+9 |
| | |||||
* | Deprecated LoginForm as it no longer works in most supported browsers (#8405) | Artur Signell | 2012-09-24 | 1 | -1/+5 |
| | |||||
* | Use init(PortletConfig) to avoid running init before super (#9728) | Artur Signell | 2012-09-24 | 1 | -6/+5 |
| | |||||
* | Make NavigationStateManager/UriFragmentManager more extensible (#9727) | Johannes Dahlström | 2012-09-24 | 2 | -21/+49 |
| | |||||
* | Rename getVaadinXyz() methods to getXyz() (#9726) | Leif Åstrand | 2012-09-24 | 25 | -94/+93 |
| | |||||
* | Refine based on review (#9721) | Leif Åstrand | 2012-09-24 | 2 | -13/+16 |
| | |||||
* | Only use UI from web.xml for requests without additional path (#9722) | Leif Åstrand | 2012-09-24 | 2 | -1/+10 |
| | |||||
* | Clarify getValidators() javadoc as per review (#9723) | Johannes Dahlström | 2012-09-24 | 1 | -2/+4 |
| | |||||
* | Add UI id to UICreateEvent for use in createInstance (#9721) | Leif Åstrand | 2012-09-24 | 2 | -3/+37 |
| | |||||
* | Use event objects for future-proofing UIProvider API (#9721) | Leif Åstrand | 2012-09-24 | 10 | -65/+225 |
| | |||||
* | Add removeAllValidators() to Validatable (#9542) | Johannes Dahlström | 2012-09-24 | 2 | -0/+8 |
| | |||||
* | Return an empty collection instead of null from Validatable.getValidators() ↵ | Johannes Dahlström | 2012-09-24 | 2 | -7/+9 |
| | | | | (#9723) | ||||
* | Merge branch 'html5-doctype' | John Ahlroos | 2012-09-24 | 2 | -5/+2 |
|\ |