Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Web.UI.WebControls « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0a6ca329cd0f4810b51888d96dc2113839abe8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
2002-06-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebControl.cs:
	(AddAttributesToRender): call Page.VerifyRenderingInServerForm. All
	WebControl derived classes should be rendered inside a HtmlForm.

2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Repeater.cs: implemented CreateControlHierarchy. Fixed some event
	processing methods.

2002-06-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
	* RepeatInfo.cs: implemented DoHorizontalRendering.

2002-06-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.UI.WebControls/Repeater.cs:
	(Controls):
	(OnDataBinding): fixed stack overflow.

2002-06-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
	* RepeatInfo.cs: implemented DoHorizontalRendering.

2002-06-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebControl.cs:
	(CopyBaseAttributes): copy Attributes and don't throw exception.

2002-06-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ListBox.cs: mono-stylized.
	(AddAttributesToRender): call parent class method.

2002-06-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Style.cs: fixed IsEmpty and Width.

	* Table.cs: mono-stylized.
	(TableRowControlCollection.AddAt): fixed.
	(AddAttributesToRender): fixed.
	
	* TableCell.cs: mono-stylized.
	(.ctor): use PreventAutoID.
	(AddAttributesToRender): fixed.
	(AddParsedSubObject): fixed.

	* TableRow.cs: mono-stylized. Added
	ParseChildren attribute.

	* TableStyle.cs:
	(get_GridLine): fixed.

2002-06-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Panel.cs: fixed stack overflow.
	* Unit.cs: use Int32.Parse and Single.Parse instead of Int32Converter
	and SingleConverter.

2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RadioButton.cs: mono-stylized and some little fixes.

	* TextBox.cs: mono-stylized.
	(MaxLength): fixed typo.

	(AddAttributesToRender): don't render the text between the tags for
	SingleLine, use value attribute for it. Don't render the text for
	Password.

	(OnPreRender): don't throw exception and call base.OnPreRender.

	(Render): for MultiLine, render the text between the opening and
	closing tags encoded as HTML.

2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* ImageButton.cs:
	(AddAttributesToRender): fixer another stack overflow.

	* WebControl.cs:
	(TagName): modified to use TagKey instead of tagKey as the property
	can be overriden.

2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* LinkButton.cs: mono-stylized.
	(AddParsedSubObject):
	(RenderControls): little fixes.

	* WebControl.cs:
	(AddAttributesToRender): fixed usage of IEnumerator.

2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Literal.cs: beautified.

2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Label.cs: beautified and fixed a couple of 'classic' bugs.

	* WebControl.cs: use Span as default tag when no other provided in 
	constructor. That is what MS renders.

2002-06-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Button.cs:
	(AddAttributesToRender): fixed (classic) stack overflow.

	* CheckBox.cs: mono-stylized.
	(AutoPostBack): fixed stack overflow.
	(Render): fixed alignment issues. Also set the For attribute always
	for the label.

2002-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* AdRotator.cs: GetData does not work as it should, but now it returns
	useful data (only the first ad in the file).  Set the NavigateUrl
	property in the hyperlink if available.

	* HyperLink.cs: fixed constructor and a couple of stack overflows.

	* Image.cs: added an attribute and fixed stack overflow.

	* WebControl.cs:
	(RenderBeginTag): fixed.
	(TagName): don't call Enum.IsDefined twice.

2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* WebControl.cs: added attributes PersistChildrenAttribute and 
	ParseChildrenAttribute.

2002-05-24  Duncan Mak  <duncan@ximian.com>

	* DataGridItem.cs (SetItemType): Changed function signature to
	match 1.0 spec.

	* ListItemCollection.cs (this): Changes the visibility level of
	the indexer.

	* Repeater.cs (OnItemCommand):
	(OnItemCreated):
	(OnItemDataBound): Added necessary casts.

2002-05-07  Duncan Mak  <duncan@ximian.com>

	* Button.cs (AddAttributesToRender): 
	* ImageButton.cs (AddAttributesToRender): Added a missing argument to the
	GetClientValidatedEvent method.

2002-03-27      Gaurav Vaish <gvaish@iitk.ac.in>

	* Removed extra methods, corrected access modifiers to several
	  methods.

