ChangeLog 57 KB

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