ChangeLog 40 KB

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