index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
vaadin
/
data
/
validator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Organized imports and formatted all java files
Artur Signell
2012-02-28
2
-3
/
+8
*
Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)
Artur Signell
2012-01-31
3
-409
/
+409
|
\
|
*
Merged changes from 6.7
Johannes Dahlström
2011-12-30
1
-1
/
+1
*
|
#8019 Did a bunch of null checks for possible faulty null states which was no...
Jens Jansson
2012-01-18
1
-1
/
+1
*
|
Rename BeanValidationValidator to BeanValidator based on review.
Henri Sara
2011-12-22
1
-3
/
+3
*
|
Move bean validation implementation availability check to
Henri Sara
2011-12-22
1
-19
/
+0
*
|
Removed static helper for BeanValidationValidator as it incorrectly
Artur Signell
2011-12-22
1
-155
/
+4
*
|
#8110 Allow Integers and Doubles to pass through
Artur Signell
2011-12-21
2
-0
/
+23
*
|
Improve javadoc for bean validation (#8093).
Henri Sara
2011-12-21
1
-7
/
+49
*
|
#8093 Ensure that property id is a non-null String. Cache if Bean
Artur Signell
2011-12-19
1
-11
/
+21
*
|
#8095 Only use BeanValidation if a JSR-303 implementation is available
Artur Signell
2011-12-19
1
-22
/
+40
*
|
#8093 Removed unused method property, conversion and
Artur Signell
2011-12-19
2
-182
/
+2
*
|
Fix BeanValidation license information and make it serializable.
Henri Sara
2011-12-18
2
-22
/
+37
*
|
#8093 Support JSR-303 Bean Validation
Henri Sara
2011-12-16
2
-0
/
+438
*
|
Made StringLengthValidator compatible with RangeValidator (use null for
Artur Signell
2011-12-16
1
-24
/
+22
*
|
Added missing license info
Artur Signell
2011-12-16
1
-0
/
+3
*
|
Added comment that null values are always accepted for RangeValidator
Artur Signell
2011-12-15
1
-3
/
+14
*
|
#8110 Added comments that comparison is done directly on the date object
Artur Signell
2011-12-15
1
-2
/
+13
*
|
Fixed missing licenses and Serializable issues
Artur Signell
2011-12-15
1
-0
/
+3
*
|
#8110 Validation is now done on the converted value
Artur Signell
2011-12-14
11
-67
/
+356
*
|
Misc minor javadoc fixes
Artur Signell
2011-12-12
1
-5
/
+11
*
|
#7930 Fix/Improve Validator javadoc based on review.
Henri Sara
2011-12-12
1
-2
/
+2
*
|
Improve #7930 (elimination of Validator.isValid()) based on review.
Henri Sara
2011-12-09
4
-21
/
+19
*
|
Merge remote branch 'origin/6.8'
Leif Ã…strand
2011-12-09
9
-18
/
+18
|
\
|
|
*
#7354 IT Mill -> Vaadin find and replace
Artur Signell
2011-12-08
9
-18
/
+18
*
|
Merge branch 'master' into databinding
Henri Sara
2011-12-08
1
-28
/
+34
|
\
\
|
*
|
#8019 Remove CompositeValidator(int, String) as the new CompositeValidator(Co...
Jens Jansson
2011-12-01
1
-19
/
+6
|
*
|
Changed CompositeValidator's combination mode from int constants to an enum.
Jens Jansson
2011-12-01
1
-36
/
+54
|
|
/
*
/
#7930 Eliminate Validator.isValid()
Henri Sara
2011-11-12
5
-46
/
+48
|
/
*
Merged changes from 6.6
Henri Sara
2011-09-27
1
-0
/
+6
*
#7198 simplify code in AbstractValidator.validate()
Henri Sara
2011-06-23
1
-6
/
+1
*
#5785 AbstractStringValidator conversions in Vaadin 6.5
Henri Sara
2010-10-18
1
-4
/
+5
*
Corrected Validator link
Artur Signell
2010-07-02
1
-4
/
+3
*
Formatted /src using Vaadin Java Conventions 20071114
Artur Signell
2010-06-28
4
-194
/
+194
*
Updated javadoc (#4680)
Artur Signell
2010-05-10
1
-54
/
+68
*
Updated package javadoc for #4248
Artur Signell
2010-05-10
1
-5
/
+8
*
Updated javadoc (#4681)
Artur Signell
2010-05-10
1
-68
/
+76
*
Added missing @ITMillApache2LicenseForJavaFiles@
Artur Signell
2010-03-09
6
-0
/
+18
*
Merged [10696]
Artur Signell
2010-01-12
3
-6
/
+5
*
merged [9521] from 6.1
Matti Tahvonen
2009-10-30
1
-2
/
+2
*
Merged: Test case and fix for #3524
Artur Signell
2009-10-13
1
-3
/
+3
*
#2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"
Henri Sara
2009-05-11
10
-0
/
+852