summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix NPE sorting columns with null values (#8610)Filippo2017-02-272-1/+50
| | | | | | | | | | | | | | * Fix NPE sorting columns with null values Sorting a column in Grid throws a NullPointerException if there are null values and we are using the default TextRenderer * Test for #8610 * Update Grid.java * Update GridNullValueSortTest.java * Update GridNullValueSortTest.java
* Migrate v7 Grid tests. 7th round. (#8452)Denis2017-02-2721-398/+268
| | | | | | | | | | | | | | | | * Migrate v7 Grid tests. 7th round. Fixes #8419 * Fix test failures * Minor improvements * Merge remote-tracking branch 'github/master' into 8436-grid-test-migration * Merge remote-tracking branch 'github/master' into 8436-grid-test-migration * Update screenshot reference
* Make it possible to use an extended ComboBox in declarative files (#8651)Artur2017-02-273-2/+25
|
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-2741-95/+1116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix java packaging order (#106) Closes vaadin/archetypes#113 * Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) * Enable changing the backing bean for BeanItem (#4302) (#77) When storing a bean to the database, you typically get a new and updated bean instance back. By allowing to change the bean instance, we make it possible to just update the single BeanItem instance which can be used in many places. * Make AtmospherePushConnection methods public (#7973) There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI. * Use correct indexes in multiselect checkboxes after removing rows (#8072) Fixes #8011 * Fix removal of hidden Grid columns (#8071) Fixes #8018 * Call error handler for exceptions in UI.init() (#8055) Fixes #4995 * Render font icon correctly on the 'more' menu item (#8126) * Render font icon correctly on the 'more' menu item Fixes #8125 * Reopen Grid details on attach, fixes #8015 (#8074) Fixes #8015 * Fix broken Grid tests after picking changes from 7.7.7 Removed duplicate setDetailsVisible calls from onDetach * Correctly detach components in merged cells when a static row is removed (#8142) Fixes #8140
* Migrate v7 Grid tests. Next round. (#8435)Denis2017-02-2727-888/+865
| | | | | | | | | | | | | | * Migrate v7 Grid tests. Next round. Fixes #8419 * Migrate v7 Grid tests. Next round. Fixes #8419 * Merge remote-tracking branch 'github/master' into 8419-grid-tests * Remove RunLocally annotation from GridHeightTest
* Load declarative classes using thread context class loader (#8532)Artur2017-02-272-3/+6
| | | | | | * Load declarative classes using thread context class loader Fixes #8528
* Fix grid column sort order documentation (#8650)Aleksi Hietanen2017-02-271-10/+6
| | | | * Fix grid column sort order documentation
* Mention VaadinServiceInitListener and JS state diff in release notes (#8607)Leif Åstrand2017-02-271-1/+2
| | | | * Mention VaadinServiceInitListener and JS state diff in release notes
* Remove class names from documentation headers (#8642)Artur2017-02-2731-31/+31
| | | | * Remove class names from documentation headers
* Fix null caption for NativeSelect and ComboBox (#8633)Pekka Hyvönen2017-02-274-6/+99
| | | | | | | | | * Fix null caption for NativeSelect and ComboBox Unified the null caption converting to empty string, as it was with other selects supporting item caption generator. Fixes #8630
* Correctly test for mutually comparable types (#8598)Leif Åstrand2017-02-272-2/+9
|
* Use an informative exception message when Binder is incorrectly constructed ↵Artur2017-02-271-2/+4
| | | | (#8631)
* Do not show an "active" effect on buttons with "borderless" style (#8586)Artur2017-02-271-1/+1
| | | | | | * Do not show an "active" effect on buttons with "borderless" style A disabled button should not react to clicks in any way
* Update release notes to say this is a maintenance version (#8673)Henri Sara2017-02-231-5/+4
|
* Updated migration related documentation (#8602)8.0.0Pekka Hyvönen2017-02-1729-22/+104
| | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581
* Update BOM for 8.0.0, Add context-menu to BOM (#8599)Aleksi Hietanen2017-02-171-3/+9
|
* Change dependency from TestBench meta package to TestBench core (#8603)Artur2017-02-171-2/+2
| | | | | The TestBench meta package depends on vaadin-testbench-api but possibly a different version than what is defined in the bom
* Updated release notes for 8.0 (#8601)Pekka Hyvönen2017-02-171-23/+28
| | | | * Updated release notes for 8.0
* Fix creation of vaadin-all javadoc in release builds (#8600)Henri Sara2017-02-171-1/+1
| | | | | | * Fix creation of vaadin-all javadoc in release builds (#8588) * Fix creation of vaadin-all javadoc in release builds
* Fix build report to expect vaadin-archetypes (#8595)Henri Sara2017-02-171-2/+2
| | | | | | | | | * Add vaadin-archetypes as expected artifact in build report * Add comment to build report about deployment contexts Later, the demo URL list should be fixed to take this into account automatically.
* Fix since tags for 8.0 (#8575)8.0.0.rc2Henri Sara2017-02-16134-101/+335
| | | | Fix since tags for the server and shared modules and new types in client.
* Add javadoc clarification for DataProivder.refreshItem (#8585)Leif Åstrand2017-02-161-0/+8
| | | | * Add javadoc clarification for DataProivder.refreshItem
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-169-109/+778
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reduce ComboBox initial requests Use initial fetched data on client side, do not request data from server side for each time popup is opened. Fixed initial filter being null for ComboBox on DataProvider, causing unnecessary size & fetch for not-changed filter. Fixed ComboBox sending default filter unnecessarily to server. Fixed wrong page indexing in VComboBox -> ComboBoxConnector. Fixes #8496 Fixes vaadin/framework8-issues#488 * Fix last item missing When pageLength was 0 and nullSelectionAllowed, the last item was not shown. Tried to sensify the API for total suggestions versus total suggestions + null selection item. * Fix ComboBox selected item updates Handles changing of ItemCaptionGenerator or ItemIconGenerator, need to update the selected item caption and icon separately. Previously it worked because all data was sent all the time to client. Doesn't fix the issue, when selected item is updated with refreshItem(), and it is not on the active range that will be sent to client. For that, ComboBox would need a separate notification about item update. * Updated screenshots
* Add deprecation messages replaced legacy components (#8584)Leif Åstrand2017-02-162-0/+9
| | | | * Add deprecation messages replaced legacy components
* Eliminate module uitest-common (#8583)Henri Sara2017-02-1629-133/+8
| | | | | | | | The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest.
* Update Vaadin Icons to 3.0.1 (#8576)Henri Sara2017-02-161-1/+1
| | | | * Update Vaadin Icons to 3.0.1
* Add release notes mention of context click events (#8573)Teemu Suo-Anttila2017-02-161-0/+1
|
* Remove vaadin-uitest-common dependency from server tests (#8551)Teemu Suo-Anttila2017-02-1617-402/+350
| | | | Uses custom reference and error files in test project.
* Enable long tap emulation on iOS for context clicks (#8565)Teemu Suo-Anttila2017-02-161-1/+1
|
* Simplify setting of TestBench version (#8566)Henri Sara2017-02-162-2/+4
| | | | | Now, only vaadin.testbench.version needs to be set for root and BOM modules, and other modules do not need changes to upgrade TestBench.
* Clarify set/addSortComparator parameter name (#8562)Leif Åstrand2017-02-161-9/+9
|
* Use TestBench version 5.0.0.beta5 (#8557)Henri Sara2017-02-143-3/+3
|
* Fix GridDetailsLayoutExpandTest (#8556)Henri Sara2017-02-141-0/+2
|
* Fix tooltip position test for IE11 (#8558)Henri Sara2017-02-141-1/+1
|
* Exclude Firefox for CBG/RBG focus/blur tests (#8560)Henri Sara2017-02-142-1/+15
| | | | | TestBench commands do not result in same focus behavior as in other browsers. Focus works in manual tests.
* Fixed typo in application-environment.asciidoc (#8546)Michael Benz2017-02-141-1/+1
| | | | organized was already fixed so added This.
* Fix PopupDateFieldExtendedRangeTest for Firefox (#8555)Henri Sara2017-02-141-2/+4
|
* Fix TreeTablePartialUpdatesTest for Chrome 56+ (#8554)Henri Sara2017-02-141-1/+7
|
* Provide explicit locale in GridTest (#8525)Ilia Motornyi2017-02-141-1/+4
| | | | Fixes #8524
* Fix SendMultiByteCharactersTest for Firefox (#8553)Henri Sara2017-02-141-2/+3
|
* Add workarounds for Firefox in context click tests (#8547)Henri Sara2017-02-144-8/+32
|
* Downgrade to Jetty 9.2 (#8549)Henri Sara2017-02-141-2/+3
| | | | | | | | | Jetty 9.3 and 9.4 sometimes reset the connection too early in case of errors, which leads to failing tests (UIInitExceptionTest, AppResource404Test). See e.g. https://issues.apache.org/jira/browse/SOLR-8453 for more information.
* Exclude IE11 from AppResource404TestHenri Sara2017-02-141-0/+9
|
* Fix build report checking for vaadin-bom (#8537)Teemu Suo-Anttila2017-02-131-1/+1
|
* Update test for Spring 1.5.1.RELEASE (#8535)Teemu Suo-Anttila2017-02-132-1/+2
| | | | Also fixed servlet API dependency scope that was causing conflicts.
* Fix Firefox 45 tests (click issues, screenshots) (#8533)Henri Sara2017-02-135-12/+24
|
* Fix invalid docs navigation title (#8527)Pekka Hyvönen2017-02-132-3/+3
| | | | Fixes #8522
* Use specific version numbers for addons (#8541)Teemu Suo-Anttila2017-02-102-3/+3
|
* Use column id as the default sort order property (#8529) (#8530)8.0.0.rc1Henri Sara2017-02-102-2/+63
|
* Add Payara as an officially supported server (#8520)Leif Åstrand2017-02-091-0/+1
|