From 8318d3cc838ba5ab931813bf578bdbff4e5a3f0e Mon Sep 17 00:00:00 2001 From: Gaurav Vaish Date: Sun, 27 Jan 2002 13:10:52 +0000 Subject: 2002-01-27 Gaurav Vaish * TODO -- Updated I counted.. and get that out of total 132 implementations, I am done with 91 (100% status). 132 count includes, enumerations, interfaces, classes and structs and so does 91 include. IT'S ABOUT 2/3rd of TOTAL WORK IN WEBCONTROLS! svn path=/trunk/mcs/; revision=2179 --- .../System.Web/System.Web.UI.WebControls/ChangeLog | 366 ++++++++++----------- .../System.Web/System.Web.UI.WebControls/TODO | 26 +- 2 files changed, 208 insertions(+), 184 deletions(-) diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog index 9046ae81b92..e532c23997a 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog @@ -1,183 +1,183 @@ -2002-01-27 Gaurav Vaish - - * TextBox.cs - All done except *Render* methods - * TextBoxControlBuilder.cs - Completed - * Xml.cs - Partial Implementation - -2002-01-26 Gaurav Vaish - - * RadioButton.cs - Completed - * TextBox.cs - Partial Implementation - -2002-01-25 Gaurav Vaish - - * Panel.cs - Completed - * TableItemStyle.cs - Completed - -2002-01-18 Gaurav Vaish - - * TableCellCollection.cs - Completed - * TableRowCollection.cs - Completed - * TableHeaderCell.cs - Completed - * TableRow.cs - Completed - -2002-01-09 Gaurav Vaish - - * TableCellControlBuilder.cs - Completed - * Table.cs - Completed - * TableCell.cs - Completed - -2002-01-07 Gaurav Vaish - - * CheckBoxList.cs - Completed - * ButtonColumn.cs - Completed - * Button.cs - Completed - -2001-12-28 Gaurav Vaish - - * HyperLink.cs - Completed - * Image.cs - Completed - * ImageButton.cs - Completed - * Label.cs - Completed - * LabelControlBuilder.cs - Completed - * LinkButton.cs - Completed - * LinkButtonControlBuilder.cs - Completed - * Literal.cs - Completed - * LieteralControlBuilder.cs - Completed - * FontUnit.cs - Completed - - -2001-12-27 Gaurav Vaish - - * Calendar.cs - Completed the functions of Render*, - ViewStates (Track/View/Save), - RaisePostBackEvent. - Left: RenderAllDays (partially) - -2001-12-21 Gaurav Vaish - - * Calendar.cs - Added some more functions - * Style.cs - Completed - * ListItem.cs - Completed - * ListItemCollection.cs - Completed - - Made the first successful build of System.Web.dll that included System.Web.UI.WebControls! - -2001-12-20 Gaurav Vaish - - FontInfo.cs - Complete revamp. Completed - -2001-12-19 Gaurav Vaish - - ListItemCollection.cs - Completed - ListItem.cs - Initial Implementation - Style.cs - Initial Implementation - - Right now I am in a total mood to do a successful build. Creating so many classes, completing classes in System.Web System.Web.UI namespaces. - -2001-12-18 Gaurav Vaish - - TODO - Properly added - CheckBox.cs - Completed - BaseDataList.cs - Completed - DayRenderEventArgs.cs - Completed - RepeaterItem.cs - Initial implementation - -2001-12-17 Gaurav Vaish - - BaseCompareValidator.cs - Completed - AdRotator.cs - Completed - -2001-12-15 Gaurav Vaish - - CommandEventArgs.cs - Completed - DataGridCommandEventArgs.cs - Completed - RepeaterCommandEventArgs.cs - Completed - DataListCommandEventArgs.cs - Completed - CompareValidator.cs - Partial Implementation - -2001-12-02 Gaurav Vaish - - CheckBoxList.cs - Partial Implementation. - All except "Render" - -2001-12-01 Gaurav Vaish - - ListControl.cs - Completed - -2001-11-30 Gaurav Vaish - - CheckBox.cs - Completed - ListControl.cs - Initial Implementation - CheckBoxList.cs - Started with it, but first needed - ListControl. Left it. - -2001-11-29 Gaurav Vaish - - CalendarDay.cs - Making a note that this - has been implemented - Calendar.cs - Making a note that have made some changes. - Unimplmented functions throw - NotImplementedException - CheckBox.cs - Can now "Render" and "LoadPostData" - - -2001-11-08 Gaurav Vaish - WebControl.cs - Total Revamp, Partial Implementation - AdRotator.cs - Able to load files - AdCreatedEventArgs.cs - Implemented - -2001-11-05 Gaurav Vaish - Calendar.cs - Initial Implementation - ButtonColumn.cs - Initial Implementation - Button.cs - Initial Implementation - BoundColumn.cs - Initial Implementation - BaseCompareValidator.cs - Minor Changes - DataList.cs, BaseValidator.cs, BaseDataList.cs - - Added more functions, other changes - -2001-10-28 Gaurav Vaish - WebControl.cs - Initial Implementation - DataList.cs - Initial Implementation - BaseValidator.cs - Initial Implementation - BaseDataList.cs - Initial Implementation - -2001-10-27 Gaurav Vaish - - AdCreatedEventArgs.cs - Initial Implementation - AdCratedEventHandler.cs - Implemented - AdRotator.cs - Initial Implementation - BorderStyle.cs - Implemented - ButtonColumnStyle.cs - Implemented - CalendarSelectionMode.cs - Implemented - DayNameFormat.cs - Implemented - FirstDayOfWeek - Implemented - FontInfo.cs - Partial Implementation - FontSize.cs - Implemented - GridLines.cs - Implemented - HorizontalAlign.cs - Implemented - HyperLink.cs - Initial Implementation - ImageAlign.cs - Implemented - IRepeatInfoUser.cs - Implemented - ListItemType.cs - Implemented - ListSelectionMode.cs - Implemented - NextPrevFormat.cs - Implemented - PagerMode.cs - Implemented - PagerPosition.cs - Implemented - RepeatDirection.cs - Implemented - RepeatLayout.cs - Implemented - TextAlign.cs - Implemented - TextBoxMode.cs - Implemented - TitleFormat.cs - Implemented - UnitType.cs - Implemented - ValidationCompareOperator.cs - - Implemented - ValidationDataType.cs - Implemented - ValidationSummaryDisplayMode.cs - - Implemented - ValidatorDisplay.cs - Implemented - VerticalAlign.cs - Implemented - - - -// File Created 2001:11:13 +2002-01-27 Gaurav Vaish + + * TextBox.cs - All done except *Render* methods + * TextBoxControlBuilder.cs - Completed + * Xml.cs - Partial Implementation + +2002-01-26 Gaurav Vaish + + * RadioButton.cs - Completed + * TextBox.cs - Partial Implementation + +2002-01-25 Gaurav Vaish + + * Panel.cs - Completed + * TableItemStyle.cs - Completed + +2002-01-18 Gaurav Vaish + + * TableCellCollection.cs - Completed + * TableRowCollection.cs - Completed + * TableHeaderCell.cs - Completed + * TableRow.cs - Completed + +2002-01-09 Gaurav Vaish + + * TableCellControlBuilder.cs - Completed + * Table.cs - Completed + * TableCell.cs - Completed + +2002-01-07 Gaurav Vaish + + * CheckBoxList.cs - Completed + * ButtonColumn.cs - Completed + * Button.cs - Completed + +2001-12-28 Gaurav Vaish + + * HyperLink.cs - Completed + * Image.cs - Completed + * ImageButton.cs - Completed + * Label.cs - Completed + * LabelControlBuilder.cs - Completed + * LinkButton.cs - Completed + * LinkButtonControlBuilder.cs - Completed + * Literal.cs - Completed + * LieteralControlBuilder.cs - Completed + * FontUnit.cs - Completed + + +2001-12-27 Gaurav Vaish + + * Calendar.cs - Completed the functions of Render*, + ViewStates (Track/View/Save), + RaisePostBackEvent. + Left: RenderAllDays (partially) + +2001-12-21 Gaurav Vaish + + * Calendar.cs - Added some more functions + * Style.cs - Completed + * ListItem.cs - Completed + * ListItemCollection.cs - Completed + + Made the first successful build of System.Web.dll that included System.Web.UI.WebControls! + +2001-12-20 Gaurav Vaish + + FontInfo.cs - Complete revamp. Completed + +2001-12-19 Gaurav Vaish + + ListItemCollection.cs - Completed + ListItem.cs - Initial Implementation + Style.cs - Initial Implementation + + Right now I am in a total mood to do a successful build. Creating so many classes, completing classes in System.Web System.Web.UI namespaces. + +2001-12-18 Gaurav Vaish + + TODO - Properly added + CheckBox.cs - Completed + BaseDataList.cs - Completed + DayRenderEventArgs.cs - Completed + RepeaterItem.cs - Initial implementation + +2001-12-17 Gaurav Vaish + + BaseCompareValidator.cs - Completed + AdRotator.cs - Completed + +2001-12-15 Gaurav Vaish + + CommandEventArgs.cs - Completed + DataGridCommandEventArgs.cs - Completed + RepeaterCommandEventArgs.cs - Completed + DataListCommandEventArgs.cs - Completed + CompareValidator.cs - Partial Implementation + +2001-12-02 Gaurav Vaish + + CheckBoxList.cs - Partial Implementation. + All except "Render" + +2001-12-01 Gaurav Vaish + + ListControl.cs - Completed + +2001-11-30 Gaurav Vaish + + CheckBox.cs - Completed + ListControl.cs - Initial Implementation + CheckBoxList.cs - Started with it, but first needed + ListControl. Left it. + +2001-11-29 Gaurav Vaish + + CalendarDay.cs - Making a note that this + has been implemented + Calendar.cs - Making a note that have made some changes. + Unimplmented functions throw + NotImplementedException + CheckBox.cs - Can now "Render" and "LoadPostData" + + +2001-11-08 Gaurav Vaish + WebControl.cs - Total Revamp, Partial Implementation + AdRotator.cs - Able to load files + AdCreatedEventArgs.cs - Implemented + +2001-11-05 Gaurav Vaish + Calendar.cs - Initial Implementation + ButtonColumn.cs - Initial Implementation + Button.cs - Initial Implementation + BoundColumn.cs - Initial Implementation + BaseCompareValidator.cs - Minor Changes + DataList.cs, BaseValidator.cs, BaseDataList.cs + - Added more functions, other changes + +2001-10-28 Gaurav Vaish + WebControl.cs - Initial Implementation + DataList.cs - Initial Implementation + BaseValidator.cs - Initial Implementation + BaseDataList.cs - Initial Implementation + +2001-10-27 Gaurav Vaish + + AdCreatedEventArgs.cs - Initial Implementation + AdCratedEventHandler.cs - Implemented + AdRotator.cs - Initial Implementation + BorderStyle.cs - Implemented + ButtonColumnStyle.cs - Implemented + CalendarSelectionMode.cs - Implemented + DayNameFormat.cs - Implemented + FirstDayOfWeek - Implemented + FontInfo.cs - Partial Implementation + FontSize.cs - Implemented + GridLines.cs - Implemented + HorizontalAlign.cs - Implemented + HyperLink.cs - Initial Implementation + ImageAlign.cs - Implemented + IRepeatInfoUser.cs - Implemented + ListItemType.cs - Implemented + ListSelectionMode.cs - Implemented + NextPrevFormat.cs - Implemented + PagerMode.cs - Implemented + PagerPosition.cs - Implemented + RepeatDirection.cs - Implemented + RepeatLayout.cs - Implemented + TextAlign.cs - Implemented + TextBoxMode.cs - Implemented + TitleFormat.cs - Implemented + UnitType.cs - Implemented + ValidationCompareOperator.cs + - Implemented + ValidationDataType.cs - Implemented + ValidationSummaryDisplayMode.cs + - Implemented + ValidatorDisplay.cs - Implemented + VerticalAlign.cs - Implemented + + + +// File Created 2001:11:13 diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/TODO b/mcs/class/System.Web/System.Web.UI.WebControls/TODO index 2f861548cf3..79b5223b93c 100755 --- a/mcs/class/System.Web/System.Web.UI.WebControls/TODO +++ b/mcs/class/System.Web/System.Web.UI.WebControls/TODO @@ -122,4 +122,28 @@ WebColorConverter * RepeaterItemEventHandler * ServerValidateEventHandler -* +* BorderStyle +* ButtonColumnType +* CalendarSelectionMode +* DayNameFormat +* FirstDayOfWeek +* FontSize +* GridLines +* HorizontalAlign +* ImageAlign +* ListItemType +* ListSelectionMode +* NextPrevFormat +* PagerMode +* PagerPosition +* RepeatDirection +* RepeatLayout +* TextAlign +* TextBoxMode +* TitleFormat +* UnitType +* ValidationCompareOperator +* ValidationDataType +* ValidationSummaryDisplayMode +* ValidatorDisplay +* VerticalAlign \ No newline at end of file -- cgit v1.2.3