2002-03-26      Gaurav Vaish <gvaish@iitk.ac.in>

	* <SeveralFiles>.cs        - Added some attributes
	* FontUnitConverter.cs     - Added stubs for GetStandardValues*(..)
	    methods. Will complete them later. Right now, busy with
	    the attributes part.
	* RepeaterItem.cs          - Completed.
	
	 Oh God! Mercy! I will die applying attributes. I look at the missing
	  part in the class-status - daemon! Kyrie eleison!

2002-03-19      Gaurav Vaish <gvaish@iitk.ac.in>

	   Some bug fixes

	* AdRotator.cs             - Added definition for Font.
	* BaseCompareValidator.cs  - Added definition for Controls.
	* Calendar.cs              - SelectMonthText definition corrected.
	* DataList.cs              - Added definition for SeparatorTemplate.
	* BorderStyle.cs           - Namespace correction. It belongs not to UI,
	                             but to UI.WebControls.

2002-03-17      Gaurav Vaish <gvaish@iitk.ac.in>

	Finally, I have made it. Today I did a second build for the
	 System.Web assembly. It compiled 195 classes today.
	I am waiting eagerly for the runtime to come up so that the objects
	 may be tested to their last levels. Several of the methods are still
	 under the tag of "TODO" throwing NotImplementedException. Well, I
	 hope to remove them soon, but how far is this soon - even I don't
	 know, though I am happy to make the build a success even before
	 the vacations to come.

2002-03-07      Gaurav Vaish <gvaish@iitk.ac.in>

	Yesterday and today I tried to do some building of the aseembly,
	 but was dumped with uncoutably infinite errors. ;-)
	I have put the copies of the recent errors on my home page, want
	 to have a look at them? See:
	  http://mastergaurav.virtualave.net/mono/
	I don't know what to do with these errors. Oh! The buggy me! How
	 will I overcome myself. Hopefully, by when my vacations over, I
	 should have made a repository where the build will not fail.

2002-03-05      Gaurav Vaish <gvaish@iitk.ac.in>

	I am now going to do a build that will include the
	 System.Web.UI.WebControls namespace. Hoping that I will make it
	 soon. My exams are coming near and I have to pack up soon.


2002-03-04      Gaurav Vaish <gvaish@iitk.ac.in>

Comments:
	And with this, ie, today's work, all the objects mentioned in the
	namespace appear in the implementation. But it may not be worth
	trying to go for a build because of dependence of several of the
	internal methods that may clash with already available assembly
	System.Web.
	
	Also, the classes lack possible attributes, like those informing
	about child-controls etc. But I have to first create the attribute
	classes before I attach the attributes to the classes.

	* CustomValidator.cs          - Completed. In process realized that
	             I have to complete / rejuvinate BaseValidator class.
	* BaseValidator.cs            - Complete rejuvination. Completed 80%
	            of the job. All that is left is Render(HtmlTextWriter),
	            DetermineRenderUplevel(), RegisterValidatorCommonScript()
	            RegisterValidatorDeclaration()
	* DataGridPagerStyle.cs       - Completed. That adds one more missle
	            in my artillery.
	* DataKeyCollection.cs        - Completed. Petty small.
	* Repeater.cs                 - Work started off. This is a quite
	            heavy class. Hooh!
	* DataGridItemEventArgs.cs,
	* DataGridShortCommandEventArgs.cs,
	* DataListItemEventArgs.cs,
	* MonthChangedEventArgs.cs,
	* RepeaterItemEventArgs.cs,
	* ServerValidateEventArgs.cs,
	* DataGridPageChangedEventArgs.cs
	                              - Damn, I marked them "*", while they
	            did not exist.
	* Repeater.cs                 - Done all except for an undocumented
	            method CreateControlHierarchy(bool). Though the method
	            is quite clear by its name, but it will take some time
	            for me to come with some material to flush in.

2002-03-03      Gaurav Vaish <gvaish@iitk.ac.in>

	* SelectedDatesCollection.cs  - Completed.
	* PagedDataSource.cs          - Completed. Pathetically nice class.
	* RegularExpressionValidator.cs
	                              - Completed. Ridiculously small and
	            annoyinglyc crazy-driving class, basically the method
	            EvaluateIsValid().
	* RangeValidator.cs           - Completed.
	* DataGridColumn.cs           - Completed.
	* EditCommandColumn.cs        - All is complete except for the
	            InitializeCell(TableCell, int, ListItemType) method.
	* DataListItem.cs             - All done except for a longish method
	            RenderItem(HtmlTextWriter, bool, bool)

