summaryrefslogtreecommitdiffstats
path: root/compatibility-server
Commit message (Collapse)AuthorAgeFilesLines
* Update hierarchical data related deprecation messages (#9558)Henri Sara2017-06-208-21/+28
| | | Resolves #9330
* Update since tags for TB elements (#9329)8.1.0.alpha8Henri Sara2017-05-161-1/+0
|
* Add missing fields to OSGi manifestsHenri Sara2017-04-251-1/+3
| | | | Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility.
* Move GAEVaadinServlet to its own moduleMirjan Merruko2017-04-253-477/+0
|
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-252-30/+12
| | | | | Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
|
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-15102-34/+368
| | | Fixes #8682
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-1526-3/+95
| | | Partial fix for #8682
* Include components in joined cells when finding child components (#8772)Artur2017-03-081-106/+0
| | | Fixes #8722
* Fix some generics warnings in EclipseAhmed Ashour2017-03-081-3/+3
|
* Revert multi select using state changeTeemu Suo-Anttila2017-03-071-4/+12
|
* Restore column based width for compatibility selectsTeemu Suo-Anttila2017-03-073-3/+135
|
* Restore type attributes to compatibility UIDLTeemu Suo-Anttila2017-03-074-1/+12
|
* Revert html content through shared state for OptionGroupTeemu Suo-Anttila2017-03-071-2/+13
|
* Revert immediate tests, deprecate HasUserSelectionAllowedTeemu Suo-Anttila2017-03-072-36/+1
|
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-072-0/+3
| | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0756-342/+440
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-0760-364/+376
|
* Eliminate more full classnamesTeemu Suo-Anttila2017-03-074-35/+29
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-0750-881/+282
|
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-228-9/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Updated migration related documentation (#8602)Pekka Hyvönen2017-02-1728-16/+94
| | | | | | | | | * Updated migration related documentation More detailed information on compatibility components. Mention vaadin:upgrade8 target in migration guide. Fixes #8581
* Add deprecation messages replaced legacy components (#8584)Leif Åstrand2017-02-162-0/+9
| | | | * Add deprecation messages replaced legacy components
* Increase threshold in server side performance test for stability (#8370)Henri Sara2017-01-301-1/+1
|
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-201-1/+1
| | | | | | * Overload AbstarctComponent.setDescription() with content mode parameter Fixes #8185
* Exclude GAE packages from OSGi imports (#8205)Henri Sara2017-01-101-1/+5
| | | | | | * Exclude GAE packages from OSGi imports Fixes #8092
* Refactor AbstractDateField. (#8146)Denis2017-01-102-2/+2
| | | First round for #8132.
* Make it easy to run Sonar on the project (#8118)Artur2017-01-031-0/+4
|
* Update @since tags for 7.7.5Denis Anisimov2017-01-032-2/+7
| | | | | | | | | | | Change-Id: I73201908b537ca0a65106e03c9bad913b59fae9f Re-added back disappeared commit from 7.7.5 migration PR: Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
* Remove Google App Engine support, tests and documentation (#8034)Pekka Hyvönen2016-12-205-2/+634
| | | | | | * Remove Google App Engine support and tests Fixes #8033
* @since tag is set (#8021)Denis2016-12-162-2/+2
|
* Move old Sort related classes into compatibility module. (#7999)Denis2016-12-158-12/+389
| | | Fixes vaadin/framework8-issues#563
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-151-1/+50
|
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-153-18/+441
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Prevent adding several scrollbar handlers (#19189). Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c * Prevent adding several scrollbar handlers (#19189). * Keep expand ratio for last row/column when reducing grid layout size (#20297) Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a * Fixed drag and drop failure when message dragged from email client (#20451) When dragging message form email client on Windows, item.webkitGetAsEntry() might return null creating NPE on the client side. Added additional checks for this situation. Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73 * Change expected pre-release version number pattern in publish report Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java * Fixed touch scrolling issue in Surface and WP devices (#18737) Fixed by using pointerevents instead of touchevents when the browser is IE11, or Edge. Also added touch-action: none; css rules into escalator.css to prevent default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10 browsers, behaviour on those will stay the same as before the fix. No new unit tests since we do not have automatic touch testing possibilities yet. Please test manually with Surface: IE11 and Edge, use for example uitest: com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703 * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 # Conflicts: # client/src/main/java/com/vaadin/client/connectors/GridConnector.java # client/src/main/java/com/vaadin/client/widgets/Grid.java # server/src/main/java/com/vaadin/ui/Grid.java # shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java # themes/src/main/themes/VAADIN/themes/base/grid/grid.scss # uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java Change-Id: Ieca56121875198ed559a41c143b28926e2695433 * Fix NPE in case some items don't contain all properties of Grid. This could occur in when parent is a different entity than its children in hierarchical data. Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08 # Conflicts: # server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java # server/src/main/java/com/vaadin/ui/Grid.java * Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50 # Conflicts: # client/src/main/java/com/vaadin/client/ui/VTextField.java # uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java * Add lazy/simple resize mode to Grid (#20108) Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4 * Removed V8 VTextField unused import, forgotten @RunLocally. * Don't rely on selenium "sendKeys" behavior. * Revert "Change expected pre-release version number pattern in publish report" This reverts commit 8df27b952dddb691aead6a633c5b3724c98bf343. * Migrate TextField/TextArea patch from 7.7 to master (modern components) Mark TextField/TextArea as busy when a text change event is pending (#20469) Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
* Provide configuration for events order in month and week viewsDenis2016-12-141-0/+31
|
* Add compatibility layouts with old defaults. (#7967)Henri Sara2016-12-142-0/+120
| | | | | | | | | | | * Add compatibility layouts with old defaults. Add compatibility versions of HorizontalLayout and VerticalLayout without margins or spacing for ease of migration. Fixes vaadin/framework8-issues#560 * Deprecate compatibility layouts
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-12-091-1/+1
| | | | Change-Id: I7241ec11a9bfe7ebfa6a720b1abb3c4d0fabdb36
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-12-091-5/+3
| | | | Change-Id: I7a8520ef61ddc4dff66c326d61acbf7ccf0e76cd
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-091-0/+4
| | | | Change-Id: I7fe8c160405a69140cac511c744d89a62c401cca
* Send selection change events when changing selection mode (#20391)Artur Signell2016-12-092-1/+46
| | | | Change-Id: Iaeb772981f3ac039bf0fe3cde595cfdb3691cddf
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-091-0/+16
| | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
* Check for duplicate property ids when setting Grid columns or column order ↵Artur Signell2016-12-092-0/+28
| | | | | | (#20386) Change-Id: I76be83642f0e56e55b0c0e502ac6769de1ee8af0
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-12-092-5/+26
| | | | Change-Id: Ia15edb5a10de9bff047044161ffe83dd09f51098
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-3/+48
| | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363
* Small fixes to javadocselmot2016-12-013-3/+3
| | | | Change-Id: Ibbfe62395eb93f9349b65edba4425d9782ce15f9
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-296-141/+62
| | | | | | | | Fixes vaadin/framework8-issues#399 RemoveListenersDeprecatedTest test is fixed. Corrections are made to make the test above passes. Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
* Revert Upload listener registration changes in compatibility packageHenri Sara2016-11-271-30/+96
| | | | | | The compatibility version should behave like the Vaadin 7 version does. Change-Id: Ia30407e886c7361c35ceaaae94c0dfcf44f133ad
* Fix DeprecatedTest under Windowselmot2016-11-112-6/+7
| | | | Change-Id: I06d8e631448e419536dfbb9188a5934c6a7bad37
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-4/+150
| | | | Change-Id: I193fe9e8a0ee03d66e4b63d5f85c0e9a9233c0de
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-2/+58
| | | | Change-Id: Ib867b71cab4cf5cda89f272986930297b7a84ced