summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use isConnectorEnabled instead of isEnabled for client requests(#12781).Denis Anisimov2014-10-168-13/+217
* Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-133-2/+43
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-132-3/+106
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-092-12/+115
* isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-091-0/+20
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-092-2/+41
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-10-071-64/+18
* Possible VaadinSession deadlock when invalidating HTTP session (#14452)Sergey Budkin2014-10-072-9/+94
* Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-10-071-0/+1
* Check eventRouter value against null in Page class (#14803).Denis Anisimov2014-10-072-5/+100
* Provide API to change resource/url for BrowserWindowOpener (#12733).Denis Anisimov2014-10-072-0/+128
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-071-6/+4
* Dedicated methods for init params in DeploymentConfiguration (#12087).Denis Anisimov2014-09-3011-29/+258
* String <-> Enum converter which produces a human readable string (#14756)Artur Signell2014-09-303-0/+158
* Read input stream logic is corrected (#14533).Denis Anisimov2014-09-302-13/+160
* Add clear() for fields and field group (#14755)Artur Signell2014-09-268-9/+362
* Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)Taras Hupalo2014-09-242-1/+7
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-231-1/+2