ChangeLog 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. 2002-05-24 Duncan Mak <[email protected]>
  2. * TemplateControl.cs (SetStringResourcePointer): Fixed typo.
  3. * StateBag.cs (Item): Changed the visibility level of the this
  4. [object] indexer.
  5. Misc. formatting edits, fixing some bugs introduced by the indentation.
  6. * DataBinder.cs (Eval)
  7. (GetIndexedPropertyValue)
  8. (GetPropertyValue): Fixed return types.
  9. 2002-05-21 Miguel de Icaza <[email protected]>
  10. * HtmlTextWriter.cs: Use this to change the member instances.
  11. 2002-05-17 Duncan Mak <[email protected]>
  12. * AttributeCollection.cs:
  13. * ControlCollection.cs:
  14. * CssStyleCollection.cs:
  15. * DataBindingCollection.cs:
  16. * EmptyControlCollection.cs: Added missing Collection classes.
  17. 2002-05-17 Duncan Mak <[email protected]>
  18. * BaseParser.cs:
  19. * TemplateParser.cs: Implemented. BaseParser is weird because
  20. there is no documentation on what it does.
  21. * ControlBuilder.cs:
  22. * DataBinder.cs:
  23. * DataBinding.cs: Added.
  24. * DataBoundLiteralControl.cs:
  25. * Triplet.cs: Added.
  26. * RenderMethod.cs: Added this delegate for Control.cs
  27. 2002-05-15 Gonzalo Paniagua Javier <[email protected]>
  28. * ValidationPropertyAttribute.cs: a couple of fixes to make it compile.
  29. 2002-05-14 Duncan Mak <[email protected]>
  30. * ValidationPropertyAttribute.cs: Added to CVS.
  31. 2002-05-10 Duncan Mak <[email protected]>
  32. * ConstructorNeedsTagAttribute.cs:
  33. * ControlBuilderAttribute.cs:
  34. * ImageClickEventArgs.cs:
  35. * ParseChildrenAttribute.cs:
  36. * PartialCachingAttribute.cs:
  37. * PersistChildrenAttribute.cs:
  38. * PersistenceModeAttribute.cs:
  39. * TemplateContainerAttribute.cs: Added to CVS.
  40. * PersistanceMode.cs: Removed, fixed typo.
  41. * PersistenceMode.cs: Replacing above.
  42. * StateBag.cs (this): Fixed indexer, it takes a string as the
  43. index, not an object.
  44. * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection.
  45. * Page.cs (Validators): return type should be ValidatorCollection,
  46. not ValidatedCollection.
  47. * TagPrefixAttribute.cs: Added to CVS.
  48. 2002-05-07 Duncan Mak <[email protected]>
  49. * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
  50. 2002-03-26 Gaurav Vaish <[email protected]>
  51. * DataBindingHandlerAttribute.cs
  52. - Completed
  53. * ToolboxDataAttribute.cs - Completed
  54. 2002-01-03 Nick Drochak <[email protected]>
  55. * DesignTimeParseData.cs: initialze static member to avoid compile
  56. error
  57. * PropertyConverter.cs: remove uneeded exception variables from
  58. catch blocks.
  59. 2002-01-02 Nick Drochak <[email protected]>
  60. * DesignTimeParseData.cs: fix header to show correct class name
  61. 2001-12-21 Gaurav Vaish <[email protected]>
  62. * StateBag.cs - Completed
  63. 2001-12-19 Gaurav Vaish <[email protected]>
  64. * Pair.cs - Small undocumented class. Completed.
  65. 2001-12-18 Gaurav Vaish <[email protected]>
  66. * DesignTimeParseData.cs - Initial implementation
  67. * StateBag.cs - Initial implementation
  68. 2001-12-17 Gaurav Vaish <[email protected]>
  69. * PropertyConverter.cs - Undocumented class. Completed.
  70. * Utils.cs - Undocumented, private class.
  71. Initial implementation
  72. 2001-08-28 Bob Smith <[email protected]>
  73. * Control.cs: Figured out some undocumented API.
  74. * Added TODO.
  75. * BuildMethod.cs: Initial implementation.
  76. * BuildTemplateMethod.cs: Initial implementation.
  77. * HtmlTextWriterAttribute.cs: Initial implementation.
  78. * HtmlTextWriterStyle.cs: Initial implementation.
  79. * HtmlTextWriterTag.cs: Initial implementation.
  80. * IAttributeAccessor.cs: Initial implementation.
  81. * IDataBindingsAccessor.cs: Initial implementation.
  82. * ImageClickEventHandler.cs: Initial implementation.
  83. * INamingContainer.cs: Initial implementation.
  84. * IParserAccessor.cs: Initial implementation.
  85. * IPostBackDataHandler.cs: Initial implementation.
  86. * IPostBackEventHandler.cs: Initial implementation.
  87. * IStateManager.cs: Initial implementation.
  88. * ITagNameToTypeMapper.cs: Initial implementation.
  89. * ITemplate.cs: Initial implementation.
  90. * IValidator.cs: Initial implementation.
  91. * OutputCacheLocation.cs: Initial implementation.
  92. * PersistanceMode.cs: Initial implementation.
  93. * StateItem.cs: Initial implementation.
  94. 2001-08-27 Bob Smith <[email protected]>
  95. * Control.cs: Bug fixes and implementations.
  96. 2001-08-24 Bob Smith <[email protected]>
  97. * Control.cs: Bug fixes.
  98. 2001-08-23 Bob Smith <[email protected]>
  99. * Control.cs: More implementation. Events reworked for performance.
  100. 2001-08-22 Bob Smith <[email protected]>
  101. * LiteralControl.cs: Implemented.
  102. * Control.cs: Even more implementation (Events). What a beast.
  103. 2001-08-20 Bob Smith <[email protected]>
  104. * Control.cs: More implementation. Not done yet. Shutter.
  105. 2001-08-17 Bob Smith <[email protected]>
  106. * Control.cs: Partial implementation.