ChangeLog 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333
  1. 2003-10-25 Ben Maurer <[email protected]>
  2. * DataGrid.cs: A few typos kept us from viewing datagrids
  3. that were based on customized collections.
  4. 2003-10-24 Ben Maurer <[email protected]>
  5. * DataGridCommandEventArgs.cs: typo, cmdSrc was becoming origionalArgs.
  6. 2003-10-23 Ben Maurer <[email protected]>
  7. * Calendar.cs: render the next month button so that aligns to the
  8. right.
  9. 2003-10-23 Gonzalo Paniagua Javier <[email protected]>
  10. * BaseCompareValidator.cs: splitted Convert. Fixed bug #49927. The fix
  11. was just changing && by || after the first Match.
  12. 2003-10-23 Gonzalo Paniagua Javier <[email protected]>
  13. * Calendar.cs: apply header style in RenderHeader. Fixes bug #49144.
  14. Patch by Yaron Shkop.
  15. 2003-10-22 Gonzalo Paniagua Javier <[email protected]>
  16. * DataGrid.cs: applied patch from Yaron Shkop ([email protected])
  17. that fixes bug #49744. Now the selection doesn't lose its data.
  18. 2003-10-21 Ben Maurer <[email protected]>
  19. * EditCommandColumn.cs: Implement; fix #49736
  20. 2003-10-21 Ben Maurer <[email protected]>
  21. * ButtonColumn.cs: Use the DataGridLinkButton, so that we inherit
  22. the forground color. bug #49738
  23. 2003-10-19 Gonzalo Paniagua Javier <[email protected]>
  24. * Calendar.cs: fixed bug #49727.
  25. 2003-10-18 Ben Maurer <[email protected]>
  26. * TableStyle.cs: fix #49740.
  27. 2003-10-19 Gonzalo Paniagua Javier <[email protected]>
  28. * SelectedDatesCollection.cs: fix by Yaron for bug #49698.
  29. * ValidationSummary.cs: fixes bug #49669.
  30. 2003-10-11 Gonzalo Paniagua Javier <[email protected]>
  31. * Calendar.cs: apply the calendar style to the new Table, not to itself.
  32. Fixes #49406.
  33. * CheckBox.cs: render the hidden fields if AutoPostBack.
  34. * Style.cs: don't render empty width/height. Small improvement in
  35. CopyFrom.
  36. * Table.cs: fixed condition for border width.
  37. * TableStyle.cs:
  38. (CopyFrom): always call the base class to copy other attributes. Fixes
  39. bug #49408. Don't render empty 'rules' attribute.
  40. * WebControl.cs: track viewstate when enabled. Don't overwrite source
  41. control attributes in CopyBaseAttributes.
  42. * ChangeLog: fixed dates.
  43. 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  44. * WebControl.cs : Attributes { get; } - Is Complete.
  45. * ValidationSummary.cs : AddAttributesToRender(HtmlTextWriter)
  46. - Completed.
  47. 2003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  48. * BaseValidator.cs : DetermineRenderUplevel() - Completed.
  49. : RegisterValidatorCommonScript()
  50. - More code, I need HELP!
  51. : RegisterValidatorDeclaration()
  52. - More code, I need HELP!
  53. 2003-09-29 Gonzalo Paniagua Javier <[email protected]>
  54. * CheckBoxList.cs: don't lose state when enabling/disabling. See bug
  55. #48802.
  56. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  57. * Repeater.cs: fixed bug #48807. It needed to use a DummyDataSource and
  58. ClearViewState only called when no items.
  59. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  60. * RadioButtonList.cs: fix for bug #48874 by Yaron Shkop.
  61. 2003-09-28 Gonzalo Paniagua Javier <[email protected]>
  62. * RadioButtonList.cs: fix for bug #48870 by Yaron Shkop.
  63. 2003-09-27 Gonzalo Paniagua Javier <[email protected]>
  64. * DataList.cs: fixed bug #48217. Patch by [email protected] (Yaron
  65. Shkop).
  66. 2003-09-27 Gonzalo Paniagua Javier <[email protected]>
  67. * AdRotator.cs: fixes bug #48691. Patch by [email protected] (Yaron
  68. Shkop).
  69. 2003-09-27 Gonzalo Paniagua Javier <[email protected]>
  70. * CheckBox.cs: render the 'disabled' attribute in the correct tag.
  71. * WebControl.cs: fixed Enabled property and save it in ViewState.
  72. Fixes bug #48802.
  73. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  74. * ListControl.cs: fixed bug #48668. Thanks to Yaron Shkop.
  75. 2003-09-21 Gonzalo Paniagua Javier <[email protected]>
  76. * ListBox.cs: patch by [email protected] (Yaron Shkop) that fixes
  77. bug #48671.
  78. 2003-09-19 Gonzalo Paniagua Javier <[email protected]>
  79. * FontInfo.cs: fixed Name property as suggested by Rich Alimi
  80. <[email protected]>.
  81. 2003-09-14 Gonzalo Paniagua Javier <[email protected]>
  82. * RegularExpressionValidator.cs: fix for EvaluateIsValid by Juraj
  83. Skripsky <[email protected]>
  84. 2003-09-13 Gonzalo Paniagua Javier <[email protected]>
  85. * BaseValidator.cs: patch by Juraj Skripsky ([email protected]) that
  86. fixes rendering of the end tag.
  87. 2003-08-31 Gonzalo Paniagua Javier <[email protected]>
  88. * Repeater.cs: fix for Items property provided by [email protected]
  89. (Yaron Shkop). Closes bug #48060.
  90. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  91. * CheckBox.cs: in LoadPostData, only return
  92. true when the new data is different from the one we had. Fixed
  93. conditions to save Checked state. Thanks to [email protected]
  94. (Yaron Shkop).
  95. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  96. * Style.cs: Font.Strikeout renders as 'line-through'. Fixes bug #47871.
  97. 2003-08-25 Gonzalo Paniagua Javier <[email protected]>
  98. * WebControl.cs: removed dangling ^M and unneeded fields. Keep track
  99. of Enable in ViewState. Fixes bug #47865.
  100. 2003-08-20 Gonzalo Paniagua Javier <[email protected]>
  101. * Style.cs: the MARKED bit is not send set in ViewState unless something
  102. is changed. Fixed TrackViewState condition.
  103. * WebControl.cs: save the base ViewState *after* ControlStyle is done,
  104. because it uses the same ViewState as the control. Fixes bug #47725.
  105. 2003-08-16 Gonzalo Paniagua Javier <[email protected]>
  106. * HyperLinkColumn.cs: patch from David Pickens <[email protected]>
  107. that fixes databinding when only DataTextField or DataNavigateUrlField
  108. is set.
  109. 2003-08-14 Gonzalo Paniagua Javier <[email protected]>
  110. * ListControl.cs: patch sent by Yaacov Akiba Slama <[email protected]> on
  111. behalf of Yaron Shkop <[email protected]> that fixes selection of
  112. values before assigning a data source and other issues.
  113. 2003-08-11 Gonzalo Paniagua Javier <[email protected]>
  114. * CheckBox.cs: save viewstate when needed and correctly handle post
  115. data. Fixes bug #47462.
  116. 2003-08-01 Andreas Nahr <[email protected]>
  117. * ButtonColumn.cs: Removed additional attributes
  118. * CheckBox.cs: Added attribute
  119. * DataGrid.cs: Added attributes
  120. * HyperLinkColumn.cs: Changed attributes, added lamespec
  121. * Style.cs: Removed attributes
  122. * TextBox.cs: Added/ removed attributes
  123. 2003-08-01 Andreas Nahr <[email protected]>
  124. * AdRotator.cs: Added all attributes
  125. * BaseDataList.cs: Added all attributes, added lamespec, removed additional attributes
  126. * BaseValidator.cs: Added all attributes
  127. * BoundColumn.cs: Added all attributes
  128. * Button.cs: Added all attributes
  129. * ButtonColumn.cs: Added all attributes, added lamespec
  130. * Calendar.cs: Added all attributes, added error checks, throws more exceptions
  131. * CheckBox.cs: Added all attributes
  132. * CheckBoxList.cs: Added all attributes
  133. * CompareValidator.cs: Added all attributes
  134. * CustomValidator.cs: Added all attributes
  135. * DataGrid.cs: Added all attributes, more verbose exceptions, fixed signature, removed additional attributes
  136. * DataGridColumn.cs: Added all attributes
  137. * DataGridColumnCollection.cs: Added all attributes
  138. * DataGridPagerStyle.cs: Added all attributes
  139. * DataGridTableInternal.cs: Made DataGridTableInternal internal
  140. * DataList.cs: Added all attributes, more verbose exceptions, removed non-existing member
  141. * DropDownList.cs: Added all attributes
  142. * FontInfo.cs: Added all attributes
  143. * HyperLink.cs: Added all attributes
  144. * HyperLinkColumn.cs: Added all attributes
  145. * Image.cs: Added all attributes
  146. * ImageButton.cs: Added all attributes
  147. * Label.cs: Added all attributes
  148. * LinkButton.cs: Added all attributes
  149. * ListBox.cs: Added all attributes, added error checks, throws more exceptions
  150. * ListControl.cs: Added all attributes
  151. * ListItem.cs: Added all attributes
  152. * ListItemCollection.cs: Added attribute
  153. * Literal.cs: Added all attributes
  154. * Panel.cs: Added all attributes
  155. * RadioButton.cs: Added all attributes
  156. * RadioButtonList.cs: Added all attributes, added error checks, throws more exceptions
  157. * RangeValidator.cs: Added all attributes
  158. * RegularExpressionValidator.cs: Added all attributes
  159. * Repeater.cs: Added all attributes
  160. 2003-07-30 Andreas Nahr <[email protected]>
  161. * RequiredFieldValidator.cs: Added all attributes
  162. * Style.cs: Added all attributes
  163. * Table.cs: Added all attributes
  164. * TableCell.cs: Added all attributes, added error checks, throws more exceptions
  165. * TableCellCollection.cs: Added attribute
  166. * TableRow.cs: Added all attributes
  167. * TableRowCollection: Added attribute
  168. * TableStyle.cs: Added all attributes, improved error messages
  169. * TemplateColumn.cs: Added all attributes
  170. * TextBox.cs: Added all attributes, added error checks, throws more exceptions
  171. * ValidationSummary.cs: Added all attributes
  172. * WebControl.cs: Added all attributes
  173. * Xml.cs: Added all attributes
  174. 2003-07-30 Gonzalo Paniagua Javier <[email protected]>
  175. * DataGrid.cs: fixed signature of ItemCreated and PageIndexChanged.
  176. * DataList.cs: fixed signature of ItemCreated and ItemDataBound.
  177. 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
  178. * CheckBoxList.cs: fixes bug reported on the list about the state of
  179. the CheckButtons not being preserved across posts.
  180. 2003-07-21 Gonzalo Paniagua Javier <[email protected]>
  181. * ListControl.cs: added SelectedValue property (1.1). Closes 46412.
  182. 2003-06-30 Gonzalo Paniagua Javier <[email protected]>
  183. * AdRotator.cs: fixed bug #44271 and a few others bugs. Mono-stylized.
  184. 2003-06-26 Gonzalo Paniagua Javier <[email protected]>
  185. * ListControl.cs: save viewstate data when any of the 3 values is not
  186. null. Fixed condition to save selection indices. Closes bug #45493.
  187. 2003-06-20 Gonzalo Paniagua Javier <[email protected]>
  188. * DataGrid.cs: fixed bug #43823.
  189. 2003-05-29 Gonzalo Paniagua Javier <[email protected]>
  190. * DataGrid.cs: fixed delegate type for SortCommand.
  191. 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
  192. * DataGridColumnCollection.cs: added missing return in RemoveAt.
  193. 2003-05-09 Gonzalo Paniagua Javier <[email protected]>
  194. * DataGridColumnCollection.cs: fixed LoadViewState for the columns.
  195. Don't save ViewState is the number of columns is 0.
  196. 2003-05-02 Gonzalo Paniagua Javier <[email protected]>
  197. * DataGrid.cs: get the right item Type for the property we're reading
  198. fromt the data source.
  199. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  200. * Label.cs:
  201. * TextBox.cs: added control builder attribute.
  202. 2003-03-29 Gonzalo Paniagua Javier <[email protected]>
  203. * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound.
  204. 2003-03-17 George Kodinov <[email protected]>
  205. * Unit.cs: Called the correct method to get the Numeric locale for the
  206. double conversion
  207. 2003-02-15 Gonzalo Paniagua Javier <[email protected]>
  208. * ButtonColumn.cs: fixed a couple of infinite loop problems and render
  209. correctly the header of the column.
  210. * DataGridTableInternal.cs: don't assign a default ID to this control.
  211. * LinkButton.cs: raise bubble event in OnCommand.
  212. * TableCellCollection.cs: fixed the index returned by Add.
  213. * TableRowCollection.cs: ditto.
  214. 2003-02-06 Gonzalo Paniagua Javier <[email protected]>
  215. * Xml.cs: don't call MapPathSecure when setting DocumentSource.
  216. 2003-02-05 Gonzalo Paniagua Javier <[email protected]>
  217. * RangeValidator.cs: fixed bug #37577. Thanks to Stephane Tombeur
  218. for reporting the bug and providing the fix.
  219. 2003-01-26 Gonzalo Paniagua Javier <[email protected]>
  220. * DataGrid.cs: AutoGenerateColumns defaults to true. Fixed
  221. CreateColumnSet. Set the owner of the column when auto generated.
  222. In PrepareControlHierarchyForItem, fixed for loop bound.
  223. * LinkButtonInternal.cs: fixed infinite recursion bug.
  224. Fixes bug #37124.
  225. 2003-01-22 Zdravko Tashev <[email protected]>
  226. * Xml.cs: a few fixes.
  227. 2003-01-20 Gonzalo Paniagua Javier <[email protected]>
  228. * DataList.cs: handle the exception when adding new keys to
  229. DataKeysArray.
  230. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  231. * BaseDataList.cs: what can I say for this one? I spent so many time
  232. until I finally found this that I'm gonna miss this f....g bug... ;-).
  233. Farewell. Now we can get events from image buttons inside Data*.
  234. * DataList.cs: now the value stored in ViewState for item count is
  235. correct.
  236. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  237. * DataGrid.cs: default value for ShowHeaders is true. Fixed style for
  238. Header and Footer.
  239. * DataGridColumn.cs: added SetOwner method.
  240. * DataGridColumnCollection.cs: set the owner of the column when added.
  241. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  242. * BoundColumn.cs: typo.
  243. * DataGrid.cs: use 'as' instead of casting. Typo.
  244. * HyperLinkColumn.cs: call OnColumnChanged when any property change.
  245. Mono-stylized.
  246. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  247. * HyperLink.cs: fixes bug #36336.
  248. 2003-01-07 Gonzalo Paniagua Javier <[email protected]>
  249. * DataList.cs: fixed IRepeatInfoUser.GetItemStyle.
  250. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  251. * BaseValidator.cs: return an empty string in GetControlValidationValue
  252. when GetValue returned null.
  253. * CompareValidator.cs: fixed EvaluateIsValid.
  254. * RegularExpressionValidator.cs: fixed EvaluateIsValid.
  255. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  256. * Xml.cs: use MapPathSecure to get the path of the document.
  257. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  258. * DataList.cs: fixed header & footer.
  259. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  260. * DataList.cs: for header and footer don't use data source.
  261. Instantiate in the DataListItem, not in the DataList.
  262. databind-template.aspx works now.
  263. 2002-11-21 Gonzalo Paniagua Javier <[email protected]>
  264. * BaseDataList.cs:
  265. (Render): call RenderContents (), not base.RenderContents ().
  266. * DataList.cs: style.
  267. But I still haven't found what i'm looking for....
  268. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  269. * Calendar.cs: fixed loading/saving selected dates.
  270. * SelectedDatesCollection.cs: added internal function to get the
  271. underlying ArrayList.
  272. Calendar navigation works again. Selecting dates too.
  273. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  274. * DataList.cs: added a few attributes and fixed infinite recursion.
  275. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  276. * ListItemCollection.cs: fixed LoadViewState.
  277. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  278. * TableItemStyle.cs: TypeDescriptor.GetConverter seems to fail.
  279. Commented out some code until it works.
  280. 2002-10-29 Gaurav Vaish <[email protected]>
  281. * BaseCompareValidator.cs - Fixed operator bug in
  282. Compare(string, string, ...)
  283. * CompareValidator.cs - EvaluateIsValid() : Implemented.
  284. 2002-10-28 Gaurav Vaish <[email protected]>
  285. * BoundColumn.cs - InitializeCell(TableCell, int, ListItemType)
  286. : Implemented.
  287. - All Properties : Now make use of ViewState.
  288. 2002-10-28 Gaurav Vaish <[email protected]>
  289. * BaseValidator.cs - Uncomment NotImplementedException.
  290. 2002-10-28 Gaurav Vaish <[email protected]>
  291. * BaseValidator.cs - Minor changes in TODO comments.
  292. 2002-10-28 Gaurav Vaish <[email protected]>
  293. * BaseValidator.cs - DetermineRenderUpLevel() : Uncomment
  294. the NotImplementedException being thrown.
  295. * DataGridPagerStyle.cs - Mode { set; } : Implemented.
  296. * DataGridLinkButton.cs - Added new class (private) : Implemented.
  297. * DataGrid.cs - InitializePager(DataGridItem, int,
  298. PagedDataSource) : Implemented.
  299. 2002-10-28 Gaurav Vaish <[email protected]>
  300. * DataList.cs - PrepareControlHierarchy() : Implemented.
  301. 2002-10-28 Gaurav Vaish <[email protected]>
  302. * DataList.cs - RenderContents(HtmlTextWriter) : Implemented.
  303. - GetItem(ListItemType, int) : Removed TODO.
  304. - CreateControlHierarchy(bool) : Implemented.
  305. - CreateItem(int, ListItemType) : Implemented.
  306. - CreateItem(int, ListItemType,
  307. bool, object) : Implemented.
  308. - InitializeItem(DataItem) : Implemented.
  309. * DataGrid.cs - CreateControlHierarchy(bool) : Bug fix.
  310. The ViewState["_!ItemCount"],
  311. ViewState["_!DataSource_ItemCount"]
  312. are shared by DataList and DataGrid, and hence
  313. should share the same name.
  314. - ResolveDataSource(object, string)
  315. : Removed. Use System.Web.UI.Utils.DataSourceHelper
  316. ::GetResolvedDataSource(object, string).
  317. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  318. * DataGrid.cs: fixed compilation
  319. 2002-09-12 Gaurav Vaish <[email protected]>
  320. * PagedDataSource.cs - FirstIndexInPage : Fixed bug.
  321. * DataGrid.cs - CreateControlHierarchy(bool)
  322. : working towards completion.
  323. - ResolveDataSource(object, string)
  324. : stubbed new method
  325. - CreateItem(....)
  326. : stubbed new method
  327. Well. It's almost done.
  328. * DataGridTableInternal.cs
  329. - Added new internal class.
  330. 2002-08-28 Gaurav Vaish <[email protected]>
  331. * DataSourceInternal.cs - Added new class (internal).
  332. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  333. * FontUnit.cs:
  334. * HorizontalAlign.cs:
  335. * Unit.cs:
  336. * VerticalAlign.cs: fixes based on class status page.
  337. * HorizontalAlignConverter.cs: implemented.
  338. * VerticalAlignConverter.cs: implemented.
  339. * FontUnitConverter.cs: implemented GetStandardValues ().
  340. * WebColorConverter.cs: implemented ConvertFrom () and ConvertTo ().
  341. 2002-08-19 Gaurav Vaish <[email protected]>
  342. * DataGrid.cs - AutoCreateColumns: Bug fixes.
  343. 2002-08-19 Gaurav Vaish <[email protected]>
  344. * DataGrid.cs - AutoCreateColumns: completed, hopefully!
  345. 2002-08-19 Gaurav Vaish <[email protected]>
  346. * DataGrid.cs - Working on the undocumented protected
  347. method CreateColumnSet. AutoCreateColumns method
  348. stubbed. Left CreateControlHierarchy for the time
  349. being, looks like I'm going insane. ;-)
  350. 2002-08-19 Gaurav Vaish <[email protected]>
  351. * Button.cs - Steffen's OnCommand bug fix.
  352. 2002-08-12 Gaurav Vaish <[email protected]>
  353. * DataGrid.cs - Added protected method (skeleton)
  354. CreateColumnSet(PagedDataSource, bool)
  355. Still trying to know how will it be used
  356. and what for...
  357. 2002-08-10 Gonzalo Paniagua Javier <[email protected]>
  358. * PagedDataSource.cs: fixed compilation.
  359. 2002-08-08 Gaurav Vaish <[email protected]>
  360. * DataGrid.cs - Added private method
  361. CreatePagedDataSource
  362. - Started work on
  363. CreateControlHierarchy(bool)
  364. * PagedDataSource.cs - Bug fixed.
  365. CurrentPageIndex is writable.
  366. 2002-08-07 Gonzalo Paniagua Javier <[email protected]>
  367. * DataGrid.cs: fixed typo.
  368. * DataGridPagerStyle.cs: added IsPagerOnTop and IsPagerOnBottom.
  369. 2002-08-06 Gaurav Vaish <[email protected]>
  370. * DataGridColumn.cs - Added internal methods to get the
  371. various styles (needed in DataGrid.cs)
  372. * DataGrid.cs - Completed the method
  373. PrepareControlHierarchy()
  374. 2002-08-06 Gaurav Vaish <[email protected]>
  375. * DataGrid.cs - Wokring on PrepareControlHierarchy()
  376. - Added private method
  377. PrepareControlHierarchyForItem()
  378. 2002-08-05 Gaurav Vaish <[email protected]>
  379. * DataGrid.cs - Completed method
  380. OnBubbleEvent(object, EventArgs)
  381. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  382. * Xml.cs: implemented document/transform load.
  383. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  384. * Calendar.cs: added myself to the list of authors.
  385. * DropDownList.cs: fixed a few properties.
  386. * ListControl.cs: fixed SelectedIndex.
  387. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  388. * Calendar.cs: lots of fixes. Render days. Still left to persist
  389. selected days when changing month.
  390. * Unit.cs: fixed Percentage and Pixel.
  391. * WebControl.cs: a few properties are now using ControlStyle instead
  392. of ViewState to persist.
  393. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  394. * BaseValidator.cs: it works now.
  395. * DataGridColumn.cs: added attribute and made it abstract.
  396. * RequiredFieldValidator.cs: fixed return value in EvaluateIsValid.
  397. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  398. * TextBox.cs: default for Wrap is true.
  399. (OnPreRender): don't save Text if there are no listeners on TextChanged.
  400. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  401. * DropDownList.cs:
  402. (ToolTip): fixed.
  403. * ListItem.cs:
  404. (LoadViewState): fixed.
  405. * ListItemCollection.cs:
  406. (TrackViewState): use items instead of 'this' in foreach.
  407. * Style.cs:
  408. (LoadViewState): more checking of parameters.
  409. * WebControl.cs: implemented LoadViewState and SaveViewState.
  410. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  411. * ListItem.cs: there was no code to unset the flags!!!
  412. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  413. * FontUnit.cs: use a hashtable for mapping size name to value.
  414. * HyperLink.cs: fixed a bug and a typo.
  415. * Unit.cs: some fixes to internal constructor.
  416. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  417. * ListControl.cs: fixed a couple of range checks.
  418. * WebControl.cs: MS lies! Not all WebControls must be rendered inside
  419. an HtmlForm (p.e., Label).
  420. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  421. * AdRotator.cs:
  422. * Button.cs:
  423. * Calendar.cs:
  424. * CheckBox.cs:
  425. * CheckBoxList.cs:
  426. * DataList.cs:
  427. * DropDownList.cs:
  428. * HyperLink.cs:
  429. * HyperLinkColumn.cs:
  430. * Image.cs:
  431. * ImageButton.cs:
  432. * Label.cs:
  433. * LinkButton.cs:
  434. * ListBox.cs:
  435. * Panel.cs:
  436. * PlaceHolder.cs:
  437. * RadioButton.cs:
  438. * RadioButtonList.cs:
  439. * Table.cs:
  440. * TableRow.cs:
  441. * TextBox.cs:
  442. * WebControl.cs: removed attributes added by mistake (i used
  443. GetCustomAttributes (true), d'oh!).
  444. * DataListItem.cs: implemented RenderItem.
  445. * Repeater.cs: implemented CreateItem and InitializeItem.
  446. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  447. * BaseDataList.cs: a couple of fiex and added attributes.
  448. * DataGrid.cs: little fixes.
  449. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  450. * CheckBoxList.cs:
  451. * DataGrid.cs:
  452. * DataList.cs:
  453. * DropDownList.cs:
  454. * ListBox.cs:
  455. * PlaceHolder.cs:
  456. * RadioButton.cs:
  457. * RadioButtonList.cs:
  458. * TableRow.cs:
  459. * WebControl.cs:
  460. * Xml.cs: forgot to add using System.ComponentModel.
  461. * BaseValidator.cs: use explicitly
  462. System.ComponentModel.AttributeCollection as there is another class
  463. with the same name under System.Web.UI.
  464. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  465. * AdRotator.cs:
  466. * Button.cs:
  467. * Calendar.cs:
  468. * CheckBox.cs:
  469. * CheckBoxList.cs:
  470. * DataGrid.cs:
  471. * DataList.cs:
  472. * DropDownList.cs:
  473. * HyperLink.cs:
  474. * Image.cs:
  475. * ImageButton.cs:
  476. * Label.cs:
  477. * LinkButton.cs:
  478. * ListBox.cs:
  479. * Panel.cs:
  480. * PlaceHolder.cs:
  481. * RadioButton.cs:
  482. * RadioButtonList.cs:
  483. * Table.cs:
  484. * TableRow.cs:
  485. * TextBox.cs:
  486. * WebControl.cs:
  487. * Xml.cs: added/fixed all attributes used by xsp.
  488. * BaseValidator.cs: some fixes.
  489. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  490. * Table.cs:
  491. (AddAttributesToRender): correctly default to border=1.
  492. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  493. * AdRotator.cs:
  494. (LoadAdFile): make the dictionary null after every iteration.
  495. * LinkButton.cs:
  496. * ListControl.cs:
  497. * ListItem.cs: fixed warnings.
  498. Mon Jul 1 16:23:15 CEST 2002 Paolo Molaro <[email protected]>
  499. * Style.cs, TableRow.cs, DataListItem.cs: fix compilation.
  500. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  501. * DataGridColumn.cs:
  502. * DataGridPagerStyle.cs:
  503. * DataList.cs:
  504. * DataListItem.cs:
  505. * Image.cs:
  506. * LinkButton.cs:
  507. * ListControl.cs:
  508. * ListItem.cs:
  509. * ListItemCollection.cs:
  510. * Repeater.cs:
  511. * ServerValidateEventArgs.cs:
  512. * Style.cs:
  513. * TableRow.cs:
  514. * WebControl.cs:
  515. * Xml.cs: more class status page based changes.
  516. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  517. * Button.cs:
  518. (.ctor): fixed to render the correct tag.
  519. (IPostBAckEventHandler.RaisePostBackEvent): fixed.
  520. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  521. * WebControl.cs:
  522. (AddAttributesToRender): call Page.VerifyRenderingInServerForm. All
  523. WebControl derived classes should be rendered inside a HtmlForm.
  524. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  525. * Repeater.cs: implemented CreateControlHierarchy. Fixed some event
  526. processing methods.
  527. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  528. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  529. * RepeatInfo.cs: implemented DoHorizontalRendering.
  530. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  531. * System.Web.UI.WebControls/Repeater.cs:
  532. (Controls):
  533. (OnDataBinding): fixed stack overflow.
  534. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  535. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  536. * RepeatInfo.cs: implemented DoHorizontalRendering.
  537. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  538. * WebControl.cs:
  539. (CopyBaseAttributes): copy Attributes and don't throw exception.
  540. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  541. * ListBox.cs: mono-stylized.
  542. (AddAttributesToRender): call parent class method.
  543. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  544. * Style.cs: fixed IsEmpty and Width.
  545. * Table.cs: mono-stylized.
  546. (TableRowControlCollection.AddAt): fixed.
  547. (AddAttributesToRender): fixed.
  548. * TableCell.cs: mono-stylized.
  549. (.ctor): use PreventAutoID.
  550. (AddAttributesToRender): fixed.
  551. (AddParsedSubObject): fixed.
  552. * TableRow.cs: mono-stylized. Added
  553. ParseChildren attribute.
  554. * TableStyle.cs:
  555. (get_GridLine): fixed.
  556. 2002-06-16 Gonzalo Paniagua Javier <[email protected]>
  557. * Panel.cs: fixed stack overflow.
  558. * Unit.cs: use Int32.Parse and Single.Parse instead of Int32Converter
  559. and SingleConverter.
  560. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  561. * RadioButton.cs: mono-stylized and some little fixes.
  562. * TextBox.cs: mono-stylized.
  563. (MaxLength): fixed typo.
  564. (AddAttributesToRender): don't render the text between the tags for
  565. SingleLine, use value attribute for it. Don't render the text for
  566. Password.
  567. (OnPreRender): don't throw exception and call base.OnPreRender.
  568. (Render): for MultiLine, render the text between the opening and
  569. closing tags encoded as HTML.
  570. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  571. * ImageButton.cs:
  572. (AddAttributesToRender): fixer another stack overflow.
  573. * WebControl.cs:
  574. (TagName): modified to use TagKey instead of tagKey as the property
  575. can be overriden.
  576. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  577. * LinkButton.cs: mono-stylized.
  578. (AddParsedSubObject):
  579. (RenderControls): little fixes.
  580. * WebControl.cs:
  581. (AddAttributesToRender): fixed usage of IEnumerator.
  582. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  583. * Literal.cs: beautified.
  584. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  585. * Label.cs: beautified and fixed a couple of 'classic' bugs.
  586. * WebControl.cs: use Span as default tag when no other provided in
  587. constructor. That is what MS renders.
  588. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  589. * Button.cs:
  590. (AddAttributesToRender): fixed (classic) stack overflow.
  591. * CheckBox.cs: mono-stylized.
  592. (AutoPostBack): fixed stack overflow.
  593. (Render): fixed alignment issues. Also set the For attribute always
  594. for the label.
  595. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  596. * AdRotator.cs: GetData does not work as it should, but now it returns
  597. useful data (only the first ad in the file). Set the NavigateUrl
  598. property in the hyperlink if available.
  599. * HyperLink.cs: fixed constructor and a couple of stack overflows.
  600. * Image.cs: added an attribute and fixed stack overflow.
  601. * WebControl.cs:
  602. (RenderBeginTag): fixed.
  603. (TagName): don't call Enum.IsDefined twice.
  604. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  605. * WebControl.cs: added attributes PersistChildrenAttribute and
  606. ParseChildrenAttribute.
  607. 2002-05-24 Duncan Mak <[email protected]>
  608. * DataGridItem.cs (SetItemType): Changed function signature to
  609. match 1.0 spec.
  610. * ListItemCollection.cs (this): Changes the visibility level of
  611. the indexer.
  612. * Repeater.cs (OnItemCommand):
  613. (OnItemCreated):
  614. (OnItemDataBound): Added necessary casts.
  615. 2002-05-07 Duncan Mak <[email protected]>
  616. * Button.cs (AddAttributesToRender):
  617. * ImageButton.cs (AddAttributesToRender): Added a missing argument to the
  618. GetClientValidatedEvent method.
  619. 2002-03-27 Gaurav Vaish <[email protected]>
  620. * Removed extra methods, corrected access modifiers to several
  621. methods.
  622. 2002-03-26 Gaurav Vaish <[email protected]>
  623. * <SeveralFiles>.cs - Added some attributes
  624. * FontUnitConverter.cs - Added stubs for GetStandardValues*(..)
  625. methods. Will complete them later. Right now, busy with
  626. the attributes part.
  627. * RepeaterItem.cs - Completed.
  628. Oh God! Mercy! I will die applying attributes. I look at the missing
  629. part in the class-status - daemon! Kyrie eleison!
  630. 2002-03-19 Gaurav Vaish <[email protected]>
  631. Some bug fixes
  632. * AdRotator.cs - Added definition for Font.
  633. * BaseCompareValidator.cs - Added definition for Controls.
  634. * Calendar.cs - SelectMonthText definition corrected.
  635. * DataList.cs - Added definition for SeparatorTemplate.
  636. * BorderStyle.cs - Namespace correction. It belongs not to UI,
  637. but to UI.WebControls.
  638. 2002-03-17 Gaurav Vaish <[email protected]>
  639. Finally, I have made it. Today I did a second build for the
  640. System.Web assembly. It compiled 195 classes today.
  641. I am waiting eagerly for the runtime to come up so that the objects
  642. may be tested to their last levels. Several of the methods are still
  643. under the tag of "TODO" throwing NotImplementedException. Well, I
  644. hope to remove them soon, but how far is this soon - even I don't
  645. know, though I am happy to make the build a success even before
  646. the vacations to come.
  647. 2002-03-07 Gaurav Vaish <[email protected]>
  648. Yesterday and today I tried to do some building of the aseembly,
  649. but was dumped with uncoutably infinite errors. ;-)
  650. I have put the copies of the recent errors on my home page, want
  651. to have a look at them? See:
  652. http://mastergaurav.virtualave.net/mono/
  653. I don't know what to do with these errors. Oh! The buggy me! How
  654. will I overcome myself. Hopefully, by when my vacations over, I
  655. should have made a repository where the build will not fail.
  656. 2002-03-05 Gaurav Vaish <[email protected]>
  657. I am now going to do a build that will include the
  658. System.Web.UI.WebControls namespace. Hoping that I will make it
  659. soon. My exams are coming near and I have to pack up soon.
  660. 2002-03-04 Gaurav Vaish <[email protected]>
  661. Comments:
  662. And with this, ie, today's work, all the objects mentioned in the
  663. namespace appear in the implementation. But it may not be worth
  664. trying to go for a build because of dependence of several of the
  665. internal methods that may clash with already available assembly
  666. System.Web.
  667. Also, the classes lack possible attributes, like those informing
  668. about child-controls etc. But I have to first create the attribute
  669. classes before I attach the attributes to the classes.
  670. * CustomValidator.cs - Completed. In process realized that
  671. I have to complete / rejuvinate BaseValidator class.
  672. * BaseValidator.cs - Complete rejuvination. Completed 80%
  673. of the job. All that is left is Render(HtmlTextWriter),
  674. DetermineRenderUplevel(), RegisterValidatorCommonScript()
  675. RegisterValidatorDeclaration()
  676. * DataGridPagerStyle.cs - Completed. That adds one more missle
  677. in my artillery.
  678. * DataKeyCollection.cs - Completed. Petty small.
  679. * Repeater.cs - Work started off. This is a quite
  680. heavy class. Hooh!
  681. * DataGridItemEventArgs.cs,
  682. * DataGridShortCommandEventArgs.cs,
  683. * DataListItemEventArgs.cs,
  684. * MonthChangedEventArgs.cs,
  685. * RepeaterItemEventArgs.cs,
  686. * ServerValidateEventArgs.cs,
  687. * DataGridPageChangedEventArgs.cs
  688. - Damn, I marked them "*", while they
  689. did not exist.
  690. * Repeater.cs - Done all except for an undocumented
  691. method CreateControlHierarchy(bool). Though the method
  692. is quite clear by its name, but it will take some time
  693. for me to come with some material to flush in.
  694. 2002-03-03 Gaurav Vaish <[email protected]>
  695. * SelectedDatesCollection.cs - Completed.
  696. * PagedDataSource.cs - Completed. Pathetically nice class.
  697. * RegularExpressionValidator.cs
  698. - Completed. Ridiculously small and
  699. annoyinglyc crazy-driving class, basically the method
  700. EvaluateIsValid().
  701. * RangeValidator.cs - Completed.
  702. * DataGridColumn.cs - Completed.
  703. * EditCommandColumn.cs - All is complete except for the
  704. InitializeCell(TableCell, int, ListItemType) method.
  705. * DataListItem.cs - All done except for a longish method
  706. RenderItem(HtmlTextWriter, bool, bool)
  707. 2002-03-02 Gaurav Vaish <[email protected]>
  708. * RepeaterItemCollection.cs - Completed.
  709. I love *Collection classes. I am planning to make a
  710. program that will generate a *Collection class. It's so
  711. simple and the same. ;-)
  712. * DataGridColumnCollection.cs - Completed.
  713. ... except probably for *ColumnCollection classes, where
  714. you have to put in some more effort. Still, these class
  715. generation can be automated.
  716. * DataListItemCollection.cs - Completed.
  717. See, how easily, in less than a quarter of a minute, I
  718. completed this class - manually. Copy-Paste/Cut-Replace.
  719. 2002-02-21 Gaurav Vaish <[email protected]>
  720. * DataGrid.cs - Following methods implemented:
  721. TrackViewState(), LoadViewState(object), SaveViewState(),
  722. On* -- The event raisers.
  723. OnBubbleEvent(object, EventArgs) is still incomplete.
  724. * DataGridItem.cs - Initial Implementation
  725. * DataGridItemCollection.cs - Completed.
  726. 2002-02-08 Gaurav Vaish <[email protected]>
  727. * DataGrid.cs - Initial Implementation. Worked
  728. primarily with some properties.
  729. 2002-02-07 Gaurav Vaish <[email protected]>
  730. * ListBox.cs - Completed. Implemented
  731. LoadPostData(string, NameValueCollection)
  732. * RequiredFieldValidator.cs - Completed. Pretty simple class.
  733. 2002-02-06 Gaurav Vaish <[email protected]>
  734. * ListBox.cs - Implemented the following:
  735. RaisePostDataChangedEvent()
  736. 2002-02-02 Gaurav Vaish <[email protected]>
  737. * ListBox.cs - Supports the following properties:
  738. BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
  739. ToolTip.
  740. Methods:
  741. AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
  742. RenderContents(HtmlTextWriter)
  743. 2002-02-01 Gaurav Vaish <[email protected]>
  744. * TargetConverter.cs - Completed
  745. * TemplateColumn.cs - Completed
  746. * DataList.cs - Corrected the get-er methods for the
  747. *Style objects. Corrected the get/set-er methods for ViewState
  748. related objects.
  749. Addded support for properties:
  750. GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
  751. RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
  752. SelectedItem, SelectedItemStyle, SelectedItemTemplate,
  753. SeparatorStyle, SeparatorItemTemplate.
  754. Events:
  755. CancelCommand, DeleteCommand, EditCommand, ItemCommand,
  756. ItemCreated, ItemDataBound, UpdateCommand.
  757. Methods:
  758. CreateControlStyle(), LoadViewState(object),
  759. SaveViewState(), TrackViewState
  760. Event handlers:
  761. OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
  762. OnEditCommand, OnItemCommand, OnItemCreated,
  763. OnItemDataBound, OnUpdateCommand
  764. Added dummy methods for some undocumented methods:
  765. CreateControlHierarchy(bool), CreateItem(int, ListItemType),
  766. CreateItem(int, ListItemType, bool, object),
  767. PrepareControlHierarchy(), InitializeItem(DataListItem)
  768. * ListBox.cs - Started working.
  769. 2002-01-31 Gaurav Vaish <[email protected]>
  770. * RepeaterInfo.cs - Initial Implementation. Done all
  771. except for RepeatDirection.Vertical
  772. * TableStyle.cs - Completed
  773. 2002-01-30 Gaurav Vaish <[email protected]>
  774. * DropDownList.cs - Completed
  775. * ListItemCollection.cs - Added method FindByValueInternal to
  776. assist in the derived classes.
  777. Discovered bug in FindByValue. Removed
  778. * UnitConverter.cs - Completed
  779. * PlaceHolder.cs - What can be simpler than this?
  780. * PlaceHolderControlBuilder.cs
  781. - Uh! Damn cool one.
  782. * RadioButtonList.cs - Initial Implementation. All is done
  783. except for the implementation of
  784. method IRepeatInfoUser.RenderItem(...)
  785. * ValidatedControlConverter.cs
  786. ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
  787. * ValidationSummary.cs - Initial Implementation.
  788. * WebColorConverter.cs - Initial Implementation
  789. 2002-01-27 Gaurav Vaish <[email protected]>
  790. * FontNamesConverter.cs - Completed
  791. * FontUnitConverter.cs - Partial Implementation
  792. * ListItemControlBuilder.cs - Completed
  793. 2002-01-27 Gaurav Vaish <[email protected]>
  794. * TextBox.cs - All done except *Render* methods
  795. * TextBoxControlBuilder.cs - Completed
  796. * Xml.cs - Partial Implementation
  797. 2002-01-26 Gaurav Vaish <[email protected]>
  798. * RadioButton.cs - Completed
  799. * TextBox.cs - Partial Implementation
  800. 2002-01-25 Gaurav Vaish <[email protected]>
  801. * Panel.cs - Completed
  802. * TableItemStyle.cs - Completed
  803. 2002-01-18 Gaurav Vaish <[email protected]>
  804. * TableCellCollection.cs - Completed
  805. * TableRowCollection.cs - Completed
  806. * TableHeaderCell.cs - Completed
  807. * TableRow.cs - Completed
  808. 2002-01-09 Gaurav Vaish <[email protected]>
  809. * TableCellControlBuilder.cs - Completed
  810. * Table.cs - Completed
  811. * TableCell.cs - Completed
  812. 2002-01-07 Gaurav Vaish <[email protected]>
  813. * CheckBoxList.cs - Completed
  814. * ButtonColumn.cs - Completed
  815. * Button.cs - Completed
  816. 2001-12-28 Gaurav Vaish <[email protected]>
  817. * HyperLink.cs - Completed
  818. * Image.cs - Completed
  819. * ImageButton.cs - Completed
  820. * Label.cs - Completed
  821. * LabelControlBuilder.cs - Completed
  822. * LinkButton.cs - Completed
  823. * LinkButtonControlBuilder.cs - Completed
  824. * Literal.cs - Completed
  825. * LieteralControlBuilder.cs - Completed
  826. * FontUnit.cs - Completed
  827. 2001-12-27 Gaurav Vaish <[email protected]>
  828. * Calendar.cs - Completed the functions of Render*,
  829. ViewStates (Track/View/Save),
  830. RaisePostBackEvent.
  831. Left: RenderAllDays (partially)
  832. 2001-12-21 Gaurav Vaish <[email protected]>
  833. * Calendar.cs - Added some more functions
  834. * Style.cs - Completed
  835. * ListItem.cs - Completed
  836. * ListItemCollection.cs - Completed
  837. Made the first successful build of System.Web.dll that included
  838. System.Web.UI.WebControls!
  839. 2001-12-20 Gaurav Vaish <[email protected]>
  840. FontInfo.cs - Complete revamp. Completed
  841. 2001-12-19 Gaurav Vaish <[email protected]>
  842. ListItemCollection.cs - Completed
  843. ListItem.cs - Initial Implementation
  844. Style.cs - Initial Implementation
  845. Right now I am in a total mood to do a successful build. Creating so many
  846. classes, completing classes in System.Web System.Web.UI namespaces.
  847. 2001-12-18 Gaurav Vaish <[email protected]>
  848. TODO - Properly added
  849. CheckBox.cs - Completed
  850. BaseDataList.cs - Completed
  851. DayRenderEventArgs.cs - Completed
  852. RepeaterItem.cs - Initial implementation
  853. 2001-12-17 Gaurav Vaish <[email protected]>
  854. BaseCompareValidator.cs - Completed
  855. AdRotator.cs - Completed
  856. 2001-12-15 Gaurav Vaish <[email protected]>
  857. CommandEventArgs.cs - Completed
  858. DataGridCommandEventArgs.cs - Completed
  859. RepeaterCommandEventArgs.cs - Completed
  860. DataListCommandEventArgs.cs - Completed
  861. CompareValidator.cs - Partial Implementation
  862. 2001-12-02 Gaurav Vaish <[email protected]>
  863. CheckBoxList.cs - Partial Implementation.
  864. All except "Render"
  865. 2001-12-01 Gaurav Vaish <[email protected]>
  866. ListControl.cs - Completed
  867. 2001-11-30 Gaurav Vaish <[email protected]>
  868. CheckBox.cs - Completed
  869. ListControl.cs - Initial Implementation
  870. CheckBoxList.cs - Started with it, but first needed
  871. ListControl. Left it.
  872. 2001-11-29 Gaurav Vaish <[email protected]>
  873. CalendarDay.cs - Making a note that this
  874. has been implemented
  875. Calendar.cs - Making a note that have made some changes.
  876. Unimplmented functions throw
  877. NotImplementedException
  878. CheckBox.cs - Can now "Render" and "LoadPostData"
  879. 2001-11-08 Gaurav Vaish <[email protected]>
  880. WebControl.cs - Total Revamp, Partial Implementation
  881. AdRotator.cs - Able to load files
  882. AdCreatedEventArgs.cs - Implemented
  883. 2001-11-05 Gaurav Vaish <[email protected]>
  884. Calendar.cs - Initial Implementation
  885. ButtonColumn.cs - Initial Implementation
  886. Button.cs - Initial Implementation
  887. BoundColumn.cs - Initial Implementation
  888. BaseCompareValidator.cs - Minor Changes
  889. DataList.cs, BaseValidator.cs, BaseDataList.cs
  890. - Added more functions, other changes
  891. 2001-10-28 Gaurav Vaish <[email protected]>
  892. WebControl.cs - Initial Implementation
  893. DataList.cs - Initial Implementation
  894. BaseValidator.cs - Initial Implementation
  895. BaseDataList.cs - Initial Implementation
  896. 2001-10-27 Gaurav Vaish <[email protected]>
  897. AdCreatedEventArgs.cs - Initial Implementation
  898. AdCratedEventHandler.cs - Implemented
  899. AdRotator.cs - Initial Implementation
  900. BorderStyle.cs - Implemented
  901. ButtonColumnStyle.cs - Implemented
  902. CalendarSelectionMode.cs - Implemented
  903. DayNameFormat.cs - Implemented
  904. FirstDayOfWeek - Implemented
  905. FontInfo.cs - Partial Implementation
  906. FontSize.cs - Implemented
  907. GridLines.cs - Implemented
  908. HorizontalAlign.cs - Implemented
  909. HyperLink.cs - Initial Implementation
  910. ImageAlign.cs - Implemented
  911. IRepeatInfoUser.cs - Implemented
  912. ListItemType.cs - Implemented
  913. ListSelectionMode.cs - Implemented
  914. NextPrevFormat.cs - Implemented
  915. PagerMode.cs - Implemented
  916. PagerPosition.cs - Implemented
  917. RepeatDirection.cs - Implemented
  918. RepeatLayout.cs - Implemented
  919. TextAlign.cs - Implemented
  920. TextBoxMode.cs - Implemented
  921. TitleFormat.cs - Implemented
  922. UnitType.cs - Implemented
  923. ValidationCompareOperator.cs
  924. - Implemented
  925. ValidationDataType.cs - Implemented
  926. ValidationSummaryDisplayMode.cs
  927. - Implemented
  928. ValidatorDisplay.cs - Implemented
  929. VerticalAlign.cs - Implemented
  930. // File Created 2001-11-13