* MainsoftWebApp20.Tomcat.vmwcsproj: converted to csproj
[mono.git] / mcs / class / System.Web / resources / ChangeLog
index 72966261ff0d2da78f4c11d450772bee2b58dfe1..cc4b22c0ac3ce6b6251bfc363ef7104a5eec8deb 100644 (file)
@@ -1,3 +1,86 @@
+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