ChangeLog 48 KB

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