summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fixed minimal (empty hashmap) memory leak on redeploy (#9993)Artur Signell2013-04-032-9/+171
* WAI-ARIA field corrections (#11407)michaelvogt2013-04-021-0/+20
* Show session expired instead of throwing exception (#4252)Artur Signell2013-04-021-1/+13
* Enable setting default alignment for VerticalLayout, HorizontalLayout, GridLa...Artur Signell2013-04-025-1/+181
* Use updated CurrentInstance API (#9945)Leif Åstrand2013-04-021-4/+3
* Fixed locking issue in testsArtur Signell2013-04-0214-21/+61
* Exclude ColorPickerPreview as it has no no-arg constructorArtur Signell2013-04-021-0/+2
* Fixed locking and cleaned up error handling in FileUploadHandler (#10569)Artur Signell2013-04-021-64/+120
* Fixed locking problem with serviceException (#10569)Artur Signell2013-04-022-35/+56
* Fixed locking in RequestHandlers and documented that RequestHandlers are call...Artur Signell2013-04-0222-177/+333
* Ensure session is locked during cleanup (#10569)Artur Signell2013-04-022-22/+74
* Correctly set thread locals when session times out (#11361, #10995)Artur Signell2013-04-022-10/+147
* Moved request start/end handling to VaadinService (#11400)Artur Signell2013-04-024-126/+94
* Redefined UI.runSafely so it throws an exception if session can't be locked (...Artur Signell2013-03-312-13/+56
* Convert value if locale changes and field has converter (#11419)Artur Signell2013-03-312-9/+90
* WAI-ARIA button (#11380)michaelvogt2013-03-281-0/+30
* Refactored VaadinPortlet to have same structure as VaadinServlet (#10569)Artur Signell2013-03-281-23/+29
* Verify lock is held while updating VaadinSession or connector state (#9515)Artur Signell2013-03-282-16/+103
* Changed VaadinSession locking to be based on a session attribute (#8894)Artur Signell2013-03-282-29/+208
* Convenience methods for running code in the UI or VaadinSession context (#11219)Artur Signell2013-03-284-2/+188
* Added Page.reload (#10250)Artur Signell2013-03-281-0/+7
* Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-2727-350/+253
* Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-272-41/+0
* Fix off-by-one bug preventing all server RPC handlingJohannes Dahlström2013-03-271-1/+1
* Refactor server-side communications (#11192, #7891)Johannes Dahlström2013-03-2735-2490/+3364
* Fixed tree memory leak when removing expanded items from Tree (based on new F...John Ahlroos2013-03-222-5/+31
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-226-2/+41
* Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-218-256/+400
|\
| * Deprecated AbstractComponentContainer.getComponentIterator (#11328)Artur Signell2013-03-141-0/+6
| * Ignored test case where Tree memory leak is checked since it cannot be fixed ...John Ahlroos2013-03-141-4/+19
| * Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-21/+50
| * Fixed client-server value sync problem in CheckBox (#11028)Artur Signell2013-03-131-0/+17
| * Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
| * Fixed focus and tab index handling for UI (#11129)Artur Signell2013-03-121-1/+16
* | Create a PopupDateField by default for Dates (#11159)Artur Signell2013-03-183-1/+153
* | Do not invalidate http session if there is an invalid security key (#11335)Artur Signell2013-03-181-6/+0
* | Implemented injection of css styles #5500John Ahlroos2013-03-131-1/+127
* | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-128-15/+93
|\|
| * Profiler based on __gwtStatsEvent (#10960)Leif Åstrand2013-03-061-0/+12
| * Corrected javadoc (#10774)Artur Signell2013-03-061-3/+3
| * Improved javadoc (#10632)Artur Signell2013-03-061-5/+1
| * Corrected javadoc regarding nested property support (#8210)Artur Signell2013-03-062-4/+2
| * Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-052-1/+72
| * Update test to use default classloader instead of nullLeif Åstrand2013-03-041-2/+3
* | Removed IE9 fallback for IE10 #11237John Ahlroos2013-03-041-3/+1
* | Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-012-18/+18
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0119-178/+274
|\|
| * Reverted Tree memory leak fix since it is breaking Tree filtering in a way th...John Ahlroos2013-03-011-10/+0
| * Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
| * Fixed BindException when binding nested properties with BeanFieldGroup.buildA...John Ahlroos2013-02-282-2/+53