summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Empty since tags -> 7.4Artur Signell2014-12-1717-18/+18
* Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-171-0/+25
* Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-163-141/+194
* Fix NPE in DateField range handling (#15342)Teemu Pöntelin2014-12-161-2/+4
* Release session memory at the end of each testLeif Åstrand2014-12-151-4/+4
* Remove accidentally retained JavaDoc rowLeif Åstrand2014-12-151-2/+2
* Back button doesn't change URL if view blocks the navigation (#10901)Anna Miroshnik2014-12-151-0/+7
* Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-152-66/+98
* Use ComboBox locale for filtering case tranform (#15193)Leif Åstrand2014-12-141-2/+2
* Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-122-13/+66
* Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-122-1/+20
* Validate input to FileResource constructor (#14253)Artur Signell2014-12-112-0/+39
* Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-112-9/+25
* Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-113-20/+20
* Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-109-21/+200
* Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-101-56/+18
* Make TextField.clear() use empty string to be consistent with constructor (#1...Artur Signell2014-12-101-1/+11
* Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-092-1/+43
* Returning all validation errors in the exception cause when submitting a fiel...Alexey Fansky2014-12-091-23/+63
* Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-091-6/+8
* Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-098-19/+59
* Basic tests for default converter factoryArtur Signell2014-12-081-0/+128
* Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-088-28/+54
* UIInitHandler emits Content-Length when writing json response (#15271)Fabian Lange2014-12-051-13/+8
* SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-052-12/+28
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-042-15/+61
* Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-023-5/+52
* Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-024-7/+66
* Show push version information in debug window (#14904).Denis Anisimov2014-12-021-0/+2
* Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-013-2/+32
* set Cache-Control and Expires header even when not-modified (#8757)Fabian Lange2014-12-011-12/+10
* Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
* do not create a StringWriter when not needed (#15276)Fabian Lange2014-11-241-7/+1
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-195-35/+39
* Add constructor for directly extending a connector (#13579)Leif Åstrand2014-11-172-0/+41
* Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-112-0/+100
* Update @since to VaadinService.Sauli Tähkäpää2014-11-111-1/+1
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-052-7/+62
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-031-2/+20
* Change the way classloader for VaadinService is selected (fixes #11295)Maciej Przepióra2014-10-318-23/+102
* Fixed typo in JavadocMarkus Koivisto2014-10-291-1/+1
* Upload: OutOfMemory if stream already been read (#10096)Sergey Budkin2014-10-292-1/+71
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-10-292-0/+46
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-10-292-0/+32
* Set correct versions for json package imports in OSGi manfiests (#14618)Maciej Przepióra2014-10-271-1/+1
* Add @since to ContainerEventProvider. (#14178)Sauli Tähkäpää2014-10-221-0/+4
* Fix @since for isIPhone() and isIPad(). (#14424, #14423)Sauli Tähkäpää2014-10-221-0/+2
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-222-1/+57
* Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)Sauli Tähkäpää2014-10-211-1/+1
* Use isConnectorEnabled instead of isEnabled for DnD service (#12781)Denis Anisimov2014-10-162-2/+56