aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
* Unified log message with other Property implementors (#9804)Artur Signell2012-10-011-1/+1
| | | | Change-Id: I0833381d7f7871d062b04ef0ed5408f1777022af
* Moved ShortcutActionHandler constants to shared (#8484)Artur Signell2012-10-011-11/+10
| | | | Change-Id: Ia75fa0ca8b7f563ccc412381e88abae7c630569e
* Merge "Merged shortcut action fix from 6.8 (#8484)"John Ahlroos2012-10-013-9/+75
|\
| * Merged shortcut action fix from 6.8 (#8484)John Alhroos2012-09-283-9/+75
| | | | | | | | Change-Id: I1bc200afa9f4a4f3c5e469eb0b2f93278cca97a7
* | Merge "Avoid adding RpcInvocationHandler toString as invocations (#9802)"Leif Åstrand2012-10-011-0/+5
|\ \
| * | Avoid adding RpcInvocationHandler toString as invocations (#9802)Artur Signell2012-10-011-0/+5
| | | | | | | | | | | | Change-Id: If6f378c0942132110adc748bd2c1cf87779924b6
* | | Remove unused method (#9634)Leif Åstrand2012-10-011-20/+0
| | | | | | | | | | | | Change-Id: Iad6f920d345832ec6bec49761a31ceb7290679e9
* | | Remove VaadinServletSession (#9638)Leif Åstrand2012-10-019-74/+37
|/ / | | | | Change-Id: I0e25ba1a6d258b8601c009f6dc062b3f4bd3dbce
* / Serialize and deserialize diff state manually (#9717, #9767)Artur Signell2012-09-282-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 Åstrand2012-09-286-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öm2012-09-282-13/+2
| | | | Change-Id: I8da2639aaf90d395f825806a7464a9b5732cb87c
* Ensure there's a service for each session (#9733)Leif Åstrand2012-09-285-2/+36
| | | | Change-Id: I9425c2d33fd09759b18930741344e9181dc79364
* Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-2843-217/+230
| | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c
* Use one VaadinSession per VaadinServlet (#9733)Leif Åstrand2012-09-289-196/+73
| | | | Change-Id: I98639e88cc772e4370ebba836f270c44258613fa
* Global code cleanupLeif Åstrand2012-09-2717-80/+58
|
* Removed JavaDoc spamJohn Ahlroos2012-09-271-2/+0
|
* Remove special path handling from DefaultUIProvider (#9764)Leif Åstrand2012-09-261-6/+0
|
* Make VaadinServiceData Serializable (#9752)Leif Åstrand2012-09-251-1/+1
|
* Some more renames to remove "Vaadin" from the API (#9750)Leif Åstrand2012-09-253-8/+6
|
* Shorten addVaadinSessionInitializationListener name pattern (#9750)Leif Åstrand2012-09-258-48/+43
|
* Map PortalDefaultWidgetSet -> DefaultWidgetSet when source is portal (#9731)Artur Signell2012-09-251-0/+7
|
* Portlet resource URLs are now portlet specific instead of global (#9730)Artur Signell2012-09-251-8/+8
|
* Added javadocArtur Signell2012-09-241-0/+9
|
* Deprecated LoginForm as it no longer works in most supported browsers (#8405)Artur Signell2012-09-241-1/+5
|
* Use init(PortletConfig) to avoid running init before super (#9728)Artur Signell2012-09-241-6/+5
|
* Make NavigationStateManager/UriFragmentManager more extensible (#9727)Johannes Dahlström2012-09-242-21/+49
|
* Rename getVaadinXyz() methods to getXyz() (#9726)Leif Åstrand2012-09-2425-94/+93
|
* Refine based on review (#9721)Leif Åstrand2012-09-242-13/+16
|
* Only use UI from web.xml for requests without additional path (#9722)Leif Åstrand2012-09-242-1/+10
|
* Clarify getValidators() javadoc as per review (#9723)Johannes Dahlström2012-09-241-2/+4
|
* Add UI id to UICreateEvent for use in createInstance (#9721)Leif Åstrand2012-09-242-3/+37
|
* Use event objects for future-proofing UIProvider API (#9721)Leif Åstrand2012-09-2410-65/+225
|
* Add removeAllValidators() to Validatable (#9542)Johannes Dahlström2012-09-242-0/+8
|
* Return an empty collection instead of null from Validatable.getValidators() ↵Johannes Dahlström2012-09-242-7/+9
| | | | (#9723)
* Merge branch 'html5-doctype'John Ahlroos2012-09-242-5/+2
|\
| * Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2416-508/+728
| |\
| * | Fixed empty space in LoginForm #8294John Ahlroos2012-09-201-1/+1
| | |
| * | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2018-608/+968
| |\ \
| * \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-208-8/+65
| |\ \ \
| * \ \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1747-4001/+483
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1110-240/+281
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into html5-doctypeArtur Signell2012-09-091-1/+0
| |\ \ \ \ \ \
| * | | | | | | Using HTML5 doctypeJohn Ahlroos2012-09-081-4/+1
| | | | | | | |
* | | | | | | | Remove obsolete TODO; javadoc improvementJohannes Dahlström2012-09-241-2/+2
| | | | | | | |
* | | | | | | | Fixed serialization issues (#9640)Artur Signell2012-09-244-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 Signell2012-09-241-0/+1
| | | | | | | |
* | | | | | | | Remove ApplicationStartedListener (#9719)Leif Åstrand2012-09-244-163/+12
| | | | | | | |
* | | | | | | | Rename to VaadinServletService and move to its own file (#9718)Leif Åstrand2012-09-2411-399/+447
| | | | | | | |
* | | | | | | | Allow specifying UIProvider using a servlet parameter (#9628)Leif Åstrand2012-09-212-8/+39
| | | | | | | |
* | | | | | | | Support both ui and UI as the init parameter name (#9707)Leif Åstrand2012-09-211-2/+8
| | | | | | | |