ChangeLog 54 KB

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