Simple impl to MockRailsEngineContext.Url
[castle.git] / Components / Validator / Changes.txt
blob2e3d33f6d499d4f4ebaa49fe0c47a5103eda727e
1 Beta 1\r
2 ======\r
3 \r
4 - Fixed COMP-36\r
5   "Misleading validation error messages in english language"\r
6 \r
7 - Applied Ken Egozi's patch fixing COMP-40\r
8   "A possible typo in SameAsValidator causing possible invalid cast exception"\r
9 \r
10 - Applied Ken Egozi's patch adding NotSameAsValidator (COMP-41)\r
12 - Added a decimal range validator\r
14 - Made the range validator web enabled\r
16 - Applied Brian DeMarzo's patch fixing COMP-30\r
17   "Improved handling of empty strings, client valiator script tweaks"\r
19 - Applied Gokhan Altinoren's patch fixing COMP-28\r
20   "There isn't a ctor to set error message in \r
21    ValidateGroupNotEmptyAttribute and ValidateCollectionNotEmptyAttribute"\r
23 - Applied Yuri's patch fixing COMP-21\r
24   "NullableType Validators, Correct web-validation for primitive types"\r
26 - Applied patch by Tim Haines fixing COMP-26\r
27   "Date Validator doesn't validate nulls. Problem occurs server side and client side."\r
29 - Applied patch by David N. Godfrey that converted most of ActiveRecord's validators\r
30   to the Castle Validator component.\r
32 - Added a way to use external resources to override the default messages.\r
34 - Applied Brian DeMarzo's patch fixing COMP-20\r
35   "Added SetValidator"\r
37 - Applied Yuri's patch fixing COMP-19\r
38   "Fixed some validation issues"\r
40 - Applied Yuri's patch fixing COMP-18\r
41   "Clientside validation for date and regular expressions"\r
43 - Applied Brian DeMarzo's patch fixing COMP-17\r
44   "Added overloaded constructors supporting RangeValidationType and object type conversion"\r
46 - Applied Brian DeMarzo's patch fixing COMP-16\r
47   "RangeValidator cleanup, added RangeValidationType.String"\r
49 - Applied Brian DeMarzo's patch adding a new validator: RangeValidator\r
50   Fixes COMP-15