ChangeLog 58 KB

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