summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Migrate Grid tests P1. (#8108)Denis2017-01-0217-353/+189
| | | | | | * Migrate Grid tests P1. Fixes vaadin/framework8-issues#586
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-0262-182/+105
|
* Correct DateField smoke test: use explicit locale.Denis2016-12-291-0/+5
|
* Provide a smoke test for a Form.Denis2016-12-282-4/+4
| | | Fixes vaadin/framework8-issues#585
* Converted old Framework TestBench test docs to markdown (#8084)Olli Tietäväinen2016-12-281-0/+131
| | | * Converted old Framework TestBench test docs to markdown
* Clean up DateField UI tests. Denis2016-12-2838-2533/+236
| | | | | Fixes vaadin/framework8-issues#584
* Clean up SQL container tests. (#8091)Denis2016-12-2814-984/+55
| | | | | Only one UI smoke test for the SQL container (along with a Table). Fixes vaadin/framework8-issues#582
* Clean up calendar tests. (#8094)Denis2016-12-2747-5403/+28
|
* Remove caption from javadoc comment (#8080)Pekka Hyvönen2016-12-231-2/+2
|
* Listing must be a ComponentPekka Hyvönen2016-12-221-1/+3
|
* Remove unused caption from Column constructor (#8077)Pekka Hyvönen2016-12-221-5/+3
| | | | | | * Remove unused caption from Column constructor Fixes #8063
* Partial javadocs fix for vaadin-shared (#8068)Ilia Motornyi2016-12-226-20/+17
|
* Add TestBench API as an expected artifact in build report (#8075)Henri Sara2016-12-221-4/+4
| | | | Also fixes a syntax error in the script.
* Include Framework Element API for TestBench in the project (#8014)Artur2016-12-2283-5/+4157
| | | | | | This makes it possible to use the latest Element classes in the framework tests and to simplify the build process. The license for the included element classes are changed to Apache2
* Set focus when click on RadioButton via JS. (#8062)rogozinds2016-12-212-2/+7
| | | | | Sending click even in JS to a RadioButton in RadioButtonGroup doesn't trigger focus event for RadioButtonGroup in IE11. Fix it. Same fix for CheckBoxGroup.
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-20408-922/+918
|
* Remove Google App Engine support, tests and documentation (#8034)Pekka Hyvönen2016-12-2010-188/+27
| | | | | | * Remove Google App Engine support and tests Fixes #8033
* Declarative tests improvementsDenis2016-12-207-16/+53
|
* Update build report for GitHub and removed widgets module (#8037)Henri Sara2016-12-203-20/+16
|
* Fix for Grid declarative format (read). (#8050)Denis2016-12-202-5/+13
| | | | | | * Fix for Grid declarative format (read). Fixes vaadin/framework8-issues#576
* Improved English in line 17 (#8054)Juha Seppänen2016-12-201-1/+1
| | | | | | | | | * Improved English in line 17 Changed "There is only one Binder instance per form and it is used for all fields in that form" into "There is only one Binder instance for each form and it is used for all fields in that form"
* Fix screenshot repository reference (#8053)8.0.0.beta1Henri Sara2016-12-191-0/+0
|
* Ignore PushRemoveConnectorsTest (#8040)Henri Sara2016-12-191-1/+5
| | | | Temporarily ignore the test as it does not really work and takes a very long time during builds.
* Fix documentation for /components (#8051)Pekka Hyvönen2016-12-1918-2862/+167
| | | | | Added warning where not updated. Removed outdated documentation. Tried to fix parts where it was feasible.
* Add chapter datamodel-selection (#8049)Aleksi Hietanen2016-12-191-11/+136
| | | Add initial selection model documentation to datamodel-selection.
* Introduce issue template (#8043)jtomass2016-12-191-0/+7
| | | Introduce issue template to raise awareness of forums and the quality of bug reports.
* Fix portal section in the docs. (#8048)Denis2016-12-192-0/+4
| | | | * Update portal sections (outdated message).
* Fix application documentation for 8 (#8045)Pekka Hyvönen2016-12-193-26/+7
| | | | | | * Fix application documentation for 8 Updated where only small changes, mention not updated when more changes.
* Remove jpacontainer section from the docs. (#8047)Denis2016-12-1929-9000/+2
| | | | * Remove jpacontainer section from the docs.
* Remove sqlcontainer section. (#8046)Denis2016-12-1910-796/+0
| | | | * Remove sqlcontainer section.
* Add a note about outdated theme doc files. (#8041)Denis2016-12-192-0/+4
| | | | * Add a note about outdated theme doc files.
* Remove GAE support in release notes (#8044)Pekka Hyvönen2016-12-191-7/+0
| | | | * Remove GAE support in release notes
* Update overview and field sections in the documentation (#8025)Leif Åstrand2016-12-192-36/+27
| | | | | | | | | | * Update overview and field sections in the documentation * Fix formatting * Fix References * Remove "chapter" word
* Fix broken docs in advanded-shortcuts (#8042)Pekka Hyvönen2016-12-191-2/+2
| | | | * Fix broken docs in advanded-shortcuts
* Mention deprecating FontAwesome icons in release notes (#8039)Pekka Hyvönen2016-12-191-0/+1
| | | | | | * Mention deprecating FontAwesome icons in release notes Part of #7979
* Remove Google App Engine from documentation (#8038)Pekka Hyvönen2016-12-195-85/+3
| | | | | | | | * Remove Google App Engine from documentation Mention removal in release notes. Part of #8033
* Beta notes and special message to add-on developers (#8036)Juha Seppänen2016-12-191-0/+6
| | | | * Beta notes and special message to add-on developers
* Fix the upload test for IE11 (at least). (#8035)Denis2016-12-191-0/+1
| | | | | | | | | The upload test should use an Upload in non-immediate mode because the file name is written in-line into the Upload text input and the button is used to upload a file without showing a file chooser dialog. The test for upload in immediate mode works for Chrome (no file chooser window issue) but it doesn't work for IE11 (at least, may be the same issue for FF). So the test UI is just updated to use non-immediate mode.
* Deprecate FontAwesome icon constants (#8032)Pekka Hyvönen2016-12-191-0/+4
| | | Part of #7979
* Grid horizontal scrolling fix for Chrome. (#8031)Denis2016-12-191-5/+8
|
* Use PhantomJS2 for server integration tests (#8030)Henri Sara2016-12-195-7/+12
| | | | | | | | | | | | | | | * Run server integration tests with PhantomJS2 * Add delay to integration test screenshots Otherwise, the progress indicator might still be fading when the screenshot is taken, and the screenshots are not fully stable. * Reduce integration test startup delays * Add PhantomJS2 screenshots for integration tests * Add PhantomJS2 screenshots for tomcat 7 proxy test
* Update DataProvider documentation for beta (#8023)Leif Åstrand2016-12-191-202/+112
| | | | * Update DataProvider documentation for beta
* Update Binder documentation for beta (#8022)Leif Åstrand2016-12-191-177/+73
| | | | * Update Binder documentation for beta
* Fix Grid focusable test. (#8029)Denis2016-12-192-4/+15
| | | | * Fix Grid focusable test.
* Add CDI dependency version to vaadin-bom (#8020)Teemu Suo-Anttila2016-12-1810-6/+192
| | | Unify test UIs and test code for Spring and CDI.
* Fix for PushLargeData test. (#8019)Denis2016-12-161-10/+13
| | | | * Fix for PushLargeData test.
* Fix for MenuBarIsAutoOpenScrollingTest. (#8017)Denis2016-12-161-1/+1
| | | | * Fix for MenuBarIsAutoOpenScrollingTest.
* Fix upload test (now it's immediate by default). (#8016)Denis2016-12-161-1/+1
| | | | * Fix upload test (now it's immediate by default).
* @since tag is set (#8021)Denis2016-12-1615-16/+16
|
* Fix test failures in alpha10 (#8013)Aleksi Hietanen2016-12-162-2/+2
| | | | | | | | * Fix context menu missing box-shadow for Runo on Chrome (#7966) Change-Id: I318761527a695c741f52b4c18e9f8ea943f89017 * Update Chrome version in VerifyBrowserVersionTest