aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup and serialization test in compatibility package (#10977)Ilia Motornyi2018-06-211-5/+13
|
* Fix TabSheet attaching and detaching components (#10988)Teemu Suo-Anttila2018-06-194-36/+28
| | | | | | | 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-181-0/+31
| | | Fixes #2410
* Fix temporal renderers serialization (#10929)Ilia Motornyi2018-06-137-29/+349
|
* Fix formatting of some files (#10972)Ilia Motornyi2018-06-122-12/+19
|
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-072-2/+89
| | | Fixes #10673.
* Fix NPE check in BindingValidationStatus (#10964)Olli Tietäväinen2018-06-052-1/+14
|
* Implement serializable predicate helper methods (#10952)Ilia Motornyi2018-06-041-1/+81
|
* Fix small formatting issues (#10960)Ilia Motornyi2018-06-014-13/+20
|
* Fix Grid not removing columns from sort orderTeemu Suo-Anttila2018-05-282-4/+31
| | | | Fixes #10928
* 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
|
* 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
* URL encode file name in GlobalResourceHandler (#10751)Marco Collovati2018-05-092-4/+77
| | | Fixes #10747
* Set no cache headers for unsupported browsers (#10899)Anastasia Smirnova2018-05-081-0/+1
| | | Fixes #10890
* Update since tags for 8.5.0.alpha1 (#10889)8.5.0.alpha1Teemu Suo-Anttila2018-05-071-2/+2
|
* Fix Grid initial data when changing TabSheet Tab (#10872)Teemu Suo-Anttila2018-05-041-0/+5
|
* Update since tags for 8.4.1Teemu Suo-Anttila2018-05-041-2/+2
|
* Promote AbstractComponent setStyleName method to Component (#10873)Teemu Suo-Anttila2018-05-032-28/+28
|
* Fix using runo icons in FileTypeResolver (#10858)Ilia Motornyi2018-05-032-72/+3
| | | This patch adds a compatibility version of FileTypeResolver.
* Fix path in CustomLayout JavaDoc (#10867)Anastasia Smirnova2018-05-031-1/+1
| | | Fixes #10866
* Enable formatting in testbench-api module (#10852)Ilia Motornyi2018-05-024-20/+19
|
* Upgrade atmosphere to 2.4.24.vaadin1 (#10847)Ilia Motornyi2018-04-271-1/+1
| | | Fixes #10816
* Fix JavaDoc typo in removeFunction (#10845)Jonni Nakari2018-04-241-1/+1
|
* Add @since 8.4 (#10840)Ilia Motornyi2018-04-203-2/+3
|
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-19105-496/+569
|
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-198-58/+704
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-193-125/+118
|
* Fix using ConnectorResource icons before attaching ComboBox (#10810)Teemu Suo-Anttila2018-04-171-0/+11
| | | | | | * Fix using ConnectorResource icons before attaching ComboBox * Update Chrome and PhantomJS screenshots
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-173-2/+51
| | | Fixes #10170
* Add modality support to ColorPicker (#10815)Anastasia Smirnova2018-04-162-2/+37
|
* Handle UnparsableDateString correctly (#10803)Anastasia Smirnova2018-04-161-1/+12
| | | Resolves #10681
* Fix incorrect color value handling in ColorPicker (#10812)Anastasia Smirnova2018-04-132-15/+39
|
* Fix Grid Column not sortable with backend data and sort property (#10811)Teemu Suo-Anttila2018-04-132-6/+9
|
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-121-1/+1
|
* Ensure that popup is closed in Tabsheet (#10738)Anastasia Smirnova2018-04-091-0/+14
|
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-091-14/+54
|
* Remove empty comments (#10789)Ilia Motornyi2018-04-0531-62/+0
|
* Update empty since tags for 8.4 and 8.3.3 (#10786)Ilia Motornyi2018-04-044-6/+6
|
* Added possibility to add listener for connectorMarkedDirty (#10773)caalador2018-04-044-2/+277
|
* Fix setValue message (#10782)Ilia Motornyi2018-04-031-1/+1
| | | Fixes #10781
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-28235-3534/+0
|
* Support starting downloads and opening URLs from a menu item (#10478)Artur2018-03-284-1/+159
|
* Update release notes and since tags for 8.4 (#10760)Teemu Suo-Anttila2018-03-2719-91/+111
|
* Update copyright year (#10761)Ilia Motornyi2018-03-27767-767/+767
|