Commit Graph

7 Commits

Author SHA1 Message Date
Teemu Suo-Anttila
27c5730e2a
Update version number to 8.3-SNAPSHOT (#10348) 2017-11-22 12:58:21 +02:00
Ahmed Ashour
4e720f6b2b Remove redundant versions in POMs (#9990) 2017-09-14 13:28:32 +03:00
Teemu Suo-Anttila
87175a86c9 Update version to 8.2-SNAPSHOT (#9946) 2017-09-08 12:47:15 +03:00
Ilia Motornyi
6eed666314 Snapshot version update to 8.1 (#9023) 2017-04-05 16:15:33 +03:00
Teemu Suo-Anttila
bc458ce1de Clean up pom.xml files in vaadin-test (#8181)
Use plugin management for maven plugin, remove version numbers
2017-01-09 16:58:48 +02:00
Teemu Suo-Anttila
886a837d6d Fix vaadin-test and all its submodules (#8076)
This patch applies following fixes:
* ContextMenu with correct version for Vaadin 8
* Correctly skip install plugin for test submodules
* Make widgetset-test-util a test depdendency, don't use test-jar
* Fix vaadin-test project structure and dependencies
* Clean up testutil pom
* Add README.md
2017-01-09 13:41:30 +02:00
Denis Anisimov
43bb825f0e Migrating 7.7.1, 7.7.2, 7.7.3 to V8.
commit 11c3f8bd9e - Test and its UI class
are added (both V8 and V7). Required functionality should be available
via modern GWT version.

commit 729dbf96fe - About update release
notes. No need to be included.

commit 675f38349c - V8 already contains
correct Import-Packages section which uses osgi.javax.servlet.version
variable whise version is 3.0.0 at the moment.

commit 5da7c052f5 - Use Vaadin plugin
7.7.0 from 7.7.0.alpha1. Is not applicable.

commit 1df80001ab - Updated tutorial to
Vaadin 7.7.0. Is not applicable. The tutorial already contains correct
links and updated source code snippets.

commit 8b4f0ed8a8 - set-property-fallback
name="user.agent" value="safari". Is already there.

commit 28ed04e827 - Fix animation end
listeners so they are always removed. Is already there.

commit 408253bc3f - Use servlet context
classloader when finding servlet class for websockets. Is already there.

commit 7a6f250d89 - Fire actions before
removing menu from the DOM. Is already there.

commit 9b66c6eb9b - Do not run test on IE8
as IE8 is broken. Transplanted.

commit 3faa43ff39 - Discard for DateField
when the data source contains null. It is not applicable for V8 (There
is no anymore discard method in DateField (and no datasource suport in
field)). Transplanted for DateField in compatibility.

commit e0c1f91a3d - Fix ComboBox paging
when number of items equals page length. It's already done by another
fix which replaced ComboBox in compatibility package to the V7 version.

commit 83a1b8a096 - Update DOM and update
escalator row count in the correct order. Transplanted.

commit 45f2fba8ff - Prevent editor from
being canceled while it is being saved. Transplanted to compatibility
package. Is not applicable to modern Grid.

commit ad67f7f43a - Delete broken
stylesheet and revert to default style until a new stylesheet is
created. Is already there.

commit c970a78d42 - Always show loading
indicator for JavaScript RPC. Transplanted.

commit 2aad341606 - Make test independent
of any converters present in the factory. It's already there.

commit c9ad48430b - Do not include
yuicompressor for Sass compiler. Transplanted. Exclusion is added into
vaadin/pom.xml

commit 52d01a68e9 - Test for Firefox
download disconnecting push channel. Transplanted.

commit 4bc375d1d2 - Handle encoded URL
characters correctly when constructing widget set name. Transplanted.

commit 17ba88eaf8 - Update version to
7.7-SNAPSHOT. Is not applicable.

commit 47b7b13e5c - Ensure Firefox always
updates the grid scrollbar. Transplanted. Made changes in the logic to
the test for modern Grid component.

commit 4d851ba21d - Calculate column
widths immediately if there is data. Transplanted to both client side
modules.

commit 8f0b1a1dd0 - Skip Maven enforcer
plugin during demo validation. Transplanted (one build file is
affected).

commit 62815353e1 - Build demos from 7.7
branch (now for master branch). FW8 demos are added (one build file is
affected).

commit 815d72115d - Make test pass on all
browsers. Transplanted to both V7 and V8 version tests.

commit 516c428ca1 - Use widget set
specified by init parameter. Transplanted to the one UIProvider class.

commit b00c580ed7 - Use correct column
index when calculating min width during resize. Transplanted into both
client side classes (main and compatibility) as is. Test for V7 is
transplanted as is. Test for V8 is written from scratch based on V7
version.

commit 7dd91cf057 - Fix regression that
broke widget set compilation in 7.7.1. It's already there.

commit c665731b0b - Ensure temporary
layout manager state is cleared at the end of a layout phase.
Transplanted to the one LayoutManager class.

commit 57a965251a - Fix assertion error
when column widths are calculated. Transplanted to both versions of the
client Grid widget.

commit c5c52684eb - Format Java files
using Eclipse Neon and Vaadin settings. Only formatting changes. Is not
transplanted.

f5d06d8771 - Change javadoc to a style
Eclipse formatter can handle. Transplanted to both versions of the
client Grid widget.

commit 6033e13c20 - Make initially
disabled grid work when enabled. Transplanted to both client side
modules.

commit a2d6e4fb4b - Use
requestAnimationFrame when scrolling in Grid. Transplanted to both
client side modules.

commit fe9438e7b7 - Specify branch also
for Sampler. Is not applicable for master branch.

commit 1ec5d8ef7c - Update to Chrome 53.
Is already there.

commit 961851bfbc - Updated link to new
step 1 video in tutorial. Is already there.

commit 41dc2fe161 - Revert "Use widget set
specified by init parameter. Transplanted to the one UIProvider class.

commit 092b4f7f31 - Use widget set
specified by init parameter. Transplanted to the common server side
classes.

commit 977cec7e31 - Fix widget set builder
to create widget set in correct location. Transplanted to the one
ClassPathExplorer class file.

commit 6c12ad89ea - Format project pom
files using correct settings. Is not transplanted: only formatting
changes for POM files.

commit 0aad93ecc1 - Add tests for
widgetset compilation in different modes. Transplanted. New test
projects.

commit 0a3a1ef832 - Use
versions-maven-plugin 2.3 to avoid NPE while setting project version. Is
already there.

Change-Id: Ie3a5088f25de1772f01ea30c4a5eba0b169ee0ab
2016-10-03 09:00:48 +03:00