summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix ComboboxScrollableWindowTest to use assertion (#11014)Teemu Suo-Anttila2018-06-295-1/+12
|
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-2964-64/+64
|
* Add mention of Tree being Focusable (#11008)Teemu Suo-Anttila2018-06-281-0/+1
|
* Upgrade TestBench version to 5.2 (#11005)Teemu Suo-Anttila2018-06-2812-133/+72
|
* Improve version number test for publish report script (#11007)Teemu Suo-Anttila2018-06-281-3/+8
|
* Mention enahncements in release notes (#11006)Teemu Suo-Anttila2018-06-281-0/+4
|
* Fix DateFieldUnparseableString test UI (#11004)Mehdi Javan2018-06-281-3/+1
| | | This patch eliminates the use of Apache Commons StringUtils in the test UI.
* Fix IE11 tests (#11003)Teemu Suo-Anttila2018-06-2710-5/+5
| | | This patch removes non-native events and updates some screenshots.
* Memory leak fix in ConnectorTracker (#10996)Teemu Suo-Anttila2018-06-272-1/+6
|
* Update since tags (#11001)8.5.0.alpha2Teemu Suo-Anttila2018-06-276-29/+27
|
* Fix valdiation builds to use correct browser (#11000)Teemu Suo-Anttila2018-06-2718-34/+75
|
* Remove PhantomJS from testing (#10997)Teemu Suo-Anttila2018-06-2654-511/+22
|
* Fix Grid Editor in TabSheet test for Firefox (#10991)Teemu Suo-Anttila2018-06-211-3/+15
|
* Code cleanup and serialization test in compatibility package (#10977)Ilia Motornyi2018-06-214-194/+30
|
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-197-40/+76
| | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985
* Graceful servlet shutdown if no VaadinService is initialized (#10981)Ilia Motornyi2018-06-181-1/+3
| | | Fixes #10980
* Add ACCEPT attribute to Upload (#10906)Ilia Motornyi2018-06-187-0/+75
| | | Fixes #2410
* Update CDI version (#10983)Teemu Suo-Anttila2018-06-151-1/+1
|
* Clarify widgetset documentation (#10984)Leif Åstrand2018-06-151-5/+5
|
* Fix temporal renderers serialization (#10929)Ilia Motornyi2018-06-137-29/+349
|
* Fix formatting of some files (#10972)Ilia Motornyi2018-06-122-12/+19
|
* Update UsingRPCFromJavaScript.asciidoc (#10975)Leif Åstrand2018-06-121-2/+2
| | | The old syntax links to `.asciidoc` instead of `.html` on vaadin.com/docs.
* Update Spring version (#10971)Teemu Suo-Anttila2018-06-071-1/+1
|
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-073-4/+94
| | | Fixes #10673.
* Rename Internet Explorer screenshots (#10968)Teemu Suo-Anttila2018-06-06413-0/+0
|
* Fix NPE check in BindingValidationStatus (#10964)Olli Tietäväinen2018-06-052-1/+14
|
* Rename Firefox screenshots (#10967)Teemu Suo-Anttila2018-06-05336-13/+12
|
* Rename Chrome screenshots (#10966)Teemu Suo-Anttila2018-06-05480-2/+4
|
* Use new TestBench and ReferenceNameGenerator (#10963)Teemu Suo-Anttila2018-06-05381-428/+49
| | | This patch contains the first part of screenshots being renamed.
* Remove vaadin-screenshots submodule (#10956)Teemu Suo-Anttila2018-06-042-4/+0
|
* Implement serializable predicate helper methods (#10952)Ilia Motornyi2018-06-041-1/+81
|
* Fix IE11 tests for BrowserStack environment (#10959)Teemu Suo-Anttila2018-06-0440-26/+4
|
* Fix small formatting issues (#10960)Ilia Motornyi2018-06-015-16/+22
|
* Use random string for autocomplete attribute (#10950)Ilia Motornyi2018-06-012-2/+3
| | | Fixes #7820
* Improved BrowserStack support with local identifiers (#10941)Teemu Suo-Anttila2018-05-31391-26/+33
|
* Fix Grid not removing columns from sort orderTeemu Suo-Anttila2018-05-282-4/+31
| | | | Fixes #10928
* Add bottomBorder size to check in Grid (#10946)Anastasia Smirnova2018-05-281-2/+2
| | | Fixes #10931
* Fix MultiSelectionRenderer right-click exception (#10944)Ilia Motornyi2018-05-232-6/+2
| | | Fixes #10942
* Add DesignContext getter to ComponentCreatedEvent (#10943)Ilia Motornyi2018-05-221-0/+11
|
* Open methods to allow custom static file serving logic (#(#10921)Ilia Motornyi2018-05-221-2/+6
|
* Add constructor for ComboBox with DataCommunicator (#10923)Teemu Suo-Anttila2018-05-171-3/+13
|
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-17272-2162/+1979
|
* Add Focusable interface for Tree component (#10918)Teemu Suo-Anttila2018-05-151-1/+16
|
* Fix Grid clearSortOrder not updating state (#10917)Teemu Suo-Anttila2018-05-152-12/+10
| | | Fixes #9074
* Allow overriding ServerRpcHandler creation in PushHandler (#10892)lennartfricke2018-05-091-1/+13
| | | | | Fixes #4537
* Fix Binder javadocs (#10907)Ilia Motornyi2018-05-091-1/+3
| | | Fixes #10399
* Fix test retries and use TestBench retry rule (#10904)Teemu Suo-Anttila2018-05-097-80/+19
|
* Use XMLHttpRequest2 API for HTML5 DnD uploads (#10896)Ilia Motornyi2018-05-091-2/+3
|
* URL encode file name in GlobalResourceHandler (#10751)Marco Collovati2018-05-092-4/+77
| | | Fixes #10747
* Fix broken integration tests (#10900)Teemu Suo-Anttila2018-05-093-2/+22
|