ChangeLog 39 KB

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