ChangeLog 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. 2005-09-05 Chris Toshok <[email protected]>
  2. * WebPartVerbCollection.cs: class is sealed.
  3. 2005-09-01 Chris Toshok <[email protected]>
  4. * WebPart.cs: add some WebSysDescription/WebCategory attributes.
  5. 2005-08-31 Chris Toshok <[email protected]>
  6. * ProviderConnectionPoint.cs: fix return types for GetObject and
  7. GetSecondaryInterfaces.
  8. * ConnectionInterfaceCollection.cs: new implementation.
  9. 2005-08-17 Chris Toshok <[email protected]>
  10. * WebPart.cs: add basic stubbed out (and mostly NYI)
  11. methods/properties.
  12. * Part.cs: same.
  13. 2005-05-06 Lluis Sanchez Gual <[email protected]>
  14. * ConnectionPoint.cs: Fix warning.
  15. 2004-11-11 Martin Baulig <[email protected]>
  16. * WebPart.cs: Don't use String.Empty in attributes.
  17. 2004-09-29 Sanjay Gupta <[email protected]>
  18. * WebPartVerb.cs: Added attributes.
  19. 2004-09-29 Sanjay Gupta <[email protected]>
  20. * ConnectionPoint.cs: Initial implementation.
  21. * ConsumerConnectionPoint.cs:
  22. * ProviderConnectionPoint.cs: Added stubs.
  23. * TypeCollection.cs: Completed.
  24. 2004-09-29 Sanjay Gupta <[email protected]>
  25. * IWebPart.cs: Added new property and removed extra property.
  26. * WebPart.cs: Corrected according to change in interface IWebPart.
  27. 2004-09-29 Sanjay Gupta <[email protected]>
  28. * WebPartPageMenuMode.cs: Added new enumeration.
  29. 2004-09-28 Sanjay Gupta <[email protected]>
  30. * Part.cs: Corrected access modifier of constructor.
  31. 2004-09-28 Sanjay Gupta <[email protected]>
  32. * WebPart.cs: Updated source and fixed bug 66907.
  33. 2004-09-28 Sanjay Gupta <[email protected]>
  34. * WebPartVerbCollection.cs: Completed and corrected implementation.
  35. 2004-09-28 Sanjay Gupta <[email protected]>
  36. * WebPartVerbCollection.cs: Initial implementation.
  37. 2004-09-28 Sanjay Gupta <[email protected]>
  38. * WebPartVerb.cs: Initial implementation.
  39. 2004-09-15 Gaurav Vaish <gaurav[dot]vaish[at]gmail[dot]com>
  40. * Part.cs : Completed
  41. * WebPart.cs : Initial implementation
  42. 2004-08-31 Sanjay Gupta <[email protected]>
  43. * ConnectionConsumerCallback.cs:
  44. * ConnectionProviderCallback.cs:
  45. * IFilter.cs:
  46. * IParameters.cs:
  47. * IPersonalizable.cs:
  48. * IVersioningPersonalizable.cs:
  49. * WebPartAuthorizationEventArgs.cs:
  50. * WebPartAuthorizationEventHandler.cs:
  51. * WebPartCancelEventHandler.cs:
  52. * WebPartConnectionsEventHandler.cs:
  53. * WebPartDisplayModeCancelEventHandler.cs:
  54. * WebPartDisplayModeEventHandler.cs:
  55. * WebPartEventHandler.cs:
  56. * WebPartVerbsEventHandler.cs: Minor modifications, compiler error
  57. corrections and removal of "sealed" specifier from *EventHandler.cs
  58. * WebPartDisplayMode.cs: Added new file.
  59. 2004-08-12 Sanjay Gupta <[email protected]>
  60. * IField.cs:
  61. * IFilter.cs:
  62. * IParameters.cs:
  63. * IPersonalizable.cs:
  64. * IRow.cs:
  65. * ITable.cs:
  66. * ITrackingPersonalizable.cs:
  67. * ITransformerConfigurationControl.cs:
  68. * IVersioningPersonalizable.cs:
  69. * IWebActionable.cs:
  70. * IWebEditable.cs:
  71. * IWebPart.cs:
  72. * IWebPartHttpHandler.cs: Added new interfaces.
  73. 2004-08-12 Sanjay Gupta <[email protected]>
  74. * ConnectionConsumerCallback.cs:
  75. * ConnectionProviderCallback.cs:
  76. * WebPartAuthorizationEventArgs.cs:
  77. * WebPartAuthorizationEventHandler.cs:
  78. * WebPartCancelEventArgs.cs:
  79. * WebPartCancelEventHandler.cs:
  80. * WebPartConnectionsEventArgs.cs:
  81. * WebPartConnectionsEventHandler.cs:
  82. * WebPartDisplayModeCancelEventArgs.cs:
  83. * WebPartDisplayModeCancelEventHandler.cs:
  84. * WebPartDisplayModeEventArgs.cs:
  85. * WebPartDisplayModeEventHandler.cs:
  86. * WebPartEventArgs.cs:
  87. * WebPartEventHandler.cs:
  88. * WebPartVerbsEventArgs.cs:
  89. * WebPartVerbsEventHandler.cs: Added new EventArgs and EventHandler.
  90. 2004-08-03 Sanjay Gupta <[email protected]>
  91. * ConnectionPointType.cs : Implemented enumeration.
  92. * PartChromeState.cs : Implemented enumeration.
  93. * PartChromeType.cs : Implemented enumeration.
  94. * PersonalizationScope.cs : Implemented enumeration.
  95. * WebPartExportMode.cs : Implemented enumeration.
  96. * WebPartHelpMode.cs : Implemented enumeration.