ChangeLog 4.4 KB

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