ChangeLog 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199
  1. 2006-11-17 Marek Habersack <[email protected]>
  2. * HtmlInputHidden.cs: Added support for event validation.
  3. * HtmlInputCheckBox.cs: Added support for event validation.
  4. * HtmlInputImage.cs: Added support for event validation.
  5. * HtmlInputButton.cs: Added support for event validation.
  6. * HtmlSelect.cs: Added support for event validation.
  7. * HtmlTextArea.cs: Added support for event validation.
  8. * HtmlButton.cs: Added support for event validation.
  9. * HtmlInputRadioButton.cs: Added support for event validation.
  10. * HtmlInputText.cs: Added support for event validation.
  11. 2006-11-13 Igor Zelmanovich <[email protected]>
  12. * HtmlContainerControl.cs: fixed: InnerHtml property
  13. 2006-09-18 Igor Zelmanovich <[email protected]>
  14. * HtmlHead.cs:
  15. HtmlTitle control is created if it was not declared in .aspx
  16. 2006-09-17 Igor Zelmanovich <[email protected]>
  17. * HtmlButton.cs:
  18. make rendering of the onclick attribute to consider ValidationGroup property
  19. 2006-09-17 Igor Zelmanovich <[email protected]>
  20. * HtmlInputImage.cs:
  21. make rendering of the onclick attribute to consider ValidationGroup property
  22. 2006-09-17 Igor Zelmanovich <[email protected]>
  23. * HtmlInputButton.cs:
  24. make rendering of the onclick attribute to consider ValidationGroup property
  25. 2006-09-17 Igor Zelmanovich <[email protected]>
  26. * HtmlAnchor.cs:
  27. implemented CausesValidation and ValidationGroup properties
  28. 2006-09-10 Vladimir Krasnov <[email protected]>
  29. * HtmlInputFile.cs: fixed Value property
  30. 2006-08-23 Gonzalo Paniagua Javier <[email protected]>
  31. * HtmlTextArea.cs: encode the value in 1.x too. Patch by Dean Brettle.
  32. 2006-08-08 Vladimir Krasnov <[email protected]>
  33. * HtmlTable.cs:
  34. * HtmlTableRow.cs: fixed ParseChildren attribute to be compliant
  35. to .net
  36. 2006-07-12 Andrew Skiba <[email protected]>
  37. * HtmlInputControl.cs: remove obsolete #if NET_2_0
  38. 2006-06-06 Juraj Skripsky <[email protected]>
  39. * HtmlForm.cs (RenderAttributes): Sync with changes to HttpRequest.
  40. Fixes bug #78591.
  41. 2006-04-21 Gonzalo Paniagua Javier <[email protected]>
  42. * HtmlTextArea.cs: Value is HtmlEncoded/Decoded in 2.0. Fixes
  43. bug #78074.
  44. 2006-04-21 Gonzalo Paniagua Javier <[email protected]>
  45. * HtmlInputRadioButton.cs: Value returns the ID only when there's no
  46. "value" set. Fixes bug #78101.
  47. 2006-03-19 Vladimir Krasnov <[email protected]>
  48. * HtmlAnchor.cs: fixed RenderAttributes, if target attribute is empty
  49. it shouldn't be rendered
  50. * HtmlForm.cs: fixed Method, default method "post" should be added if
  51. its value null or empty string
  52. * HtmlInputImage.cs: fixed SetAtt, it removes attributes if it has null
  53. value, the fix is to remove attributes with empty string value too
  54. 2006-02-23 Chris Toshok <[email protected]>
  55. * HtmlButton.cs: fix corcompare output.
  56. * HtmlInputButton.cs: same.
  57. * HtmlInputImage.cs: same.
  58. * HtmlInputReset.cs: same.
  59. 2006-01-22 Chris Toshok <[email protected]>
  60. * HtmlInputButton.cs:
  61. s/GetPostBackClientEvent/GetPostBackEventReference.
  62. 2005-12-01 Gonzalo Paniagua Javier <[email protected]>
  63. * HtmlTableRow.cs: Cells is virtual in latest 1.1.
  64. 2005-11-30 Gonzalo Paniagua Javier <[email protected]>
  65. * HtmlTableRow.cs: fixed the same problem in bug #76815 but this time
  66. for cells.
  67. * HtmlTable.cs: moved WriteLine around.
  68. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  69. * HtmlForm.cs: more class-status fixes.
  70. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  71. * HtmlTextArea.cs: 'Name' is the UniqueID. Fixes bug #76802.
  72. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  73. * HtmlTable.cs: use the base class RenderChildren, as '_rows'
  74. might not be the actual collection being used. Fixes bug #76815.
  75. 2005-11-28 Gonzalo Paniagua Javier <[email protected]>
  76. * HtmlInputFile.cs: if no one else set the encoding type for the
  77. containing form and there's a HtmlInputFile, set Enctype to
  78. 'multipart/form-data'. Fixes bug #76837.
  79. 2005-11-21 Gonzalo Paniagua Javier <[email protected]>
  80. * HtmlInputButton.cs: render the onclick attribute only when the
  81. button is a 'submit' and no validators or when the button is a
  82. 'button' and there's a registered ServerClick event. Fixes bug #76781.
  83. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  84. * HtmlForm.cs: register the form and require viewstate hidden field to
  85. be rendered in Render() even if OnInit is not called.
  86. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  87. * HtmlHead.cs: fix the 2.0 build.
  88. 2005-09-22 Gonzalo Paniagua Javier <[email protected]>
  89. * HtmlForm.cs: when transfering from one page to another and using
  90. cookieless session, we were doing pretty bad. Now, if the current path
  91. and the original are the same, we just use the filename. Otherwise
  92. we make the action location be relative to the original URL.
  93. 2005-09-19 Gonzalo Paniagua Javier <[email protected]>
  94. * HtmlInputButton.cs: render the onclick for doing a postback even when
  95. there are no validators.
  96. 2005-09-19 Sebastien Pouliot <[email protected]>
  97. * HtmlInputPassword.cs: Removed ctor(string) as it's not in 2.0 RC.
  98. 2005-09-19 Sebastien Pouliot <[email protected]>
  99. * HtmlAnchor.cs: Added [SupportsEventValidation] on class and
  100. [UrlProperty] on HRef property for 2.0.
  101. * HtmlButton.cs: Added [SupportsEventValidation] for 2.0.
  102. * HtmlHead.cs: Remove IPageHeader interface.
  103. * HtmlImage.cs: Added [UrlProperty] on Src property for 2.0.
  104. * HtmlInputButton.cs: Added [SupportsEventValidation] for 2.0.
  105. * HtmlInputCheckBox.cs: Added [SupportsEventValidation] for 2.0.
  106. * HtmlInputHidden.cs: Added [SupportsEventValidation] for 2.0.
  107. * HtmlInputImage.cs: Added [SupportsEventValidation] on class and
  108. [UrlProperty] on Src property for 2.0.
  109. * HtmlInputPassword.cs: Added [SupportsEventValidation].
  110. * HtmlInputRadioButton.cs: Added [SupportsEventValidation] for 2.0.
  111. * HtmlInputReset.cs: Added [SupportsEventValidation].
  112. * HtmlInputSubmit.cs: Added [SupportsEventValidation].
  113. * HtmlInputText.cs: Added [SupportsEventValidation] on class and
  114. re-enabled RenderAttribute for 2.0.
  115. * HtmlLink.cs: Added [UrlProperty] on HRef property for 2.0.
  116. * HtmlSelect.cs: Added [SupportsEventValidation] for 2.0.
  117. * HtmlTextArea.cs: Added [SupportsEventValidation] for 2.0.
  118. 2005-09-18 Chris Toshok <[email protected]>
  119. * HtmlButton.cs (RenderAttribute): make sure to use WriteAttribute
  120. instead of AddAttribute when dealing with "onclick."
  121. 2005-09-14 Sebastien Pouliot <[email protected]>
  122. * HtmlHead.cs: Fixed parameter orders for CreateStyleRule.
  123. 2005-09-11 Chris Toshok <[email protected]>
  124. * HtmlInputFile.cs (set_Value): add a message to the
  125. NotSupportedException.
  126. * HtmlInputControl.cs (RenderAttributes): add Page != null to the
  127. checks before we register our control with the
  128. __enabledControlArray JS array.
  129. 2005-09-09 Chris Toshok <[email protected]>
  130. * HtmlInputButton.cs (CausesValidation): this is stored in
  131. Attributes, not ViewState.
  132. (ValidationGroup): same.
  133. (RenderAttributes): remove CausesValidation from the list of
  134. Attributes before calling base.RenderAttributes. Don't, however,
  135. remove ValidationGroup, to replicate an MS bug.
  136. 2005-09-07 Chris Toshok <[email protected]>
  137. * HtmlForm.cs (DefaultFocus): not stored in Attributes either.
  138. (Name): not sure about this property.. the getter apparently just
  139. returns UniqueID, and the setter does nothing that I can figure
  140. out.
  141. (RenderAttributes): don't bother to remove "name", since it's not
  142. in the attributes anyway.
  143. 2005-09-07 Gonzalo Paniagua Javier <[email protected]>
  144. * HtmlInputControl.cs: use the Name property instead of the ClientID.
  145. The 'name' attribute rendered contains colons if inside a
  146. NamingContainer.
  147. 2005-09-07 Chris Toshok <[email protected]>
  148. * HtmlInputCheckBox.cs (Checked): uncomment the
  149. MinimizableAttributeTypeConverter attribute.
  150. * HtmlControl.cs (Disabled): uncomment the
  151. MinimizableAttributeTypeConverter attribute.
  152. * HtmlForm.cs (SubmitDisabledControls): remove the MonoTODO.
  153. * HtmlTableCell.cs (NoWrap): uncomment the
  154. MinimizableAttributeTypeConverter attribute.
  155. * HtmlLink.cs (Href): remove the MonoTODO.
  156. * HtmlMeta.cs (Name): remove the MonoTODO.
  157. (Scheme): same.
  158. (Render): add (pretty bogus, really..) implementation. not sure
  159. why we need this one.
  160. 2005-09-06 Chris Toshok <[email protected]>
  161. * HtmlInputControl.cs (RenderAttributes): Check Page.Form for
  162. null.
  163. 2005-09-06 Chris Toshok <[email protected]>
  164. * HtmlInputControl.cs (RenderAttributes): use ClientID instead of
  165. ID.
  166. 2005-09-06 Chris Toshok <[email protected]>
  167. * HtmlHead.cs (AddParsedSubObject): nuke, not in corcompare.
  168. (AddedControl): move the HtmlTitle logic here.
  169. (RemovedControl): clear out the title if that was the control that
  170. was removed.
  171. * HtmlLink.cs: new implementation.
  172. * HtmlMeta.cs: new implementation.
  173. 2005-09-06 Chris Toshok <[email protected]>
  174. * HtmlInputControl.cs (RenderAttributes): add ourselves to the
  175. __enabledControlArray JS array if we're currently enabled and the
  176. form is set to SubmitDisabledControls.
  177. * HtmlForm.cs (OnInit): call Page.RegisterForm here.
  178. (DetermineRenderUplevel): split this out of OnPreRender and make
  179. it internal so HtmlInputControl can call it.
  180. (OnPreRender): add handling for SubmitDisabledControls.
  181. 2005-09-05 Chris Toshok <[email protected]>
  182. * HtmlForm.cs (DefaultButton): this isn't stored as an Attribute,
  183. or in the ViewState. where then?
  184. (DefaultFocus): this one is stored in the ViewState, not as an
  185. Attribute.
  186. (SubmitDisabledControls): implement just as a boolean flag, not in
  187. the viewstate or attributes.
  188. (RenderAttributes): defaultfocus and defaultbutton are no longer
  189. in Attributes.
  190. 2005-09-04 Chris Toshok <[email protected]>
  191. * HtmlInputButton: Fix the 2.0/1.0 postback stuff the right way.
  192. * HtmlInputCheckBox: Fix the 2.0/1.0 postback stuff the right way.
  193. * HtmlInputFile.cs: Fix the 2.0/1.0 postback stuff the right way.
  194. * HtmlInputHidden.cs: Fix the 2.0/1.0 postback stuff the right
  195. way, and in OnPreRender, call Page.RegisterRequiresPostback.
  196. * HtmlInputImage.cs: Fix the 2.0/1.0 postback stuff the right way,
  197. and in OnPreRender, call Page.RegisterRequiresPostback.
  198. * HtmlInputRadioButton.cs (OnPreRender): call
  199. Page.RegisterRequiresPostback.
  200. * HtmlInputText.cs: Fix the 2.0/1.0 postback stuff the right way.
  201. Also, in OnPreRender, call Page.RegisterRequiresPostback.
  202. * HtmlTextArea.cs (OnPreRender): call
  203. Page.RegisterRequiresPostback.
  204. 2005-09-02 Chris Toshok <[email protected]>
  205. * HtmlSelect.cs: implement 2.0 DataSourceID data binding.
  206. 2005-09-02 Chris Toshok <[email protected]>
  207. * HtmlInputReset.cs (ValidationGroup): remove the MonoTODO.
  208. * htmlinputimage.cs: implement the 2.0 versions of loadpostdata,
  209. raisepostdatachangedevent, and raisepostbackevent.
  210. (validationgroup): implement.
  211. * htmlinputcheckbox.cs: implement the 2.0 versions of loadpostdata
  212. and raisepostdatachangedevent.
  213. * HtmlInputHidden.cs: implement the 2.0 versions of LoadPostData
  214. and RaisePostDataChangedEvent.
  215. * HtmlInputButton.cs (RaisePostBackEventInternal): split out the
  216. body of both RaisePostBackEvent impl's here, and fix it up so we
  217. use the property Page.Validate call in 2.0.
  218. (RaisePostBackEvent): call RaisePostBackEventInternal.
  219. (IPostBackEventHandler.RaisePostBackEvent): same.
  220. * HtmlImage.cs (Align): the test case shows that we don't need to
  221. validate input.
  222. 2005-09-01 Sebastien Pouliot <[email protected]>
  223. * HtmlTableCell.cs, HtmlTableRowCollection.cs, HtmlInputFile.cs,
  224. HtmlHead.cs, HtmlInputReset.cs, HtmlForm.cs, HtmlInputText.cs,
  225. HtmlHeadBuilder.cs, HtmlInputRadioButton.cs, HtmlAnchor.cs,
  226. HtmlButton.cs, HtmlTextArea.cs, HtmlGenericControl.cs,
  227. HtmlTableRow.cs, HtmlSelect.cs, HtmlControl.cs, HtmlImage.cs,
  228. HtmlSelectBuilder.cs, HtmlTable.cs, HtmlInputButton.cs,
  229. HtmlInputImage.cs, HtmlTableCellCollection.cs, HtmlInputCheckBox.cs,
  230. HtmlInputHidden.cs, HtmlTitle.cs, HtmlInputPassword.cs,
  231. HtmlContainerControl.cs, HtmlInputSubmit.cs: Add missing security
  232. attributes AspNetHostingPermission for Minimal level on all classes
  233. (LinkDemand) and for non-sealed classes (InheritanceDemand).
  234. 2005-08-29 Chris Toshok <[email protected]>
  235. * System.Web.UI.HtmlControls/HtmlTableCell.cs,
  236. System.Web.UI.HtmlControls/HtmlInputFile.cs,
  237. System.Web.UI.HtmlControls/HtmlForm.cs,
  238. System.Web.UI.HtmlControls/HtmlInputText.cs,
  239. System.Web.UI.HtmlControls/HtmlInputRadioButton.cs,
  240. System.Web.UI.HtmlControls/HtmlAnchor.cs,
  241. System.Web.UI.HtmlControls/HtmlButton.cs,
  242. System.Web.UI.HtmlControls/HtmlTextArea.cs,
  243. System.Web.UI.HtmlControls/HtmlGenericControl.cs,
  244. System.Web.UI.HtmlControls/HtmlSelect.cs,
  245. System.Web.UI.HtmlControls/HtmlTableRow.cs,
  246. System.Web.UI.HtmlControls/HtmlControl.cs,
  247. System.Web.UI.HtmlControls/HtmlImage.cs,
  248. System.Web.UI.HtmlControls/HtmlTable.cs,
  249. System.Web.UI.HtmlControls/HtmlInputButton.cs,
  250. System.Web.UI.HtmlControls/HtmlInputControl.cs,
  251. System.Web.UI.HtmlControls/HtmlInputImage.cs,
  252. System.Web.UI.HtmlControls/HtmlInputCheckBox.cs,
  253. System.Web.UI.HtmlControls/HtmlInputHidden.cs,
  254. System.Web.UI/Control.cs: Add WebSysDescription/WebCategory
  255. attributes.
  256. 2005-08-29 Chris Toshok <[email protected]>
  257. * HtmlInputSubmit.cs: new implementation.
  258. * HtmlInputReset.cs (ValidationGroup): implement
  259. * HtmlInputButton.cs (ValidationGroup): implement.
  260. 2005-08-29 Chris Toshok <[email protected]>
  261. * HtmlButton.cs: Fix some 2.0 Page/ClientScript obsolete warnings.
  262. * HtmlForm.cs: same.
  263. 2005-08-28 Gonzalo Paniagua Javier <[email protected]>
  264. * HtmlAnchor.cs: no need for the resolvedHRef field, as it might be set
  265. but not used. Call ResolveUrl when rendering the attributes instead.
  266. 2005-08-28 Chris Toshok <[email protected]>
  267. * HtmlHeadBuilder.cs: this is public.
  268. * HtmlSelectBuilder.cs: in 2.0 this is public.
  269. * HtmlInputButton.cs: fix boilerplate.
  270. * HtmlInputImage.cs (RaisePostBackEvent): add missing argument.
  271. (IPostBackEventHandler.RaisePostBackEvent): in 2.0, call
  272. Page.Validation(ValidationGroup).
  273. 2005-08-28 Chris Toshok <[email protected]>
  274. * HtmlInputReset.cs: mostly complete implementation.
  275. 2005-08-28 Chris Toshok <[email protected]>
  276. * HtmlInputPassword.cs: doh, make this NET_2_0 only.
  277. 2005-08-28 Chris Toshok <[email protected]>
  278. * HtmlInputPassword.cs: implement.
  279. 2005-08-28 Chris Toshok <[email protected]>
  280. * HtmlImage.cs: corcompare fixes.
  281. * HtmlInputCheckBox.cs: same.
  282. 2005-08-27 Chris Toshok <[email protected]>
  283. * HtmlControl.cs (GetAttribute, SetAttribute): implement.
  284. 2005-08-27 Chris Toshok <[email protected]>
  285. * HtmlForm.cs (DefaultButton, DefaultFocus): implement properties.
  286. (OnPreRender): figure out (hackishly) if we're uplevel rendering.
  287. If we have a default button/focus control set, register webform.js
  288. as a client script block, and emit some JS to focus the control.
  289. (RenderAttributes): verify that the DefaultButton attribute points
  290. to a valid IButtonControl implementing control. Also remove the
  291. defaultfocus/defaultbutton attributes before calling
  292. base.RenderAttributes.
  293. 2005-08-27 Kornél Pál <[email protected]>
  294. * HtmlTableCell.cs: Fixed to use Consts.
  295. 2005-08-26 Chris Toshok <[email protected]>
  296. * HtmlButton.cs (ValidationGroup): implement.
  297. (RaisePostBackEvent): gross #ifdef-iry to make sure we only have
  298. one body of the actual RaisePostBackEvent code. Also, call
  299. Page.Validate(ValidationGroup) in the 2.0 case.
  300. 2005-08-25 Miguel de Icaza <[email protected]>
  301. * HtmlHead.cs: Implement constructor, pass the tag.
  302. 2005-08-25 Sebastien Pouliot <[email protected]>
  303. * HtmlHead.cs: Fixed base class (to HtmlGenericControl).
  304. 2005-08-25 Chris Toshok <[email protected]>
  305. * HtmlForm.cs (CreateControlCollection, OnPreRender,
  306. RenderControl): implement naively, just calling base.Method.
  307. 2005-08-25 Chris Toshok <[email protected]>
  308. * HtmlForm.cs (RenderAttributes): don't strip off the stuff after
  309. the last '/' when rendering the action. Fixes comments in
  310. nGallery.
  311. 2005-08-24 Chris Toshok <[email protected]>
  312. * HtmlInputButton.cs, HtmlInputFile.cs, HtmlHead.cs,
  313. HtmlInputImage.cs, HtmlForm.cs, HtmlInputCheckBox.cs,
  314. HtmlInputHidden.cs, HtmlButton.cs, HtmlSelect.cs, HtmlControl.cs:
  315. Add MonoTODO's for all NotImplementedException's.
  316. 2005-08-18 Dick Porter <[email protected]>
  317. * HtmlTable.cs, HtmlInputButton.cs, HtmlInputFile.cs, HtmlHead.cs,
  318. HtmlInputImage.cs, HtmlForm.cs, HtmlInputText.cs,
  319. HtmlInputCheckBox.cs, HtmlAnchor.cs, HtmlInputRadioButton.cs,
  320. HtmlButton.cs, HtmlInputHidden.cs, HtmlTextArea.cs,
  321. HtmlTableRow.cs, HtmlSelect.cs, HtmlControl.cs, HtmlTitle.cs,
  322. HtmlContainerControl.cs: 2.0 API fixes and stubs and attribute fixes
  323. 2005-08-15 Sebastien Pouliot <[email protected]>
  324. * HtmlInputRadioButton.cs, HtmlInputText.cs, HtmlTextArea.cs: Renamed
  325. Load method (bad choice) to DefaultLoadPostData.
  326. 2005-08-15 Sebastien Pouliot <[email protected]>
  327. * HtmlAnchor.cs: Fixed protected RaisePostBackEvent in 2.0.
  328. * HtmlInputRadioButton.cs: Fixed Value property and LoadPostData
  329. method. Fixed support for protected LoadPostData and
  330. RaisePostDataChangedEvent in 2.0 (recursion).
  331. * HtmlInputText.cs: Fixed LoadPostData. Fixed support for protected
  332. LoadPostData and RaisePostDataChangedEvent in 2.0 (recursion).
  333. * HtmlTextArea.cs: Fixed LoadPostData. Fixed support for protected
  334. LoadPostData and RaisePostDataChangedEvent in 2.0 (recursion).
  335. 2005-08-15 Sebastien Pouliot <[email protected]>
  336. * HtmlTableCell.cs: Added "string" [TypeConverter] attribute to NoWrap
  337. for 2.0 profile. The class seems to be internal and not (yet?)
  338. implemented.
  339. 2005-08-13 Sebastien Pouliot <[email protected]>
  340. * HtmlAnchor.cs: Add Localizable attribute to 2.0 profile.
  341. * HtmlEmptyTagControlBuilder.cs: New. ControlBuilder required for
  342. (at least) HtmlInputControl in 2.0 profile.
  343. * HtmlInputControl.cs: Use a new ControlBuilder class for 2.0 profile.
  344. * HtmlInputText.cs: Fix DefaultValue attribute for 2.0 profile.
  345. 2005-08-09 Dick Porter <[email protected]>
  346. * HtmlSelect.cs: Clear databindings when adding a new one; cope
  347. with assorted combinations of empty text and value fields; write
  348. <option> tags manually to match ms HTML output. All fix nunit
  349. tests.
  350. 2005-08-08 Sebastien Pouliot <[email protected]>
  351. * HtmlInputControl.cs: Remove code to handle password (wrong place)
  352. and fixed type handling for 2.0.
  353. * HtmlInputText.cs: Added code to remove (only in 1.x) the value when
  354. the type == password. Tests indicates that the value is present for
  355. 2.0.
  356. 2005-08-05 Dick Porter <[email protected]>
  357. * HtmlSelect.cs: Fix databinding when one or other of Name and
  358. Value aren't supplied (thanks to Peter for the patch); Make
  359. <option> indenting match ms output.
  360. 2005-07-30 Ben Maurer <[email protected]>
  361. * HtmlForm.cs: Make sure we actually put the "?" in the url
  362. 2005-07-29 Dick Porter <[email protected]>
  363. * HtmlForm.cs: Simplify the rendering code by using QueryStringRaw
  364. instead of building the query string by hand
  365. 2005-07-27 Dick Porter <[email protected]>
  366. * HtmlInputCheckBox.cs: New implementation
  367. 2005-07-26 Peter Dennis Bartok <[email protected]>
  368. * HtmlSelect.cs: Added missing attributes
  369. 2005-07-26 Dick Porter <[email protected]>
  370. * HtmlSelect.cs: New implementation
  371. 2005-07-26 Miguel de Icaza <[email protected]>
  372. * HtmlForm.cs: It is possible to have keys with no values in the
  373. query string, do not try to process those on the foreach loop.
  374. The question is: what should happen if I only get the key?
  375. Example: file_with_a_form.aspx?a
  376. 2005-07-25 Peter Dennis Bartok <[email protected]>
  377. * HtmlForml.cs: Implemented UniqueID (new in sp1)
  378. * HtmlButton.cs, HtmlInputButton.cs, HtmlInputImage.cs: Attribute fixes
  379. 2005-07-24 Dick Porter <[email protected]>
  380. * HtmlForm.cs: Add the trailing query string to the form action;
  381. fixes bug shown in Test/standalone/htmlform/qs_postback.aspx
  382. 2005-07-22 Dick Porter <[email protected]>
  383. * HtmlInputFile.cs: Add assembly attributes
  384. 2005-07-21 Dick Porter <[email protected]>
  385. * HtmlImage.cs: The src attribute needs to be a relative URL;
  386. close the HTML element when rendering attributes, to match the MS
  387. impl.
  388. * HtmlForm.cs: Added assembly attributes; don't render ID twice;
  389. don't render enctype and target if they are empty strings;
  390. implement a Render overload to keep corcompare quiet.
  391. 2005-07-20 Chris Toshok <[email protected]>
  392. * HtmlForm.cs (RenderAttributes): if there are submit statements,
  393. we need to render those.
  394. * HtmlInputImage.cs: same.
  395. * HtmlInputButton.cs: hook up the client validation stuff.
  396. * HtmlButton.cs: same, except a lot more complicated due to
  397. postback handling.
  398. 2005-07-19 Dick Porter <[email protected]>
  399. * HtmlImage.cs: Added attributes; use Int32.Parse instead of
  400. Convert.ToInt32
  401. 2005-07-18 Sebastien Pouliot <[email protected]>
  402. * HtmlInputControl.cs: Fix Type when using ctor(null). Now use
  403. ControlID for Name (and not ID). Added ControlBuilder attribute.
  404. * HtmlTable.cs: Simplify check when adding controls.
  405. * HtmlTableRow.cs: Simplify check when adding controls.
  406. 2005-07-18 Jackson Harper <[email protected]>
  407. * HtmlInputHidden.cs: Use Events Add/Remove. Add DefaultEvent
  408. attribute.
  409. 2005-07-15 Jackson Harper <[email protected]>
  410. * HtmlInputImage.cs: Use Events Add/Remove. Remove uneeded
  411. constant. Update fetching from viewstate code to use new
  412. convenience method.
  413. 2005-07-15 Jackson Harper <[email protected]>
  414. * HtmlInputButton.cs: Add DefaultEventAttribute.
  415. 2005-07-15 Sebastien Pouliot <[email protected]>
  416. * HtmlInputControl.cs: Removed internal property (no more required to
  417. compile).
  418. * HtmlInputRadioButton.cs: Optimized events.
  419. * HtmlInputText.cs: Optimized events.
  420. * HtmlTable.cs: Added CultureInfo.InvariantCulture when parsing
  421. strings to integers.
  422. * HtmlTableCell.cs: Added CultureInfo.InvariantCulture when parsing
  423. strings to integers.
  424. * HtmlTextArea.cs: Optimized events.
  425. 2005-07-15 Sebastien Pouliot <[email protected]>
  426. * HtmlAnchor.cs: Added URL resolution (doesn't get me the expected
  427. result) and fixed compatibility for a weird behaviour of the HRef
  428. attribute handling. Optimized events.
  429. 2005-07-14 Jackson Harper <[email protected]>
  430. * HtmlInputButton.cs: Use Events Add/Remove. Remove Causesvalidation
  431. string constant. Use new method for accessing ViewState
  432. data. Don't remove value from the view state if it is the default.
  433. 2005-07-14 Jackson Harper <[email protected]>
  434. * HtmlButton.cs: Use Events Add/Remove. Remove Causesvalidation
  435. string constant. Use new method for accessing ViewState
  436. data. Don't remove value from the view state if it is the default.
  437. 2005-07-14 Dick Porter <[email protected]>
  438. * HtmlInputFile.cs: New implementation
  439. 2005-07-14 Jackson Harper <[email protected]>
  440. * HtmlInputControl.cs: Use ClientID for input controls name.
  441. 2005-07-14 Dick Porter <[email protected]>
  442. * HtmlForm.cs: New Implementation
  443. 2005-07-13 Sebastien Pouliot <[email protected]>
  444. * HtmlTable.cs: Added missing attributes.
  445. * HtmlTableCell.cs: Added missing attributes except for ControlBuilder
  446. as the builder's type isn't public.
  447. * HtmlInputControl.cs: Added missing attributes.
  448. * HtmlInputText.cs: Added missing attributes.
  449. * HtmlInputRadioButton.cs: Added missing attributes.
  450. * HtmlAnchor.cs: Added missing attributes.
  451. * HtmlTextArea.cs: Added missing attributes.
  452. * HtmlTableRow.cs: Added missing attributes.
  453. 2005-07-12 Sebastien Pouliot <[email protected]>
  454. * HtmlAnchor.cs: Added DefaultValue attributes.
  455. * HtmlInputControl.cs: Added DefaultValue attributes.
  456. * HtmlInputRadioButton.cs: Added DefaultValue attributes.
  457. * HtmlInputText.cs: Added DefaultValue attributes. Added method
  458. RenderAttributes in 1.1 profile.
  459. * HtmlTable.cs: Fix DefaultValue to "".
  460. * HtmlTextArea.cs: Added DefaultValue attributes.
  461. 2005-07-12 Sebastien Pouliot <[email protected]>
  462. * HtmlTableCell.cs: Added DefaultValue attributes.
  463. * HtmlTable.cs: Added DefaultValue and ParseChildren attributes.
  464. * HtmlTableRowCollection.cs: Reworked collection to share data with
  465. HtmlTable.Controls.
  466. * HtmlTableCellCollection.cs: Reworked collection to share data with
  467. HtmlTableRow.Controls.
  468. * HtmlTableRow.cs: Added DefaultValue and ParseChildren attributes.
  469. 2005-07-09 Sebastien Pouliot <[email protected]>
  470. * HtmlTableRowCollection.cs: Fixed property name to IsReadOnly.
  471. 2005-07-08 Sebastien Pouliot <[email protected]>
  472. * HtmlTextArea.cs: Use CultureInfo.InvariantCulture in ToString ().
  473. 2005-07-08 Sebastien Pouliot <[email protected]>
  474. * HtmlContainerControl.cs: Fixed removal of attribute/viewstate for
  475. "innerhtml".
  476. * HtmlTextArea.cs: New implementation.
  477. 2005-07-07 Jackson Harper <[email protected]>
  478. * HtmlInputImage.cs: New implementation.
  479. 2005-07-07 Sebastien Pouliot <[email protected]>
  480. * HtmlAnchor.cs: protected RaisePostBackEvent is in 2.0 only.
  481. * HtmlInputControl.cs: New implementation.
  482. * HtmlInputRadioButton.cs: New implementation.
  483. * HtmlInputText.cs: New implementation.
  484. 2005-07-07 Jackson Harper <[email protected]>
  485. * HtmlInputHidden.cs: New implementation.
  486. 2005-07-07 Jackson Harper <[email protected]>
  487. * HtmlAnchor.cs: Call base OnPreRender from override.
  488. 2005-07-07 Jackson Harper <[email protected]>
  489. * HtmlInputButton.cs: New implementation.
  490. 2005-07-07 Dick Porter <[email protected]>
  491. * HtmlImage.cs: New implementation
  492. 2005-07-07 Sebastien Pouliot <[email protected]>
  493. * HtmlAnchor.cs: Fixed to remove attributes properly.
  494. * HtmlTable.cs: New implementation.
  495. * HtmlTableCell.cs: New implementation.
  496. * HtmlTableCellCollection.cs: New implementation.
  497. * HtmlTableRow.cs: New implementation.
  498. * HtmlTableRowCollection.cs: New implementation.
  499. 2005-07-06 Jackson Harper <[email protected]>
  500. * HtmlButton.cs: New implementation.
  501. 2005-07-06 Sebastien Pouliot <[email protected]>
  502. * HtmlAnchor.cs: New implementation.
  503. 2005-06-08 Gonzalo Paniagua Javier <[email protected]>
  504. * HtmlTableCell.cs:
  505. * HtmlControl.cs: updates for 1.1 SP1.
  506. 2005-05-20 Gonzalo Paniagua Javier <[email protected]>
  507. * HtmlInputFile.cs: fixed typo in the setter for MaxLength. Closes bug
  508. number 74989.
  509. 2005-05-06 Lluis Sanchez Gual <[email protected]>
  510. * HtmlHead.cs: Fix warning.
  511. 2005-04-22 Lluis Sanchez Gual <[email protected]>
  512. * HtmlForm.cs: Use the new WriteSubmitStatements method from
  513. Page.ClientScript.
  514. 2005-03-11 Lluis Sanchez Gual <[email protected]>
  515. * HtmlInputButton.cs, HtmlAnchor.cs, HtmlButton.cs: Don't use
  516. Page.GetPostBackClientEvent since it is deprecated in 2.0.
  517. 2005-02-25 Lluis Sanchez Gual <[email protected]>
  518. * HtmlForm.cs: Register the form in the page, so the page knows
  519. which is the main form.
  520. 2005-02-18 Lluis Sanchez Gual <[email protected]>
  521. * HtmlHead.cs: Method name fix.
  522. 2005-01-20 Gonzalo Paniagua Javier <[email protected]>
  523. * HtmlForm.cs: submitStatements holds Hashtables.
  524. 2004-12-20 Lluis Sanchez Gual <[email protected]>
  525. * HtmlHead.cs: Implemented.
  526. * HtmlHeadBuilder.cs: Implemented.
  527. * HtmlTitle.cs: Implemented.
  528. 2004-12-15 Gonzalo Paniagua Javier <[email protected]>
  529. * HtmlForm.cs: MakeRelative() can be null. Thanks to Denis Gervaille.
  530. 2004-11-29 Gonzalo Paniagua Javier <[email protected]>
  531. * HtmlForm.cs: fixed the Action property when running a different
  532. page than the one requested (Transfer). Closes bug #69318.
  533. 2004-11-26 Lluis Sanchez Gual <[email protected]>
  534. * HtmlForm.cs: Add submit statements from the new Page.ClientScript
  535. property.
  536. 2004-06-23 Gonzalo Paniagua Javier <[email protected]>
  537. * HtmlForm.cs: disabled smartnavigation as we have no scripts to support
  538. it and failed when the browser was IE.
  539. 2004-05-14 Gonzalo Paniagua Javier <[email protected]>
  540. * HtmlForm.cs: default value for Enctype is "".
  541. * HtmlInputFile.cs: if no one set the encoding type for the HtmlForm,
  542. we set it to "multipart/form-data". Fixes bug #58359.
  543. 2004-01-15 Alon Gazit <[email protected]>
  544. * HtmlForm.cs: The property name always return the value of the
  545. property UniqueID.
  546. 2003-12-28 Alon Gazit <[email protected]>
  547. * HtmlSelect.cs: fix typo in LoadPostData().
  548. 2003-12-29 Alon Gazit <[email protected]>
  549. * HtmlInputButton.cs: update the implementation of RenderAttributes().
  550. Change the if statement that determines if the onclick script is
  551. rendered.
  552. 2003-12-28 Alon Gazit <[email protected]>
  553. * HtmlSelect.cs: add parentheses to if statement.
  554. Currently the else statement refers to the inner if statement.
  555. 2003-12-28 Alon Gazit <[email protected]>
  556. * HtmlSelect.cs: fix upper bound of for statement.
  557. 2003-12-19 Jackson Harper <[email protected]>
  558. * HtmlInputFile.cs: Do not set value when loading post data.
  559. 2003-12-14 Alon Gazit <[email protected]>
  560. * HtmlInputButton.cs: The problem was in RenderAttributes().
  561. Before adding the script to the HTML, the number of Validators should
  562. be checked. fixes bug #52158.
  563. 2003-12-07 Alon Gazit <[email protected]>
  564. * HtmlTableCell.cs: fixing a typo in NoWrap property.
  565. 2003-12-04 Jackson Harper <[email protected]>
  566. * HtmlInputRadioButton.cs: Lookup name in postadata and compare to
  567. value. This is because radio button groups are created by setting
  568. the name to the same value with each button, then on postback the
  569. value of the name is the id of the selected radio button.
  570. 2003-12-03 Gonzalo Paniagua Javier <[email protected]>
  571. * HtmlContainerControl.cs: encode/decode InnerText. Fixes bug #51653.
  572. 2003-12-03 Gonzalo Paniagua Javier <[email protected]>
  573. * HtmlSelect.cs: with the new LosFormatter, we get array types right, so
  574. remove the code used to workaround that.
  575. 2003-12-01 Jackson Harper <[email protected]>
  576. * HtmlControl.cs: Fix disabled property. Patch by Alon Gazit
  577. <[email protected]>.
  578. 2003-11-25 Gonzalo Paniagua Javier <[email protected]>
  579. * HtmlSelect.cs: don't add items without data. Patch by Alon Gazit
  580. <[email protected]>. Fixes bug #51377.
  581. 2003-11-24 Gonzalo Paniagua Javier <[email protected]>
  582. * HtmlInputRadioButton.cs: initialize event indexer. Patch by Alon Gazit
  583. <[email protected]>.
  584. 2003-10-29 Jackson Harper <[email protected]>
  585. * HtmlControl.cs: Make disabled an attribute of the control so it
  586. is rendered. This is a slightly modifed version of a patch
  587. by Yaron Shkop. Fixes bug #50160.
  588. 2003-10-16 Gonzalo Paniagua Javier <[email protected]>
  589. * HtmlTextArea.cs: fixed infinite recursion.
  590. 2003-10-13 Gonzalo Paniagua Javier <[email protected]>
  591. * HtmlForm.cs: render the onsubmit attribute.
  592. 2003-08-26 Gonzalo Paniagua Javier <[email protected]>
  593. * HtmlGenericControl.cs: ConstructorNeedsTag defaults to false so we
  594. need to pass true here. Fixes bug #47918.
  595. 2003-07-17 Andreas Nahr <[email protected]>
  596. * HtmlContainerControl.cs: Added attributes
  597. * HtmlControl.cs: Added attributes
  598. * HtmlInputControl.cs: Fixed public signature
  599. * HtmlInputRadioButton.cs: Fixed public signature
  600. * HtmlSelect.cs: Added missing attribute
  601. * HtmlTable.cs: Added missing attribute
  602. 2003-06-20 Gonzalo Paniagua Javier <[email protected]>
  603. * HtmlSelect.cs: fixed bug #44894.
  604. 2003-04-30 Gonzalo Paniagua Javier <[email protected]>
  605. * HtmlImage.cs:
  606. * HtmlInputControl.cs:
  607. * HtmlSelect.cs: added control builder attribute.
  608. * HtmlSelectBuilder.cs: builder for HtmlSelect.
  609. * HtmlControlBuilder.cs: common builder for all HtmlControls.
  610. 2003-01-29 Gonzalo Paniagua Javier <[email protected]>
  611. * HtmlControl.cs: _tagName is now internal.
  612. * HtmlGenericControl.cs: use the field in HtmlControl to keep the tag
  613. name.
  614. 2003-01-17 Gonzalo Paniagua Javier <[email protected]>
  615. * System.Web.UI.HtmlControls/HtmlForm.cs: render 'action' attribute.
  616. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  617. * HtmlInputButton.cs: fixed bug #35677.
  618. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  619. * HtmlInputControl.cs: fixed bug #35673.
  620. 2003-01-03 Gonzalo Paniagua Javier <[email protected]>
  621. * HtmlInputText.cs: fixed bug #35670.
  622. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  623. * HtmlSelect.cs: fixed LoadViewstate.
  624. 2002-11-07 Gonzalo Paniagua Javier <[email protected]>
  625. * HtmlButton.cs: make it do a POST if the button has any ServerClick
  626. events.
  627. 2002-09-23 Gonzalo Paniagua Javier <[email protected]>
  628. * HtmlAnchor.cs:
  629. * HtmlButton.cs:
  630. * HtmlContainerControl.cs:
  631. * HtmlControl.cs:
  632. * HtmlForm.cs:
  633. * HtmlGenericControl.cs:
  634. * HtmlImage.cs:
  635. * HtmlInputButton.cs:
  636. * HtmlInputCheckBox.cs:
  637. * HtmlInputControl.cs:
  638. * HtmlInputFile.cs:
  639. * HtmlInputHidden.cs:
  640. * HtmlInputImage.cs:
  641. * HtmlInputRadioButton.cs:
  642. * HtmlInputText.cs:
  643. * HtmlSelect.cs:
  644. * HtmlTable.cs:
  645. * HtmlTableCell.cs:
  646. * HtmlTableRow.cs:
  647. * HtmlTextArea.cs: added almost all missing attributes.
  648. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  649. * HtmlControl.cs: the attributes must use ViewState as its StateBag,
  650. if not style values are lost between postbacks.
  651. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  652. * HtmlAnchor.cs:
  653. * HtmlButton.cs:
  654. * HtmlInputButton.cs:
  655. * HtmlInputCheckBox.cs:
  656. * HtmlInputHidden.cs:
  657. * HtmlInputImage.cs:
  658. * HtmlInputText.cs:
  659. * HtmlTextArea.cs: Initialize EventHandlerList indexer.
  660. * HtmlContainerControl.cs: almost rewritten to use a LiteralControl
  661. instead of maintaining some flags and strings. Implemented
  662. LoadViewState.
  663. * HtmlControl.cs: fixed constructor and added ViewStateIgnoreCase.
  664. * HtmlSelect.cs: fixed TrackViewState, SaveViewState, SelectedIndices
  665. and Value.
  666. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  667. * HtmlGenericControl.cs: fixed TagName signature and get/set.
  668. * HtmlInputImage.cs: added attribute and fixed signature of ServerClick.
  669. * HtmlInputText.cs: added attribute.
  670. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  671. * HtmlForm.cs: don't render action attribute.
  672. 2002-07-04 Gonzalo Paniagua Javier <[email protected]>
  673. * HtmlContainerControl.cs:
  674. (CreateControlCollection): added. All containers must have a non-empty
  675. control collection.
  676. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  677. * System.Web.UI.HtmlControls/HtmlAnchor.cs:
  678. * System.Web.UI.HtmlControls/HtmlButton.cs:
  679. * System.Web.UI.HtmlControls/HtmlControl.cs:
  680. * System.Web.UI.HtmlControls/HtmlForm.cs:
  681. * System.Web.UI.HtmlControls/HtmlGenericControl.cs:
  682. * System.Web.UI.HtmlControls/HtmlInputButton.cs:
  683. * System.Web.UI.HtmlControls/HtmlInputCheckBox.cs:
  684. * System.Web.UI.HtmlControls/HtmlInputControl.cs:
  685. * System.Web.UI.HtmlControls/HtmlInputFile.cs:
  686. * System.Web.UI.HtmlControls/HtmlInputHidden.cs:
  687. * System.Web.UI.HtmlControls/HtmlInputImage.cs:
  688. * System.Web.UI.HtmlControls/HtmlInputRadioButton.cs:
  689. * System.Web.UI.HtmlControls/HtmlInputText.cs:
  690. * System.Web.UI.HtmlControls/HtmlSelect.cs:
  691. * System.Web.UI.HtmlControls/HtmlTable.cs:
  692. * System.Web.UI.HtmlControls/HtmlTableCell.cs:
  693. * System.Web.UI.HtmlControls/HtmlTableRow.cs:
  694. * System.Web.UI.HtmlControls/HtmlTextArea.cs:
  695. Fixes based on class status page:
  696. - Add attributes (DefaultEvent, ParseChildren).
  697. - Fix declarations.
  698. - Explicitly implement some interfaces (IPostBackDataHandler
  699. and IPostBackEventHandler).
  700. - Implemented some missing methods.
  701. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  702. * HtmlForm.cs:
  703. (RenderChildren): use OnFormRender and OnFormPostRender.
  704. 2002-06-09 Gonzalo Paniagua Javier <[email protected]>
  705. * HtmlSelect.cs:
  706. (RenderAttributes): new -> override and fixes stack overflow.
  707. (RenderChildren): only 1 option can be selected at any given time
  708. except when Multiple property is true.
  709. (Multiple): the attribute value is either "true" or "false", not
  710. "multiple".
  711. * HtmlTable.cs:
  712. (Add):
  713. (AddAt): allow HtmlTableRow as children, not HtmlTableCell.
  714. * HtmlTableCell.cs:
  715. (RenderEndTag): new -> override.
  716. * HtmlTableRow.cs:
  717. (RenderChildren): fixed another stack overflow.
  718. (RenderEndTag): new -> override.
  719. * HtmlTextArea.cs:
  720. (RenderAttributes): new -> override.
  721. 2002-06-07 Gonzalo Paniagua Javier <[email protected]>
  722. * HtmlInputHidden.cs: fixed constructor.
  723. * HtmlInputRadioButton.cs:
  724. (RenderAttributes): fixed stack overflow.
  725. (Name):
  726. (RenderedName): new -> override.
  727. (Value): new property.
  728. * HtmlInputText.cs:
  729. (RenderAttributes): fixed the same kind of stack overflow and make
  730. string comparison case insensitive.
  731. 2002-06-07 Gonzalo Paniagua Javier <[email protected]>
  732. * HtmlForm.cs: fixed name of Enctype property and render enctype
  733. enctype attribute.
  734. * HtmlInputControl.cs: tag type is "input", not "type".
  735. 2002-06-06 Gonzalo Paniagua Javier <[email protected]>
  736. * HtmlControl.cs: Render contents moved to new RenderBeginTag method,
  737. defined in MS docs.
  738. * HtmlForm.cs: Render output when no IE browser.
  739. * HtmlInputButton.cs: added constructor without arguments. Xsp used it,
  740. though now it always use the other .ctor.
  741. * HtmlInputControl.cs: cosmetic changes and implemented set_Name.
  742. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  743. * HtmlButton.cs: RenderAttributes is an override, not new.
  744. * HtmlContainerControl.cs: use the new Render method in HtmlControl.
  745. * HtmlControl.cs: added Render method to render the tag and its
  746. attributes. Works for container and non-containers.
  747. * HtmlImage.cs: RenderAttributes don't need to be new. Implemented
  748. Height property.
  749. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  750. * HtmlContainerControl.cs: some formatting and use HttpUtility.Encode
  751. instead of Page.Server to encode InnerText.
  752. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  753. * HtmlAnchor.cs:
  754. (RenderAttributes): new -> override and fixed little bug that made
  755. it cause an stack overflow.
  756. * HtmlContainerControl.cs: reformatted and added tag and attributes
  757. rendering.
  758. * HtmlGenericControl.cs: removed TagName, which is already in
  759. HtmlControl.
  760. * HtmlTable.cs:
  761. (RenderEndTag): new -> override.
  762. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  763. * System.Web.UI.HtmlControls/HtmlForm.cs:
  764. (RenderAttributes): changed new by override.
  765. (Name): allow setting the property.
  766. 2002-05-10 Duncan Mak <[email protected]>
  767. * HtmlTableCellCollection.cs (this): Updated the indexer to return
  768. the right type, HtmlTableCell instead of HtmlTableRow.
  769. * HtmlInputImage.cs (OnServerClick): Commented out parts that
  770. won't compile.
  771. * HtmlForm.cs (RenderAttributes):
  772. (RenderChildren): Commented out code that doesn't compile.
  773. 2002-05-07 Duncan Mak <[email protected]>
  774. * HtmlSelect.cs (TrackViewState): Added 'new' keyword to avoid
  775. clashing with the method defined in the parent class.
  776. (OnDataBinding): Added missing casts.
  777. * HtmlForm.cs (Render): Fixed call too SetAttribute, need to cast
  778. 'this' to IAttributeAccessor before calling interface method.
  779. Also renamed some calls to reflect changes in the API.
  780. * HtmlControl.cs (WriteOnClickAttribute): Made it not static and
  781. fixed a typo.
  782. 2001-09-03 Leen Toelen <[email protected]>
  783. * HtmlAnchor.cs: Initial implementation.
  784. * HtmlTextArea.cs: Initial implementation.
  785. 2001-08-22 Bob Smith <[email protected]>
  786. * HtmlContainerControl.cs: Initial implementation.
  787. * HtmlControl.cs: Initial implementation.
  788. * HtmlGenericControl.cs: Initial implementation.