You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@ -1,160 +0,0 @@
|
||||
2007-01-20 Miguel de Icaza <miguel@novell.com>
|
||||
|
||||
* WebPart.cs: Remove
|
||||
|
||||
* PersonalizableAttribute.cs: Remove extra API that was wrong as well.
|
||||
|
||||
2006-11-28 Miguel de Icaza <miguel@novell.com>
|
||||
|
||||
* WebPart.cs:
|
||||
|
||||
2006-11-25 Marek Habersack <grendello@gmail.com>
|
||||
|
||||
* PersonalizableAttribute.cs: A few optimizations.
|
||||
|
||||
2006-11-20 Marek Habersack <grendello@gmail.com>
|
||||
|
||||
* PersonalizableAttribute.cs: Implementation of the
|
||||
PersonalizableAttribute class added.
|
||||
|
||||
2005-09-05 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* WebPartVerbCollection.cs: class is sealed.
|
||||
|
||||
2005-09-01 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* WebPart.cs: add some WebSysDescription/WebCategory attributes.
|
||||
|
||||
2005-08-31 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* ProviderConnectionPoint.cs: fix return types for GetObject and
|
||||
GetSecondaryInterfaces.
|
||||
|
||||
* ConnectionInterfaceCollection.cs: new implementation.
|
||||
|
||||
2005-08-17 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* WebPart.cs: add basic stubbed out (and mostly NYI)
|
||||
methods/properties.
|
||||
|
||||
* Part.cs: same.
|
||||
|
||||
2005-05-06 Lluis Sanchez Gual <lluis@novell.com>
|
||||
|
||||
* ConnectionPoint.cs: Fix warning.
|
||||
|
||||
2004-11-11 Martin Baulig <martin@ximian.com>
|
||||
|
||||
* WebPart.cs: Don't use String.Empty in attributes.
|
||||
|
||||
2004-09-29 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* WebPartVerb.cs: Added attributes.
|
||||
|
||||
2004-09-29 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* ConnectionPoint.cs: Initial implementation.
|
||||
* ConsumerConnectionPoint.cs:
|
||||
* ProviderConnectionPoint.cs: Added stubs.
|
||||
* TypeCollection.cs: Completed.
|
||||
|
||||
2004-09-29 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* IWebPart.cs: Added new property and removed extra property.
|
||||
* WebPart.cs: Corrected according to change in interface IWebPart.
|
||||
|
||||
2004-09-29 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* WebPartPageMenuMode.cs: Added new enumeration.
|
||||
|
||||
2004-09-28 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* Part.cs: Corrected access modifier of constructor.
|
||||
|
||||
2004-09-28 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* WebPart.cs: Updated source and fixed bug 66907.
|
||||
|
||||
2004-09-28 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* WebPartVerbCollection.cs: Completed and corrected implementation.
|
||||
|
||||
2004-09-28 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* WebPartVerbCollection.cs: Initial implementation.
|
||||
|
||||
2004-09-28 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* WebPartVerb.cs: Initial implementation.
|
||||
|
||||
2004-09-15 Gaurav Vaish <gaurav[dot]vaish[at]gmail[dot]com>
|
||||
|
||||
* Part.cs : Completed
|
||||
* WebPart.cs : Initial implementation
|
||||
|
||||
2004-08-31 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* ConnectionConsumerCallback.cs:
|
||||
* ConnectionProviderCallback.cs:
|
||||
* IFilter.cs:
|
||||
* IParameters.cs:
|
||||
* IPersonalizable.cs:
|
||||
* IVersioningPersonalizable.cs:
|
||||
* WebPartAuthorizationEventArgs.cs:
|
||||
* WebPartAuthorizationEventHandler.cs:
|
||||
* WebPartCancelEventHandler.cs:
|
||||
* WebPartConnectionsEventHandler.cs:
|
||||
* WebPartDisplayModeCancelEventHandler.cs:
|
||||
* WebPartDisplayModeEventHandler.cs:
|
||||
* WebPartEventHandler.cs:
|
||||
* WebPartVerbsEventHandler.cs: Minor modifications, compiler error
|
||||
corrections and removal of "sealed" specifier from *EventHandler.cs
|
||||
* WebPartDisplayMode.cs: Added new file.
|
||||
|
||||
2004-08-12 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* IField.cs:
|
||||
* IFilter.cs:
|
||||
* IParameters.cs:
|
||||
* IPersonalizable.cs:
|
||||
* IRow.cs:
|
||||
* ITable.cs:
|
||||
* ITrackingPersonalizable.cs:
|
||||
* ITransformerConfigurationControl.cs:
|
||||
* IVersioningPersonalizable.cs:
|
||||
* IWebActionable.cs:
|
||||
* IWebEditable.cs:
|
||||
* IWebPart.cs:
|
||||
* IWebPartHttpHandler.cs: Added new interfaces.
|
||||
|
||||
2004-08-12 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* ConnectionConsumerCallback.cs:
|
||||
* ConnectionProviderCallback.cs:
|
||||
* WebPartAuthorizationEventArgs.cs:
|
||||
* WebPartAuthorizationEventHandler.cs:
|
||||
* WebPartCancelEventArgs.cs:
|
||||
* WebPartCancelEventHandler.cs:
|
||||
* WebPartConnectionsEventArgs.cs:
|
||||
* WebPartConnectionsEventHandler.cs:
|
||||
* WebPartDisplayModeCancelEventArgs.cs:
|
||||
* WebPartDisplayModeCancelEventHandler.cs:
|
||||
* WebPartDisplayModeEventArgs.cs:
|
||||
* WebPartDisplayModeEventHandler.cs:
|
||||
* WebPartEventArgs.cs:
|
||||
* WebPartEventHandler.cs:
|
||||
* WebPartVerbsEventArgs.cs:
|
||||
* WebPartVerbsEventHandler.cs: Added new EventArgs and EventHandler.
|
||||
|
||||
2004-08-03 Sanjay Gupta <gsanjay@novell.com>
|
||||
|
||||
* ConnectionPointType.cs : Implemented enumeration.
|
||||
* PartChromeState.cs : Implemented enumeration.
|
||||
* PartChromeType.cs : Implemented enumeration.
|
||||
* PersonalizationScope.cs : Implemented enumeration.
|
||||
* WebPartExportMode.cs : Implemented enumeration.
|
||||
* WebPartHelpMode.cs : Implemented enumeration.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user