1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-09 10:10:18 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
a8a2dffc59 Have Required validator trim strings to fix #2361
This will cause the Required validator not to consider fields that has
only spaces or new lines to be regarded as valid. This is done by
checking if the trimmed version of the string is valid.
2017-01-06 10:12:22 +02:00
2389bc72f9 golint validation 2015-09-13 00:13:19 +08:00
4255630564 add Recursively validation 2015-05-25 09:10:36 +08:00
2c9363d29b add tests to ensure bool value require test always return true. 2015-05-25 09:10:35 +08:00
a144769515 update the documents & comments 2014-08-18 16:41:43 +08:00
fefd8ddb5b beego: update licence& fix #669 2014-07-03 23:40:21 +08:00
0f170a80da update the comments fix #658 2014-06-25 10:39:37 +08:00
c188cbbcb4 update all files License 2014-05-17 02:26:50 +08:00
97d99fcef2 Change tag valid func default key 2013-08-06 23:15:20 +08:00
6662eef2fd Support Match validate function for tag 2013-07-28 19:22:09 +08:00
dcdfaf36f1 Accept parameters more types 2013-07-28 16:59:35 +08:00
f490141217 Add some validate functions 2013-07-27 20:40:15 +08:00
92db56c0cb add struct tag support 2013-07-24 12:20:42 +08:00
4c6163baa0 add funcmap 2013-07-24 01:20:24 +08:00
ddb9ed39a5 add validation README 2013-07-22 17:40:32 +08:00
d19de30d9c add test 2013-07-21 23:46:18 +08:00