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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore compiled buildhelper classes
Leif Åstrand
2011-12-08
1
-0
/
+1
*
Merge remote branch 'origin/master' into windowing
Leif Åstrand
2011-12-08
35
-455
/
+911
|
\
|
*
Merge remote-tracking branch 'origin/ivyconfig'
Artur Signell
2011-12-08
12
-169
/
+343
|
|
\
|
|
*
Pass deps.initialized to called test targets in different build files.
Mikael Vappula
2011-12-05
3
-5
/
+7
|
|
*
Prevent multiple ivy:configure calls
Mikael Vappula
2011-12-05
1
-3
/
+5
|
|
*
Cleaned up Ivy configuration
Mikael Vappula
2011-12-02
7
-110
/
+122
|
|
*
Fixed test framework transient dependencies in main ivy.xml
Mikael Vappula
2011-12-01
1
-5
/
+3
|
|
*
Ivy configuration and TestBench test build script updates.
Mikael Vappula
2011-12-01
5
-87
/
+104
|
|
*
#7997 Ivyfied custom SmartSprites library
Mikael Vappula
2011-12-01
5
-14
/
+78
|
|
*
Added compile time dependencies to server-side test runtime
Mikael Vappula
2011-11-25
1
-0
/
+1
|
|
*
Removed duplicate target dependency
Mikael Vappula
2011-11-25
1
-2
/
+2
|
|
*
Fixed ivy configuration errors caused by parallel ant tasks
Mikael Vappula
2011-11-25
1
-8
/
+11
|
|
*
Removed references to lib/core/**/*.jar from japize command.
Mikael Vappula
2011-11-25
1
-1
/
+1
|
|
*
Missing mkdir caused warning while compiling widgetset
Mikael Vappula
2011-11-25
1
-0
/
+1
|
|
*
Added validation-api as a new dependency
Mikael Vappula
2011-11-25
1
-1
/
+2
|
|
*
Introduced Ivy based dependency management
Mikael Vappula
2011-11-24
3
-77
/
+150
|
*
|
Merge remote branch 'origin/contrib'
Leif Åstrand
2011-12-01
11
-233
/
+181
|
|
\
\
|
|
*
|
Remove the last simple ie6 hacks #7912
Leif Åstrand
2011-12-01
3
-13
/
+0
|
|
*
|
Merged fixes from 6.7
Artur Signell
2011-12-01
9
-40
/
+387
|
|
*
|
#8019 Remove UserError(String, int, int) as the new UserError(String, Content...
Jens Jansson
2011-12-01
1
-40
/
+0
|
|
*
|
#8019 Added deprecated comments on deprecated constants.
Jens Jansson
2011-12-01
2
-0
/
+35
|
|
*
|
#8019 Changed so that instead of using ErrorLevel.ordinal(), ErrorLevel.intVa...
Jens Jansson
2011-12-01
2
-2
/
+2
|
|
*
|
#8019 Add a intValue-method to ErrorMessage.ErrorLevel enum which should be u...
Jens Jansson
2011-12-01
1
-6
/
+22
|
|
*
|
#8019 Earlier commit hid away the possibility for Buffered.getErrorLevel() to...
Jens Jansson
2011-12-01
1
-3
/
+7
|
|
*
|
#8019 Remove CompositeValidator(int, String) as the new CompositeValidator(Co...
Jens Jansson
2011-12-01
1
-19
/
+6
|
|
*
|
Removed the deprecated sizing with float API in Sizable.
Jens Jansson
2011-12-01
2
-94
/
+0
|
|
*
|
Converted UserError content type to an enum. There is probably other places w...
Jens Jansson
2011-12-01
1
-39
/
+43
|
|
*
|
Moved error level communication strings away from all the subclasses to the c...
Jens Jansson
2011-12-01
6
-44
/
+26
|
|
*
|
Modified ErrorMessage's error level from int's to an enum called ErrorLevel.
Jens Jansson
2011-12-01
6
-60
/
+95
|
|
*
|
Changed CompositeValidator's combination mode from int constants to an enum.
Jens Jansson
2011-12-01
3
-40
/
+59
|
*
|
|
Merge remote branch 'origin/6.8'
Leif Åstrand
2011-12-01
9
-40
/
+387
|
|
\
\
\
|
|
*
|
|
Merged fixes from 6.7
Artur Signell
2011-11-25
9
-40
/
+387
|
*
|
|
|
Remove the last simple ie6 hacks #7912
Leif Åstrand
2011-12-01
3
-13
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
#7847 Use ClientWidget.loadStyle by default
Leif Åstrand
2011-12-07
1
-1
/
+1
*
|
|
|
#8068 Provide an option for preserving Root state on browser refresh
Leif Åstrand
2011-12-07
3
-18
/
+120
*
|
|
|
URI fragment support in Root (#8048)
Leif Åstrand
2011-12-07
9
-188
/
+291
*
|
|
|
Add javadocs for some new methods
Leif Åstrand
2011-12-07
5
-29
/
+400
*
|
|
|
Remove some comments about application level windows
Leif Åstrand
2011-12-06
1
-9
/
+8
*
|
|
|
#7885 Define theme and widgetset for each Root
Leif Åstrand
2011-12-06
5
-3
/
+149
*
|
|
|
Migrate some tests to the new absract test bases and fix some issues (#8053)
Leif Åstrand
2011-12-06
4
-26
/
+37
*
|
|
|
#8053 Add new base classes for testing that doesn't use LegacyApplication
Leif Åstrand
2011-12-06
2
-0
/
+92
*
|
|
|
Pass window.name back to the browser to help detecting browser refresh
Leif Åstrand
2011-12-01
3
-0
/
+20
*
|
|
|
Add a bunch of javadoc comments
Leif Åstrand
2011-11-30
7
-7
/
+721
*
|
|
|
Ensure window attached by LegacyApplication has an application
Leif Åstrand
2011-11-29
1
-0
/
+7
*
|
|
|
Merge remote branch 'origin/master' into windowing
Leif Åstrand
2011-11-29
111
-1607
/
+794
|
\
|
|
|
|
*
|
|
Remove java 1.6 @Override annotations methods from interfaces
Leif Åstrand
2011-11-29
21
-37
/
+0
|
|
|
/
|
|
/
|
|
*
|
Merge remote-tracking branch 'origin/6.8'
Artur Signell
2011-11-24
6
-10
/
+104
|
|
\
|
|
|
*
Added ids and re-enabled test
Artur Signell
2011-11-24
1
-52
/
+0
|
|
*
Added ids and re-enabled test
Artur Signell
2011-11-24
2
-0
/
+53
|
|
*
disabled test, testbench don't support custom implementations of client side ...
Matti Tahvonen
2011-11-23
1
-0
/
+0
[next]