]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoFix npe (#6619)
Leif Åstrand [Tue, 20 Dec 2011 07:31:47 +0000 (09:31 +0200)]
Fix npe (#6619)

12 years agoFix typo in public API
Leif Åstrand [Tue, 20 Dec 2011 07:29:36 +0000 (09:29 +0200)]
Fix typo in public API

12 years ago#6619 AbstractApplicationServlet.init: parameters reading order is strange
Leif Åstrand [Tue, 20 Dec 2011 06:31:07 +0000 (08:31 +0200)]
#6619 AbstractApplicationServlet.init: parameters reading order is strange

12 years agoAdd Application.getRoots()
Leif Åstrand [Tue, 20 Dec 2011 06:18:25 +0000 (08:18 +0200)]
Add Application.getRoots()

12 years agoMake Root.init abstract, add non-abstract LegacyWindow and migrate tests
Leif Åstrand [Tue, 20 Dec 2011 06:09:13 +0000 (08:09 +0200)]
Make Root.init abstract, add non-abstract LegacyWindow and migrate tests

12 years agoAdd license and Serializable to ServletPortletHelper
Leif Åstrand [Mon, 19 Dec 2011 16:33:55 +0000 (18:33 +0200)]
Add license and Serializable to ServletPortletHelper

12 years ago#8093 Ensure that property id is a non-null String. Cache if Bean
Artur Signell [Mon, 19 Dec 2011 15:00:47 +0000 (17:00 +0200)]
#8093 Ensure that property id is a non-null String. Cache if Bean
Validation
implementation is available or not to avoid multiple lookups.

12 years agoSupport the second bootstrap request in portlets (#8052)
Leif Åstrand [Mon, 19 Dec 2011 14:58:26 +0000 (16:58 +0200)]
Support the second bootstrap request in portlets (#8052)

12 years ago#8026, #5750 Set FormLayout default width back to 100%
Artur Signell [Mon, 19 Dec 2011 14:45:46 +0000 (16:45 +0200)]
#8026, #5750 Set FormLayout default width back to 100%

12 years agoJavadoc
Artur Signell [Mon, 19 Dec 2011 14:39:16 +0000 (16:39 +0200)]
Javadoc

12 years ago#8095 Only use BeanValidation if a JSR-303 implementation is available
Artur Signell [Mon, 19 Dec 2011 14:39:04 +0000 (16:39 +0200)]
#8095 Only use BeanValidation if a JSR-303 implementation is available

12 years agoTest for form with nested properties
Artur Signell [Mon, 19 Dec 2011 14:01:26 +0000 (16:01 +0200)]
Test for form with nested properties

12 years agoAdded generics to FieldBinderFieldFactory
Artur Signell [Mon, 19 Dec 2011 14:01:11 +0000 (16:01 +0200)]
Added generics to FieldBinderFieldFactory

12 years ago#8095 Allow binding all fields in a class using FieldBinder instead of
Artur Signell [Mon, 19 Dec 2011 13:41:10 +0000 (15:41 +0200)]
#8095 Allow binding all fields in a class using FieldBinder instead of
FormBuilder

12 years agoUse BeanItem.addNestedProperty
Artur Signell [Mon, 19 Dec 2011 13:40:12 +0000 (15:40 +0200)]
Use BeanItem.addNestedProperty

12 years ago#8153 Add BeanItem.addNestedProperty
Artur Signell [Mon, 19 Dec 2011 13:39:12 +0000 (15:39 +0200)]
#8153 Add BeanItem.addNestedProperty

12 years ago#8052 Support for root instead of application in portlet.xml
Leif Åstrand [Mon, 19 Dec 2011 13:04:14 +0000 (15:04 +0200)]
#8052 Support for root instead of application in portlet.xml

Moved some code shared with servlet to a new static helper class

12 years agoRefactor #8068 to enable support for portlets
Leif Åstrand [Mon, 19 Dec 2011 12:10:16 +0000 (14:10 +0200)]
Refactor #8068 to enable support for portlets

12 years agoDon't use WeakHashMap as it isn't Serializable
Leif Åstrand [Mon, 19 Dec 2011 11:12:23 +0000 (13:12 +0200)]
Don't use WeakHashMap as it isn't Serializable

12 years ago#8095 Use Bean Validation automatically in BeanFieldBinder
Artur Signell [Mon, 19 Dec 2011 12:53:45 +0000 (14:53 +0200)]
#8095 Use Bean Validation automatically in BeanFieldBinder

12 years ago#8093 Removed unused method property, conversion and
Artur Signell [Mon, 19 Dec 2011 12:52:23 +0000 (14:52 +0200)]
#8093 Removed unused method property, conversion and
BeanValidationForm.

12 years ago#8102 Allow overriding the conversion error message for Fields
Artur Signell [Mon, 19 Dec 2011 12:07:48 +0000 (14:07 +0200)]
#8102 Allow overriding the conversion error message for Fields

12 years agoConversionException must be static to be useful outside Converter
Artur Signell [Mon, 19 Dec 2011 11:21:00 +0000 (13:21 +0200)]
ConversionException must be static to be useful outside Converter

12 years ago#3667 Remove deprecated API from MenuBar (setSubMenuIcon & setCollapse)
Artur Signell [Mon, 19 Dec 2011 11:10:35 +0000 (13:10 +0200)]
#3667 Remove deprecated API from MenuBar (setSubMenuIcon & setCollapse)

12 years agoRemoved executable flag that causes problems on Windows
Artur Signell [Mon, 19 Dec 2011 11:06:36 +0000 (13:06 +0200)]
Removed executable flag that causes problems on Windows

12 years agoClass for creating a GraphViz chart for Vaadin component hierarchy
Artur Signell [Mon, 19 Dec 2011 11:03:04 +0000 (13:03 +0200)]
Class for creating a GraphViz chart for Vaadin component hierarchy

12 years ago#8026 Removed deprecated API from TextField
Artur Signell [Mon, 19 Dec 2011 10:53:15 +0000 (12:53 +0200)]
#8026 Removed deprecated API from TextField

12 years ago#8026 Removed deprecated FieldFactory
Artur Signell [Fri, 16 Dec 2011 14:34:14 +0000 (16:34 +0200)]
#8026 Removed deprecated FieldFactory

12 years ago#8026 Removed deprecated ExpandLayout and OrderedLayout.
Artur Signell [Fri, 16 Dec 2011 14:31:22 +0000 (16:31 +0200)]
#8026 Removed deprecated ExpandLayout and OrderedLayout.

12 years ago#8142 Removed Label.setReadOnly that made no sense
Artur Signell [Fri, 16 Dec 2011 11:33:29 +0000 (13:33 +0200)]
#8142 Removed Label.setReadOnly that made no sense

12 years agoSet the v-theme-xxx class when the theme name is acutally known
Leif Åstrand [Mon, 19 Dec 2011 10:57:28 +0000 (12:57 +0200)]
Set the v-theme-xxx class when the theme name is acutally known

12 years agoLogging from bootstrap only if debug is enabled
Leif Åstrand [Mon, 19 Dec 2011 10:48:33 +0000 (12:48 +0200)]
Logging from bootstrap only if debug is enabled

12 years agoRoot now sends click events, fixes #8151
Marc Englund [Mon, 19 Dec 2011 08:59:57 +0000 (10:59 +0200)]
Root now sends click events, fixes #8151

12 years agoFix test broken by #8125 (remove auto-conversions from properties).
Henri Sara [Mon, 19 Dec 2011 08:02:00 +0000 (10:02 +0200)]
Fix test broken by #8125 (remove auto-conversions from properties).

12 years agoRemove conversions using String constructor from Properties (#8125).
Henri Sara [Sun, 18 Dec 2011 09:53:27 +0000 (11:53 +0200)]
Remove conversions using String constructor from Properties (#8125).

ObjectProperty and MethodProperty no longer try to automatically convert
values using a String constructor of the property type. Related fixes to
tests.

12 years agoFix BeanValidation license information and make it serializable.
Henri Sara [Sun, 18 Dec 2011 09:35:08 +0000 (11:35 +0200)]
Fix BeanValidation license information and make it serializable.

12 years agoSet proper content type and charset for browser details response
Leif Åstrand [Fri, 16 Dec 2011 14:31:13 +0000 (16:31 +0200)]
Set proper content type and charset for browser details response

12 years agoTest script for #8048
Leif Åstrand [Fri, 16 Dec 2011 12:57:49 +0000 (14:57 +0200)]
Test script for #8048

12 years agoTest script for #8068
Leif Åstrand [Fri, 16 Dec 2011 12:47:52 +0000 (14:47 +0200)]
Test script for #8068

12 years agoFix method name typo (#8068)
Leif Åstrand [Fri, 16 Dec 2011 12:47:45 +0000 (14:47 +0200)]
Fix method name typo (#8068)

12 years agoTest for #7895 and #7896
Leif Åstrand [Fri, 16 Dec 2011 12:44:54 +0000 (14:44 +0200)]
Test for #7895 and #7896

12 years agoRemove UriFragmentUtility (#8048)
Leif Åstrand [Fri, 16 Dec 2011 12:19:50 +0000 (14:19 +0200)]
Remove UriFragmentUtility (#8048)

12 years agoProperly attach the root if application is set after the UI is built
Leif Åstrand [Fri, 16 Dec 2011 12:10:05 +0000 (14:10 +0200)]
Properly attach the root if application is set after the UI is built

12 years ago#8093 Support JSR-303 Bean Validation
Henri Sara [Tue, 13 Dec 2011 07:36:13 +0000 (09:36 +0200)]
#8093 Support JSR-303 Bean Validation

12 years agoAdded missing license info
Artur Signell [Fri, 16 Dec 2011 08:15:12 +0000 (10:15 +0200)]
Added missing license info

12 years agoEnsure the same locale is used for all browsers
Artur Signell [Fri, 16 Dec 2011 08:15:02 +0000 (10:15 +0200)]
Ensure the same locale is used for all browsers

12 years agoDo not treat util classes as junit tests
Artur Signell [Fri, 16 Dec 2011 08:14:52 +0000 (10:14 +0200)]
Do not treat util classes as junit tests

12 years agoTake into account that the date changes
Artur Signell [Fri, 16 Dec 2011 08:09:19 +0000 (10:09 +0200)]
Take into account that the date changes

12 years agoRemoved copying of non-existing zip file in nightly publish
Artur Signell [Fri, 16 Dec 2011 08:02:27 +0000 (10:02 +0200)]
Removed copying of non-existing zip file in nightly publish

12 years agoMade StringLengthValidator compatible with RangeValidator (use null for
Artur Signell [Fri, 16 Dec 2011 07:29:52 +0000 (09:29 +0200)]
Made StringLengthValidator compatible with RangeValidator (use null for
no limit). Retain support for negative values meaning no limit

12 years agoNicer toString()
Artur Signell [Fri, 16 Dec 2011 07:28:06 +0000 (09:28 +0200)]
Nicer toString()

12 years ago#8095 Added field type to field factory to be able to validate that a
Artur Signell [Fri, 16 Dec 2011 07:27:56 +0000 (09:27 +0200)]
#8095 Added field type to field factory to be able to validate that a
field of correct type is created and to be able to create different
fields (e.g. selects) based on what the user wants.

12 years agoAdded missing license info
Artur Signell [Fri, 16 Dec 2011 07:24:08 +0000 (09:24 +0200)]
Added missing license info

12 years ago#8094 Initial implementation of two phase commit
Artur Signell [Fri, 16 Dec 2011 07:23:38 +0000 (09:23 +0200)]
#8094 Initial implementation of two phase commit

12 years ago#8127 Added setBuffered and isBuffered to com.vaadin.data.Buffered
Artur Signell [Thu, 15 Dec 2011 17:28:00 +0000 (19:28 +0200)]
#8127 Added setBuffered and isBuffered to com.vaadin.data.Buffered

12 years ago#8101 Made it possible to use different strings to represents Booleans
Artur Signell [Thu, 15 Dec 2011 16:54:33 +0000 (18:54 +0200)]
#8101 Made it possible to use different strings to represents Booleans

12 years ago#8101 Consistent handling of null locale
Artur Signell [Thu, 15 Dec 2011 16:52:27 +0000 (18:52 +0200)]
#8101 Consistent handling of null locale

12 years ago#8095 Corrected getUnboundPropertyIds implementation and fixed javadoc
Artur Signell [Thu, 15 Dec 2011 12:30:28 +0000 (14:30 +0200)]
#8095 Corrected getUnboundPropertyIds implementation and fixed javadoc

12 years agoFixed javadoc typo
Artur Signell [Thu, 15 Dec 2011 12:15:23 +0000 (14:15 +0200)]
Fixed javadoc typo

12 years agoFixed tests to use seconds resolutions instead of milliseconds
Artur Signell [Thu, 15 Dec 2011 12:13:55 +0000 (14:13 +0200)]
Fixed tests to use seconds resolutions instead of milliseconds

12 years agoTest for #7894
Leif Åstrand [Thu, 15 Dec 2011 13:34:05 +0000 (15:34 +0200)]
Test for #7894

12 years agoRestore the legacy functionality of Root.addComponent and its relatives
Leif Åstrand [Thu, 15 Dec 2011 13:32:21 +0000 (15:32 +0200)]
Restore the legacy functionality of Root.addComponent and its relatives

12 years agoTest script for theme loading (#7885)
Leif Åstrand [Thu, 15 Dec 2011 13:03:41 +0000 (15:03 +0200)]
Test script for theme loading (#7885)

Widgetset loading can not be automatically tested as there is only one
widgetset available in the testing environment

12 years agoTest script for #7882, #7883 and #7884
Leif Åstrand [Thu, 15 Dec 2011 12:46:03 +0000 (14:46 +0200)]
Test script for #7882, #7883 and #7884

12 years agoUpdate uri fragment parameter reading for #8098
Leif Åstrand [Thu, 15 Dec 2011 12:45:25 +0000 (14:45 +0200)]
Update uri fragment parameter reading for #8098

12 years agoEase migration by not requiring getTestDescription to be public (#8053)
Leif Åstrand [Thu, 15 Dec 2011 12:31:09 +0000 (14:31 +0200)]
Ease migration by not requiring getTestDescription to be public (#8053)

12 years agoEnsure WebBrowser is updated and available from BrowserDetails (#8098)
Leif Åstrand [Thu, 15 Dec 2011 12:22:09 +0000 (14:22 +0200)]
Ensure WebBrowser is updated and available from BrowserDetails (#8098)

12 years agoCheck for client side details for all requests
Leif Åstrand [Thu, 15 Dec 2011 12:20:31 +0000 (14:20 +0200)]
Check for client side details for all requests

12 years agoMake analyzeLayouts work with Roots
Leif Åstrand [Thu, 15 Dec 2011 12:20:02 +0000 (14:20 +0200)]
Make analyzeLayouts work with Roots

12 years agoFormatting cleanup
Leif Åstrand [Thu, 15 Dec 2011 09:40:00 +0000 (11:40 +0200)]
Formatting cleanup

12 years agoUpdated test to use second resolution instead of millisecond
Artur Signell [Thu, 15 Dec 2011 11:57:15 +0000 (13:57 +0200)]
Updated test to use second resolution instead of millisecond

12 years ago#8127 Add setBuffered to ease use of read through and write through
Artur Signell [Thu, 15 Dec 2011 11:14:59 +0000 (13:14 +0200)]
#8127 Add setBuffered to ease use of read through and write through
modes

12 years agoSet the date explicitly to avoid problems with hours/minutes/seconds
Artur Signell [Thu, 15 Dec 2011 11:06:33 +0000 (13:06 +0200)]
Set the date explicitly to avoid problems with hours/minutes/seconds

12 years ago#8118 Don't test with millisecond resolution
Artur Signell [Thu, 15 Dec 2011 10:57:46 +0000 (12:57 +0200)]
#8118 Don't test with millisecond resolution

12 years ago#8118 Removed test for millisecond resolution
Artur Signell [Thu, 15 Dec 2011 10:54:43 +0000 (12:54 +0200)]
#8118 Removed test for millisecond resolution

12 years ago#8118 Fixed problem caused by removing millsecond support
Artur Signell [Thu, 15 Dec 2011 10:48:45 +0000 (12:48 +0200)]
#8118 Fixed problem caused by removing millsecond support

12 years ago#8117 Fixed problem caused by changing default DateField resolution
Artur Signell [Thu, 15 Dec 2011 10:45:38 +0000 (12:45 +0200)]
#8117 Fixed problem caused by changing default DateField resolution

12 years agoFix setting of source exception setting on commit.
Henri Sara [Thu, 15 Dec 2011 10:38:02 +0000 (12:38 +0200)]
Fix setting of source exception setting on commit.

12 years ago#8019/#8117/#6081 Cleaned up code and fixed issue where an invalid
Artur Signell [Thu, 15 Dec 2011 10:31:56 +0000 (12:31 +0200)]
#8019/#8117/#6081 Cleaned up code and fixed issue where an invalid
string was interpreted as a valid date

Also added test for the Resolution enum static methods

12 years agoRemoved extra IntegerValidator for a field with an Integer property data
Artur Signell [Thu, 15 Dec 2011 10:27:17 +0000 (12:27 +0200)]
Removed extra IntegerValidator for a field with an Integer property data
source. Corrected assertion in the test as converter throws the
exception and not an IntegerValidator anymore

12 years agoSplit array assertion method to separate util class
Artur Signell [Thu, 15 Dec 2011 10:19:45 +0000 (12:19 +0200)]
Split array assertion method to separate util class

12 years agoAdded comment that null values are always accepted for RangeValidator
Artur Signell [Thu, 15 Dec 2011 10:08:11 +0000 (12:08 +0200)]
Added comment that null values are always accepted for RangeValidator

12 years ago#8110 Added comments that comparison is done directly on the date object
Artur Signell [Thu, 15 Dec 2011 10:06:29 +0000 (12:06 +0200)]
#8110 Added comments that comparison is done directly on the date object

12 years agoFixed missing apache license
Artur Signell [Thu, 15 Dec 2011 07:45:05 +0000 (09:45 +0200)]
Fixed missing apache license

12 years ago#8097 Root does not send resize events
Leif Åstrand [Thu, 15 Dec 2011 09:36:18 +0000 (11:36 +0200)]
#8097 Root does not send resize events

12 years agoFix missing Serializable
Leif Åstrand [Thu, 15 Dec 2011 07:19:46 +0000 (09:19 +0200)]
Fix missing Serializable

12 years agoFix generics in a test.
Henri Sara [Thu, 15 Dec 2011 08:51:08 +0000 (10:51 +0200)]
Fix generics in a test.

12 years agoFixed missing licenses and Serializable issues
Artur Signell [Thu, 15 Dec 2011 00:50:39 +0000 (02:50 +0200)]
Fixed missing licenses and Serializable issues

12 years ago#8095 Initial raw version of FieldBinder and related classes
Artur Signell [Thu, 15 Dec 2011 00:37:58 +0000 (02:37 +0200)]
#8095 Initial raw version of FieldBinder and related classes

12 years agoFixed exception message to report correctly what it was trying to
Artur Signell [Thu, 15 Dec 2011 00:36:45 +0000 (02:36 +0200)]
Fixed exception message to report correctly what it was trying to
convert to

12 years ago#8101 All Strings are now trimmed before conversion
Artur Signell [Wed, 14 Dec 2011 20:38:27 +0000 (22:38 +0200)]
#8101 All Strings are now trimmed before conversion

12 years ago#6081 Always also zero out milliseconds
Artur Signell [Wed, 14 Dec 2011 20:10:11 +0000 (22:10 +0200)]
#6081 Always also zero out milliseconds

12 years ago#8110 Validation is now done on the converted value
Artur Signell [Wed, 14 Dec 2011 20:09:43 +0000 (22:09 +0200)]
#8110 Validation is now done on the converted value

Added type to AbstractValidator and automatic type checking so sub
classes get the correct type automatically
Added a RangeValidator that work with any type that is Comparable
CompositeValidator no longer extends AbstractValidator as it does
not validate in the same way as AbstractValidator does

12 years agoFixed test
Artur Signell [Wed, 14 Dec 2011 19:22:23 +0000 (21:22 +0200)]
Fixed test

12 years ago#8118 Remove support for millisecond resolution
Artur Signell [Tue, 13 Dec 2011 16:49:04 +0000 (18:49 +0200)]
#8118 Remove support for millisecond resolution

12 years ago#8117 DateField resolution default should be day
Artur Signell [Tue, 13 Dec 2011 16:42:01 +0000 (18:42 +0200)]
#8117 DateField resolution default should be day

12 years ago#6081 DateField should zero fields that are not part of the resolution
Artur Signell [Tue, 13 Dec 2011 16:35:50 +0000 (18:35 +0200)]
#6081 DateField should zero fields that are not part of the resolution

12 years ago#8019 Changed DateField resolution to enum
Artur Signell [Tue, 13 Dec 2011 16:28:04 +0000 (18:28 +0200)]
#8019 Changed DateField resolution to enum

12 years agoUse getter and setter for source exception
Artur Signell [Mon, 12 Dec 2011 14:49:36 +0000 (16:49 +0200)]
Use getter and setter for source exception

12 years agoMove initial UIDL generation out from AjaxPageHandler
Leif Åstrand [Wed, 14 Dec 2011 15:53:19 +0000 (17:53 +0200)]
Move initial UIDL generation out from AjaxPageHandler