2002-05-24 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
1 2002-05-24  Duncan Mak  <duncan@ximian.com>
2
3         * StateBag.cs (Item): Changed the visibility level of the this
4         [object] indexer.
5
6         Misc. formatting edits, fixing some bugs introduced by the indentation.
7
8         * DataBinder.cs (Eval)
9         (GetIndexedPropertyValue)
10         (GetPropertyValue): Fixed return types.
11
12 2002-05-21  Miguel de Icaza  <miguel@ximian.com>
13
14         * HtmlTextWriter.cs: Use this to change the member instances.
15
16 2002-05-17  Duncan Mak  <duncan@ximian.com>
17
18         * AttributeCollection.cs: 
19         * ControlCollection.cs: 
20         * CssStyleCollection.cs: 
21         * DataBindingCollection.cs: 
22         * EmptyControlCollection.cs: Added missing Collection classes.
23
24 2002-05-17  Duncan Mak  <duncan@ximian.com>
25
26         * BaseParser.cs:
27         * TemplateParser.cs:  Implemented. BaseParser is weird because
28         there is no documentation on what it does.
29
30         * ControlBuilder.cs:
31         
32         * DataBinder.cs: 
33         * DataBinding.cs: Added. 
34
35         * DataBoundLiteralControl.cs: 
36         * Triplet.cs: Added.
37
38         * RenderMethod.cs: Added this delegate for Control.cs
39
40 2002-05-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
41
42         * ValidationPropertyAttribute.cs: a couple of fixes to make it compile.
43
44 2002-05-14  Duncan Mak  <duncan@ximian.com>
45
46         * ValidationPropertyAttribute.cs: Added to CVS.
47
48 2002-05-10  Duncan Mak  <duncan@ximian.com>
49
50         * ConstructorNeedsTagAttribute.cs: 
51         * ControlBuilderAttribute.cs: 
52         * ImageClickEventArgs.cs: 
53         * ParseChildrenAttribute.cs: 
54         * PartialCachingAttribute.cs: 
55         * PersistChildrenAttribute.cs: 
56         * PersistenceModeAttribute.cs: 
57         * TemplateContainerAttribute.cs: Added to CVS.
58
59         * PersistanceMode.cs: Removed, fixed typo.
60         * PersistenceMode.cs: Replacing above.
61
62         * StateBag.cs (this): Fixed indexer, it takes a string as the
63         index, not an object.
64
65         * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection. 
66
67         * Page.cs (Validators): return type should be ValidatorCollection,
68         not ValidatedCollection.
69
70         * TagPrefixAttribute.cs: Added to CVS.
71
72 2002-05-07  Duncan Mak  <duncan@ximian.com>
73
74         * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
75
76 2002-03-26   Gaurav Vaish <gvaish@iitk.ac.in>
77
78         * DataBindingHandlerAttribute.cs
79                                    - Completed
80         * ToolboxDataAttribute.cs  - Completed
81
82 2002-01-03  Nick Drochak  <ndrochak@gol.com>
83
84         * DesignTimeParseData.cs: initialze static member to avoid compile
85         error
86         * PropertyConverter.cs: remove uneeded exception variables from
87         catch blocks.
88
89 2002-01-02  Nick Drochak  <ndrochak@gol.com>
90
91         * DesignTimeParseData.cs: fix header to show correct class name
92
93 2001-12-21   Gaurav Vaish <gvaish@iitk.ac.in>
94
95         * StateBag.cs             - Completed
96
97 2001-12-19   Gaurav Vaish <gvaish@iitk.ac.in>
98
99         * Pair.cs                 - Small undocumented class. Completed.
100
101 2001-12-18   Gaurav Vaish <gvaish@iitk.ac.in>
102
103         * DesignTimeParseData.cs  - Initial implementation
104         * StateBag.cs             - Initial implementation
105
106 2001-12-17   Gaurav Vaish <gvaish@iitk.ac.in>
107
108         * PropertyConverter.cs    - Undocumented class. Completed.
109         * Utils.cs                - Undocumented, private class.
110                                     Initial implementation
111
112 2001-08-28  Bob Smith  <bob@thestuff.net>
113         * Control.cs: Figured out some undocumented API.
114         * Added TODO.
115         * BuildMethod.cs: Initial implementation.
116         * BuildTemplateMethod.cs: Initial implementation.
117         * HtmlTextWriterAttribute.cs: Initial implementation.
118         * HtmlTextWriterStyle.cs: Initial implementation.
119         * HtmlTextWriterTag.cs: Initial implementation.
120         * IAttributeAccessor.cs: Initial implementation.
121         * IDataBindingsAccessor.cs: Initial implementation.
122         * ImageClickEventHandler.cs: Initial implementation.
123         * INamingContainer.cs: Initial implementation.
124         * IParserAccessor.cs: Initial implementation.
125         * IPostBackDataHandler.cs: Initial implementation.
126         * IPostBackEventHandler.cs: Initial implementation.
127         * IStateManager.cs: Initial implementation.
128         * ITagNameToTypeMapper.cs: Initial implementation.
129         * ITemplate.cs: Initial implementation.
130         * IValidator.cs: Initial implementation.
131         * OutputCacheLocation.cs: Initial implementation.
132         * PersistanceMode.cs: Initial implementation.
133         * StateItem.cs: Initial implementation.
134
135 2001-08-27  Bob Smith  <bob@thestuff.net>
136
137         * Control.cs: Bug fixes and implementations.
138
139 2001-08-24  Bob Smith  <bob@thestuff.net>
140
141         * Control.cs: Bug fixes.
142
143 2001-08-23  Bob Smith  <bob@thestuff.net>
144
145         * Control.cs: More implementation. Events reworked for performance.
146
147 2001-08-22  Bob Smith  <bob@thestuff.net>
148
149         * LiteralControl.cs: Implemented.
150         * Control.cs: Even more implementation (Events). What a beast.
151
152 2001-08-20  Bob Smith  <bob@thestuff.net>
153
154         * Control.cs: More implementation. Not done yet. Shutter.
155
156 2001-08-17  Bob Smith  <bob@thestuff.net>
157
158         * Control.cs: Partial implementation.