summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fixed empty space in LoginForm #8294John Ahlroos2012-09-201-1/+1
* Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-2020-616/+1104
|\
| * Bind Navigator to a UI (#9550)Johannes Dahlström2012-09-193-25/+62
| * Change "close" to "cleanup" in UI (#9625)Johannes Dahlström2012-09-195-32/+32
| * Add some getCurrent() methods (#9505)Leif Åstrand2012-09-195-7/+212
| * Ensure propertyDataSource can be set back to null (#9618)Artur Signell2012-09-182-3/+136
| * Change VaadinService to be an abstract class (#9658)Leif Åstrand2012-09-184-349/+297
| * Replace onVaadinSessionStarted with a listener (#9635)Leif Åstrand2012-09-1812-446/+600
| * Label.setPropertyDataSource now updates the state value (#9618)Artur Signell2012-09-181-0/+11
* | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-208-8/+65
|\|
| * Lock session when handling browser details request (#9656)Artur Signell2012-09-181-1/+5
| * Add null checks when wrapping session (#9655)Leif Åstrand2012-09-182-3/+15
| * Add WrappedRequest.getWrappedSession(boolean) (#9655)Leif Åstrand2012-09-184-4/+39
| * Allow browser details request to initialize a new session (#9652)Artur Signell2012-09-181-1/+4
| * Fixed javadoc reference to wrong CloseListenerArtur Signell2012-09-181-2/+2
| * FieldGroup.setReadOnly should propagate to all fields (#9600)Artur Signell2012-09-181-0/+3
* | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1752-4011/+497
|\|
| * Add UI.addCloseListener() and removeCloseListener() that were missing for som...Johannes Dahlström2012-09-141-0/+24
| * Navigator javadoc improvementsJohannes Dahlström2012-09-141-55/+48
| * 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
| * Changed servlet api dependency to 2.4 (#9605)Artur Signell2012-09-141-2/+2
| * 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-112-20/+97
| * 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-1111-125/+80
| * Rename isViewChangeAllowed()/navigatorViewChanged() to beforeViewChange()/aft...Johannes Dahlström2012-09-113-29/+35
| * Set a dummy VaadinSession in AddRemoveSubWindow test to fix spurious failureJohannes Dahlström2012-09-111-0/+2
| * 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
* | Merge branch 'master' into html5-doctypeJohn Ahlroos2012-09-1110-240/+281
|\|
| * 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-107-20/+7
| |\
| | * Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-106-19/+5
| | * 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-096-5/+19
| * Allow storing values in VaadinSession (#9514)Leif Åstrand2012-09-091-0/+109