ChangeLog 58 KB

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