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
*
Migrate vaadin-server build to maven
Teemu Suo-Anttila
2016-03-14
513
-140561
/
+0
*
Prevent HTTP Response splitting in case the server doesn't (#19611)
Leif Åstrand
2016-02-17
1
-0
/
+2
*
Lock session during deserialization (#19310)
Leif Åstrand
2016-02-14
1
-0
/
+21
*
Fix Components cleanup on Header/FooterRow remove in Grid (#19497)
Teemu Suo-Anttila
2016-02-13
1
-0
/
+11
*
Fix Grid DetailsGenerator being removed on Container change (#19593)
Teemu Suo-Anttila
2016-02-13
1
-2
/
+13
*
Fix removing extension from a connector that is not its parent (#19569)
Teemu Suo-Anttila
2016-02-08
1
-0
/
+5
*
Make project Java 8 compatible
Artur Signell
2016-02-03
1
-2
/
+3
*
Added JavaDoc for PropertyId
Matti Tahvonen
2016-02-02
1
-0
/
+33
*
Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)
Artur Signell
2016-01-25
1
-3
/
+2
*
Propertly handle null in StringToCollectionConverter (#19481)
Artur Signell
2016-01-21
1
-0
/
+7
*
Remove out of date javadoc (#19454)
Artur Signell
2016-01-18
1
-6
/
+0
*
Add missing @since for 7.6.1
Teemu Suo-Anttila
2016-01-12
1
-1
/
+1
*
Add a client-side connector for DetailsComponentManager (#19412)
Teemu Suo-Anttila
2016-01-05
1
-1
/
+1
*
Fix NPE in Label.writeDesign with NULL values #19434
John Ahlroos
2016-01-05
1
-6
/
+25
*
Make GeneratedPropertyItem addItem return null when appropriate (#18685)
Artur Signell
2016-01-04
1
-0
/
+9
*
Ensure no unknown attribute warnings are logged in design tests (#19429)
Artur Signell
2016-01-04
2
-0
/
+2
*
Fix custom attributes of Link component (#19107)
maxschuster
2016-01-04
1
-6
/
+9
*
Include correct type and parameter info in exception (#19064)
Artur Signell
2016-01-04
1
-2
/
+2
*
Make GeneratedPropertyItem equals self (#19426)
Artur Signell
2016-01-04
1
-0
/
+33
*
Make GeneratedPropertyContainer.getItem(nonExistant) return null (#19425)
Artur Signell
2016-01-04
1
-0
/
+4
*
Revert changes which were previously reverted from only 7.5 (#19424)
Teemu Suo-Anttila
2016-01-01
1
-48
/
+5
*
Update to Font Awesome 4.5.0
Artur Signell
2015-12-30
1
-0
/
+20
*
Fix javadoc typo in ItemClickEvent
Henri Sara
2015-12-21
1
-1
/
+1
*
Increase grid column resize handle width (#16838)
Marlon Richert
2015-12-18
1
-0
/
+10
*
Fix empty @since tags
Henri Sara
2015-12-18
1
-2
/
+2
*
Make it possible to only show collapsible columns in menu (#9811)
Leif Åstrand
2015-12-16
1
-1
/
+33
*
Fix RpcDataProvider listener handling on ItemSetChange (#19371)
Teemu Suo-Anttila
2015-12-15
1
-0
/
+11
*
Fix and extend Javadoc for setFirstDayOfWeek (#19227)
Leonid Rozenblyum
2015-12-14
1
-2
/
+4
*
Reapply DataGenerators when container changes (#19357, #19359)
Teemu Suo-Anttila
2015-12-14
1
-0
/
+10
*
Check for optimizations when looking for missing updates (#18317)
Leif Åstrand
2015-12-03
2
-3
/
+45
*
Add missing @since values
Henri Sara
2015-12-02
2
-2
/
+2
*
Detect hierarchy changes not sent to the client (#18317)
Leif Åstrand
2015-12-02
2
-0
/
+70
*
Fix select all checkbox state update with low row count (#19322)
Teemu Suo-Anttila
2015-11-30
1
-2
/
+4
*
Remove bogus comment
Leif Åstrand
2015-11-30
1
-1
/
+0
*
Fix setSelected in MultiSelectionModel to update row data (#19302)
Teemu Suo-Anttila
2015-11-25
2
-3
/
+9
*
Set session as current while deserializing (#9953)
Leif Åstrand
2015-11-25
1
-2
/
+7
*
Fix javadoc copied from CellStyleGenerator
Leif Åstrand
2015-11-25
1
-1
/
+1
*
Omit empty hierarchy data from the response (#18510)
Leif Åstrand
2015-11-25
3
-14
/
+32
*
Typo in setCompositionRoot description
cbmeeks
2015-11-23
1
-1
/
+1
*
Support on-the-fly compiled CSS hot reload from classpath (#16949)
Vladimir Kulev
2015-11-17
1
-6
/
+19
*
Do not modify state while serializing (#19090)
Artur Signell
2015-11-12
1
-2
/
+7
*
Fix outdated javadoc reference
Leif Åstrand
2015-11-12
1
-2
/
+2
*
Specify custom first day of week for Calendar #19227
Leonid Rozenblyum
2015-11-11
1
-6
/
+31
*
Add destroy method for Navigator (#10213).
Denis Anisimov
2015-11-07
2
-1
/
+16
*
Optimize layout performance of Table (#17947)
jotatu
2015-11-05
2
-1
/
+95
*
Render null header caption as empty (#18553)
Artur Signell
2015-11-03
1
-1
/
+3
*
Mention quirks with JavaScript "this" in AbstractJavaScript* javadocs
Leif Åstrand
2015-11-02
3
-6
/
+16
*
Fix javadoc typos
Leif Åstrand
2015-11-02
1
-2
/
+2
*
Support caption fetching for HTML and Widget headers. (#18528)
Sauli Tähkäpää
2015-10-28
1
-7
/
+3
*
Update @since tags for 7.6
Henri Sara
2015-10-27
1
-0
/
+4
[next]