index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
src
/
com
/
vaadin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Made is possible to configure tooltip on the server (#8065)
Artur Signell
2013-04-03
2
-0
/
+251
*
Fixed minimal (empty hashmap) memory leak on redeploy (#9993)
Artur Signell
2013-04-03
1
-9
/
+26
*
WAI-ARIA field corrections (#11407)
michaelvogt
2013-04-02
1
-0
/
+20
*
Show session expired instead of throwing exception (#4252)
Artur Signell
2013-04-02
1
-1
/
+13
*
Enable setting default alignment for VerticalLayout, HorizontalLayout, GridLa...
Artur Signell
2013-04-02
3
-1
/
+67
*
Use updated CurrentInstance API (#9945)
Leif Åstrand
2013-04-02
1
-4
/
+3
*
Fixed locking and cleaned up error handling in FileUploadHandler (#10569)
Artur Signell
2013-04-02
1
-64
/
+120
*
Fixed locking problem with serviceException (#10569)
Artur Signell
2013-04-02
2
-35
/
+56
*
Fixed locking in RequestHandlers and documented that RequestHandlers are call...
Artur Signell
2013-04-02
22
-177
/
+333
*
Ensure session is locked during cleanup (#10569)
Artur Signell
2013-04-02
1
-10
/
+29
*
Correctly set thread locals when session times out (#11361, #10995)
Artur Signell
2013-04-02
1
-10
/
+32
*
Moved request start/end handling to VaadinService (#11400)
Artur Signell
2013-04-02
4
-126
/
+94
*
Redefined UI.runSafely so it throws an exception if session can't be locked (...
Artur Signell
2013-03-31
2
-13
/
+56
*
Convert value if locale changes and field has converter (#11419)
Artur Signell
2013-03-31
1
-9
/
+27
*
WAI-ARIA button (#11380)
michaelvogt
2013-03-28
1
-0
/
+30
*
Refactored VaadinPortlet to have same structure as VaadinServlet (#10569)
Artur Signell
2013-03-28
1
-23
/
+29
*
Verify lock is held while updating VaadinSession or connector state (#9515)
Artur Signell
2013-03-28
2
-16
/
+103
*
Changed VaadinSession locking to be based on a session attribute (#8894)
Artur Signell
2013-03-28
2
-29
/
+208
*
Convenience methods for running code in the UI or VaadinSession context (#11219)
Artur Signell
2013-03-28
4
-2
/
+188
*
Added Page.reload (#10250)
Artur Signell
2013-03-28
1
-0
/
+7
*
Removed CommunicationManager and PortletCommunicationManager
Johannes Dahlström
2013-03-27
25
-343
/
+248
*
Remove synchronous AJAX support (#11254)
Johannes Dahlström
2013-03-27
2
-41
/
+0
*
Fix off-by-one bug preventing all server RPC handling
Johannes Dahlström
2013-03-27
1
-1
/
+1
*
Refactor server-side communications (#11192, #7891)
Johannes Dahlström
2013-03-27
33
-2488
/
+3362
*
Fixed tree memory leak when removing expanded items from Tree (based on new F...
John Ahlroos
2013-03-22
1
-0
/
+31
*
Added Container.hasContainerFilters() API #11234
John Ahlroos
2013-03-22
5
-1
/
+33
*
Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'
Artur Signell
2013-03-21
7
-252
/
+381
|
\
|
*
Deprecated AbstractComponentContainer.getComponentIterator (#11328)
Artur Signell
2013-03-14
1
-0
/
+6
|
*
Fixed setting column width back to undefined by setting it to -1. #7922
Leif Åstrand
2013-03-14
1
-21
/
+50
|
*
Fixed client-server value sync problem in CheckBox (#11028)
Artur Signell
2013-03-13
1
-0
/
+17
|
*
Eliminate connection/statement/result set leaks in TableQuery (#10582)
Leif Åstrand
2013-03-13
3
-230
/
+292
|
*
Fixed focus and tab index handling for UI (#11129)
Artur Signell
2013-03-12
1
-1
/
+16
*
|
Create a PopupDateField by default for Dates (#11159)
Artur Signell
2013-03-18
1
-1
/
+2
*
|
Do not invalidate http session if there is an invalid security key (#11335)
Artur Signell
2013-03-18
1
-6
/
+0
*
|
Implemented injection of css styles #5500
John Ahlroos
2013-03-13
1
-1
/
+127
*
|
Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'
Artur Signell
2013-03-12
6
-13
/
+19
|
\
|
|
*
Profiler based on __gwtStatsEvent (#10960)
Leif Åstrand
2013-03-06
1
-0
/
+12
|
*
Corrected javadoc (#10774)
Artur Signell
2013-03-06
1
-3
/
+3
|
*
Improved javadoc (#10632)
Artur Signell
2013-03-06
1
-5
/
+1
|
*
Corrected javadoc regarding nested property support (#8210)
Artur Signell
2013-03-06
2
-4
/
+2
|
*
Catch NoSuchFieldException instead of NoSuchFieldError (#10944)
Artur Signell
2013-03-05
1
-1
/
+1
*
|
Removed IE9 fallback for IE10 #11237
John Ahlroos
2013-03-04
1
-3
/
+1
*
|
Merge remote-tracking branch 'origin/7.0'
John Ahlroos
2013-03-01
17
-178
/
+228
|
\
|
|
*
Reverted Tree memory leak fix since it is breaking Tree filtering in a way th...
John Ahlroos
2013-03-01
1
-10
/
+0
|
*
Revert "Made UI focusable again (#11129)"
John Ahlroos
2013-02-28
1
-1
/
+1
|
*
Fixed BindException when binding nested properties with BeanFieldGroup.buildA...
John Ahlroos
2013-02-28
1
-2
/
+12
|
*
Fixed incorrect import (#11129)
Artur Signell
2013-02-28
1
-1
/
+1
|
*
(#10563) Logging now uses parameters.
Mikael Grankvist
2013-02-28
14
-160
/
+197
|
*
Made UI focusable again (#11129)
Artur Signell
2013-02-28
1
-1
/
+2
|
*
Fixed NPE in Tree when calling non-final constructor #11132
John Ahlroos
2013-02-25
1
-6
/
+18
[prev]
[next]