ChangeLog 46 KB

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