ChangeLog 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  2. * BaseValidator.cs: return an empty string in GetControlValidationValue
  3. when GetValue returned null.
  4. * CompareValidator.cs: fixed EvaluateIsValid.
  5. * RegularExpressionValidator.cs: fixed EvaluateIsValid.
  6. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  7. * Xml.cs: use MapPathSecure to get the path of the document.
  8. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  9. * DataList.cs: fixed header & footer.
  10. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  11. * DataList.cs: for header and footer don't use data source.
  12. Instantiate in the DataListItem, not in the DataList.
  13. databind-template.aspx works now.
  14. 2002-11-21 Gonzalo Paniagua Javier <[email protected]>
  15. * BaseDataList.cs:
  16. (Render): call RenderContents (), not base.RenderContents ().
  17. * DataList.cs: style.
  18. But I still haven't found what i'm looking for....
  19. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  20. * Calendar.cs: fixed loading/saving selected dates.
  21. * SelectedDatesCollection.cs: added internal function to get the
  22. underlying ArrayList.
  23. Calendar navigation works again. Selecting dates too.
  24. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  25. * DataList.cs: added a few attributes and fixed infinite recursion.
  26. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  27. * ListItemCollection.cs: fixed LoadViewState.
  28. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  29. * TableItemStyle.cs: TypeDescriptor.GetConverter seems to fail.
  30. Commented out some code until it works.
  31. 2002-10-29 Gaurav Vaish <[email protected]>
  32. * BaseCompareValidator.cs - Fixed operator bug in
  33. Compare(string, string, ...)
  34. * CompareValidator.cs - EvaluateIsValid() : Implemented.
  35. 2002-10-28 Gaurav Vaish <[email protected]>
  36. * BoundColumn.cs - InitializeCell(TableCell, int, ListItemType)
  37. : Implemented.
  38. - All Properties : Now make use of ViewState.
  39. 2002-10-28 Gaurav Vaish <[email protected]>
  40. * BaseValidator.cs - Uncomment NotImplementedException.
  41. 2002-10-28 Gaurav Vaish <[email protected]>
  42. * BaseValidator.cs - Minor changes in TODO comments.
  43. 2002-10-28 Gaurav Vaish <[email protected]>
  44. * BaseValidator.cs - DetermineRenderUpLevel() : Uncomment
  45. the NotImplementedException being thrown.
  46. * DataGridPagerStyle.cs - Mode { set; } : Implemented.
  47. * DataGridLinkButton.cs - Added new class (private) : Implemented.
  48. * DataGrid.cs - InitializePager(DataGridItem, int,
  49. PagedDataSource) : Implemented.
  50. 2002-10-28 Gaurav Vaish <[email protected]>
  51. * DataList.cs - PrepareControlHierarchy() : Implemented.
  52. 2002-10-28 Gaurav Vaish <[email protected]>
  53. * DataList.cs - RenderContents(HtmlTextWriter) : Implemented.
  54. - GetItem(ListItemType, int) : Removed TODO.
  55. - CreateControlHierarchy(bool) : Implemented.
  56. - CreateItem(int, ListItemType) : Implemented.
  57. - CreateItem(int, ListItemType,
  58. bool, object) : Implemented.
  59. - InitializeItem(DataItem) : Implemented.
  60. * DataGrid.cs - CreateControlHierarchy(bool) : Bug fix.
  61. The ViewState["_!ItemCount"],
  62. ViewState["_!DataSource_ItemCount"]
  63. are shared by DataList and DataGrid, and hence
  64. should share the same name.
  65. - ResolveDataSource(object, string)
  66. : Removed. Use System.Web.UI.Utils.DataSourceHelper
  67. ::GetResolvedDataSource(object, string).
  68. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  69. * DataGrid.cs: fixed compilation
  70. 2002-09-12 Gaurav Vaish <[email protected]>
  71. * PagedDataSource.cs - FirstIndexInPage : Fixed bug.
  72. * DataGrid.cs - CreateControlHierarchy(bool)
  73. : working towards completion.
  74. - ResolveDataSource(object, string)
  75. : stubbed new method
  76. - CreateItem(....)
  77. : stubbed new method
  78. Well. It's almost done.
  79. * DataGridTableInternal.cs
  80. - Added new internal class.
  81. 2002-08-28 Gaurav Vaish <[email protected]>
  82. * DataSourceInternal.cs - Added new class (internal).
  83. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  84. * FontUnit.cs:
  85. * HorizontalAlign.cs:
  86. * Unit.cs:
  87. * VerticalAlign.cs: fixes based on class status page.
  88. * HorizontalAlignConverter.cs: implemented.
  89. * VerticalAlignConverter.cs: implemented.
  90. * FontUnitConverter.cs: implemented GetStandardValues ().
  91. * WebColorConverter.cs: implemented ConvertFrom () and ConvertTo ().
  92. 2002-08-19 Gaurav Vaish <[email protected]>
  93. * DataGrid.cs - AutoCreateColumns: Bug fixes.
  94. 2002-08-19 Gaurav Vaish <[email protected]>
  95. * DataGrid.cs - AutoCreateColumns: completed, hopefully!
  96. 2002-08-19 Gaurav Vaish <[email protected]>
  97. * DataGrid.cs - Working on the undocumented protected
  98. method CreateColumnSet. AutoCreateColumns method
  99. stubbed. Left CreateControlHierarchy for the time
  100. being, looks like I'm going insane. ;-)
  101. 2002-08-19 Gaurav Vaish <[email protected]>
  102. * Button.cs - Steffen's OnCommand bug fix.
  103. 2002-08-12 Gaurav Vaish <[email protected]>
  104. * DataGrid.cs - Added protected method (skeleton)
  105. CreateColumnSet(PagedDataSource, bool)
  106. Still trying to know how will it be used
  107. and what for...
  108. 2002-08-10 Gonzalo Paniagua Javier <[email protected]>
  109. * PagedDataSource.cs: fixed compilation.
  110. 2002-08-08 Gaurav Vaish <[email protected]>
  111. * DataGrid.cs - Added private method
  112. CreatePagedDataSource
  113. - Started work on
  114. CreateControlHierarchy(bool)
  115. * PagedDataSource.cs - Bug fixed.
  116. CurrentPageIndex is writable.
  117. 2002-08-07 Gonzalo Paniagua Javier <[email protected]>
  118. * DataGrid.cs: fixed typo.
  119. * DataGridPagerStyle.cs: added IsPagerOnTop and IsPagerOnBottom.
  120. 2002-08-06 Gaurav Vaish <[email protected]>
  121. * DataGridColumn.cs - Added internal methods to get the
  122. various styles (needed in DataGrid.cs)
  123. * DataGrid.cs - Completed the method
  124. PrepareControlHierarchy()
  125. 2002-08-06 Gaurav Vaish <[email protected]>
  126. * DataGrid.cs - Wokring on PrepareControlHierarchy()
  127. - Added private method
  128. PrepareControlHierarchyForItem()
  129. 2002-08-05 Gaurav Vaish <[email protected]>
  130. * DataGrid.cs - Completed method
  131. OnBubbleEvent(object, EventArgs)
  132. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  133. * Xml.cs: implemented document/transform load.
  134. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  135. * Calendar.cs: added myself to the list of authors.
  136. * DropDownList.cs: fixed a few properties.
  137. * ListControl.cs: fixed SelectedIndex.
  138. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  139. * Calendar.cs: lots of fixes. Render days. Still left to persist
  140. selected days when changing month.
  141. * Unit.cs: fixed Percentage and Pixel.
  142. * WebControl.cs: a few properties are now using ControlStyle instead
  143. of ViewState to persist.
  144. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  145. * BaseValidator.cs: it works now.
  146. * DataGridColumn.cs: added attribute and made it abstract.
  147. * RequiredFieldValidator.cs: fixed return value in EvaluateIsValid.
  148. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  149. * TextBox.cs: default for Wrap is true.
  150. (OnPreRender): don't save Text if there are no listeners on TextChanged.
  151. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  152. * DropDownList.cs:
  153. (ToolTip): fixed.
  154. * ListItem.cs:
  155. (LoadViewState): fixed.
  156. * ListItemCollection.cs:
  157. (TrackViewState): use items instead of 'this' in foreach.
  158. * Style.cs:
  159. (LoadViewState): more checking of parameters.
  160. * WebControl.cs: implemented LoadViewState and SaveViewState.
  161. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  162. * ListItem.cs: there was no code to unset the flags!!!
  163. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  164. * FontUnit.cs: use a hashtable for mapping size name to value.
  165. * HyperLink.cs: fixed a bug and a typo.
  166. * Unit.cs: some fixes to internal constructor.
  167. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  168. * ListControl.cs: fixed a couple of range checks.
  169. * WebControl.cs: MS lies! Not all WebControls must be rendered inside
  170. an HtmlForm (p.e., Label).
  171. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  172. * AdRotator.cs:
  173. * Button.cs:
  174. * Calendar.cs:
  175. * CheckBox.cs:
  176. * CheckBoxList.cs:
  177. * DataList.cs:
  178. * DropDownList.cs:
  179. * HyperLink.cs:
  180. * HyperLinkColumn.cs:
  181. * Image.cs:
  182. * ImageButton.cs:
  183. * Label.cs:
  184. * LinkButton.cs:
  185. * ListBox.cs:
  186. * Panel.cs:
  187. * PlaceHolder.cs:
  188. * RadioButton.cs:
  189. * RadioButtonList.cs:
  190. * Table.cs:
  191. * TableRow.cs:
  192. * TextBox.cs:
  193. * WebControl.cs: removed attributes added by mistake (i used
  194. GetCustomAttributes (true), d'oh!).
  195. * DataListItem.cs: implemented RenderItem.
  196. * Repeater.cs: implemented CreateItem and InitializeItem.
  197. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  198. * BaseDataList.cs: a couple of fiex and added attributes.
  199. * DataGrid.cs: little fixes.
  200. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  201. * CheckBoxList.cs:
  202. * DataGrid.cs:
  203. * DataList.cs:
  204. * DropDownList.cs:
  205. * ListBox.cs:
  206. * PlaceHolder.cs:
  207. * RadioButton.cs:
  208. * RadioButtonList.cs:
  209. * TableRow.cs:
  210. * WebControl.cs:
  211. * Xml.cs: forgot to add using System.ComponentModel.
  212. * BaseValidator.cs: use explicitly
  213. System.ComponentModel.AttributeCollection as there is another class
  214. with the same name under System.Web.UI.
  215. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  216. * AdRotator.cs:
  217. * Button.cs:
  218. * Calendar.cs:
  219. * CheckBox.cs:
  220. * CheckBoxList.cs:
  221. * DataGrid.cs:
  222. * DataList.cs:
  223. * DropDownList.cs:
  224. * HyperLink.cs:
  225. * Image.cs:
  226. * ImageButton.cs:
  227. * Label.cs:
  228. * LinkButton.cs:
  229. * ListBox.cs:
  230. * Panel.cs:
  231. * PlaceHolder.cs:
  232. * RadioButton.cs:
  233. * RadioButtonList.cs:
  234. * Table.cs:
  235. * TableRow.cs:
  236. * TextBox.cs:
  237. * WebControl.cs:
  238. * Xml.cs: added/fixed all attributes used by xsp.
  239. * BaseValidator.cs: some fixes.
  240. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  241. * Table.cs:
  242. (AddAttributesToRender): correctly default to border=1.
  243. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  244. * AdRotator.cs:
  245. (LoadAdFile): make the dictionary null after every iteration.
  246. * LinkButton.cs:
  247. * ListControl.cs:
  248. * ListItem.cs: fixed warnings.
  249. Mon Jul 1 16:23:15 CEST 2002 Paolo Molaro <[email protected]>
  250. * Style.cs, TableRow.cs, DataListItem.cs: fix compilation.
  251. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  252. * DataGridColumn.cs:
  253. * DataGridPagerStyle.cs:
  254. * DataList.cs:
  255. * DataListItem.cs:
  256. * Image.cs:
  257. * LinkButton.cs:
  258. * ListControl.cs:
  259. * ListItem.cs:
  260. * ListItemCollection.cs:
  261. * Repeater.cs:
  262. * ServerValidateEventArgs.cs:
  263. * Style.cs:
  264. * TableRow.cs:
  265. * WebControl.cs:
  266. * Xml.cs: more class status page based changes.
  267. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  268. * Button.cs:
  269. (.ctor): fixed to render the correct tag.
  270. (IPostBAckEventHandler.RaisePostBackEvent): fixed.
  271. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  272. * WebControl.cs:
  273. (AddAttributesToRender): call Page.VerifyRenderingInServerForm. All
  274. WebControl derived classes should be rendered inside a HtmlForm.
  275. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  276. * Repeater.cs: implemented CreateControlHierarchy. Fixed some event
  277. processing methods.
  278. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  279. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  280. * RepeatInfo.cs: implemented DoHorizontalRendering.
  281. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  282. * System.Web.UI.WebControls/Repeater.cs:
  283. (Controls):
  284. (OnDataBinding): fixed stack overflow.
  285. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  286. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  287. * RepeatInfo.cs: implemented DoHorizontalRendering.
  288. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  289. * WebControl.cs:
  290. (CopyBaseAttributes): copy Attributes and don't throw exception.
  291. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  292. * ListBox.cs: mono-stylized.
  293. (AddAttributesToRender): call parent class method.
  294. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  295. * Style.cs: fixed IsEmpty and Width.
  296. * Table.cs: mono-stylized.
  297. (TableRowControlCollection.AddAt): fixed.
  298. (AddAttributesToRender): fixed.
  299. * TableCell.cs: mono-stylized.
  300. (.ctor): use PreventAutoID.
  301. (AddAttributesToRender): fixed.
  302. (AddParsedSubObject): fixed.
  303. * TableRow.cs: mono-stylized. Added
  304. ParseChildren attribute.
  305. * TableStyle.cs:
  306. (get_GridLine): fixed.
  307. 2002-06-16 Gonzalo Paniagua Javier <[email protected]>
  308. * Panel.cs: fixed stack overflow.
  309. * Unit.cs: use Int32.Parse and Single.Parse instead of Int32Converter
  310. and SingleConverter.
  311. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  312. * RadioButton.cs: mono-stylized and some little fixes.
  313. * TextBox.cs: mono-stylized.
  314. (MaxLength): fixed typo.
  315. (AddAttributesToRender): don't render the text between the tags for
  316. SingleLine, use value attribute for it. Don't render the text for
  317. Password.
  318. (OnPreRender): don't throw exception and call base.OnPreRender.
  319. (Render): for MultiLine, render the text between the opening and
  320. closing tags encoded as HTML.
  321. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  322. * ImageButton.cs:
  323. (AddAttributesToRender): fixer another stack overflow.
  324. * WebControl.cs:
  325. (TagName): modified to use TagKey instead of tagKey as the property
  326. can be overriden.
  327. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  328. * LinkButton.cs: mono-stylized.
  329. (AddParsedSubObject):
  330. (RenderControls): little fixes.
  331. * WebControl.cs:
  332. (AddAttributesToRender): fixed usage of IEnumerator.
  333. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  334. * Literal.cs: beautified.
  335. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  336. * Label.cs: beautified and fixed a couple of 'classic' bugs.
  337. * WebControl.cs: use Span as default tag when no other provided in
  338. constructor. That is what MS renders.
  339. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  340. * Button.cs:
  341. (AddAttributesToRender): fixed (classic) stack overflow.
  342. * CheckBox.cs: mono-stylized.
  343. (AutoPostBack): fixed stack overflow.
  344. (Render): fixed alignment issues. Also set the For attribute always
  345. for the label.
  346. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  347. * AdRotator.cs: GetData does not work as it should, but now it returns
  348. useful data (only the first ad in the file). Set the NavigateUrl
  349. property in the hyperlink if available.
  350. * HyperLink.cs: fixed constructor and a couple of stack overflows.
  351. * Image.cs: added an attribute and fixed stack overflow.
  352. * WebControl.cs:
  353. (RenderBeginTag): fixed.
  354. (TagName): don't call Enum.IsDefined twice.
  355. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  356. * WebControl.cs: added attributes PersistChildrenAttribute and
  357. ParseChildrenAttribute.
  358. 2002-05-24 Duncan Mak <[email protected]>
  359. * DataGridItem.cs (SetItemType): Changed function signature to
  360. match 1.0 spec.
  361. * ListItemCollection.cs (this): Changes the visibility level of
  362. the indexer.
  363. * Repeater.cs (OnItemCommand):
  364. (OnItemCreated):
  365. (OnItemDataBound): Added necessary casts.
  366. 2002-05-07 Duncan Mak <[email protected]>
  367. * Button.cs (AddAttributesToRender):
  368. * ImageButton.cs (AddAttributesToRender): Added a missing argument to the
  369. GetClientValidatedEvent method.
  370. 2002-03-27 Gaurav Vaish <[email protected]>
  371. * Removed extra methods, corrected access modifiers to several
  372. methods.
  373. 2002-03-26 Gaurav Vaish <[email protected]>
  374. * <SeveralFiles>.cs - Added some attributes
  375. * FontUnitConverter.cs - Added stubs for GetStandardValues*(..)
  376. methods. Will complete them later. Right now, busy with
  377. the attributes part.
  378. * RepeaterItem.cs - Completed.
  379. Oh God! Mercy! I will die applying attributes. I look at the missing
  380. part in the class-status - daemon! Kyrie eleison!
  381. 2002-03-19 Gaurav Vaish <[email protected]>
  382. Some bug fixes
  383. * AdRotator.cs - Added definition for Font.
  384. * BaseCompareValidator.cs - Added definition for Controls.
  385. * Calendar.cs - SelectMonthText definition corrected.
  386. * DataList.cs - Added definition for SeparatorTemplate.
  387. * BorderStyle.cs - Namespace correction. It belongs not to UI,
  388. but to UI.WebControls.
  389. 2002-03-17 Gaurav Vaish <[email protected]>
  390. Finally, I have made it. Today I did a second build for the
  391. System.Web assembly. It compiled 195 classes today.
  392. I am waiting eagerly for the runtime to come up so that the objects
  393. may be tested to their last levels. Several of the methods are still
  394. under the tag of "TODO" throwing NotImplementedException. Well, I
  395. hope to remove them soon, but how far is this soon - even I don't
  396. know, though I am happy to make the build a success even before
  397. the vacations to come.
  398. 2002-03-07 Gaurav Vaish <[email protected]>
  399. Yesterday and today I tried to do some building of the aseembly,
  400. but was dumped with uncoutably infinite errors. ;-)
  401. I have put the copies of the recent errors on my home page, want
  402. to have a look at them? See:
  403. http://mastergaurav.virtualave.net/mono/
  404. I don't know what to do with these errors. Oh! The buggy me! How
  405. will I overcome myself. Hopefully, by when my vacations over, I
  406. should have made a repository where the build will not fail.
  407. 2002-03-05 Gaurav Vaish <[email protected]>
  408. I am now going to do a build that will include the
  409. System.Web.UI.WebControls namespace. Hoping that I will make it
  410. soon. My exams are coming near and I have to pack up soon.
  411. 2002-03-04 Gaurav Vaish <[email protected]>
  412. Comments:
  413. And with this, ie, today's work, all the objects mentioned in the
  414. namespace appear in the implementation. But it may not be worth
  415. trying to go for a build because of dependence of several of the
  416. internal methods that may clash with already available assembly
  417. System.Web.
  418. Also, the classes lack possible attributes, like those informing
  419. about child-controls etc. But I have to first create the attribute
  420. classes before I attach the attributes to the classes.
  421. * CustomValidator.cs - Completed. In process realized that
  422. I have to complete / rejuvinate BaseValidator class.
  423. * BaseValidator.cs - Complete rejuvination. Completed 80%
  424. of the job. All that is left is Render(HtmlTextWriter),
  425. DetermineRenderUplevel(), RegisterValidatorCommonScript()
  426. RegisterValidatorDeclaration()
  427. * DataGridPagerStyle.cs - Completed. That adds one more missle
  428. in my artillery.
  429. * DataKeyCollection.cs - Completed. Petty small.
  430. * Repeater.cs - Work started off. This is a quite
  431. heavy class. Hooh!
  432. * DataGridItemEventArgs.cs,
  433. * DataGridShortCommandEventArgs.cs,
  434. * DataListItemEventArgs.cs,
  435. * MonthChangedEventArgs.cs,
  436. * RepeaterItemEventArgs.cs,
  437. * ServerValidateEventArgs.cs,
  438. * DataGridPageChangedEventArgs.cs
  439. - Damn, I marked them "*", while they
  440. did not exist.
  441. * Repeater.cs - Done all except for an undocumented
  442. method CreateControlHierarchy(bool). Though the method
  443. is quite clear by its name, but it will take some time
  444. for me to come with some material to flush in.
  445. 2002-03-03 Gaurav Vaish <[email protected]>
  446. * SelectedDatesCollection.cs - Completed.
  447. * PagedDataSource.cs - Completed. Pathetically nice class.
  448. * RegularExpressionValidator.cs
  449. - Completed. Ridiculously small and
  450. annoyinglyc crazy-driving class, basically the method
  451. EvaluateIsValid().
  452. * RangeValidator.cs - Completed.
  453. * DataGridColumn.cs - Completed.
  454. * EditCommandColumn.cs - All is complete except for the
  455. InitializeCell(TableCell, int, ListItemType) method.
  456. * DataListItem.cs - All done except for a longish method
  457. RenderItem(HtmlTextWriter, bool, bool)
  458. 2002-03-02 Gaurav Vaish <[email protected]>
  459. * RepeaterItemCollection.cs - Completed.
  460. I love *Collection classes. I am planning to make a
  461. program that will generate a *Collection class. It's so
  462. simple and the same. ;-)
  463. * DataGridColumnCollection.cs - Completed.
  464. ... except probably for *ColumnCollection classes, where
  465. you have to put in some more effort. Still, these class
  466. generation can be automated.
  467. * DataListItemCollection.cs - Completed.
  468. See, how easily, in less than a quarter of a minute, I
  469. completed this class - manually. Copy-Paste/Cut-Replace.
  470. 2002-02-21 Gaurav Vaish <[email protected]>
  471. * DataGrid.cs - Following methods implemented:
  472. TrackViewState(), LoadViewState(object), SaveViewState(),
  473. On* -- The event raisers.
  474. OnBubbleEvent(object, EventArgs) is still incomplete.
  475. * DataGridItem.cs - Initial Implementation
  476. * DataGridItemCollection.cs - Completed.
  477. 2002-02-08 Gaurav Vaish <[email protected]>
  478. * DataGrid.cs - Initial Implementation. Worked
  479. primarily with some properties.
  480. 2002-02-07 Gaurav Vaish <[email protected]>
  481. * ListBox.cs - Completed. Implemented
  482. LoadPostData(string, NameValueCollection)
  483. * RequiredFieldValidator.cs - Completed. Pretty simple class.
  484. 2002-02-06 Gaurav Vaish <[email protected]>
  485. * ListBox.cs - Implemented the following:
  486. RaisePostDataChangedEvent()
  487. 2002-02-02 Gaurav Vaish <[email protected]>
  488. * ListBox.cs - Supports the following properties:
  489. BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
  490. ToolTip.
  491. Methods:
  492. AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
  493. RenderContents(HtmlTextWriter)
  494. 2002-02-01 Gaurav Vaish <[email protected]>
  495. * TargetConverter.cs - Completed
  496. * TemplateColumn.cs - Completed
  497. * DataList.cs - Corrected the get-er methods for the
  498. *Style objects. Corrected the get/set-er methods for ViewState
  499. related objects.
  500. Addded support for properties:
  501. GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
  502. RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
  503. SelectedItem, SelectedItemStyle, SelectedItemTemplate,
  504. SeparatorStyle, SeparatorItemTemplate.
  505. Events:
  506. CancelCommand, DeleteCommand, EditCommand, ItemCommand,
  507. ItemCreated, ItemDataBound, UpdateCommand.
  508. Methods:
  509. CreateControlStyle(), LoadViewState(object),
  510. SaveViewState(), TrackViewState
  511. Event handlers:
  512. OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
  513. OnEditCommand, OnItemCommand, OnItemCreated,
  514. OnItemDataBound, OnUpdateCommand
  515. Added dummy methods for some undocumented methods:
  516. CreateControlHierarchy(bool), CreateItem(int, ListItemType),
  517. CreateItem(int, ListItemType, bool, object),
  518. PrepareControlHierarchy(), InitializeItem(DataListItem)
  519. * ListBox.cs - Started working.
  520. 2002-01-31 Gaurav Vaish <[email protected]>
  521. * RepeaterInfo.cs - Initial Implementation. Done all
  522. except for RepeatDirection.Vertical
  523. * TableStyle.cs - Completed
  524. 2002-01-30 Gaurav Vaish <[email protected]>
  525. * DropDownList.cs - Completed
  526. * ListItemCollection.cs - Added method FindByValueInternal to
  527. assist in the derived classes.
  528. Discovered bug in FindByValue. Removed
  529. * UnitConverter.cs - Completed
  530. * PlaceHolder.cs - What can be simpler than this?
  531. * PlaceHolderControlBuilder.cs
  532. - Uh! Damn cool one.
  533. * RadioButtonList.cs - Initial Implementation. All is done
  534. except for the implementation of
  535. method IRepeatInfoUser.RenderItem(...)
  536. * ValidatedControlConverter.cs
  537. ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
  538. * ValidationSummary.cs - Initial Implementation.
  539. * WebColorConverter.cs - Initial Implementation
  540. 2002-01-27 Gaurav Vaish <[email protected]>
  541. * FontNamesConverter.cs - Completed
  542. * FontUnitConverter.cs - Partial Implementation
  543. * ListItemControlBuilder.cs - Completed
  544. 2002-01-27 Gaurav Vaish <[email protected]>
  545. * TextBox.cs - All done except *Render* methods
  546. * TextBoxControlBuilder.cs - Completed
  547. * Xml.cs - Partial Implementation
  548. 2002-01-26 Gaurav Vaish <[email protected]>
  549. * RadioButton.cs - Completed
  550. * TextBox.cs - Partial Implementation
  551. 2002-01-25 Gaurav Vaish <[email protected]>
  552. * Panel.cs - Completed
  553. * TableItemStyle.cs - Completed
  554. 2002-01-18 Gaurav Vaish <[email protected]>
  555. * TableCellCollection.cs - Completed
  556. * TableRowCollection.cs - Completed
  557. * TableHeaderCell.cs - Completed
  558. * TableRow.cs - Completed
  559. 2002-01-09 Gaurav Vaish <[email protected]>
  560. * TableCellControlBuilder.cs - Completed
  561. * Table.cs - Completed
  562. * TableCell.cs - Completed
  563. 2002-01-07 Gaurav Vaish <[email protected]>
  564. * CheckBoxList.cs - Completed
  565. * ButtonColumn.cs - Completed
  566. * Button.cs - Completed
  567. 2001-12-28 Gaurav Vaish <[email protected]>
  568. * HyperLink.cs - Completed
  569. * Image.cs - Completed
  570. * ImageButton.cs - Completed
  571. * Label.cs - Completed
  572. * LabelControlBuilder.cs - Completed
  573. * LinkButton.cs - Completed
  574. * LinkButtonControlBuilder.cs - Completed
  575. * Literal.cs - Completed
  576. * LieteralControlBuilder.cs - Completed
  577. * FontUnit.cs - Completed
  578. 2001-12-27 Gaurav Vaish <[email protected]>
  579. * Calendar.cs - Completed the functions of Render*,
  580. ViewStates (Track/View/Save),
  581. RaisePostBackEvent.
  582. Left: RenderAllDays (partially)
  583. 2001-12-21 Gaurav Vaish <[email protected]>
  584. * Calendar.cs - Added some more functions
  585. * Style.cs - Completed
  586. * ListItem.cs - Completed
  587. * ListItemCollection.cs - Completed
  588. Made the first successful build of System.Web.dll that included
  589. System.Web.UI.WebControls!
  590. 2001-12-20 Gaurav Vaish <[email protected]>
  591. FontInfo.cs - Complete revamp. Completed
  592. 2001-12-19 Gaurav Vaish <[email protected]>
  593. ListItemCollection.cs - Completed
  594. ListItem.cs - Initial Implementation
  595. Style.cs - Initial Implementation
  596. Right now I am in a total mood to do a successful build. Creating so many
  597. classes, completing classes in System.Web System.Web.UI namespaces.
  598. 2001-12-18 Gaurav Vaish <[email protected]>
  599. TODO - Properly added
  600. CheckBox.cs - Completed
  601. BaseDataList.cs - Completed
  602. DayRenderEventArgs.cs - Completed
  603. RepeaterItem.cs - Initial implementation
  604. 2001-12-17 Gaurav Vaish <[email protected]>
  605. BaseCompareValidator.cs - Completed
  606. AdRotator.cs - Completed
  607. 2001-12-15 Gaurav Vaish <[email protected]>
  608. CommandEventArgs.cs - Completed
  609. DataGridCommandEventArgs.cs - Completed
  610. RepeaterCommandEventArgs.cs - Completed
  611. DataListCommandEventArgs.cs - Completed
  612. CompareValidator.cs - Partial Implementation
  613. 2001-12-02 Gaurav Vaish <[email protected]>
  614. CheckBoxList.cs - Partial Implementation.
  615. All except "Render"
  616. 2001-12-01 Gaurav Vaish <[email protected]>
  617. ListControl.cs - Completed
  618. 2001-11-30 Gaurav Vaish <[email protected]>
  619. CheckBox.cs - Completed
  620. ListControl.cs - Initial Implementation
  621. CheckBoxList.cs - Started with it, but first needed
  622. ListControl. Left it.
  623. 2001-11-29 Gaurav Vaish <[email protected]>
  624. CalendarDay.cs - Making a note that this
  625. has been implemented
  626. Calendar.cs - Making a note that have made some changes.
  627. Unimplmented functions throw
  628. NotImplementedException
  629. CheckBox.cs - Can now "Render" and "LoadPostData"
  630. 2001-11-08 Gaurav Vaish <[email protected]>
  631. WebControl.cs - Total Revamp, Partial Implementation
  632. AdRotator.cs - Able to load files
  633. AdCreatedEventArgs.cs - Implemented
  634. 2001-11-05 Gaurav Vaish <[email protected]>
  635. Calendar.cs - Initial Implementation
  636. ButtonColumn.cs - Initial Implementation
  637. Button.cs - Initial Implementation
  638. BoundColumn.cs - Initial Implementation
  639. BaseCompareValidator.cs - Minor Changes
  640. DataList.cs, BaseValidator.cs, BaseDataList.cs
  641. - Added more functions, other changes
  642. 2001-10-28 Gaurav Vaish <[email protected]>
  643. WebControl.cs - Initial Implementation
  644. DataList.cs - Initial Implementation
  645. BaseValidator.cs - Initial Implementation
  646. BaseDataList.cs - Initial Implementation
  647. 2001-10-27 Gaurav Vaish <[email protected]>
  648. AdCreatedEventArgs.cs - Initial Implementation
  649. AdCratedEventHandler.cs - Implemented
  650. AdRotator.cs - Initial Implementation
  651. BorderStyle.cs - Implemented
  652. ButtonColumnStyle.cs - Implemented
  653. CalendarSelectionMode.cs - Implemented
  654. DayNameFormat.cs - Implemented
  655. FirstDayOfWeek - Implemented
  656. FontInfo.cs - Partial Implementation
  657. FontSize.cs - Implemented
  658. GridLines.cs - Implemented
  659. HorizontalAlign.cs - Implemented
  660. HyperLink.cs - Initial Implementation
  661. ImageAlign.cs - Implemented
  662. IRepeatInfoUser.cs - Implemented
  663. ListItemType.cs - Implemented
  664. ListSelectionMode.cs - Implemented
  665. NextPrevFormat.cs - Implemented
  666. PagerMode.cs - Implemented
  667. PagerPosition.cs - Implemented
  668. RepeatDirection.cs - Implemented
  669. RepeatLayout.cs - Implemented
  670. TextAlign.cs - Implemented
  671. TextBoxMode.cs - Implemented
  672. TitleFormat.cs - Implemented
  673. UnitType.cs - Implemented
  674. ValidationCompareOperator.cs
  675. - Implemented
  676. ValidationDataType.cs - Implemented
  677. ValidationSummaryDisplayMode.cs
  678. - Implemented
  679. ValidatorDisplay.cs - Implemented
  680. VerticalAlign.cs - Implemented
  681. // File Created 2001-11-13