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