summaryrefslogtreecommitdiffstats
path: root/server/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed unnecessary code which is not JUnit 4.5 compatibleArtur Signell2013-01-171-6/+0
* Merge "(#10716 ) Created tests for validators and converters. Fixed StringToB...Henri Sara2013-01-1713-0/+573
|\
| * (#10716 ) Created tests for validators and converters. Fixed StringToBoolean ...Mikael Grankvist2013-01-1713-0/+573
* | Fix validator test (#10713)Henri Sara2013-01-151-8/+4
|/
* Most validators should accept null or empty string (#10561, #10713).Henri Sara2013-01-143-0/+269
* (#10561) Email should be valid for null and empty string.Mikael Grankvist2013-01-111-0/+26
* Merge of (#10032) to Vaadin 7.Anna Koskinen2013-01-091-0/+12
* Removed old source file checkers (#9399)Artur Signell2013-01-072-255/+0
* Updated copyright notices and added missing license headersArtur Signell2013-01-0411-11/+11
* Merge of (#6476) to Vaadin 7.Anna Koskinen2013-01-021-6/+1
* Update buffered field value if it has not been changed (#8192)Artur Signell2012-12-181-0/+35
* Do not update data model when locale changes (#10562, #8192)Artur Signell2012-12-181-0/+22
* Merge changes Icf4a4410,I8bbf8f69Leif Åstrand2012-12-181-0/+2
|\
| * Register connector to avoid test failuresArtur Signell2012-12-171-0/+2
* | Merge "Support float fields with FieldGroup (#10553)"Leif Åstrand2012-12-181-0/+42
|\|
| * Support float fields with FieldGroup (#10553)Artur Signell2012-12-171-0/+42
* | Revert "Case-insensitive FieldGroup binding #10426"Artur Signell2012-12-171-84/+0
|/
* Case-insensitive FieldGroup binding #10426Jonni Nakari2012-12-171-0/+84
* Search fields from superclasses #10504Jonni Nakari2012-12-171-0/+34
* Support null values in legacy messages (#9254)Leif Åstrand2012-12-141-0/+27
* Fix for ticket #10121, a unit test for the ticket's issue and a unitJonni Nakari2012-12-133-0/+144
* Fixed testArtur Signell2012-12-111-4/+5
* Moved StreamVariable handling from AbstractCommunicationManager toAnna Koskinen2012-12-071-4/+8
* Return null as non-existing property for IndexedContainer (#10445)Henri Sara2012-11-301-0/+8
* getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-281-0/+18
* Fail if a Window is attached to something else than a UI (#10374)Artur Signell2012-11-271-0/+44
* Rename ComponentEventListener to ConnectorEventListener (#10340)Leif Åstrand2012-11-231-1/+1
* Use compare for Comparable when determining equals for filtering (#10310)Artur Signell2012-11-221-0/+54
* Add attach and detach listeners and events to ClientConnector (#8579, #10251)Johannes Dahlström2012-11-211-0/+180
* Global code cleanupLeif Åstrand2012-11-214-6/+4
* Renamed VaadinServiceSession to VaadinSession (#10223)Artur Signell2012-11-1611-44/+44
* Merge "Fix LegacyUIAddRemoveComponents test (#2924)"Artur Signell2012-11-141-4/+4
|\
| * Fix LegacyUIAddRemoveComponents test (#2924)Henri Sara2012-11-141-4/+4
* | Remove Window.addComponent() (#2924)Henri Sara2012-11-141-1/+1
|/
* Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixesHenri Sara2012-11-141-1/+1
* UI based on AbstractBasicComponentContainer (#2924)Henri Sara2012-11-134-28/+28
* Renamed uri fragment methods in Page to use UriFragment instead of Fragment (...Artur Signell2012-11-131-8/+8
* Merge "Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#...Henri Sara2012-11-131-0/+19
|\
| * Call ViewDisplay.showView before View.enter in Navigator.navigateTo (#10132)Johannes Dahlström2012-11-121-0/+19
* | Merge "Do not include classes which cannot be instansiated"John Ahlroos2012-11-131-1/+3
|\ \ | |/ |/|
| * Do not include classes which cannot be instansiatedArtur Signell2012-11-061-1/+3
* | Modified FieldGroup so that fields configured with read only propertiestapio2012-11-082-0/+69
* | Merged com.vaadin.service into com.vaadin.util (#10146)Artur Signell2012-11-061-1/+1
* | Moved classes from com.vaadin to com.vaadin.server (#10145)Artur Signell2012-11-063-3/+2
|/
* Move LegacyWindow to its own file (#9917)Johannes Dahlström2012-11-022-2/+2
* Revert "Call UI.detach in UI cleanup (#9755)" because it breaks logout functi...Artur Signell2012-10-261-48/+0
* Call UI.detach in UI cleanup (#9755)Johannes Dahlström2012-10-261-0/+48
* Fixed NPE when converter is null (#10043)Artur Signell2012-10-241-0/+20
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-235-43/+9
* Add Navigator.getState() returning the current navigation state (#9972)Johannes Dahlström2012-10-171-4/+12