New tests.
[mono.git] / mcs / class / System.Web / resources / ChangeLog
index e430ac871e093105a44277ebc234a78800e4caa0..ce87948f6292749572de2e7a8d36ebfb7ba8e007 100644 (file)
@@ -1,3 +1,134 @@
+2006-09-14 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js: added new file
+
+2006-03-13  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (CompareValidatorEvaluateIsValid): implement.
+
+2006-01-15  Robert Jordan  <robertj@gmx.net>
+
+       * WebUIValidation.js (CustomValidatorEvaluateIsValid):
+         Allow empty/missing ControlToValidate attributes.
+       * WebUIValidation.js (ValidatorSucceeded):
+         Hide validator's view. Fixes bug #77261.
+
+2005-10-18  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js: fix handling for validation_result so that
+       buttons that don't cause validation still work.  Fixes bug #76429.
+
+2005-09-13  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (CustomValidatorEvaluateIsValid): the default
+       if an evaluationfunc wasn't provided is "valid".  Fixes #76078.
+
+2005-09-06  Chris Toshok  <toshok@ximian.com>
+
+       * webform.js (wasControlEnabled): use __enabledControlArray,
+       generated by the HtmlControl foo when using
+       SubmitDisabledControls.
+       (WebForm_ReEnableControls): used by HtmlForm's
+       SubmitDisabledControls.
+
+2005-09-06  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (ValidatorCommonOnSubmit): reorder things so
+       that for validationsummary's we show the message box after we
+       display the summary.  This is because the alert blocks further
+       execution.
+       (ValidatorGetErrorMessage): return the errormessage in preference
+       to the text.
+       (ValidatorGetText): new function, return the text in preference to
+       the error message.
+       (ValidatorFailed): use ValidatorGetText, and always set the
+       innerHTML, not just when we don't have validationsummary's.
+       
+2005-08-27  Chris Toshok  <toshok@ximian.com>
+
+       * webform.js: add copyright blurb, and add implementation of
+       WebForm_AutoFocus, used by the 2.0 HtmlForm properties
+       DefaultButton and DefaultFocus.
+
+2005-08-04  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (CustomValidatorEvaluateIsValid): correct the
+       args.IsValid check.
+
+2005-08-04  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (ValidatorOnLoad): set "enabled" == "true" if
+       there's no attribute present.
+       (Page_ClientValidate): a validator succeeds if it's disabled.
+
+2005-07-27  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (ValidatorCommonOnSubmit): fix formatting of
+       List and SingleParagraph mode ValidationSummaries.
+       (ValidatorTrim): use two regexps instead of two while loops.
+       (CustomValidatorEvaluateIsValid): new function.
+
+2005-07-26  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js: fix the summary mode for
+       ValidationSummaries.
+
+2005-07-25  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (RangeValidatorEvaluateIsValid): fix this -
+       GetAttribute is dead, long live validator.getAttribute.
+
+2005-07-24  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js: add support for validation summaries, both
+       in summary and messagebox mode.
+
+2005-07-22  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js: the JSUnit tests pointed out that
+       validator.evaluationfunction is not a string after OnLoad.  do
+       this as well so the tests pass, and deal with the difference
+       between o[attr], o.getAttribute(attr), and o.attr. Ugh.
+
+2005-07-21  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (RequiredFieldValidatorEvaluateIsValid): trim
+       both the initial value and the control's value.
+
+2005-07-21  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js: handle validators that use
+       Display="Dynamic".
+
+2005-07-20  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js (ValidatorTrim): new function.
+       (RangeValidatorEvaluateIsValid): use ValidatorGetValue and
+       ValidatorTrim.
+       (RegularExpressionValidatorEvaluateIsValid): same.
+       (RequiredFieldValidatorEvaluateIsValid): same.
+
+2005-07-20  Chris Toshok  <toshok@ximian.com>
+
+       * WebUIValidation.js: new file.
+
+2005-03-11  Lluis Sanchez Gual <lluis@novell.com>
+
+       * webform.js: ClientSubmit option set to true means submit
+       performed by asp.net, not by the browser.
+
+2005-02-04  Lluis Sanchez Gual <lluis@novell.com>
+
+       * webform.js: Added webform script.
+
+2005-01-10  Lluis Sanchez Gual <lluis@novell.com>
+
+       * arrow_up.gif, arrow_down.gif: Added menu resources.
+
+2004-12-02  Lluis Sanchez Gual <lluis@novell.com>
+
+       * callback.js: Added callback script.
+
 2004-11-26  Lluis Sanchez Gual <lluis@novell.com>
 
        * arrow_minus.gif, arrow_noexpand.gif, arrow_plus.gif, box_full.gif,