* MainsoftWebApp20.Tomcat.vmwcsproj: converted to csproj
[mono.git] / mcs / class / System.Web / resources / ChangeLog
1 2007-02-20 Igor Zelmanovich <igorz@mainsoft.com>
2
3         * webform.js: adjusted client script for MaintainScrollPositionOnPostBack 
4         feature to multiform enviroument in j2ee portal.
5
6 2007-02-19 Igor Zelmanovich <igorz@mainsoft.com>
7
8         * webform.js: fixed WebForm_ReEnableControls
9
10 2007-02-18  Eyal Alaluf <eyala@mainsoft.com>
11
12         * webform.js: Adding an optional parameter for passing the form to all JS
13           methods. This is needed to support Http callbacks for J2EE portlets. 
14
15 2007-02-18 Igor Zelmanovich <igorz@mainsoft.com>
16
17         * WebUIValidation_2.0.js: 
18         support client side validation for RadioButtonList
19
20 2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
21
22         * webform.js:
23         fixed Callback feature: when WebForm_DoCallback is called 
24         not all input elements are posted. for example checkbox if not 
25         checked is not posted.
26
27 2007-02-08  Vladimir Krasnov  <vladimirk@mainsoft.com>
28
29         * webform.js: added validators context init for j2ee portal support
30         * WebUIValidation_2.0.js: added SetValidatorContext function,
31         refactored evaluation function init ValidatorOnLoad and
32         Page_ClientValidate
33
34 2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
35
36         * MaintainScrollPositionOnPostBack.js:
37         * webform.js:
38         * callback.js:  
39         merged into one resource file.
40
41 2007-02-01  Adar Wesley <adarw@mainsoft.com>
42
43         * webform.js: fixed WebForm_GetFormFromCtrl to find controls by id
44         after chaning UniqueId implementation to have '$'.
45
46 2007-01-30  Vladimir Krasnov  <vladimirk@mainsoft.com>
47
48         * webform.js: fixed WebForm_DoPostback, no need to find form if url is
49         null
50
51 2007-01-25 Eyal Alaluf <eyala@mainsoft.com>
52
53         * MaintainScrollPositionOnPostBack.js, callback.js, webform.js: Under
54           TARGET_J2EE portlet support we may have more then one ASP.Net form in a
55           client page. Modify code to not assume we have a global 'theForm'
56           variable. We either lookup the form using the control ID and DOM hierarchy
57           or we receive it as an optional parameter to the function.
58
59 2006-12-31 Igor Zelmanovich <igorz@mainsoft.com>
60
61         * webform.js: WebForm_AutoFocus support for not focusable elements 
62         by setting focus on first focusable child.
63
64 2006-12-31 Igor Zelmanovich <igorz@mainsoft.com>
65
66         * callback.js: fixed: support IE7, encodeURIComponent is used to 
67         encode form.
68
69 2006-09-14 Igor Zelmanovich <igorz@mainsoft.com>
70
71         * WebUIValidation_2.0.js: added new file
72
73 2006-03-13  Chris Toshok  <toshok@ximian.com>
74
75         * WebUIValidation.js (CompareValidatorEvaluateIsValid): implement.
76
77 2006-01-15  Robert Jordan  <robertj@gmx.net>
78
79         * WebUIValidation.js (CustomValidatorEvaluateIsValid):
80           Allow empty/missing ControlToValidate attributes.
81         * WebUIValidation.js (ValidatorSucceeded):
82           Hide validator's view. Fixes bug #77261.
83
84 2005-10-18  Chris Toshok  <toshok@ximian.com>
85
86         * WebUIValidation.js: fix handling for validation_result so that
87         buttons that don't cause validation still work.  Fixes bug #76429.
88
89 2005-09-13  Chris Toshok  <toshok@ximian.com>
90
91         * WebUIValidation.js (CustomValidatorEvaluateIsValid): the default
92         if an evaluationfunc wasn't provided is "valid".  Fixes #76078.
93
94 2005-09-06  Chris Toshok  <toshok@ximian.com>
95
96         * webform.js (wasControlEnabled): use __enabledControlArray,
97         generated by the HtmlControl foo when using
98         SubmitDisabledControls.
99         (WebForm_ReEnableControls): used by HtmlForm's
100         SubmitDisabledControls.
101
102 2005-09-06  Chris Toshok  <toshok@ximian.com>
103
104         * WebUIValidation.js (ValidatorCommonOnSubmit): reorder things so
105         that for validationsummary's we show the message box after we
106         display the summary.  This is because the alert blocks further
107         execution.
108         (ValidatorGetErrorMessage): return the errormessage in preference
109         to the text.
110         (ValidatorGetText): new function, return the text in preference to
111         the error message.
112         (ValidatorFailed): use ValidatorGetText, and always set the
113         innerHTML, not just when we don't have validationsummary's.
114         
115 2005-08-27  Chris Toshok  <toshok@ximian.com>
116
117         * webform.js: add copyright blurb, and add implementation of
118         WebForm_AutoFocus, used by the 2.0 HtmlForm properties
119         DefaultButton and DefaultFocus.
120
121 2005-08-04  Chris Toshok  <toshok@ximian.com>
122
123         * WebUIValidation.js (CustomValidatorEvaluateIsValid): correct the
124         args.IsValid check.
125
126 2005-08-04  Chris Toshok  <toshok@ximian.com>
127
128         * WebUIValidation.js (ValidatorOnLoad): set "enabled" == "true" if
129         there's no attribute present.
130         (Page_ClientValidate): a validator succeeds if it's disabled.
131
132 2005-07-27  Chris Toshok  <toshok@ximian.com>
133
134         * WebUIValidation.js (ValidatorCommonOnSubmit): fix formatting of
135         List and SingleParagraph mode ValidationSummaries.
136         (ValidatorTrim): use two regexps instead of two while loops.
137         (CustomValidatorEvaluateIsValid): new function.
138
139 2005-07-26  Chris Toshok  <toshok@ximian.com>
140
141         * WebUIValidation.js: fix the summary mode for
142         ValidationSummaries.
143
144 2005-07-25  Chris Toshok  <toshok@ximian.com>
145
146         * WebUIValidation.js (RangeValidatorEvaluateIsValid): fix this -
147         GetAttribute is dead, long live validator.getAttribute.
148
149 2005-07-24  Chris Toshok  <toshok@ximian.com>
150
151         * WebUIValidation.js: add support for validation summaries, both
152         in summary and messagebox mode.
153
154 2005-07-22  Chris Toshok  <toshok@ximian.com>
155
156         * WebUIValidation.js: the JSUnit tests pointed out that
157         validator.evaluationfunction is not a string after OnLoad.  do
158         this as well so the tests pass, and deal with the difference
159         between o[attr], o.getAttribute(attr), and o.attr. Ugh.
160
161 2005-07-21  Chris Toshok  <toshok@ximian.com>
162
163         * WebUIValidation.js (RequiredFieldValidatorEvaluateIsValid): trim
164         both the initial value and the control's value.
165
166 2005-07-21  Chris Toshok  <toshok@ximian.com>
167
168         * WebUIValidation.js: handle validators that use
169         Display="Dynamic".
170
171 2005-07-20  Chris Toshok  <toshok@ximian.com>
172
173         * WebUIValidation.js (ValidatorTrim): new function.
174         (RangeValidatorEvaluateIsValid): use ValidatorGetValue and
175         ValidatorTrim.
176         (RegularExpressionValidatorEvaluateIsValid): same.
177         (RequiredFieldValidatorEvaluateIsValid): same.
178
179 2005-07-20  Chris Toshok  <toshok@ximian.com>
180
181         * WebUIValidation.js: new file.
182
183 2005-03-11  Lluis Sanchez Gual <lluis@novell.com>
184
185         * webform.js: ClientSubmit option set to true means submit
186         performed by asp.net, not by the browser.
187
188 2005-02-04  Lluis Sanchez Gual <lluis@novell.com>
189
190         * webform.js: Added webform script.
191
192 2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
193
194         * arrow_up.gif, arrow_down.gif: Added menu resources.
195
196 2004-12-02  Lluis Sanchez Gual <lluis@novell.com>
197
198         * callback.js: Added callback script.
199
200 2004-11-26  Lluis Sanchez Gual <lluis@novell.com>
201
202         * arrow_minus.gif, arrow_noexpand.gif, arrow_plus.gif, box_full.gif,
203         box_empty.gif, box_minus.gif, box_noexpand.gif, box_plus.gif,
204         contact.gif, dot_empty.gif, dot_full.gif, dots.gif,
205         inbox.gif, star_empty.gif, star_full.gif, warning.gif,
206         TreeView_noexpand.gif, TreeView_dash.gif, TreeView_dashminus.gif,
207         TreeView_dashplus.gif, TreeView_i.gif, TreeView_l.gif,
208         TreeView_lminus.gif, TreeView_lplus.gif, TreeView_minus.gif,
209         TreeView_plus.gif, TreeView_r.gif, TreeView_rminus.gif,
210         TreeView_rplus.gif, TreeView_t.gif, TreeView_tminus.gif,
211         TreeView_tplus.gif, System.Web.UI.WebControls/TreeView.js
212         
213         New files.