summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Refactor GET parameter names to ApplicationConstantsJohannes Dahlström2012-10-241-12/+9
* Properly support extension connectors in debug console (#8422, #9999)Johannes Dahlström2012-10-191-29/+25
* 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-172-4/+22
|/
* 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-162-33/+30
* Delegate UI.replaceComponent() to content instead of throwing UOE (#9967)Johannes Dahlström2012-10-163-2/+71
* 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
|/ /
* | Update test to use relative paths (#6771)Leif Åstrand2012-10-101-11/+19
* | Preserve query string and use sendRedirect (#9921)Leif Åstrand2012-10-101-3/+7
* | Import all required jsoup packages (#9793)Johannes Dahlström2012-10-091-1/+1
* | Explicitly specify symbolic names for each bundle to prevent names like "com...Johannes Dahlström2012-10-091-2/+3
* | Merge "Allow specifying prefixes also for resource directories (#9793)"Johannes Dahlström2012-10-091-0/+1
|\ \
| * | Allow specifying prefixes also for resource directories (#9793)Artur Signell2012-10-091-0/+1
* | | Redirect if no ending slash in context root request (#9921)Leif Åstrand2012-10-091-0/+25
|/ /
* | Fixed typos and added missing import in OSGi requirements (#9793)Artur Signell2012-10-091-3/+3
* | Merge "Rename connector resource -> dependency resource (#9691)"Leif Åstrand2012-10-094-38/+38
|\ \
| * | Rename connector resource -> dependency resource (#9691)Leif Åstrand2012-10-094-38/+38
* | | Added import package and require bundle definitions (#9793)Artur Signell2012-10-091-0/+3
* | | Fixed build issue with provided depdencies no longer being used (#9793)Artur Signell2012-10-091-1/+0
|/ /
* | 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-0127-97/+74
| | |\ \ \ \
| | * \ \ \ \ 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-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