2007-08-30 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / resources / ChangeLog
index 72966261ff0d2da78f4c11d450772bee2b58dfe1..ffeca384dcfc4c1654a972ce6f3a138efdd877c6 100644 (file)
@@ -1,3 +1,135 @@
+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
+       if the browser supports the RegExp class. Use GetElement ()
+       everywhere.
+
+       * WebUIValidation.js: added HaveRegexp () function to detect if
+       the browser supports the RegExp class.
+
+       * webform.js: use WebForm_GetElementById everywhere.
+
+2007-04-11  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * webform.js: fixed WebForm_RestoreScrollPosition, old submit call
+       should be from form
+
+2007-04-03  Marek Habersack  <mhabersack@novell.com>
+
+       * WebUIValidation_2.0.js: correctly validate against min/max
+       values. Fixes bug #81280
+
+2007-02-20 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js: adjusted client script for MaintainScrollPositionOnPostBack 
+       feature to multiform enviroument in j2ee portal.
+
+2007-02-19 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js: fixed WebForm_ReEnableControls
+
+2007-02-18  Eyal Alaluf <eyala@mainsoft.com>
+
+       * webform.js: Adding an optional parameter for passing the form to all JS
+         methods. This is needed to support Http callbacks for J2EE portlets. 
+
+2007-02-18 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * WebUIValidation_2.0.js: 
+       support client side validation for RadioButtonList
+
+2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js:
+       fixed Callback feature: when WebForm_DoCallback is called 
+       not all input elements are posted. for example checkbox if not 
+       checked is not posted.
+
+2007-02-08  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * webform.js: added validators context init for j2ee portal support
+       * WebUIValidation_2.0.js: added SetValidatorContext function,
+       refactored evaluation function init ValidatorOnLoad and
+       Page_ClientValidate
+
+2007-02-04 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * MaintainScrollPositionOnPostBack.js:
+       * webform.js:
+       * callback.js:  
+       merged into one resource file.
+
+2007-02-01  Adar Wesley <adarw@mainsoft.com>
+
+       * webform.js: fixed WebForm_GetFormFromCtrl to find controls by id
+       after chaning UniqueId implementation to have '$'.
+
+2007-01-30  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * webform.js: fixed WebForm_DoPostback, no need to find form if url is
+       null
+
+2007-01-25 Eyal Alaluf <eyala@mainsoft.com>
+
+       * MaintainScrollPositionOnPostBack.js, callback.js, webform.js: Under
+         TARGET_J2EE portlet support we may have more then one ASP.Net form in a
+         client page. Modify code to not assume we have a global 'theForm'
+         variable. We either lookup the form using the control ID and DOM hierarchy
+         or we receive it as an optional parameter to the function.
+
+2006-12-31 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * webform.js: WebForm_AutoFocus support for not focusable elements 
+       by setting focus on first focusable child.
+
+2006-12-31 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * callback.js: fixed: support IE7, encodeURIComponent is used to 
+       encode form.
+
+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