ChangeLog 40 KB

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