Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
|\ \ | |/ |/| | ||||||
| * | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-24 | 16 | -508/+728 | |
| |\ | ||||||
| * | | Fixed empty space in LoginForm #8294 | John Ahlroos | 2012-09-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-20 | 18 | -608/+968 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-20 | 8 | -8/+65 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-17 | 47 | -4001/+483 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into html5-doctype | John Ahlroos | 2012-09-11 | 10 | -240/+281 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into html5-doctype | Artur Signell | 2012-09-09 | 53 | -17463/+0 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Using HTML5 doctype | John Ahlroos | 2012-09-08 | 1 | -4/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove obsolete TODO; javadoc improvement | Johannes Dahlström | 2012-09-24 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed serialization issues (#9640) | Artur Signell | 2012-09-24 | 4 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ConnectorTracker diff state is now transient and thus not serialized. This could be improved in the future (#9717) | |||||
* | | | | | | | | Mark component as dirty when visibility state changes (#9695) | Artur Signell | 2012-09-24 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove ApplicationStartedListener (#9719) | Leif Åstrand | 2012-09-24 | 4 | -163/+12 | |
| | | | | | | | | ||||||
* | | | | | | | | Rename to VaadinServletService and move to its own file (#9718) | Leif Åstrand | 2012-09-24 | 11 | -399/+447 | |
| | | | | | | | | ||||||
* | | | | | | | | Allow specifying UIProvider using a servlet parameter (#9628) | Leif Åstrand | 2012-09-21 | 2 | -8/+39 | |
| | | | | | | | | ||||||
* | | | | | | | | Support both ui and UI as the init parameter name (#9707) | Leif Åstrand | 2012-09-21 | 1 | -2/+8 | |
| | | | | | | | | ||||||
* | | | | | | | | Add VaadinRequest.getContextPath() (#9706) | Leif Åstrand | 2012-09-21 | 3 | -0/+22 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove UIProvider.getExistingUI (#9642) | Leif Åstrand | 2012-09-21 | 3 | -32/+23 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge UIProvider and AbstractUIProvider (#9642) | Leif Åstrand | 2012-09-21 | 4 | -151/+105 | |
| | | | | | | | | ||||||
* | | | | | | | | Refactor UIProvider management and fix multi-servlet (#9619, #9637) | Leif Åstrand | 2012-09-21 | 14 | -416/+500 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove some internal "application" references (#9402) | Leif Åstrand | 2012-09-21 | 1 | -5/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Moved visible out from state so isVisible does not call markAsDirty (#9695) | Artur Signell | 2012-09-20 | 2 | -4/+6 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed comparison of null values (#9696) | Artur Signell | 2012-09-20 | 1 | -0/+7 | |
| | | | | | | | | ||||||
* | | | | | | | | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633) | Leif Åstrand | 2012-09-20 | 41 | -375/+366 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove a bunch of internal "application" references (#9402) | Leif Åstrand | 2012-09-20 | 7 | -149/+122 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Remove ApplicationClassException (#9690) | Leif Åstrand | 2012-09-20 | 5 | -44/+23 | |
| | | | | | | | ||||||
* | | | | | | | Add a means to handle missing views in Navigator (#9060) | Johannes Dahlström | 2012-09-20 | 1 | -6/+84 | |
| | | | | | | |