aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* Updated ProgressIndicator to use state and rpc (#10008)Artur Signell2012-10-241-148/+41
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-2326-83/+42
* Make the current session available in session init listeners (#9946)Leif Åstrand2012-10-191-0/+2
* Merge "Improve message when session is already set (#9989)"Johannes Dahlström2012-10-181-1/+13
|\
| * Improve message when session is already set (#9989)Leif Åstrand2012-10-181-1/+13
* | Properly read heartbeat interval servlet parameter (#9987)Johannes Dahlström2012-10-182-2/+2
* | Add Navigator.getState() returning the current navigation state (#9972)Johannes Dahlström2012-10-171-0/+10
|/
* Don't let /APP requests continue to the BootstrapHandler (#9553)7.0.0.beta5Leif Åstrand2012-10-164-5/+15
* Remove Navigator.SimpleViewDisplay (#9936)Johannes Dahlström2012-10-161-33/+0
* Delegate UI.replaceComponent() to content instead of throwing UOE (#9967)Johannes Dahlström2012-10-161-1/+5
* Merge "Add VaadinService.closeSession + test (#9859)"Johannes Dahlström2012-10-162-0/+38
|\
| * Add VaadinService.closeSession + test (#9859)Leif Åstrand2012-10-162-0/+38
* | Merge "Merged AbstractSelect now listens to changes in icon property (#9663)"Marc Englund2012-10-151-0/+9
|\ \
| * | Merged AbstractSelect now listens to changes in icon property (#9663)Artur Signell2012-09-281-0/+9
* | | Merge "Reuse provided session instead of attempting to find it again (#9888)"Marc Englund2012-10-151-4/+3
|\ \ \ | |_|/ |/| |
| * | Reuse provided session instead of attempting to find it again (#9888)Leif Åstrand2012-10-101-4/+3
* | | Remove invalid constructors and fix setCaption exception (#9947)Leif Åstrand2012-10-121-35/+5
* | | Parse Trident versions to support IE in compatibility mode (#9887)Leif Åstrand2012-10-101-3/+6
* | | Allow overriding handleContextRootWithoutSlash (#9921)Leif Åstrand2012-10-101-6/+17
|/ /
* | Preserve query string and use sendRedirect (#9921)Leif Åstrand2012-10-101-3/+7
* | Redirect if no ending slash in context root request (#9921)Leif Åstrand2012-10-091-0/+25
* | Rename connector resource -> dependency resource (#9691)Leif Åstrand2012-10-094-38/+38
* | Merge "Remove CombinedRequest and BrowserDetails (#8165)"Henri Sara2012-10-0814-387/+57
|\ \
| * | Remove CombinedRequest and BrowserDetails (#8165)Leif Åstrand2012-10-0814-387/+57
* | | Merge branch 'sass'John Ahlroos2012-10-082-0/+39
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into sassJohn Ahlroos2012-10-082-41/+14
| |\ \
| * \ \ Merge branch 'master' into sassMarc Englund2012-10-0419-115/+175
| |\ \ \
| * | | | Javadoc + fixed a typo in method name #9724John Ahlroos2012-10-012-5/+21
| * | | | Merge branch 'primary-stylename' into sassMarc Englund2012-10-012-0/+23
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-10-0117-80/+58
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-281-2/+0
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-279-58/+45
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-09-2536-201/+462
| | |\ \ \ \ \ \ \
| | * | | | | | | | Added primary stylename handling on server side #9724John Ahlroos2012-09-242-0/+23
* | | | | | | | | | Remove VaadinServiceSession.getURL (#9884)Leif Åstrand2012-10-086-255/+121
* | | | | | | | | | 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