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
/
compatibility-server
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't use V8 FieldEvents classes in v7 compatibility module. (#93)
Denis
2016-12-07
1
-3
/
+48
*
Small fixes to javadocs
elmot
2016-12-01
3
-3
/
+3
*
Correct all tests that introspect classpath for Vaadin classes.
Denis Anisimov
2016-11-29
6
-141
/
+62
*
Revert Upload listener registration changes in compatibility package
Henri Sara
2016-11-27
1
-30
/
+96
*
Fix DeprecatedTest under Windows
elmot
2016-11-11
2
-6
/
+7
*
Add method to auto scale calendar time range (#17715)
Steven Spungin
2016-11-04
2
-4
/
+150
*
Move setReadOnly from Component to HasValue
Teemu Suo-Anttila
2016-11-02
1
-2
/
+58
*
Replace setRequired & HasRequired with setRequiredIndicator
Pekka Hyvönen
2016-11-01
2
-36
/
+1
*
Implement focus and blur events for CheckBoxGroup.
Denis Anisimov
2016-10-31
2
-24
/
+7
*
Date/time issues are fixed in the tests.
Denis Anisimov
2016-10-31
1
-1
/
+2
*
Introduce "shouldWriteDefaultValues" property to DesignContext.
Denis Anisimov
2016-10-26
15
-51
/
+62
*
Update ValueChange API to use Component and HasValue<>.
Denis Anisimov
2016-10-25
1
-2
/
+2
*
Binder.bindInstanceFields(Object) method implementation (#47).
Denis Anisimov
2016-10-25
5
-66
/
+4
*
Update Hierarchical container JavaDocs to match code (#5864)
Teemu Suo-Anttila
2016-10-24
1
-1
/
+2
*
Move old SelectionEvent to V7 and create a new selection event supertype
Denis Anisimov
2016-10-24
5
-9
/
+144
*
Add utility for outputting the full declarative syntax of components
Aleksi Hietanen
2016-10-24
4
-91
/
+353
*
Provide declarative tests for all V7 field components.
Denis Anisimov
2016-10-21
1
-30
/
+53
*
Move all themes except Valo into a new compatibility-themes package
Aleksi Hietanen
2016-10-13
4
-0
/
+868
*
Remove AbstractComponent.immediate
Pekka Hyvönen
2016-10-13
11
-163
/
+518
*
Add Upload to compatibility packages
Pekka Hyvönen
2016-10-07
1
-0
/
+1173
*
Copy ColorPicker to compatibility-server (again)
Johannes Dahlström
2016-10-03
13
-0
/
+2744
*
Migrating 7.7.1, 7.7.2, 7.7.3 to V8.
Denis Anisimov
2016-10-03
3
-1
/
+142
*
Make AbstractDateField based on LocalDate (#125).
Denis Anisimov
2016-09-30
4
-5
/
+5
*
Unify listeners on the server side
Aleksi Hietanen
2016-09-29
7
-7
/
+253
*
Revert ComboBox in compatibility packages to V7 version (#201).
Denis Anisimov
2016-09-27
3
-167
/
+330
*
Mark all server compatibility classes deprecated (#144).
Denis Anisimov
2016-09-23
185
-256
/
+763
*
Re-add back Form to compatibility package (#296).
Denis Anisimov
2016-09-22
6
-24
/
+1639
*
Added Slider into compatibility package
Pekka Hyvönen
2016-09-16
3
-0
/
+615
*
Change ColorPicker to use new ComboBox
Artur Signell
2016-09-13
15
-2853
/
+0
*
Format project pom files using correct settings (4 spaces)
Artur Signell
2016-09-09
1
-112
/
+112
*
Update empty since tags for 8.0
Henri Sara
2016-09-08
1
-1
/
+1
*
Add simple data change handling for Selects
Teemu Suo-Anttila
2016-09-01
1
-1
/
+1
*
Format the project using Neon, remove trailing whitespace
Artur Signell
2016-08-31
55
-316
/
+268
*
Duplicate AbstractField state and connector into compatibility-client
Artur Signell
2016-08-30
1
-1
/
+1
*
Organize imports
Artur Signell
2016-08-30
23
-27
/
+26
*
Remove Legacy prefix
Artur Signell
2016-08-30
2
-13
/
+13
*
Move and duplicate client side and state to compatibility package
Artur Signell
2016-08-30
6
-8
/
+8
*
Move and duplicate client side and state to compatibility package
Artur Signell
2016-08-30
17
-27
/
+27
*
Move and duplicate client side and state to compatibility package
Artur Signell
2016-08-30
9
-18
/
+18
*
Duplicate shared classes of the Vaadin 7 Grid
Teemu Suo-Anttila
2016-08-30
6
-24
/
+24
*
Fix OSGi support in compatibility packages
Artur Signell
2016-08-29
1
-2
/
+3
*
Move V7 Converter and ConverterFactory to compatibility package
Artur Signell
2016-08-29
3
-8
/
+224
*
Mark java validation packages as optional for OSGi
Artur Signell
2016-08-29
1
-0
/
+2
*
Move remaining Vaadin 7 classes to the compatibility package
Artur Signell
2016-08-26
18
-0
/
+3673
*
Move old converters and DefaultConverterFactory to compatibility package
Artur Signell
2016-08-26
18
-0
/
+2107
*
Implement new Label
Artur Signell
2016-08-26
4
-0
/
+932
*
Move old Field and AbstractField to compatibility package
Artur Signell
2016-08-26
7
-2
/
+2189
*
Move old TextField to compatibility package
Artur Signell
2016-08-26
34
-1
/
+3583
*
Update TextArea to extend AbstractFieldNew (#53)
Aleksi Hietanen
2016-08-26
1
-5
/
+5
*
Move old PasswordField to compatibility package
Artur Signell
2016-08-25
1
-0
/
+123
[prev]
[next]