aboutsummaryrefslogtreecommitdiffstats
path: root/server/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-091-0/+39
| | | | | | | The code is the same for both FileDownloader and DownloadStream except that FileDownloader forces the content-type to be an "attachment". Change-Id: I50abf3b0f019b773bc0a44b16536a9479f9f472f
* Return components in merged header/footer cells only once (#17904)Artur Signell2015-05-251-0/+59
| | | | Change-Id: Icff97b27455f3df4b07faeca3d338e7f3ba5656f
* Make TableQuery only release connections reserved through its poolArtur Signell2015-05-258-62/+194
| | | | | | | | | (#12370) Updated all SQLContainer tests to track that connection are correctly reserved and released Change-Id: I2ac355cf9a72b7eef1dd306b19c8e7a8b478f075
* Don't leak current VaadinSession in testLeif Åstrand2015-05-151-0/+4
| | | | Change-Id: Ib4ae44855a1a14ead5217e6f5d1c0d3330747a2f
* Make restoreInstances clear value when previous value was gc:ed (#17603)Leif Åstrand2015-04-271-0/+45
| | | | Change-Id: I61992c04cac578dc1158efd9c76484eacc8a6b6a
* Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-151-0/+9
| | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817
* Support HTTPS, FTP, and FTPS resource URLs in Declarative (#17267)7.4.3Johannes Dahlström2015-03-301-0/+19
| | | | | | Manually picked to 7.4 from commit b96861c1 in master, also added a test. Change-Id: I415f7409084ea0abd8b22ba3892743e11d503c27
* Fix Declarative support for BigDecimal properties (#17205)Johannes Dahlström2015-03-301-3/+13
| | | | Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6
* Fix Declarative support for primitive float and double properties (#17204)Johannes Dahlström2015-03-301-3/+104
| | | | | | Also improve tests. Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e
* Make Slider.clear() consistent with the no-args contstructor (#17073)Leif Åstrand2015-03-171-0/+84
| | | | Change-Id: I3d5a5b9396bb9449a579b54ed21821415bfdae16
* Use Math.floor instead of casting to int when trimming decimals. (#16926)Sauli Tähkäpää2015-03-111-0/+9
| | | | Change-Id: I02802b910d0dc90221483fedbf05be48958d8dcc
* Using ComponentFactory in DesignContext.getDefaultInstance() (#16990)Alexey Fansky2015-03-111-0/+25
| | | | Change-Id: I0bb3e7975f2b48cdc589de740cb07ac893b13461
* Revert "Encode filenames to UTF-8 in Content-Disposition header. (#16556)"7.4.1Leif Åstrand2015-03-061-41/+0
| | | | | | | | Breaks AppResource404, BrowserFrameIsVisible and FlashIsVisible This reverts commit af6dd56e89db8ea8c88f607c4214abcde50dfc94. Change-Id: I82fc9ef4c9d08dc8aa48e0fa137fae5782701389
* Ensure that slider min is always smaller or equal to max. (#16776)Sauli Tähkäpää2015-03-021-10/+54
| | | | | | | | - Set slider min to max if max is being set to a smaller value than min, and vice-versa. - Set also an informative message to Slider.ValueOutOfBoundsException. Change-Id: I06b6b05dd0ef2c1fb862cf4acc7df3e235db59ba
* Make Column.setLastFrozenColumn work (#16726)Artur Signell2015-03-021-0/+19
| | | | Change-Id: I58fee1549459b24cb47e0d3321d16fb8b215959a
* Encode filenames to UTF-8 in Content-Disposition header. (#16556)Sauli Tähkäpää2015-03-021-0/+41
| | | | Change-Id: Ie2cf41f2176d05105663cdb84934379efa826f03
* Add spaces around operators (#16696).Mika Murtojarvi2015-03-022-0/+74
| | | | | | This is needed for the Sass compiler to correctly parse an expression. Change-Id: Ie39134e47f701015a9fc7180de5c033b80abe178
* Add pluggable mechanism for loading classes for a design (#16583)Leif Åstrand2015-02-261-0/+117
| | | | Change-Id: I2ac17e3c5a7c36492567238af8f4cf6723b0ec69
* Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325)Artur Signell2015-02-195-0/+305
| | | | Change-Id: Icef0b3c4e652421265714c4fd29dee150bcc8cd0
* Fix NullPointerException when changing Grid container (#16559)Johannes Dahlström2015-02-193-10/+110
| | | | Change-Id: I6e8ca4af7baf0b560e9f28dfd6b7dd437c1a4254
* Refactor critical notifications handling. (#16592)Sauli Tähkäpää2015-02-191-11/+69
| | | | Change-Id: I235804a80b1d70a564a54953b9255416a7386fe6
* Properly handle null in critical notifications (#16592)Artur Signell2015-02-191-0/+14
| | | | Change-Id: I85994e47f99e2ac5431e67c56f432380e84af23d
* Remove grid.[set|get]EditorField(Object, Field) (#16538)Leif Åstrand2015-02-102-22/+26
| | | | Change-Id: Ia5c09b80e32f9842fb4680f035b53cea755cb451
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-062-2/+2
| | | | Change-Id: I6fd0313aaba5619a55f03fb52d72c032ea18f409
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-061-0/+31
| | | | | | | | | | | | Non-editable columns are not assigned editor fields. When the editor is active, any non-editable content is not displayed (this should changein the future). This is separate from setting the property or editor field read-only - in those cases the field is still used to display the data which may not be desired and will fail if there is no converter. Also add Column.setEditorField(Field<?>) and the corresponding getter. Change-Id: Ice17c357895cb63a8e1bfd6abaffc1d803399e98
* Declarative support for ProgressBar (#16316)Artur Signell2015-02-061-0/+63
| | | | Change-Id: I8c13b19218e0da936abdb0860d492a3d5a096aa7
* Declarative support for Link (#16322)Artur Signell2015-02-051-0/+66
| | | | Change-Id: I02f36b5e89bdf2673696de6dd8fd217835e759d1
* New declarative testsArtur Signell2015-02-058-4/+402
| | | | | | | | | | | * ListSelect (#15547) * ComboBox (#15546) * NativeSelect (#15548) * Upload (#16323) * Tree (#16317) * TwinColSelect (#16317) Change-Id: Ic3443ec94971dc5bf9f63c8c11e5023863f9588c
* Refactored and updated (Popup|Inline|)DateField declarative testsArtur Signell2015-02-054-99/+214
| | | | Change-Id: I1dc27ed0a61aea0e9c263a88885e8d20c815bc92
* Declarative support for RichTextArea (#16326)Artur Signell2015-02-051-0/+59
| | | | Change-Id: I1e373124f371947eabbf330145fe507caf24fd62
* Declarative support for AbstractSelect (#15545)Artur Signell2015-02-053-3/+298
| | | | Change-Id: Ie66ee3f2b02ce7b6aa2edb66176bfbf5bdcd6c33
* Render Object.toString() when no converter is set (#15417)Artur Signell2015-02-051-1/+6
| | | | Change-Id: I8a00857d5829cd01ceb98c4264029f62e45e7073
* Simplified declarative convertersArtur Signell2015-02-051-1/+1
| | | | | | | | * Removed shortcut interface * Moved TimeZone converter to a separate class * Moved Enum converter to a separate class Change-Id: I2b959e3a002e6319912212df4a62a3bd05677f80
* Prevent AlwaysLockedVaadinSession from being GCed during testArtur Signell2015-02-051-13/+3
| | | | Change-Id: Id6e2e6c7e013e8c667f658d5877c5db7d072106b
* Prevent MockVaadinSession from becomming GCedLeif Åstrand2015-02-051-0/+21
| | | | | | | This fixes the issue discussed in #14595 for the framework's internal tests (if they use MockVaadinSession). Change-Id: I1956680ac065428be41b2ad43fbb80503351b366
* Make server unit tests pass in Eclipse (#16581)Artur Signell2015-02-053-2/+27
| | | | Change-Id: Ieb9d00fe8412ed6fb0921d07e0511eb922268375
* Base classes for declarative testsArtur Signell2015-02-059-0/+724
| | | | Change-Id: Ia3a421b84eac0252a6e1b8238756eeaac2a35b6e
* Add methods for getting invalid fields from a FieldGroup (#13775)Artur Signell2015-02-041-0/+94
| | | | | | | | | | | | * Method for retrieving all failing fields exceptions from a CommitException * Methods for handling commit errors in Grid (#16515) * Show editor row validation errors only on the fields (#16509) Change-Id: Iabef662579e4ccae3803a513205e46542c41cce2 Conflicts: server/src/com/vaadin/ui/Grid.java
* Declarative for DateFields (and related) with ISO8601 (#16313)Miki2015-02-034-7/+368
| | | | | | | | | | DesignAttributeHandler supports method names that contains some words in uppercase DesignAttributeHandler and other components now use extensible Formatter with Converters rather than static methods Change-Id: I9f68414bd4821f47ff37a26375091d154cae9a93
* Revert "Make table selectable based on presence of ValueChangeListener ↵7.4.0.beta3Artur Signell2015-01-301-75/+0
| | | | | | (#13864)." This reverts commit 7305474e4a666d8b986d1d95e7a89fed64277935.
* Revert "StringToCollectionConverter class implementation (#15464)."Artur Signell2015-01-301-147/+0
| | | | This reverts commit 69cd990c9b83851a959a7d3f5b88138283f3e500.
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-01-291-19/+6
| | | | This reverts commit abaec0217b3351d6f1835d7095ed2a3958fbfcdb.
* Do not loop infinitely when encountering an invalid tag name (#16522)Artur Signell2015-01-291-0/+103
| | | | | | Also do not write to sysout Change-Id: Idae318a851323cd27b3363d12e8080101e996d9c
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-282-0/+121
|\ | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I1a35db88a2b11acf76b58c417575451edfdb275d
| * Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-01-281-0/+46
| | | | | | | | Change-Id: I31a923faf5ae369ffc2160cdeb12584ca0babc9d
| * Make table selectable based on presence of ValueChangeListener (#13864).Denis Anisimov2015-01-261-0/+75
| | | | | | | | Change-Id: I272703f1e3178c91a2b1e3e4d0f7c79e4c86e552
* | Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-271-6/+19
| | | | | | | | Change-Id: I2aa8105c0eadbadb29f9aab9e3e3aeb21629f6f3
* | Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-261-0/+61
|\| | | | | | | Change-Id: I42718fcc8a07ca46f7e58016d3caf287ce88e3ed
| * Handle cases when start/end date is not set for Between filter (#13354).Denis Anisimov2015-01-261-0/+61
| | | | | | | | Change-Id: If75998b1bc87b0bd7d2fa83298e1f17d65a18745
* | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-261-0/+9
| | | | | | | | Change-Id: I7986ceb6ab1900bd1d5269c78c2f6b2e23c46334