2002-05-10 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
1 2002-05-10  Duncan Mak  <duncan@ximian.com>
2
3         * ConstructorNeedsTagAttribute.cs: 
4         * ControlBuilderAttribute.cs: 
5         * ImageClickEventArgs.cs: 
6         * ParseChildrenAttribute.cs: 
7         * PartialCachingAttribute.cs: 
8         * PersistChildrenAttribute.cs: 
9         * PersistenceModeAttribute.cs: 
10         * TemplateContainerAttribute.cs: Added to CVS.
11
12         * PersistanceMode.cs: Removed, fixed typo.
13         * PersistenceMode.cs: Replacing above.
14
15         * StateBag.cs (this): Fixed indexer, it takes a string as the
16         index, not an object.
17
18         * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection. 
19
20         * Page.cs (Validators): return type should be ValidatorCollection,
21         not ValidatedCollection.
22
23         * TagPrefixAttribute.cs: Added to CVS.
24
25 2002-05-07  Duncan Mak  <duncan@ximian.com>
26
27         * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
28
29 2002-03-26   Gaurav Vaish <gvaish@iitk.ac.in>
30
31         * DataBindingHandlerAttribute.cs
32                                    - Completed
33         * ToolboxDataAttribute.cs  - Completed
34
35 2002-01-03  Nick Drochak  <ndrochak@gol.com>
36
37         * DesignTimeParseData.cs: initialze static member to avoid compile
38         error
39         * PropertyConverter.cs: remove uneeded exception variables from
40         catch blocks.
41
42 2002-01-02  Nick Drochak  <ndrochak@gol.com>
43
44         * DesignTimeParseData.cs: fix header to show correct class name
45
46 2001-12-21   Gaurav Vaish <gvaish@iitk.ac.in>
47
48         * StateBag.cs             - Completed
49
50 2001-12-19   Gaurav Vaish <gvaish@iitk.ac.in>
51
52         * Pair.cs                 - Small undocumented class. Completed.
53
54 2001-12-18   Gaurav Vaish <gvaish@iitk.ac.in>
55
56         * DesignTimeParseData.cs  - Initial implementation
57         * StateBag.cs             - Initial implementation
58
59 2001-12-17   Gaurav Vaish <gvaish@iitk.ac.in>
60
61         * PropertyConverter.cs    - Undocumented class. Completed.
62         * Utils.cs                - Undocumented, private class.
63                                     Initial implementation
64
65 2001-08-28  Bob Smith  <bob@thestuff.net>
66         * Control.cs: Figured out some undocumented API.
67         * Added TODO.
68         * BuildMethod.cs: Initial implementation.
69         * BuildTemplateMethod.cs: Initial implementation.
70         * HtmlTextWriterAttribute.cs: Initial implementation.
71         * HtmlTextWriterStyle.cs: Initial implementation.
72         * HtmlTextWriterTag.cs: Initial implementation.
73         * IAttributeAccessor.cs: Initial implementation.
74         * IDataBindingsAccessor.cs: Initial implementation.
75         * ImageClickEventHandler.cs: Initial implementation.
76         * INamingContainer.cs: Initial implementation.
77         * IParserAccessor.cs: Initial implementation.
78         * IPostBackDataHandler.cs: Initial implementation.
79         * IPostBackEventHandler.cs: Initial implementation.
80         * IStateManager.cs: Initial implementation.
81         * ITagNameToTypeMapper.cs: Initial implementation.
82         * ITemplate.cs: Initial implementation.
83         * IValidator.cs: Initial implementation.
84         * OutputCacheLocation.cs: Initial implementation.
85         * PersistanceMode.cs: Initial implementation.
86         * StateItem.cs: Initial implementation.
87
88 2001-08-27  Bob Smith  <bob@thestuff.net>
89
90         * Control.cs: Bug fixes and implementations.
91
92 2001-08-24  Bob Smith  <bob@thestuff.net>
93
94         * Control.cs: Bug fixes.
95
96 2001-08-23  Bob Smith  <bob@thestuff.net>
97
98         * Control.cs: More implementation. Events reworked for performance.
99
100 2001-08-22  Bob Smith  <bob@thestuff.net>
101
102         * LiteralControl.cs: Implemented.
103         * Control.cs: Even more implementation (Events). What a beast.
104
105 2001-08-20  Bob Smith  <bob@thestuff.net>
106
107         * Control.cs: More implementation. Not done yet. Shutter.
108
109 2001-08-17  Bob Smith  <bob@thestuff.net>
110
111         * Control.cs: Partial implementation.