Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Update regexp pattern of legacy EmailValidator (#12241) | Tatu Lund | 2021-03-12 | 1 | -0/+5 |
| | | | Fixes: https://github.com/vaadin/framework/issues/12240 | ||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 7 | -107/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 7 | -7/+7 |
| | |||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 21 | -234/+238 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 3 | -3/+3 |
| | | | And some trivial test enhancements | ||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 3 | -6/+6 |
| | |||||
* | Refactor AbstractDateField. (#8146) | Denis | 2017-01-10 | 1 | -1/+1 |
| | | | First round for #8132. | ||||
* | Format the project using Neon, remove trailing whitespace | Artur Signell | 2016-08-31 | 6 | -27/+20 |
| | | | | Change-Id: I145e20226958910c243b9897bb1e9516919f55cd | ||||
* | Organize imports | Artur Signell | 2016-08-30 | 1 | -1/+1 |
| | | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687 | ||||
* | Move and duplicate client side and state to compatibility package | Artur Signell | 2016-08-30 | 1 | -1/+1 |
| | | | | | | | | * DateField * PopupDateField * InlineDateField Change-Id: I7d6c0253435dcdf424b7914d025e81af504be11d | ||||
* | Move old TextField to compatibility package | Artur Signell | 2016-08-26 | 18 | -0/+1442 |
| | | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01 | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 14 | -0/+887 |
* Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5 |