ChangeLog 49 KB

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