New test.
[mono.git] / mcs / class / System.Web / resources / ChangeLog
1 2006-09-14 Igor Zelmanovich <igorz@mainsoft.com>
2
3         * WebUIValidation_2.0.js: added new file
4
5 2006-03-13  Chris Toshok  <toshok@ximian.com>
6
7         * WebUIValidation.js (CompareValidatorEvaluateIsValid): implement.
8
9 2006-01-15  Robert Jordan  <robertj@gmx.net>
10
11         * WebUIValidation.js (CustomValidatorEvaluateIsValid):
12           Allow empty/missing ControlToValidate attributes.
13         * WebUIValidation.js (ValidatorSucceeded):
14           Hide validator's view. Fixes bug #77261.
15
16 2005-10-18  Chris Toshok  <toshok@ximian.com>
17
18         * WebUIValidation.js: fix handling for validation_result so that
19         buttons that don't cause validation still work.  Fixes bug #76429.
20
21 2005-09-13  Chris Toshok  <toshok@ximian.com>
22
23         * WebUIValidation.js (CustomValidatorEvaluateIsValid): the default
24         if an evaluationfunc wasn't provided is "valid".  Fixes #76078.
25
26 2005-09-06  Chris Toshok  <toshok@ximian.com>
27
28         * webform.js (wasControlEnabled): use __enabledControlArray,
29         generated by the HtmlControl foo when using
30         SubmitDisabledControls.
31         (WebForm_ReEnableControls): used by HtmlForm's
32         SubmitDisabledControls.
33
34 2005-09-06  Chris Toshok  <toshok@ximian.com>
35
36         * WebUIValidation.js (ValidatorCommonOnSubmit): reorder things so
37         that for validationsummary's we show the message box after we
38         display the summary.  This is because the alert blocks further
39         execution.
40         (ValidatorGetErrorMessage): return the errormessage in preference
41         to the text.
42         (ValidatorGetText): new function, return the text in preference to
43         the error message.
44         (ValidatorFailed): use ValidatorGetText, and always set the
45         innerHTML, not just when we don't have validationsummary's.
46         
47 2005-08-27  Chris Toshok  <toshok@ximian.com>
48
49         * webform.js: add copyright blurb, and add implementation of
50         WebForm_AutoFocus, used by the 2.0 HtmlForm properties
51         DefaultButton and DefaultFocus.
52
53 2005-08-04  Chris Toshok  <toshok@ximian.com>
54
55         * WebUIValidation.js (CustomValidatorEvaluateIsValid): correct the
56         args.IsValid check.
57
58 2005-08-04  Chris Toshok  <toshok@ximian.com>
59
60         * WebUIValidation.js (ValidatorOnLoad): set "enabled" == "true" if
61         there's no attribute present.
62         (Page_ClientValidate): a validator succeeds if it's disabled.
63
64 2005-07-27  Chris Toshok  <toshok@ximian.com>
65
66         * WebUIValidation.js (ValidatorCommonOnSubmit): fix formatting of
67         List and SingleParagraph mode ValidationSummaries.
68         (ValidatorTrim): use two regexps instead of two while loops.
69         (CustomValidatorEvaluateIsValid): new function.
70
71 2005-07-26  Chris Toshok  <toshok@ximian.com>
72
73         * WebUIValidation.js: fix the summary mode for
74         ValidationSummaries.
75
76 2005-07-25  Chris Toshok  <toshok@ximian.com>
77
78         * WebUIValidation.js (RangeValidatorEvaluateIsValid): fix this -
79         GetAttribute is dead, long live validator.getAttribute.
80
81 2005-07-24  Chris Toshok  <toshok@ximian.com>
82
83         * WebUIValidation.js: add support for validation summaries, both
84         in summary and messagebox mode.
85
86 2005-07-22  Chris Toshok  <toshok@ximian.com>
87
88         * WebUIValidation.js: the JSUnit tests pointed out that
89         validator.evaluationfunction is not a string after OnLoad.  do
90         this as well so the tests pass, and deal with the difference
91         between o[attr], o.getAttribute(attr), and o.attr. Ugh.
92
93 2005-07-21  Chris Toshok  <toshok@ximian.com>
94
95         * WebUIValidation.js (RequiredFieldValidatorEvaluateIsValid): trim
96         both the initial value and the control's value.
97
98 2005-07-21  Chris Toshok  <toshok@ximian.com>
99
100         * WebUIValidation.js: handle validators that use
101         Display="Dynamic".
102
103 2005-07-20  Chris Toshok  <toshok@ximian.com>
104
105         * WebUIValidation.js (ValidatorTrim): new function.
106         (RangeValidatorEvaluateIsValid): use ValidatorGetValue and
107         ValidatorTrim.
108         (RegularExpressionValidatorEvaluateIsValid): same.
109         (RequiredFieldValidatorEvaluateIsValid): same.
110
111 2005-07-20  Chris Toshok  <toshok@ximian.com>
112
113         * WebUIValidation.js: new file.
114
115 2005-03-11  Lluis Sanchez Gual <lluis@novell.com>
116
117         * webform.js: ClientSubmit option set to true means submit
118         performed by asp.net, not by the browser.
119
120 2005-02-04  Lluis Sanchez Gual <lluis@novell.com>
121
122         * webform.js: Added webform script.
123
124 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
125
126         * arrow_up.gif, arrow_down.gif: Added menu resources.
127
128 2004-12-02  Lluis Sanchez Gual <lluis@novell.com>
129
130         * callback.js: Added callback script.
131
132 2004-11-26  Lluis Sanchez Gual <lluis@novell.com>
133
134         * arrow_minus.gif, arrow_noexpand.gif, arrow_plus.gif, box_full.gif,
135         box_empty.gif, box_minus.gif, box_noexpand.gif, box_plus.gif,
136         contact.gif, dot_empty.gif, dot_full.gif, dots.gif,
137         inbox.gif, star_empty.gif, star_full.gif, warning.gif,
138         TreeView_noexpand.gif, TreeView_dash.gif, TreeView_dashminus.gif,
139         TreeView_dashplus.gif, TreeView_i.gif, TreeView_l.gif,
140         TreeView_lminus.gif, TreeView_lplus.gif, TreeView_minus.gif,
141         TreeView_plus.gif, TreeView_r.gif, TreeView_rminus.gif,
142         TreeView_rplus.gif, TreeView_t.gif, TreeView_tminus.gif,
143         TreeView_tplus.gif, System.Web.UI.WebControls/TreeView.js
144         
145         New files.