summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* API refactoring (#7749)declarativeArtur Signell2014-12-1718-65/+60
* Declarative support for CheckBox (#7749)Matti Hosio2014-12-174-0/+177
* Update the javadocs in declarative (#7749).Mika Murtojarvi2014-12-173-28/+39
* Add namespace element for custom components (#7749)Matti Hosio2014-12-172-1/+5
* Unit tests for nested templates (#7749)Matti Hosio2014-12-1712-0/+417
* Do not write immediate to design if component is immediate by default (#7749)Matti Hosio2014-12-172-1/+17
* Do not throw exception when trying to bind a preinitialized instance field (#...Matti Hosio2014-12-179-11/+42
* Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-179-100/+97
* Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-1753-446/+1298
|\
| * 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
* | Clarified javadoc (#7749)Artur Signell2014-12-161-8/+13
* | Do not write child components in sub templates (#7749)Matti Hosio2014-12-165-0/+19
* | Test for custom reading of design in constructor (#7749)Artur Signell2014-12-163-0/+113
* | Generic cleanup (#7749)Artur Signell2014-12-166-15/+26
* | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-166-14/+0
* | Declarative support for Label (#7749)Matti Hosio2014-12-163-0/+6
* | Handle tab indexes in a generic way (#7749)Artur Signell2014-12-155-43/+21
* | Do not write empty icon-alt or icon-alternate-text (#7749)Artur Signell2014-12-151-2/+5
* | createNode -> createElementArtur Signell2014-12-1512-34/+35
* | Fix writing issues (#7749)Artur Signell2014-12-1519-25/+374