2002-03-02      Gaurav Vaish <gvaish@iitk.ac.in>

	* RepeaterItemCollection.cs   - Completed.
	            I love *Collection classes. I am planning to make a
	            program that will generate a *Collection class. It's so
	            simple and the same. ;-)
	* DataGridColumnCollection.cs - Completed.
	            ... except probably for *ColumnCollection classes, where
	            you have to put in some more effort. Still, these class
	            generation can be automated.
	* DataListItemCollection.cs   - Completed.
	            See, how easily, in less than a quarter of a minute, I
	            completed this class - manually. Copy-Paste/Cut-Replace.

2002-02-21      Gaurav Vaish <gvaish@iitk.ac.in>

	* DataGrid.cs                 - Following methods implemented:
	            TrackViewState(), LoadViewState(object), SaveViewState(),
	            On* -- The event raisers.
	            OnBubbleEvent(object, EventArgs) is still incomplete.
	* DataGridItem.cs             - Initial Implementation
	* DataGridItemCollection.cs   - Completed.

2002-02-08      Gaurav Vaish <gvaish@iitk.ac.in>

	* DataGrid.cs                 - Initial Implementation. Worked
	            primarily with some properties.

2002-02-07      Gaurav Vaish <gvaish@iitk.ac.in>

	* ListBox.cs                  - Completed. Implemented
	           LoadPostData(string, NameValueCollection)
	* RequiredFieldValidator.cs   - Completed. Pretty simple class.

2002-02-06      Gaurav Vaish <gvaish@iitk.ac.in>

	* ListBox.cs                  - Implemented the following:
	           RaisePostDataChangedEvent()

2002-02-02      Gaurav Vaish <gvaish@iitk.ac.in>

	* ListBox.cs                  - Supports the following properties:
	           BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
	           ToolTip.
	          Methods:
	           AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
	           RenderContents(HtmlTextWriter)


2002-02-01      Gaurav Vaish <gvaish@iitk.ac.in>

	* TargetConverter.cs          - Completed
	* TemplateColumn.cs           - Completed
	* DataList.cs                 - Corrected the get-er methods for the
	         *Style objects. Corrected the get/set-er methods for ViewState
	           related objects.
	         Addded support for properties:
	           GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
	           RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
	           SelectedItem, SelectedItemStyle, SelectedItemTemplate,
	           SeparatorStyle, SeparatorItemTemplate.
	         Events:
	           CancelCommand, DeleteCommand, EditCommand, ItemCommand,
	           ItemCreated, ItemDataBound, UpdateCommand.
	         Methods:
	           CreateControlStyle(), LoadViewState(object),
	           SaveViewState(), TrackViewState
	         Event handlers:
	           OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
	           OnEditCommand, OnItemCommand, OnItemCreated,
	           OnItemDataBound, OnUpdateCommand
	         Added dummy methods for some undocumented methods:
	           CreateControlHierarchy(bool), CreateItem(int, ListItemType),
	           CreateItem(int, ListItemType, bool, object),
	           PrepareControlHierarchy(), InitializeItem(DataListItem)
	* ListBox.cs                  - Started working.



2002-01-31      Gaurav Vaish <gvaish@iitk.ac.in>

	* RepeaterInfo.cs             - Initial Implementation. Done all
	                                except for RepeatDirection.Vertical
	* TableStyle.cs               - Completed

2002-01-30      Gaurav Vaish <gvaish@iitk.ac.in>

	* DropDownList.cs             - Completed
	* ListItemCollection.cs       - Added method FindByValueInternal to
	                                assist in the derived classes.
	                                Discovered bug in FindByValue. Removed
	* UnitConverter.cs            - Completed
	* PlaceHolder.cs              - What can be simpler than this?
	* PlaceHolderControlBuilder.cs
	                              - Uh! Damn cool one.
	* RadioButtonList.cs          - Initial Implementation. All is done
	                                except for the implementation of
	                                method IRepeatInfoUser.RenderItem(...)
	* ValidatedControlConverter.cs
	  ^^^^^^^^^^^^^^^^^^^^^^^^^   - Looks complete. Doubtful though !!
	* ValidationSummary.cs        - Initial Implementation.
	* WebColorConverter.cs        - Initial Implementation

