Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server tests from tests/server-side to server/tests/src (#9299) | Artur Signell | 2012-08-30 | 1 | -97/+0 |
| | |||||
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8) | Artur Signell | 2012-01-31 | 1 | -97/+97 |
|\ | | | | | | | Manually merged CRLF changes + additional small patch for changes that SHOULD NOT be in the changeset but that the SVN -> GIT sync script has added | ||||
| * | #8311 Converted CRLF to LF in all source files | Artur Signell | 2012-01-27 | 1 | -99/+99 |
| | | | | | | | | svn changeset:22797/svn branch:6.7 | ||||
* | | Parameterize Property and Field with the value type. | Henri Sara | 2011-11-08 | 1 | -5/+3 |
|/ | | | | | | | | | | | | | | | | | | | The interfaces Property and Field and most of their implementations are now parameterized with the type of their value. The method getValue() returns the Property type but setValue() takes Object as its parameter. No implicit conversions between value type and strings are performed in most locations (fields). Among others, AbstractTextField, DateField and RichTextArea not have specific value types and do not accept arbitrary values. Most locations requiring migration will be visible as compilation errors, with the exception of some cases where a non-parameterized Property or Field (or one parametrized with Object) is used. Not yet done: - Label - converters - setValue() parameterization (causes much more migration effort) | ||||
* | Restructure test source directories and packages #7385 | Jonatan Kronqvist | 2011-09-29 | 1 | -0/+99 |
svn changeset:21440/svn branch:6.7 |