ChangeLog 44 KB

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