2002-01-27      Gaurav Vaish <gvaish@iitk.ac.in>

	* FontNamesConverter.cs       - Completed
	* FontUnitConverter.cs        - Partial Implementation
	* ListItemControlBuilder.cs   - Completed

2002-01-27      Gaurav Vaish <gvaish@iitk.ac.in>

	* TextBox.cs                  - All done except *Render* methods
	* TextBoxControlBuilder.cs    - Completed
	* Xml.cs                      - Partial Implementation

2002-01-26      Gaurav Vaish <gvaish@iitk.ac.in>

	* RadioButton.cs              - Completed
	* TextBox.cs                  - Partial Implementation

2002-01-25      Gaurav Vaish <gvaish@iitk.ac.in>

	* Panel.cs                    - Completed
	* TableItemStyle.cs           - Completed

2002-01-18      Gaurav Vaish <gvaish@iitk.ac.in>

	* TableCellCollection.cs      - Completed
	* TableRowCollection.cs       - Completed
	* TableHeaderCell.cs          - Completed
	* TableRow.cs                 - Completed

2002-01-09      Gaurav Vaish <gvaish@iitk.ac.in>

	* TableCellControlBuilder.cs  - Completed
	* Table.cs                    - Completed
	* TableCell.cs                - Completed

2002-01-07      Gaurav Vaish <gvaish@iitk.ac.in>

	* CheckBoxList.cs             - Completed
	* ButtonColumn.cs             - Completed
	* Button.cs                   - Completed

2001-12-28      Gaurav Vaish <gvaish@iitk.ac.in>

	* 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 <gvaish@iitk.ac.in>

	* Calendar.cs                 - Completed the functions of Render*,
	                                ViewStates (Track/View/Save),
	                                RaisePostBackEvent.
	                                Left: RenderAllDays (partially)

2001-12-21      Gaurav Vaish <gvaish@iitk.ac.in>

	* 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 <gvaish@iitk.ac.in>

	FontInfo.cs                 - Complete revamp. Completed

2001-12-19	Gaurav Vaish <gvaish@iitk.ac.in>

	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 <gvaish@iitk.ac.in>

	TODO                        - Properly added
	CheckBox.cs                 - Completed
	BaseDataList.cs             - Completed
	DayRenderEventArgs.cs       - Completed
	RepeaterItem.cs             - Initial implementation

2001-12-17	Gaurav Vaish <gvaish@iitk.ac.in>

	BaseCompareValidator.cs     - Completed
	AdRotator.cs                - Completed

2001-12-15	Gaurav Vaish <gvaish@iitk.ac.in>

	CommandEventArgs.cs         - Completed
	DataGridCommandEventArgs.cs - Completed
	RepeaterCommandEventArgs.cs - Completed
	DataListCommandEventArgs.cs - Completed
	CompareValidator.cs         - Partial Implementation

2001-12-02	Gaurav Vaish <gvaish@iitk.ac.in>

	CheckBoxList.cs            - Partial Implementation.
	                             All except "Render"

2001-12-01	Gaurav Vaish <gvaish@iitk.ac.in>

	ListControl.cs             - Completed

2001-11-30	Gaurav Vaish <gvaish@iitk.ac.in>

	CheckBox.cs                - Completed
	ListControl.cs             - Initial Implementation
	CheckBoxList.cs            - Started with it, but first needed
	                             ListControl. Left it.

2001-11-29	Gaurav Vaish <gvaish@iitk.ac.in>

	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 <gvaish@iitk.ac.in>
	WebControl.cs              - Total Revamp, Partial Implementation
	AdRotator.cs               - Able to load files
	AdCreatedEventArgs.cs      - Implemented

2001-11-05	Gaurav Vaish <gvaish@iitk.ac.in>
	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 <gvaish@iitk.ac.in>
	WebControl.cs              - Initial Implementation
	DataList.cs                - Initial Implementation
	BaseValidator.cs           - Initial Implementation
	BaseDataList.cs            - Initial Implementation

2001-10-27	Gaurav Vaish <gvaish@iitk.ac.in>

	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