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 @@
}
/// <summary>
- /// Gets the friendly name used to refer to the provider during configuration.
- /// </summary>
- /// <value></value>
- /// <returns>The friendly name used to refer to the provider during
configuration.</returns>
- public override string Name
- {
- get { return "MySQLProfileProvider"; }
- }
-
- /// <summary>
- /// Gets a brief, friendly description suitable for display in administrative
tools or other user interfaces (UIs).
- /// </summary>
- /// <value></value>
- /// <returns>A brief, friendly description suitable for display in
administrative tools or other UIs.</returns>
- public override string Description
- {
- get { return "MySQL Profile provider"; }
- }
-
- /// <summary>
/// Returns the collection of settings property values for the specified
application instance and settings property group.
/// </summary>
/// <param name="context">A <see
cref="T:System.Configuration.SettingsContext"/> describing the current application
use.</param>
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 @@
<providers>
<clear/>
<add name="MySqlProfileProvider" connectionStringName="LocalMySqlServer"
- applicationName="/" type="MySql.Web.Profile.MySQLProfileProvider, mysql.web,
Version=5.2.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/>
+ applicationName="/" type="MySql.Web.Profile.MySQLProfileProvider, mysql.web,
Version=5.2.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/>
</providers>
<properties>
<add name="Name"/>
| Thread |
|---|
| • Connector/NET commit: r1471 - in branches/5.2: . MySql.Web/Providers/Source MySql.Web/Tests | rburnett | 3 Dec |