X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.WebControls%2FChangeLog;h=8ca62e21b1245ff4258b9c1211b17eddd0d9d8d0;hb=d16a0cf2f89a2d2047da5a5c5994205279bab4ef;hp=afddfca571e62dc0ea6c5238ed1f9968dab14171;hpb=cfaba4776682913e3d0cef22a4074aa5f7cf9755;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog index afddfca571e..8ca62e21b12 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog @@ -1,3 +1,156 @@ +2006-12-14 Igor Zelmanovich + + * DataGridPagerStyle.cs: chenged values of DataGridPagerStyles flags. + +2006-11-28 Gonzalo Paniagua Javier + + * CreateUserWizard.cs: implement GeneratePassword based on Membership. + +2006-11-27 Vladimir Krasnov + + * Wizard.cs: fixed GetStepType method that returned wrong type if the + last step type is Complete. + fixed ProcessEvent method, corrected FinishButtonClick behavior + +2006-11-26 Marek Habersack + + * Calendar.cs: Fixed event validation registration. Now it + registers all the arguments that can be passed by this control to + the application. + +2006-11-25 Marek Habersack + + * FileUpload.cs: Implementation of SaveAs + + * TreeView.cs: A few optimizations for empty style collections. + + * Menu.cs: A few optimizations for empty style collections. + +2006-11-23 Igor Zelmanovich + + * BoundField.cs: fixed: GetDesignTimeValue() + +2006-11-23 Igor Zelmanovich + + * SiteMapDataSource.cs: fixed: GetViewNames() + +2006-11-23 Vladimir Krasnov + + * ChangePassword.cs: implemented functionality + * MailDefinition.cs: implemented CreateMailMessage method + * PasswordRecovery.cs: implemented functionality + +2006-11-22 Igor Zelmanovich + + * CircleHotSpot.cs: fixed: + setting Radius with value <0 throws ArgumentOutOfRangeException. + +2006-11-22 Igor Zelmanovich + + * CookieParameter.cs: fixed Evaluate method. + +2006-11-22 Igor Zelmanovich + + * Parameter.cs: fixed Evaluate, ToString methods. + * QueryStringParameter.cs: fixed Evaluate method. + * SessionParameter.cs: fixed Evaluate method. + +2006-11-21 Igor Zelmanovich + + * ImageMap.cs: fixed rendering. + +2006-11-21 Igor Zelmanovich + + * HotSpot.cs: fixed: AccessKey and HotSpotMode + throw ArgumentOutOfRangeException. + +2006-11-21 Igor Zelmanovich + + * ControlParameter.cs: fixed: Evaluate method + throws exceptions correctly. + +2006-11-21 Igor Zelmanovich + + * CheckBox.cs: fixed: new 2.0 features such + LabelAttributes and InputAttributes. + +2006-11-20 Igor Zelmanovich + + * GridView.cs: fixed: header, footer and empty rows are databound. + +2006-11-20 Igor Zelmanovich + + * Style.cs: added internal helper method RemoveTextStyles. + +2006-11-20 Igor Zelmanovich + + * Button.cs: fixed: support for event validation. + * CheckBox.cs: fixed: support for event validation. + * FormView.cs: fixed: support for event validation. + * ImageButton.cs: fixed: support for event validation. + * ListBox.cs: fixed: support for event validation. + * TextBox.cs: fixed: support for event validation. + +2006-11-19 Igor Zelmanovich + + * DropDownList.cs: fixed: support for event validation. + +2006-11-19 Igor Zelmanovich + + * LinkButton.cs: optimized: support for event validation. + * DataControlButton.cs: Added support for event validation. + * DetailsView.cs: fixed: RowIndex for DetailsViewRow. + +2006-11-19 Igor Zelmanovich + + * LinkButton.cs: Added support for event validation. + +2006-11-17 Marek Habersack + + * ImageButton.cs: Added support for event validation. + + * ListBox.cs: Added support for event validation. + + * Calendar.cs: Added support for event validation. + + * DropDownList.cs: Added support for event validation. + + * FormView.cs: Added support for event validation. + + * RadioButtonList.cs: Added support for event validation. + + * TextBox.cs: Added support for event validation. + + * BulletedList.cs: Added support for event validation. + + * CheckBox.cs: Added support for event validation. + + * Button.cs: Added support for event validation. + +2006-11-16 Igor Zelmanovich + + * CreateUserWizard.cs: fixed: ActiveStepIndex property. + +2006-11-15 Igor Zelmanovich + + * ListControl.cs: fixed: DataBinding for 2.0, for 1.x - refactoring only. + +2006-11-14 Igor Zelmanovich + + * GridView.cs: fixed: Rows property, DataBinding flow. + * DataBoundControl.cs: + * BaseDataBoundControl.cs: + +2006-11-14 Igor Zelmanovich + + * CompositeDataBoundControl.cs: fixed: + DataBind call Controls.Clear(). + +2006-11-13 Igor Zelmanovich + + * CompositeDataBoundControl.cs: fixed: + DataBind sets ChildControlsCreated=true. + 2006-11-13 Vladimir Krasnov * Login.cs: fixed CreateChildControls, throws exception if needed