summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-279-58/+45
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-2542-225/+571
| | |\ \ \ \ \ \ \
| | * | | | | | | | Added primary stylename handling on server side #9724John Ahlroos2012-09-242-0/+23
* | | | | | | | | | Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-087-263/+128
* | | | | | | | | | Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-089-162/+122
* | | | | | | | | | Add SystemMessagesProvider for getting messages for a Locale (#4127)Leif Åstrand2012-10-0810-22/+219
* | | | | | | | | | Merge "Add Page.getLocation() (#9249)"Leif Åstrand2012-10-058-44/+124
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add Page.getLocation() (#9249)Johannes Dahlström2012-10-058-44/+124
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* / | | | | | | | | Allow servletInitialized,portletInitialized to throw exception (#9848)Artur Signell2012-10-052-4/+4
|/ / / / / / / / /
* | | | | | | | | Merge "Remove default bootstrap parameter support (#9824)"Johannes Dahlström2012-10-042-41/+14
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Remove default bootstrap parameter support (#9824)Leif Åstrand2012-10-022-41/+14
* | | | | | | | | Ensure the browser does not cache UIDL responses (#9732)Johannes Dahlström2012-10-031-0/+5
|/ / / / / / / /
* | | | | | | | Make DefaultUIProvider work with lower case parameter name (#9474)7.0.0.beta3Leif Åstrand2012-10-021-3/+5
* | | | | | | | Merge changes Iae2ac641,I50a0ac7aLeif Åstrand2012-10-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Made GlobalResourceHandler serializable (#9817)Artur Signell2012-10-011-1/+1
* | | | | | | | | Merge "Unified log message with other Property implementors (#9804)"Henri Sara2012-10-021-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Unified log message with other Property implementors (#9804)Artur Signell2012-10-011-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge "Avoid throwing exceptions from toString, log message instead (#9804)"Henri Sara2012-10-023-7/+47
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Avoid throwing exceptions from toString, log message instead (#9804)Artur Signell2012-10-013-7/+47
* | | | | | | | | Moved ShortcutActionHandler constants to shared (#8484)Artur Signell2012-10-011-11/+10
* | | | | | | | | 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
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | 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
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Remove unused method (#9634)Leif Åstrand2012-10-011-20/+0
* | | | | | | | Remove VaadinServletSession (#9638)Leif Åstrand2012-10-019-74/+37
|/ / / / / / /
* / / / / / / Serialize and deserialize diff state manually (#9717, #9767)Artur Signell2012-09-282-4/+43
|/ / / / / /
* | | | | | Move reinitialize session to VaadinService (#9638)Leif Åstrand2012-09-286-61/+121
* | | | | | Do UI cleanup on heartbeat and connector resource requests (#9770)Johannes Dahlström2012-09-282-13/+2
* | | | | | Ensure there's a service for each session (#9733)Leif Åstrand2012-09-2815-18/+54
* | | | | | Rename VaadinSession -> VaadinServiceSession (#9733)Leif Åstrand2012-09-2854-263/+277
* | | | | | Use one VaadinSession per VaadinServlet (#9733)Leif Åstrand2012-09-289-196/+73
| |_|_|_|/ |/| | | |
* | | | | Global code cleanupLeif Åstrand2012-09-2727-97/+74
| |_|_|/ |/| | |
* | | | 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
* | Fix Navigator tests after #9550, #9727 changesJohannes Dahlström2012-09-242-16/+36
* | Make NavigationStateManager/UriFragmentManager more extensible (#9727)Johannes Dahlström2012-09-242-21/+49
* | Rename getVaadinXyz() methods to getXyz() (#9726)Leif Åstrand2012-09-2428-100/+99
* | 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