From: Date: December 3 2008 9:35pm Subject: Connector/NET commit: r1471 - in branches/5.2: . MySql.Web/Providers/Source MySql.Web/Tests List-Archive: http://lists.mysql.com/commits/60547 X-Bug: 40871 Message-Id: <200812032035.mB3KZ21n010246@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/5.2/CHANGES branches/5.2/MySql.Web/Providers/Source/ProfileProvider.cs branches/5.2/MySql.Web/Tests/App.config Log: - removed code from profile provider that overrode Name and Description properties in error. This had the effect of not allowing you to override those values in the web.config (bug #40871) Modified: branches/5.2/CHANGES =================================================================== --- branches/5.2/CHANGES 2008-12-03 19:41:28 UTC (rev 1470) +++ branches/5.2/CHANGES 2008-12-03 20:35:02 UTC (rev 1471) @@ -5,6 +5,8 @@ date and time when sent to the server (bug #41021) - fixed sproc parameter parsing so that a space between the type and size spec would not cause a problem (bug #41034) +- removed code from profile provider that overrode Name and Description properties in error. This had the + effect of not allowing you to override those values in the web.config (bug #40871) Version 5.2.5 - 11/14/2008 - fixed problem with package registration that kept the DDEX provider from working (bug #40726) Modified: branches/5.2/MySql.Web/Providers/Source/ProfileProvider.cs =================================================================== --- branches/5.2/MySql.Web/Providers/Source/ProfileProvider.cs 2008-12-03 19:41:28 UTC (rev 1470) +++ branches/5.2/MySql.Web/Providers/Source/ProfileProvider.cs 2008-12-03 20:35:02 UTC (rev 1471) @@ -393,26 +393,6 @@ } /// - /// Gets the friendly name used to refer to the provider during configuration. - /// - /// - /// The friendly name used to refer to the provider during configuration. - public override string Name - { - get { return "MySQLProfileProvider"; } - } - - /// - /// Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). - /// - /// - /// A brief, friendly description suitable for display in administrative tools or other UIs. - public override string Description - { - get { return "MySQL Profile provider"; } - } - - /// /// Returns the collection of settings property values for the specified application instance and settings property group. /// /// A describing the current application use. Modified: branches/5.2/MySql.Web/Tests/App.config =================================================================== --- branches/5.2/MySql.Web/Tests/App.config 2008-12-03 19:41:28 UTC (rev 1470) +++ branches/5.2/MySql.Web/Tests/App.config 2008-12-03 20:35:02 UTC (rev 1471) @@ -10,7 +10,7 @@ + applicationName="/" type="MySql.Web.Profile.MySQLProfileProvider, mysql.web, Version=5.2.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/>