Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-092004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* WebServiceCompiler.cs: fix buglet in my last commit. svn path=/branches/mono-1-0/mcs/; revision=33602
2004-09-082004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* TraceContext.cs: when IsEnabled has not been set, return the value from the TraceManager. Fixes bug #63469. svn path=/branches/mono-1-0/mcs/; revision=33557
2004-09-082004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpValueCollection.cs: fixed signature of ToString (). Closes bug #65392. svn path=/branches/mono-1-0/mcs/; revision=33556
2004-09-052004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* System.Web.Compilation/BaseCompiler.cs: * System.Web.Compilation/CachingCompiler.cs: * System.Web.Compilation/WebServiceCompiler.cs: * System.Web.UI/SimpleWebHandlerParser.cs: correctly cache Type instead of the assembly for ashx/asmx. Otherwise we need to open the file and check for the class name in there. Thanks to Ben for pointing this out. svn path=/branches/mono-1-0/mcs/; revision=33383
2004-09-05 * Control.cs: don't create the EventHandlerList until requested.Gonzalo Paniagua Javier
svn path=/branches/mono-1-0/mcs/; revision=33381
2004-09-052004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* TemplateParser.cs: removed creation of StringWriter. It's not used. svn path=/branches/mono-1-0/mcs/; revision=33378
2004-09-052004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpApplication.cs: only add/remove to/from the timeout manager when we're in a interruptible step. svn path=/branches/mono-1-0/mcs/; revision=33377
2004-09-02This commit was manufactured by cvs2svn to create branch 'mono-1-0'.nobody
svn path=/branches/mono-1-0/mcs/; revision=33197
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* CachingCompiler.cs: don't try to watch for changes in system assemblies. Fixes bug #64871. svn path=/branches/mono-1-0/mcs/; revision=33185
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* CachingCompiler.cs: don't try to watch for changes in system assemblies. Fixes bug #64871. svn path=/trunk/mcs/; revision=33184
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* LiteralControl.cs: stylized. This control has EnableViewState disabled by default and doesn't get an automatic ID. When text is null -> "". svn path=/branches/mono-1-0/mcs/; revision=33180
2004-09-022004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* LiteralControl.cs: stylized. This control has EnableViewState disabled by default and doesn't get an automatic ID. When text is null -> "". svn path=/trunk/mcs/; revision=33179
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Xml.cs: fixed get_DocumentContent (it was returning "" always!) and don't call MapPathSecure on the content itself. * XmlBuilder.cs: handle XML documents written inside asp:xml. The document is checked at parse time and will be checked again at run time. Fixes bug #63828. svn path=/branches/mono-1-0/mcs/; revision=33177
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* AspGenerator.cs: handle builders that need to process inner text with tags. * Location.cs: added setters for the properties. svn path=/branches/mono-1-0/mcs/; revision=33176
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Xml.cs: fixed get_DocumentContent (it was returning "" always!) and don't call MapPathSecure on the content itself. * XmlBuilder.cs: handle XML documents written inside asp:xml. The document is checked at parse time and will be checked again at run time. Fixes bug #63828. svn path=/trunk/mcs/; revision=33175
2004-09-012004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* AspGenerator.cs: handle builders that need to process inner text with tags. * Location.cs: added setters for the properties. svn path=/trunk/mcs/; revision=33174
2004-08-312004-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpRuntime.cs: removed initializations to null in .cctor. Prevent other requests from avoiding the lock if they are received before the configuration system is inited. Ensure that the queue manager is not null before using it (it can be null while the first request is being processed). svn path=/branches/mono-1-0/mcs/; revision=33115
2004-08-312004-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpRuntime.cs: initialize the response writer when finishing a request because it cannot be queued. Under heavy load we made new requests be processed before the ones that might be queued. This is no longer the case. * QueueManager.cs: instead of queueing/dequeuing separately, we now have a single method that does everything needed to decide which one will be the next request processed. svn path=/trunk/mcs/; revision=33113
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
System.Web.dll.sources: Added new interfaces in System.Web.UI.WebControls.WebParts namespace. svn path=/trunk/mcs/; revision=33098
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
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. svn path=/trunk/mcs/; revision=33097
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
System.Web.dll.sources: Added new *EventArgs.cs and *EventHandler in System.Web.UI.WebControls namespace. svn path=/trunk/mcs/; revision=33094
2004-08-31ChangeLog: Updated ChangeLogSanja Gupta
AuthenticateEventHandler.cs CreateUserErrorEventArgs.cs CreateUserErrorEventHandler.cs DetailsViewCommandEventHandler.cs DetailsViewDeleteEventArgs.cs DetailsViewDeleteEventHandler.cs DetailsViewDeletedEventArgs.cs DetailsViewDeletedEventHandler.cs DetailsViewInsertEventArgs.cs DetailsViewInsertEventHandler.cs DetailsViewInsertedEventArgs.cs DetailsViewInsertedEventHandler.cs DetailsViewModeEventArgs.cs DetailsViewModeEventHandler.cs DetailsViewPageEventHandler.cs DetailsViewUpdateEventArgs.cs DetailsViewUpdateEventHandler.cs DetailsViewUpdatedEventArgs.cs DetailsViewUpdatedEventHandler.cs FormViewCommandEventHandler.cs FormViewDeleteEventArgs.cs FormViewDeleteEventHandler.cs FormViewDeletedEventArgs.cs FormViewDeletedEventHandler.cs FormViewInsertEventArgs.cs FormViewInsertEventHandler.cs FormViewInsertedEventArgs.cs FormViewInsertedEventHandler.cs FormViewModeEventHandler.cs FormViewPageEventHandler.cs FormViewUpdateEventArgs.cs FormViewUpdateEventHandler.cs FormViewUpdatedEventArgs.cs FormViewUpdatedEventHandler.cs GridViewCancelEditEventArgs.cs GridViewCancelEditEventHandler.cs GridViewCommandEventHandler.cs GridViewDeleteEventArgs.cs GridViewDeleteEventHandler.cs GridViewDeletedEventArgs.cs GridViewDeletedEventHandler.cs GridViewEditEventHandler.cs GridViewPageEventHandler.cs GridViewRowEventHandler.cs GridViewSelectEventHandler.cs GridViewSortEventArgs.cs GridViewSortEventHandler.cs GridViewUpdateEventArgs.cs GridViewUpdateEventHandler.cs GridViewUpdatedEventArgs.cs GridViewUpdatedEventHandler.cs ImageMapEventHandler.cs MailMessageEventHandler.cs MenuEventHandler.cs ObjectDataSourceDisposingEventHandler.cs ObjectDataSourceEventHandler.cs ObjectDataSourceMethodEventArgs.cs ObjectDataSourceMethodEventHandler.cs ObjectDataSourceSelectingEventArgs.cs ObjectDataSourceSelectingEventHandler.cs ObjectDataSourceStatusEventArgs.cs ObjectDataSourceStatusEventHandler.cs SendMailErrorEventHandler.cs SiteMapNodeItemEventHandler.cs SqlDataSourceSelectingEventArgs.cs SqlDataSourceSelectingEventHandler.cs TreeNodeEventHandler.cs WizardNavigationEventArgs.cs WizardNavigationEventHandler.cs : Minor modifications, compiler error corrections and removal of "sealed" modifier in *EventHandler.cs svn path=/trunk/mcs/; revision=33092
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
System.Web.dll.sources: Added new delegates in System.Web.SessionState and System.Web.UI. svn path=/trunk/mcs/; revision=33083
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
SessionStateItemExpireCallback.cs: Explicit modifier "sealed" not required in definition as delegates, by default are sealed. svn path=/trunk/mcs/; revision=33082
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
ControlSkinProc.cs: DataSourceViewOperationCallback.cs: DataSourceViewSelectCallback.cs: ExtractTemplateValuesMethod.cs: Explicit modifier "sealed" not required in definition as delegates, by default are sealed. svn path=/trunk/mcs/; revision=33081
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
System.Web.dll.sources: Added new interfaces in System.Web.SessionState and System.Web.UI. svn path=/trunk/mcs/; revision=33080
2004-08-31ChangeLog: Updated ChangeLog.Sanja Gupta
IDReferencePropertyAttribute.cs: Corrected and changed from interface to class. IMobileTextWriter.cs: Corrected method signatures. svn path=/trunk/mcs/; revision=33079
2004-08-30ChangeLog: Updated ChangeLogSanja Gupta
MailMessage.cs: MailMessageWrapper.cs: SmtpClient.cs: Fields property of MailMessage from .Net 1.1 was not handled completely. svn path=/branches/mono-1-0/mcs/; revision=33033
2004-08-272004-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpRuntime.cs: removed initializations to null in .cctor. Prevent other requests from avoiding the lock if they are received before the configuration system is inited. Ensure that the queue manager is not null before using it (it can be null while the first request is being processed). svn path=/branches/mono-1-0/mcs/; revision=32941
2004-08-272004-08-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpRuntime.cs: removed initializations to null in .cctor. Prevent other requests from avoiding the lock if they are received before the configuration system is inited. Ensure that the queue manager is not null before using it (it can be null while the first request is being processed). svn path=/trunk/mcs/; revision=32940
2004-08-27ChangeLog: Updated ChangeLogSanja Gupta
MailMessageWrapper.cs: Added a comment to add Date header. SmtpClient.cs: Updated functionality to add RelatedBodyPart to MIME message. svn path=/trunk/mcs/; revision=32928
2004-08-26ChangeLog: Updated ChangeLog.Sanja Gupta
SmtpClient.cs: Added functionality to add RelatedBodyPart to MIME message. svn path=/trunk/mcs/; revision=32874
2004-08-25ChangeLog: Updated ChangeLog.Sanja Gupta
MailMessageWrapper.cs: Added NET_2_0 property and another missing property from NET_1_1. RelatedBodyPart.cs: Error detection and handling. SmtpClient.cs: Upgraded for NET_1_1 and WIP for NET_2_0. svn path=/trunk/mcs/; revision=32822
2004-08-232004-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* FormsAuthentication.cs: patch by Jim Pease to fix the date on renewal. svn path=/branches/mono-1-0/mcs/; revision=32709
2004-08-232004-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* FormsAuthentication.cs: patch by Jim Pease to fix the date on renewal. svn path=/trunk/mcs/; revision=32708
2004-08-23ChangeLog: Updated ChangeLog.Sanja Gupta
Literal.cs: Added new attributes and property for .Net 2.0 svn path=/trunk/mcs/; revision=32697
2004-08-232004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* FormsAuthenticationModule.cs: don't renew expired cookies. Only renew the cookie if SlidingExpiration is set. Thanks to Jim Pease. svn path=/branches/mono-1-0/mcs/; revision=32677
2004-08-232004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* FormsAuthenticationModule.cs: don't renew expired cookies. Only renew the cookie if SlidingExpiration is set. Thanks to Jim Pease. svn path=/trunk/mcs/; revision=32676
2004-08-232004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpServerUtility.cs: ensure we have a full virtual path for the request being executed. svn path=/branches/mono-1-0/mcs/; revision=32671
2004-08-23same fix as in HEADGonzalo Paniagua Javier
svn path=/branches/mono-1-0/mcs/; revision=32670
2004-08-232004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* HttpServerUtility.cs: ensure we have a full virtual path for the request being executed. svn path=/trunk/mcs/; revision=32669
2004-08-232004-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* WebConfigurationSettings.cs: fix bug when processing empty location tags. Closes bug #63001. svn path=/trunk/mcs/; revision=32667
2004-08-18ChangeLog: Updated ChangeLog.Sanja Gupta
MailEncoding.cs: MailFormat.cs: MailPriority.cs: Added NET_2_0 attribute. svn path=/trunk/mcs/; revision=32481
2004-08-18ChangeLog: Updated ChangeLog.Sanja Gupta
System.Web.dll.sources: Added new file RelatedBodyPart.cs. svn path=/trunk/mcs/; revision=32477
2004-08-18ChangeLog: Updated ChangeLog.Sanja Gupta
MailMessage.cs: Added new property RelatedBodyParts. RelatedBodyPart.cs: Added new file. svn path=/trunk/mcs/; revision=32476
2004-08-17Add attributes.Duncan Mak
svn path=/trunk/mcs/; revision=32414
2004-08-13ChangeLog: Updated ChangeLog.Sanja Gupta
GridViewDeleteEventArgs.cs: Removed extra code. svn path=/trunk/mcs/; revision=32303
2004-08-12ChangeLog: Updated ChangeLog.Sanja Gupta
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. svn path=/trunk/mcs/; revision=32261
2004-08-12ChangeLog: Updated ChangeLog.Sanja Gupta
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 EventHandlers. svn path=/trunk/mcs/; revision=32259
2004-08-12ChangeLog: Updated ChangeLog.Sanja Gupta
SendMailErrorEventArgs.cs: SendMailErrorEventHandler.cs: SiteMapNodeItemEventArgs.cs: SiteMapNodeItemEventHandler.cs: SqlDataSourceSelectingEventArgs.cs: SqlDataSourceSelectingEventHandler.cs: TreeNodeEventArgs.cs: TreeNodeEventHandler.cs: WizardNavigationEventArgs.cs: WizardNavigationEventHandler.cs: Added new event args and handlers. svn path=/trunk/mcs/; revision=32255