| Commit message (Expand) | Author | Age | Files | Lines |
* | Throw IllegalArgumentException on non-existent version column. (#15290) | Sauli Tähkäpää | 2014-12-15 | 1 | -66/+92 |
* | Make SQLContainer.removeAllItems() work properly with paging (#12882) | Ilya Ermakov | 2014-12-12 | 1 | -0/+20 |
* | Validate input to FileResource constructor (#14253) | Artur Signell | 2014-12-11 | 1 | -0/+36 |
* | Convert empty string to null Enum value, only throw ConversionExceptions (#14... | Artur Signell | 2014-12-11 | 1 | -0/+14 |
* | Clear all bound fields when nulling the field group data source (#12371) | Artur Signell | 2014-12-11 | 1 | -11/+1 |
* | Add public Field.isEmpty() and clear() (#15354) | Artur Signell | 2014-12-10 | 3 | -0/+165 |
* | Make addNestedContainerBean work with existing bean item container items (#15... | Artur Signell | 2014-12-09 | 1 | -0/+42 |
* | Hierarchy change markAsDirty to AbstractComponentContainer (#14227) | Anna Miroshnik | 2014-12-09 | 1 | -0/+50 |
* | Basic tests for default converter factory | Artur Signell | 2014-12-08 | 1 | -0/+128 |
* | Add new StringTo<Byte, Short, BigInteger> Converters (#14583) | Anna Miroshnik | 2014-12-08 | 3 | -23/+36 |
* | SQLContainer removeItem Error when isModified (#8802) | Ilya Ermakov | 2014-12-05 | 1 | -0/+14 |
* | Add null check to UI.setTheme. (#15326) | Sauli Tähkäpää | 2014-12-04 | 1 | -9/+55 |
* | Escape dynamic and configured theme names in the same way. (#15309) | Leif Åstrand | 2014-12-02 | 1 | -0/+43 |
* | Allow BeanFieldGroup.setItemDataSource() method accept null (#14731). | Denis Anisimov | 2014-12-02 | 1 | -0/+31 |
* | Prevent NPE in AbstractBeanContainer.getType() method (#15173). | Denis Anisimov | 2014-12-01 | 2 | -0/+26 |
* | Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410). | Denis Anisimov | 2014-11-19 | 2 | -0/+15 |
* | Update selection after changes in underlying data source (#13580). | Denis Anisimov | 2014-11-11 | 1 | -0/+81 |
* | Add null check to FieldGroup.bind. (#14729) | Sauli Tähkäpää | 2014-11-05 | 1 | -0/+40 |
* | Change the way classloader for VaadinService is selected (fixes #11295) | Maciej Przepióra | 2014-10-31 | 3 | -2/+9 |
* | Upload: OutOfMemory if stream already been read (#10096) | Sergey Budkin | 2014-10-29 | 1 | -0/+64 |
* | Fire attach/detach events when Window is added/removed from UI (#14908). | Denis Anisimov | 2014-10-29 | 1 | -0/+44 |
* | FieldGroup should not throw NPE when data source is not set (#14901). | Denis Anisimov | 2014-10-22 | 1 | -0/+55 |
* | Use isConnectorEnabled instead of isEnabled for DnD service (#12781) | Denis Anisimov | 2014-10-16 | 1 | -1/+55 |
* | Use isConnectorEnabled instead of isEnabled for client requests(#12781). | Denis Anisimov | 2014-10-16 | 4 | -7/+206 |
* | Make DefaultFieldGroupFieldFactory singleton (#11038). | Denis Anisimov | 2014-10-13 | 1 | -1/+25 |
* | Use workaround for JDK6 Introspection bug JDK-6788525 (#14839). | Denis Anisimov | 2014-10-13 | 1 | -0/+41 |
* | Call endUpload() in finally block of fail handling (#14677). | Denis Anisimov | 2014-10-09 | 1 | -0/+101 |
* | FieldGroup.commit throws NPE if not bound to an item (#14732). | Sergey Budkin | 2014-10-09 | 1 | -0/+33 |
* | Possible VaadinSession deadlock when invalidating HTTP session (#14452) | Sergey Budkin | 2014-10-07 | 1 | -8/+93 |
* | Check eventRouter value against null in Page class (#14803). | Denis Anisimov | 2014-10-07 | 1 | -0/+92 |
* | Provide API to change resource/url for BrowserWindowOpener (#12733). | Denis Anisimov | 2014-10-07 | 1 | -0/+79 |
* | Dedicated methods for init params in DeploymentConfiguration (#12087). | Denis Anisimov | 2014-09-30 | 3 | -6/+161 |
* | String <-> Enum converter which produces a human readable string (#14756) | Artur Signell | 2014-09-30 | 1 | -0/+59 |
* | Read input stream logic is corrected (#14533). | Denis Anisimov | 2014-09-30 | 1 | -0/+148 |
* | Add clear() for fields and field group (#14755) | Artur Signell | 2014-09-26 | 5 | -9/+319 |
* | Add new StringTo<Byte, Short, BigInteger> Converters(#14583) | denis.magdenkov | 2014-09-19 | 3 | -0/+183 |
* | Made MethodPropertyDescriptor box primitive types as it's done in MethodPrope... | Taras Hupalo | 2014-09-19 | 2 | -0/+23 |
* | Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584) | denis.magdenkov | 2014-09-17 | 6 | -0/+302 |
* | Improve proxy comparison support (#14639) | Juuso Valli | 2014-09-15 | 1 | -0/+50 |
* | Fix potential invalid JSON output in MetadataWriter (#14591) | Johannes Dahlström | 2014-09-04 | 1 | -0/+14 |
* | Revert to old capitalization to avoid git issues (#8942) | Leif Åstrand | 2014-08-30 | 2 | -2/+2 |
* | replaced all org.json.* usages with elemental.json.* (#8942) | Taras Hupalo | 2014-08-26 | 4 | -26/+33 |
* | All day property support is added to ContainerEventProvider (#14178). | Denis Anisimov | 2014-08-20 | 1 | -0/+88 |
* | Handle byte[] type in StatementHelper and correct SQLException (#13305). | Denis Anisimov | 2014-08-20 | 1 | -0/+54 |
* | StreamResource methods equals() and hashCode() are corrected (#14027). | Denis Anisimov | 2014-08-20 | 1 | -0/+55 |
* | Disable automatic removal of trailing whitespace and reformatted using Luna | Artur Signell | 2014-07-31 | 1 | -1/+2 |
* | Add asserts checking for negative container sizes (#14232) | Leif Åstrand | 2014-07-17 | 1 | -0/+59 |
* | Remove csrfToken if disable-xsrf-protection is true (#14111) | Bogdan Udrescu | 2014-07-15 | 1 | -0/+248 |
* | Avoid object creation in getAllChildrenIterable in most cases. (#14142) | Fabian Lange | 2014-07-04 | 1 | -0/+2 |
* | Add conf option for disabling sync id checking (#14084) | Leif Åstrand | 2014-07-01 | 1 | -0/+10 |