瀏覽代碼

2002-01-27 Gaurav Vaish <[email protected]>

* 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
Gaurav Vaish 24 年之前
父節點
當前提交
8318d3cc83
共有 2 個文件被更改,包括 208 次插入184 次删除
  1. 183 183
      mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
  2. 25 1
      mcs/class/System.Web/System.Web.UI.WebControls/TODO

+ 183 - 183
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog

@@ -1,183 +1,183 @@
-2002-01-27      Gaurav Vaish <[email protected]>
-
-	* TextBox.cs                  - All done except *Render* methods
-	* TextBoxControlBuilder.cs    - Completed
-	* Xml.cs                      - Partial Implementation
-
-2002-01-26      Gaurav Vaish <[email protected]>
-
-	* RadioButton.cs              - Completed
-	* TextBox.cs                  - Partial Implementation
-
-2002-01-25      Gaurav Vaish <[email protected]>
-
-	* Panel.cs                    - Completed
-	* TableItemStyle.cs           - Completed
-
-2002-01-18      Gaurav Vaish <[email protected]>
-
-	* TableCellCollection.cs      - Completed
-	* TableRowCollection.cs       - Completed
-	* TableHeaderCell.cs          - Completed
-	* TableRow.cs                 - Completed
-
-2002-01-09      Gaurav Vaish <[email protected]>
-
-	* TableCellControlBuilder.cs  - Completed
-	* Table.cs                    - Completed
-	* TableCell.cs                - Completed
-
-2002-01-07      Gaurav Vaish <[email protected]>
-
-	* CheckBoxList.cs             - Completed
-	* ButtonColumn.cs             - Completed
-	* Button.cs                   - Completed
-
-2001-12-28      Gaurav Vaish <[email protected]>
-
-	* 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 <[email protected]>
-
-	* Calendar.cs                 - Completed the functions of Render*,
-	                                ViewStates (Track/View/Save),
-	                                RaisePostBackEvent.
-	                                Left: RenderAllDays (partially)
-
-2001-12-21      Gaurav Vaish <[email protected]>
-
-	* 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 <[email protected]>
-
-	FontInfo.cs                 - Complete revamp. Completed
-
-2001-12-19	Gaurav Vaish <[email protected]>
-
-	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 <[email protected]>
-
-	TODO                        - Properly added
-	CheckBox.cs                 - Completed
-	BaseDataList.cs             - Completed
-	DayRenderEventArgs.cs       - Completed
-	RepeaterItem.cs             - Initial implementation
-
-2001-12-17	Gaurav Vaish <[email protected]>
-
-	BaseCompareValidator.cs     - Completed
-	AdRotator.cs                - Completed
-
-2001-12-15	Gaurav Vaish <[email protected]>
-
-	CommandEventArgs.cs         - Completed
-	DataGridCommandEventArgs.cs - Completed
-	RepeaterCommandEventArgs.cs - Completed
-	DataListCommandEventArgs.cs - Completed
-	CompareValidator.cs         - Partial Implementation
-
-2001-12-02	Gaurav Vaish <[email protected]>
-
-	CheckBoxList.cs            - Partial Implementation.
-	                             All except "Render"
-
-2001-12-01	Gaurav Vaish <[email protected]>
-
-	ListControl.cs             - Completed
-
-2001-11-30	Gaurav Vaish <[email protected]>
-
-	CheckBox.cs                - Completed
-	ListControl.cs             - Initial Implementation
-	CheckBoxList.cs            - Started with it, but first needed
-	                             ListControl. Left it.
-
-2001-11-29	Gaurav Vaish <[email protected]>
-
-	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 <[email protected]>
-	WebControl.cs              - Total Revamp, Partial Implementation
-	AdRotator.cs               - Able to load files
-	AdCreatedEventArgs.cs      - Implemented
-
-2001-11-05	Gaurav Vaish <[email protected]>
-	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 <[email protected]>
-	WebControl.cs              - Initial Implementation
-	DataList.cs                - Initial Implementation
-	BaseValidator.cs           - Initial Implementation
-	BaseDataList.cs            - Initial Implementation
-
-2001-10-27	Gaurav Vaish <[email protected]>
-
-	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 <[email protected]>
+
+	* TextBox.cs                  - All done except *Render* methods
+	* TextBoxControlBuilder.cs    - Completed
+	* Xml.cs                      - Partial Implementation
+
+2002-01-26      Gaurav Vaish <[email protected]>
+
+	* RadioButton.cs              - Completed
+	* TextBox.cs                  - Partial Implementation
+
+2002-01-25      Gaurav Vaish <[email protected]>
+
+	* Panel.cs                    - Completed
+	* TableItemStyle.cs           - Completed
+
+2002-01-18      Gaurav Vaish <[email protected]>
+
+	* TableCellCollection.cs      - Completed
+	* TableRowCollection.cs       - Completed
+	* TableHeaderCell.cs          - Completed
+	* TableRow.cs                 - Completed
+
+2002-01-09      Gaurav Vaish <[email protected]>
+
+	* TableCellControlBuilder.cs  - Completed
+	* Table.cs                    - Completed
+	* TableCell.cs                - Completed
+
+2002-01-07      Gaurav Vaish <[email protected]>
+
+	* CheckBoxList.cs             - Completed
+	* ButtonColumn.cs             - Completed
+	* Button.cs                   - Completed
+
+2001-12-28      Gaurav Vaish <[email protected]>
+
+	* 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 <[email protected]>
+
+	* Calendar.cs                 - Completed the functions of Render*,
+	                                ViewStates (Track/View/Save),
+	                                RaisePostBackEvent.
+	                                Left: RenderAllDays (partially)
+
+2001-12-21      Gaurav Vaish <[email protected]>
+
+	* 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 <[email protected]>
+
+	FontInfo.cs                 - Complete revamp. Completed
+
+2001-12-19	Gaurav Vaish <[email protected]>
+
+	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 <[email protected]>
+
+	TODO                        - Properly added
+	CheckBox.cs                 - Completed
+	BaseDataList.cs             - Completed
+	DayRenderEventArgs.cs       - Completed
+	RepeaterItem.cs             - Initial implementation
+
+2001-12-17	Gaurav Vaish <[email protected]>
+
+	BaseCompareValidator.cs     - Completed
+	AdRotator.cs                - Completed
+
+2001-12-15	Gaurav Vaish <[email protected]>
+
+	CommandEventArgs.cs         - Completed
+	DataGridCommandEventArgs.cs - Completed
+	RepeaterCommandEventArgs.cs - Completed
+	DataListCommandEventArgs.cs - Completed
+	CompareValidator.cs         - Partial Implementation
+
+2001-12-02	Gaurav Vaish <[email protected]>
+
+	CheckBoxList.cs            - Partial Implementation.
+	                             All except "Render"
+
+2001-12-01	Gaurav Vaish <[email protected]>
+
+	ListControl.cs             - Completed
+
+2001-11-30	Gaurav Vaish <[email protected]>
+
+	CheckBox.cs                - Completed
+	ListControl.cs             - Initial Implementation
+	CheckBoxList.cs            - Started with it, but first needed
+	                             ListControl. Left it.
+
+2001-11-29	Gaurav Vaish <[email protected]>
+
+	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 <[email protected]>
+	WebControl.cs              - Total Revamp, Partial Implementation
+	AdRotator.cs               - Able to load files
+	AdCreatedEventArgs.cs      - Implemented
+
+2001-11-05	Gaurav Vaish <[email protected]>
+	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 <[email protected]>
+	WebControl.cs              - Initial Implementation
+	DataList.cs                - Initial Implementation
+	BaseValidator.cs           - Initial Implementation
+	BaseDataList.cs            - Initial Implementation
+
+2001-10-27	Gaurav Vaish <[email protected]>
+
+	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

+ 25 - 1
mcs/class/System.Web/System.Web.UI.WebControls/TODO

@@ -122,4 +122,28 @@ WebColorConverter
 * RepeaterItemEventHandler
 * ServerValidateEventHandler
 
-* <Enumerations>
+* 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