summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/widget_validation.py
Commit message (Expand)AuthorAgeFilesLines
* fix a silly mistake :)makkalot2008-06-221-1/+2
* adding boolean validator completely forgot about it,there is some code duplic...makkalot2008-06-211-0/+19
* the final validator hash is done with its tests , happy testing :)makkalot2008-06-211-4/+11
* adding custom validator for hashesmakkalot2008-06-211-3/+40
* adding list factory validator, the process becomes easier :)makkalot2008-06-211-1/+18
* forgot to add optional keyword into validation controls :)makkalot2008-06-211-0/+15
* adding a custom minion list validator will change in the future after choosin...makkalot2008-06-211-2/+32
* the float validation was easy same as int :)makkalot2008-06-201-1/+16
* the float and int validators are pretty simple so changes to write less code ...makkalot2008-06-201-18/+40
* add integer validation factory partmakkalot2008-06-201-11/+21
* Adding a new custom validator for our int field didnt use turbogears cause it...makkalot2008-06-201-0/+45
* add a beautiful string validator heremakkalot2008-06-191-12/+53
* the initial work for validator part the structure will be like thatmakkalot2008-06-181-0/+74