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