summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Reference to the new, non-deprecated method in javadoc.Leif Åstrand2012-09-141-1/+1
* Add comment explaining why beforeClientResponse is usedLeif Åstrand2012-09-141-0/+5
* AddonContextListener.contextDestoryed -> contextDestroyed (#9273)Johannes Dahlström2012-09-132-2/+2
* Add more descriptive error messageLeif Åstrand2012-09-121-2/+2
* Changed UI close debug message level from info to fineJohannes Dahlström2012-09-121-2/+3
* Avoid infinite recursion in LegacyApplication.terminalError (#9581)Leif Åstrand2012-09-122-9/+12
* Don't try to redirect browser on failed heartbeat requestsJohannes Dahlström2012-09-121-10/+19
* Don't check UI provider before running onVaadinSessionStarted (#9556)Leif Åstrand2012-09-121-6/+0
* Tweak UIProvider API based on review (#9443)Leif Åstrand2012-09-116-23/+23
* Initial version of on-the-fly compilation of scss -> css (#9222)Artur Signell2012-09-111-20/+95
* Add navigate() method to Navigator for navigating to the current location (#...Johannes Dahlström2012-09-111-0/+9
* Constants -> enums (#9072)Pekka Hyvönen2012-09-119-123/+78
* Rename isViewChangeAllowed()/navigatorViewChanged() to beforeViewChange()/aft...Johannes Dahlström2012-09-112-23/+29
* Minor javadoc updateJohannes Dahlström2012-09-111-8/+5
* Use org.json instead of com.vaadin.external.json (#9539)Leif Åstrand2012-09-1119-3692/+34
* Improvements to #9087:Johannes Dahlström2012-09-116-27/+96
* Improved deprecation message based on review (#9522)Leif Åstrand2012-09-101-1/+4
* Make WebBrowser serializable again (#8027)Leif Åstrand2012-09-101-1/+2
* Add rudimentary javadocs (#9402)Leif Åstrand2012-09-102-0/+30
* Make AddonContext serializable (#9273)Leif Åstrand2012-09-101-1/+2
* Don't use Resource with the Page.open API (#9522)Leif Åstrand2012-09-103-30/+91
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-104-14/+5
|\
| * Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-103-13/+3
| * Added info that debugger might cause log messages (#9481)Artur Signell2012-09-101-1/+2
* | Merge branch '6.8'John Ahlroos2012-09-101-38/+42
|/
* Remove unused exception class reintroduced in a merge.Henri Sara2012-09-101-169/+0
* Verify that lock is held when accessing state (#9515)Leif Åstrand2012-09-093-3/+13
* Allow storing values in VaadinSession (#9514)Leif Åstrand2012-09-091-0/+109
* Support running JUnit tests (#9299)Artur Signell2012-09-091-1/+0
* Jsoup is now declared as a dependency (#9299)Artur Signell2012-09-0952-17462/+0
* Reverted back to Transitional Doctype #8294John Ahlroos2012-09-081-2/+4
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #...Johannes Dahlström2012-09-076-8/+123
* Use dedicated Lock for session synchronization (#9156)Leif Åstrand2012-09-073-12/+55
* Add some deprecation for stuff that might still change (#8165)Leif Åstrand2012-09-071-1/+4
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-075-19/+19
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-072-12/+0
* Explicitly document deprecation as it isn't properly inherited (#9378)Leif Åstrand2012-09-071-1/+6
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-077-16/+15
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-073-24/+9
* Add some deprecation messages about upcoming changes (#9402)Leif Åstrand2012-09-079-5/+225
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-071-11/+0
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-073-14/+4
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-076-16/+24
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-073-6/+20
* Redesign to make session inited in Application.init (#9402)Leif Åstrand2012-09-074-53/+82
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-062-1/+14
* Separate view name from parameters with a slash in StaticViewProvider as wellJohannes Dahlström2012-09-061-1/+2
* Remove Application from UIProvider API (#9402)Leif Åstrand2012-09-065-20/+16
* Add VaadinSession getter to VaadinService (#9402)Leif Åstrand2012-09-064-0/+23
* Remove some 'Application' from CommunicationManager (#9402)Leif Åstrand2012-09-063-88/+72