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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge changes from origin/7.0
Artur Signell
2013-06-05
2
-4
/
+28
|
\
|
*
Change field types from LinkedHashSet back to HashSet to retain binary compat...
Johannes Dahlström
2013-06-05
1
-4
/
+9
|
*
Disable drag&drop when source or target component is disabled, re-implementat...
Marc Englund
2013-06-05
1
-0
/
+19
*
|
Remove DEFAULT constant as an annotation enum cannot use it (#11966)
Artur Signell
2013-06-05
1
-1
/
+1
*
|
Do not rely on broken javadoc features for default values (#11970)
Leif Åstrand
2013-06-05
1
-6
/
+5
*
|
Don't use the broken {@value Type#CONSTANT} pattern in javadocs
Leif Åstrand
2013-06-05
4
-3
/
+4
*
|
Add transport parameter to @Push (#11966)
Artur Signell
2013-06-05
3
-0
/
+40
*
|
Allow customizing client-side push config on server side (#11867)
Artur Signell
2013-06-05
5
-49
/
+294
*
|
Rename tests so they are run during build (Abstract* is ignored)
Artur Signell
2013-06-05
3
-3
/
+3
*
|
Change analyze layouts to use RPC (#11536)
Artur Signell
2013-06-05
7
-71
/
+79
*
|
Send connector debug (highlight) using RPC (#11536)
Artur Signell
2013-06-05
5
-82
/
+121
*
|
Add @VaadinServletConfiguration (#11970)
Leif Åstrand
2013-06-05
5
-22
/
+328
*
|
Update deprecation javadoc for VaadinSession.getBrowser()
Leif Åstrand
2013-06-05
1
-3
/
+3
*
|
Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)
Leif Åstrand
2013-06-05
4
-64
/
+135
*
|
Log stack trace using fine when logging toString warnings
Artur Signell
2013-06-05
2
-1
/
+7
*
|
Enabled drag & drop to Calendar #11048
John Ahlroos
2013-06-03
1
-1
/
+30
*
|
Ignore style resource that has already been added (#11667)
Leif Åstrand
2013-06-03
1
-37
/
+74
*
|
Throw exception if VaadinService has not been initialized (#11961)
Leif Åstrand
2013-05-31
1
-0
/
+11
*
|
Do not log legacy warnings in JUnit tests (#11963)
Artur Signell
2013-05-31
1
-5
/
+5
*
|
Fix stale info in javadoc for accessSynchronously (#11897)
Leif Åstrand
2013-05-31
2
-8
/
+0
*
|
Formatted XML files using defined rules (#11956)
Artur Signell
2013-05-30
2
-62
/
+63
*
|
Fix streaming issue with iOS6 (#11934)
Artur Signell
2013-05-30
1
-0
/
+7
*
|
Flush the output writer in case of SSE transport as well (#11955)
Johannes Dahlström
2013-05-30
1
-1
/
+1
*
|
Extract ProgressBar and deprecate ProgressIndicator (#11925)
Leif Åstrand
2013-05-29
2
-87
/
+170
*
|
Moved Locale data handling to LocaleService (#11378)
Artur Signell
2013-05-29
7
-274
/
+236
*
|
Remove UI.runSafely and VaadinSession.runSafely (#11901)
Leif Åstrand
2013-05-29
2
-21
/
+1
*
|
Moved enums to avoid running them as tests
Artur Signell
2013-05-29
4
-2
/
+6
*
|
Avoid deadlock checking in runPendingAccessTasks() (#11897)
Leif Åstrand
2013-05-28
1
-1
/
+2
*
|
Remove ThreadLocal references from CurrentInstance (#11914)
Leif Åstrand
2013-05-28
5
-27
/
+36
*
|
Define how CurrentInstance works with access() (#11897)
Leif Åstrand
2013-05-28
3
-35
/
+104
*
|
Added ComponentConnector.isAttached (#11928)
Artur Signell
2013-05-28
8
-16
/
+44
*
|
Add missing license header
Artur Signell
2013-05-28
1
-1
/
+1
*
|
Make access() enqueue the runnable if the session is locked (#11897)
Leif Åstrand
2013-05-28
7
-53
/
+268
*
|
Added Serializable where missing and ignore classes which do not need Seriali...
Artur Signell
2013-05-28
4
-4
/
+29
*
|
Added Java Date to Sql Date converter to better support sql dates (#11224)
Artur Signell
2013-05-24
2
-0
/
+61
*
|
Avoid creating an instance of every view while searching for the correct view...
Artur Signell
2013-05-23
1
-5
/
+8
*
|
Fixed test which had never passed
Artur Signell
2013-05-22
3
-12
/
+392
*
|
Modified the logic in setPropertyDatasource which determines if a new convert...
Artur Signell
2013-05-22
7
-16
/
+337
*
|
Fixed order of parameters in javadoc (#11158)
Artur Signell
2013-05-22
1
-3
/
+3
*
|
Extracted common code for number conveters to abstract super class (#11900)
Artur Signell
2013-05-22
5
-229
/
+148
*
|
Disable Atmosphere version number check (#11890)
Leif Åstrand
2013-05-21
1
-1
/
+6
*
|
Upgrade to Atmosphere 1.0.13 (#11861)
Johannes Dahlström
2013-05-21
1
-2
/
+2
*
|
Derive current servlet/portlet from the current service (#11779)
Leif Åstrand
2013-05-21
3
-78
/
+28
*
|
Use "\0" instead of "|" as a push message delimiter (#11692)
Johannes Dahlström
2013-05-21
2
-10
/
+16
*
|
OSGi support for vaadin-push (#11691)
Johannes Dahlström
2013-05-20
1
-1
/
+2
*
|
Merge changes from origin/7.0
Leif Åstrand
2013-05-17
2
-6
/
+13
|
\
|
|
*
Avoid marking AbstractField dirty in primitive getters (#11201)
Artur Signell
2013-05-17
1
-3
/
+8
|
*
SQLContainer.indexOfId() also searches backwards (#11849, #10376)
Henri Sara
2013-05-14
1
-3
/
+5
*
|
Merge changes from origin/7.0
Leif Åstrand
2013-05-17
1
-2
/
+2
|
\
|
|
*
Clear items in ComboBox only if changed (#10924)
Henri Sara
2013-05-14
1
-2
/
+2
[next]