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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can mak...
Jouni Koivuviita
2011-08-23
15
-6
/
+187
*
#7424 Minor typo correction
Artur Signell
2011-08-23
1
-1
/
+1
*
#7424 Updated release notes based on review comments
Artur Signell
2011-08-23
1
-26
/
+35
*
#7435 Updated build script to include license file from correct location
Artur Signell
2011-08-23
1
-6
/
+1
*
Clarified Vaadin vs GWT relationship
Artur Signell
2011-08-23
1
-14
/
+22
*
IT Mill -> Vaadin Ltd
Artur Signell
2011-08-23
1
-1
/
+1
*
Updated toString method to make tests pass #6720
Jonatan Kronqvist
2011-08-23
1
-0
/
+6
*
#7424 Changed links to only list beta1 tickets for now
Artur Signell
2011-08-23
1
-2
/
+2
*
#7424, #7435 Reworked license and release-notes files
Artur Signell
2011-08-23
5
-287
/
+1132
*
Fixes for issues found during review of #6720
Jonatan Kronqvist
2011-08-23
3
-5
/
+7
*
#5488 Link: Error when trying to use a link to a file with a percent in the f...
Leif Åstrand
2011-08-23
4
-2
/
+93
*
#7092 TextField does not support setting maxLength=0
Leif Åstrand
2011-08-23
2
-3
/
+40
*
#7032 LoginForm should explicitly define utf-8 charset in getLoginHTML() method
Leif Åstrand
2011-08-22
1
-42
/
+48
*
#7065 ConcurrentModificationException in AbstractWebApplicationContext.endTra...
Leif Åstrand
2011-08-22
2
-11
/
+95
*
Fixes for #6720
Jonatan Kronqvist
2011-08-22
5
-58
/
+171
*
Build target package-all builds also Liferay ZIP
Henri Sara
2011-08-22
1
-1
/
+1
*
#6066 Mentioning TimeZone support in the release notes
Leif Åstrand
2011-08-22
1
-0
/
+1
*
#6066 Support for time zones in DateField
Leif Åstrand
2011-08-22
3
-1
/
+195
*
Hide focus outline on NativeButton in sidebar in chameleon theme
Henri Sara
2011-08-22
1
-0
/
+5
*
#7369 Test that ensures no Component contains a non-private final method
Artur Signell
2011-08-19
1
-0
/
+68
*
#7369 Removed "final" to enable CDI compatibility and added javadoc that expl...
Artur Signell
2011-08-19
2
-11
/
+56
*
#7369 Removed "final" from methods that do not need to be final
Artur Signell
2011-08-19
3
-5
/
+5
*
Fixed source formatting and Javadoc.
John Alhroos
2011-08-19
1
-18
/
+23
*
#6094 Add a way to switch session key
Leif Åstrand
2011-08-19
4
-0
/
+188
*
Added light panel style to ChameleonTheme
Henri Sara
2011-08-19
1
-1
/
+5
*
Replaced TableQuery debug mechanism with java.util.Logging #5712
John Alhroos
2011-08-19
1
-31
/
+19
*
Reverted visibility change of updatePageLength() which mistakingly was commit...
John Alhroos
2011-08-19
1
-1
/
+1
*
Added TestBench test for #7292
John Alhroos
2011-08-19
1
-0
/
+52
*
Fixes pageLength=0 in TreeTable #7292
John Alhroos
2011-08-19
2
-15
/
+27
*
Implemented row generation for Table and TreeTable #6720#
Jonatan Kronqvist
2011-08-19
12
-163
/
+950
*
Updated test to work with the more exact assertCSSClass introduced in #7431
Leif Åstrand
2011-08-19
1
-3
/
+3
*
Run tests also on Firefox 6
Henri Sara
2011-08-19
1
-1
/
+1
*
Added messages to thrown exceptions to make debugging easier
Artur Signell
2011-08-19
1
-12
/
+34
*
Added some ugly styles so that the feature can be visually verified
Artur Signell
2011-08-18
3
-4
/
+29
*
Correction to running GAE tests in parallel with other integration tests
Henri Sara
2011-08-18
1
-1
/
+1
*
Merged file copying target to the WAR target in build.xml
Henri Sara
2011-08-18
1
-28
/
+20
*
#7392 remove manual build from Vaadin 6.7 build
Henri Sara
2011-08-18
2
-101
/
+3
*
#5738 TabSheet's first visible tab should be rendered as if it is the first t...
Leif Åstrand
2011-08-18
2
-198
/
+343
*
#7381 Include licensing related files and release notes in JARs, removed an o...
Henri Sara
2011-08-18
3
-129
/
+41
*
#7381 Some build script cleanup, removed unnecessary files from test WAR
Henri Sara
2011-08-18
3
-38
/
+42
*
Specify color for even rows in the liferay theme (#6723)
Jonatan Kronqvist
2011-08-18
1
-0
/
+4
*
#7433 separate servlet configuration in web.xml to enable GAE testing
Henri Sara
2011-08-17
2
-3
/
+18
*
Fix for #7388
John Alhroos
2011-08-17
1
-0
/
+3
*
Removed unused test servlet from web.xml - problematic for GAE integration test
Henri Sara
2011-08-17
1
-18
/
+1
*
Optional expand and collapse animations for TreeTable (#6723)
Jonatan Kronqvist
2011-08-17
12
-46
/
+908
*
#7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR no...
Henri Sara
2011-08-17
14
-488
/
+86
*
Removed reference to SQLContainers own debug logging. (Has been replaced by j...
John Alhroos
2011-08-17
1
-1
/
+0
*
Replaced SQLContainers own debug logging implementation with java.util.Loggin...
John Alhroos
2011-08-17
1
-66
/
+66
*
Fixed issue with toggling tooltips on/off #5414
John Alhroos
2011-08-16
2
-3
/
+11
*
#7422 Updated fix for coping with additional spaces in the input
Leif Åstrand
2011-08-16
2
-7
/
+20
[next]