summaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow use of Collection<String> and others with addItems (#13865)Artur Signell2014-05-281-0/+76
* Properly deserialize push connection (#12235)Johannes Dahlström2014-05-261-0/+56
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-222-0/+109
* Remove some unnecessary semicolonsLeif Åstrand2014-05-221-1/+1
* Don't use deprecated Assert classLeif Åstrand2014-05-1635-54/+43
* Allow editing colorpicker values in colorpicker in textfield #13469John Ahlroos2014-05-141-0/+57
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-0556-58/+174
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-2316-18/+18
| * Merge changes from origin/7.1Artur Signell2014-04-2340-41/+41
| |\
| | * Update copyright year to 2014Artur Signell2014-04-1638-39/+39
| * | Merge changes from origin/7.1Artur Signell2014-04-232-0/+148
| |\|
| | * ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-161-0/+32
| | * Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-141-0/+116
| * | Merge branch 'master' into 7.2Jonatan Kronqvist2014-04-149-3/+653
| |\ \
* | | | Ensure session is set before writing timeout interval (#13617)Artur Signell2014-04-281-0/+95
* | | | Fix findUI throwing NullPointerException when extending Vaadin (#13556)Juuso Valli2014-04-231-0/+31
* | | | Clean Table.propertyValueConverters if the property is removed (#8168)Juuso Valli2014-04-231-0/+380
* | | | Fix test depending on default localeJuuso Valli2014-04-171-1/+1
* | | | ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-161-0/+32
* | | | Merge changes from origin/7.2Artur Signell2014-04-141-7/+7
|\| | | | |/ / |/| |
| * | Update some APIs based on the 7.2 API review commentsJonatan Kronqvist2014-04-141-7/+7
* | | Merge branch '7.2'Jonatan Kronqvist2014-04-142-298/+0
|\| |
| * | Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"Jonatan Kronqvist2014-04-112-298/+0
* | | Apply abstract ordered layout settings for replaced component (#13568).Denis Anisimov2014-04-141-0/+85
* | | Updated Window API based on 7.2 API reviewArtur Signell2014-04-141-0/+53
* | | Refactor VaadinPortletRequest extending. (#13551)Sauli Tähkäpää2014-04-105-0/+351
* | | Prevent duplicate session destroy events (#12612)Johannes Dahlström2014-04-101-3/+19
* | | Don't allocate unnecessary memory for empty array of Objects inDenis Anisimov2014-04-101-0/+145
|/ /
* | Optimizes memory and CPU usage in JSONCodec (#13545)Fabian Lange2014-04-091-0/+1
* | Don't add slash after jsessionid in URL (#12307)Henri Sara2014-04-091-0/+60
* | Make removeFromParent throw if the right session is not locked (#13473)Leif Åstrand2014-04-021-0/+125
* | Add reinit method for preserve-on-refresh UIs (#12191)Johannes Dahlström2014-03-311-0/+116
* | Merge changes from origin/7.1Build Agent2014-03-282-9/+194
|\|
| * Improved portlet configuration resolution. (#7814)Sauli Tähkäpää2014-03-262-9/+194
* | Handle default package properly in deployment config (#12461).Denis Anisimov2014-03-282-0/+82
* | Added convenience methods for bean binding (#13068)Matti Tahvonen2014-03-271-0/+94
* | Use the ErrorHandler mechanism in ConnectorResourceHandler (#12269)Johannes Dahlström2014-03-271-0/+97
* | Always call close() method for session valueUnbound() method (#12843).Denis Anisimov2014-03-273-0/+121
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-216-9/+8
* | Merge commit '49973354b22e8aba9cc71f83571020b0414c54e0'Sauli Tähkäpää2014-03-211-0/+58
|\|
| * Fixed trailing slash trimming in VaadinPortletService.Sauli Tähkäpää2014-03-131-0/+58
* | Format project files according to conventionsArtur Signell2014-03-192-2/+3
* | Refactored failing test for OptionGroup.Sauli Tähkäpää2014-03-192-26/+32
* | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-182-493/+0
* | Merge branch 'master' into gridLeif Åstrand2014-03-182-0/+493
|\ \
| * \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-128-7/+200
| |\ \
| * | | Validate column group boundaries #12907John Ahlroos2013-12-101-0/+29
| * | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-044-62/+14
| |\ \ \
| * | | | Ensure setting value on detached column group throws exception #3153John Ahlroos2013-12-021-0/+25
| * | | | Added JUnit tests for column groups #3153John Ahlroos2013-11-252-41/+211