[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / resources / ChangeLog
index e5103fd8b4a2fd449f5c98dfc1d93bd1b0667631..47140c8f5bcbd591756b9350d12215a5412353a7 100644 (file)
@@ -1,3 +1,139 @@
+2010-06-15  Marek Habersack  <mhabersack@novell.com>
+
+       * WebUIValidation_2.0.js: fail gracefully if control to validate
+       is not found (webForm.ValidatorGetValue and
+       webForm.Page_ClientValidate). Fixes bug #609478
+
+2009-10-05  Marek Habersack  <mhabersack@novell.com>
+
+       * WebUIValidation_2.0.js: before using webFrom.Page_Validators,
+       check if they are defined and not null. Fixes bug #542582
+
+2009-05-04  Jonathan Pryor  <jpryor@novell.com>
+
+       * TranslationResources.resx (ErrOperationAborted): Send viewers of
+         this message to the Wiki for possible reasons they may get an
+         exception (and how to fix it).
+
+2009-04-03  Marek Habersack  <mhabersack@novell.com>
+
+       * WebUIValidation_2.0.js: CustomValidatorEvaluateIsValid calls the
+       client-side evaluation function even if ControlToValidate is not
+       set. Fixes bug #485458
+
+2008-09-25  Marek Habersack  <mhabersack@novell.com>
+
+       * WebUIValidation_2.0.js: do not trim the control value in
+       CompareValidatorEvaluateIsValid.
+
+2008-01-21 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js:
+       fixed CompareValidatorEvaluateIsValid.
+       works correctly with operator="datatypecheck"
+               
+2008-01-13 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js:
+       make scripts compatible with MicrosoftAjaxLibrary.              
+
+2008-01-10 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js:
+       implement useAsync feature for Callback.                
+
+2008-01-10 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js:
+       make scripts compatible with MicrosoftAjaxLibrary.              
+
+2008-01-09 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js:
+       * webform.js:
+       make scripts compatible with MicrosoftAjaxLibrary.              
+
+2007-12-08  Marek Habersack  <mhabersack@novell.com>
+
+       * TranslationResources.resx: added - string resources for the
+       Sqlite providers.
+
+2007-11-20  Marek Habersack  <mhabersack@novell.com>
+
+       * WebUIValidation.js: fix regular expression validator. Fixes bug
+       #342907.
+
+2007-11-20 Juraj Skripsky <js@hotfeet.ch>
+
+       * WebUIValidation_2.0.js: Fix typo. 
+
+2007-11-06 Juraj Skripsky <js@hotfeet.ch>
+
+       * webform.js (WebForm_FireDefaultButton): Gecko-based browsers
+       don't support the click() method for <a/> elements. Use
+       eval(myLink.href) instead.
+
+2007-11-05 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js: 
+       fixed RegularExpressionValidatorEvaluateIsValid function.       
+
+2007-11-01 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js: fixed ToInteger function.     
+       value such '10.00' is not converted to integer. 
+
+2007-09-29  Marek Habersack  <mhabersack@novell.com>
+
+       * WebUIValidation_2.0.js: replace all the ocurrences of 'this' with
+       'webForm'. The reason for such change is that under certain
+       circumstances the function may be called on an object which is not
+       the original webForm to which the function was assigned. This
+       happens, for instance, in the AJAX Control Toolkit which wraps the
+       ValidatorGetValue function with its own version and calls the
+       original function on a Function object, so 'this' in that instance
+       becomes a 'function()' and not the original 'Window' object.
+
+2007-08-30 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js:
+       all Validators use RegisterExpandoAttribute for 
+       not XHTML compliant attributes.
+
+2007-08-30 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js: refactoring.
+       initialize evaluationfunction property for validator on client.
+       makes it compatible with AjaxControlToolkit.    
+
+2007-08-30 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js: fixed MaintainScrollPositionOnPostBack feature.
+
+2007-08-19  Marek Habersack  <mhabersack@novell.com>
+
+       * webform.js: __doPostBack is a function defined in the self
+       object, not this._form. Fixes bug #82478.
+
+2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js:
+       * WebUIValidation_2.0.js:
+       refactoring: provide possibility to define relevant functions in different 
+       scopes. (global=window or form element). thus providing a solution for 
+       multi form environment.         
+
+2007-05-16  Marek Habersack  <mhabersack@novell.com>
+
+       * webform.js: in WebForm_ClientCallback set the id of the
+       __EVENTVALIDATION element when creating it or otherwise
+       WebForm_getFormData will not ignore it as expected by
+       WebForm_DoCallback, which will result in the variable being
+       present twice in the POST request.
+
+       * WebUIValidation.js: ported ToCurrency and ToDate converters from
+       WebUIValidation_2.0.js.
+
 2007-04-17  Marek Habersack  <mhabersack@novell.com>
 
        * WebUIValidation_2.0.js: added HaveRegexp () function to detect