ChangeLog 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. 2002-06-06 Gonzalo Paniagua Javier <[email protected]>
  2. * Page.cs: for each child control to render, assign Control.Page.
  3. Probably also needed in HtmlContainerControl derived classes.
  4. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  5. * AttributeCollection.cs: don't need a Hastable. StateBag now works
  6. fine and takes care of the details.
  7. * Control.cs: added HasChildren property.
  8. * StateBag.cs: fixed a couple of nasty bugs.
  9. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  10. * Page.cs: run OnInit, OnLoad y PreRender before rendering the page.
  11. Invoke Page_Init and/or Page_Load if the user supplied them (though
  12. this should depend on AutoEventWireUp attribute of Page directive).
  13. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  14. * Control.cs: don't throw exception in ControlID. By now, it returns ID.
  15. * Page.cs:
  16. (ProcessRequest): implemented.
  17. 2002-06-04 Gonzalo Paniagua Javier <[email protected]>
  18. * System.Web.UI/Page.cs: finished stubbing out. Implemented some
  19. methods.
  20. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  21. * Page.cs:
  22. (FileDependencies): now is public public.
  23. (EnableViewStateMAC): uncommented and made protected.
  24. (GetTypeHashCode): added method.
  25. 2002-05-24 Duncan Mak <[email protected]>
  26. * TemplateControl.cs (SetStringResourcePointer): Fixed typo.
  27. * StateBag.cs (Item): Changed the visibility level of the this
  28. [object] indexer.
  29. Misc. formatting edits, fixing some bugs introduced by the indentation.
  30. * DataBinder.cs (Eval)
  31. (GetIndexedPropertyValue)
  32. (GetPropertyValue): Fixed return types.
  33. 2002-05-21 Miguel de Icaza <[email protected]>
  34. * HtmlTextWriter.cs: Use this to change the member instances.
  35. 2002-05-17 Duncan Mak <[email protected]>
  36. * AttributeCollection.cs:
  37. * ControlCollection.cs:
  38. * CssStyleCollection.cs:
  39. * DataBindingCollection.cs:
  40. * EmptyControlCollection.cs: Added missing Collection classes.
  41. 2002-05-17 Duncan Mak <[email protected]>
  42. * BaseParser.cs:
  43. * TemplateParser.cs: Implemented. BaseParser is weird because
  44. there is no documentation on what it does.
  45. * ControlBuilder.cs:
  46. * DataBinder.cs:
  47. * DataBinding.cs: Added.
  48. * DataBoundLiteralControl.cs:
  49. * Triplet.cs: Added.
  50. * RenderMethod.cs: Added this delegate for Control.cs
  51. 2002-05-15 Gonzalo Paniagua Javier <[email protected]>
  52. * ValidationPropertyAttribute.cs: a couple of fixes to make it compile.
  53. 2002-05-14 Duncan Mak <[email protected]>
  54. * ValidationPropertyAttribute.cs: Added to CVS.
  55. 2002-05-10 Duncan Mak <[email protected]>
  56. * ConstructorNeedsTagAttribute.cs:
  57. * ControlBuilderAttribute.cs:
  58. * ImageClickEventArgs.cs:
  59. * ParseChildrenAttribute.cs:
  60. * PartialCachingAttribute.cs:
  61. * PersistChildrenAttribute.cs:
  62. * PersistenceModeAttribute.cs:
  63. * TemplateContainerAttribute.cs: Added to CVS.
  64. * PersistanceMode.cs: Removed, fixed typo.
  65. * PersistenceMode.cs: Replacing above.
  66. * StateBag.cs (this): Fixed indexer, it takes a string as the
  67. index, not an object.
  68. * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection.
  69. * Page.cs (Validators): return type should be ValidatorCollection,
  70. not ValidatedCollection.
  71. * TagPrefixAttribute.cs: Added to CVS.
  72. 2002-05-07 Duncan Mak <[email protected]>
  73. * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
  74. 2002-03-26 Gaurav Vaish <[email protected]>
  75. * DataBindingHandlerAttribute.cs
  76. - Completed
  77. * ToolboxDataAttribute.cs - Completed
  78. 2002-01-03 Nick Drochak <[email protected]>
  79. * DesignTimeParseData.cs: initialze static member to avoid compile
  80. error
  81. * PropertyConverter.cs: remove uneeded exception variables from
  82. catch blocks.
  83. 2002-01-02 Nick Drochak <[email protected]>
  84. * DesignTimeParseData.cs: fix header to show correct class name
  85. 2001-12-21 Gaurav Vaish <[email protected]>
  86. * StateBag.cs - Completed
  87. 2001-12-19 Gaurav Vaish <[email protected]>
  88. * Pair.cs - Small undocumented class. Completed.
  89. 2001-12-18 Gaurav Vaish <[email protected]>
  90. * DesignTimeParseData.cs - Initial implementation
  91. * StateBag.cs - Initial implementation
  92. 2001-12-17 Gaurav Vaish <[email protected]>
  93. * PropertyConverter.cs - Undocumented class. Completed.
  94. * Utils.cs - Undocumented, private class.
  95. Initial implementation
  96. 2001-08-28 Bob Smith <[email protected]>
  97. * Control.cs: Figured out some undocumented API.
  98. * Added TODO.
  99. * BuildMethod.cs: Initial implementation.
  100. * BuildTemplateMethod.cs: Initial implementation.
  101. * HtmlTextWriterAttribute.cs: Initial implementation.
  102. * HtmlTextWriterStyle.cs: Initial implementation.
  103. * HtmlTextWriterTag.cs: Initial implementation.
  104. * IAttributeAccessor.cs: Initial implementation.
  105. * IDataBindingsAccessor.cs: Initial implementation.
  106. * ImageClickEventHandler.cs: Initial implementation.
  107. * INamingContainer.cs: Initial implementation.
  108. * IParserAccessor.cs: Initial implementation.
  109. * IPostBackDataHandler.cs: Initial implementation.
  110. * IPostBackEventHandler.cs: Initial implementation.
  111. * IStateManager.cs: Initial implementation.
  112. * ITagNameToTypeMapper.cs: Initial implementation.
  113. * ITemplate.cs: Initial implementation.
  114. * IValidator.cs: Initial implementation.
  115. * OutputCacheLocation.cs: Initial implementation.
  116. * PersistanceMode.cs: Initial implementation.
  117. * StateItem.cs: Initial implementation.
  118. 2001-08-27 Bob Smith <[email protected]>
  119. * Control.cs: Bug fixes and implementations.
  120. 2001-08-24 Bob Smith <[email protected]>
  121. * Control.cs: Bug fixes.
  122. 2001-08-23 Bob Smith <[email protected]>
  123. * Control.cs: More implementation. Events reworked for performance.
  124. 2001-08-22 Bob Smith <[email protected]>
  125. * LiteralControl.cs: Implemented.
  126. * Control.cs: Even more implementation (Events). What a beast.
  127. 2001-08-20 Bob Smith <[email protected]>
  128. * Control.cs: More implementation. Not done yet. Shutter.
  129. 2001-08-17 Bob Smith <[email protected]>
  130. * Control.cs: Partial implementation.