summaryrefslogtreecommitdiffstats
path: root/server/tests/src/com
Commit message (Expand)AuthorAgeFilesLines
* Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-02-021-0/+46
* Handle cases when start/end date is not set for Between filter (#13354).Denis Anisimov2015-02-021-0/+61
* ICON_ONLY mode should not show icon row header for TreeTable (#14799).Denis Anisimov2015-01-201-0/+72
* Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2015-01-051-65/+91
* Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-161-0/+42
* SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-091-0/+14
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-091-9/+55
* Escape dynamic and configured theme names in the same way. (#15309)7.3.6Leif Åstrand2014-12-021-0/+43
* Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-022-0/+26
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-282-0/+15
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-101-0/+40
* Change the way classloader for VaadinService is selected (fixes #11295)Maciej Przepióra2014-11-103-2/+9
* Upload: OutOfMemory if stream already been read (#10096)Sergey Budkin2014-11-101-0/+64
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-11-101-0/+44
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-291-0/+55
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-10-161-0/+88
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-141-0/+41
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-141-0/+33
* Check eventRouter value against null in Page class (#14803).Denis Anisimov2014-10-141-0/+92
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-141-0/+101
* Read input stream logic is corrected (#14533).Denis Anisimov2014-10-131-0/+148
* Possible VaadinSession deadlock when invalidating HTTP session (#14452)Sergey Budkin2014-10-071-8/+93
* Improve proxy comparison support (#14639)Juuso Valli2014-09-151-0/+50
* Fix potential invalid JSON output in MetadataWriter (#14591)Johannes Dahlström2014-09-121-0/+14
* StreamResource methods equals() and hashCode() are corrected (#14027).Denis Anisimov2014-09-121-0/+55
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-09-121-0/+54
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-311-1/+2
* Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-171-0/+59
* Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-151-0/+248
* Avoid object creation in getAllChildrenIterable in most cases. (#14142)Fabian Lange2014-07-041-0/+2
* Add conf option for disabling sync id checking (#14084)Leif Åstrand2014-07-011-0/+10
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-241-0/+100
* 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-0555-57/+173
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-2316-18/+18
| * Merge changes from origin/7.1Artur Signell2014-04-2339-40/+40
| |\
| | * 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