List:Commits« Previous MessageNext Message »
From:rburnett Date:August 14 2008 3:27pm
Subject:Connector/NET commit: r1363 - in branches/5.2: Documentation Documentation/CodeExamples Documentation/Content MySql.Web/Providers MySql.Web/Providers/...
View as plain text  
Modified:
   branches/5.2/Documentation/CodeExamples/MembershipCodeExample1.xml
   branches/5.2/Documentation/CodeExamples/MembershipCodeExample2.xml
   branches/5.2/Documentation/Content/Whats New.html
   branches/5.2/Documentation/help.shfb
   branches/5.2/MySql.Web/Providers/MySql.Web.csproj
   branches/5.2/MySql.Web/Providers/Source/Install.cs
   branches/5.2/MySql.Web/Providers/Source/MembershipProvider.cs
   branches/5.2/MySql.Web/Providers/Source/RoleProvider.cs
Log:
updated documentation files and settings so they don't crash with the latest build of Sandcastle  :8
Also updated the What's new page

Modified: branches/5.2/Documentation/CodeExamples/MembershipCodeExample1.xml
===================================================================
--- branches/5.2/Documentation/CodeExamples/MembershipCodeExample1.xml	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/Documentation/CodeExamples/MembershipCodeExample1.xml	2008-08-14 15:27:53 UTC (rev 1363)
@@ -12,7 +12,6 @@
           passwordAttemptWindow="20" 
           minRequiredNonAlphanumericCharacters="1" 
           minRequiredPasswordLength="11" 
-          passwordStrengthRegularExpression="@\"(?=.{6,})(?=(.*\d){1,})(?=(.*\W){1,})"
           applicationName="MyApplication" />
   </providers>
 </membership>

Modified: branches/5.2/Documentation/CodeExamples/MembershipCodeExample2.xml
===================================================================
--- branches/5.2/Documentation/CodeExamples/MembershipCodeExample2.xml	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/Documentation/CodeExamples/MembershipCodeExample2.xml	2008-08-14 15:27:53 UTC (rev 1363)
@@ -10,8 +10,7 @@
     <authorization>
       <deny users="?" />
     </authorization>
-    <membership defaultProvider="MySQLProvider"
-      userIsOnlineTimeWindow="15">
+    <membership defaultProvider="MySQLProvider" userIsOnlineTimeWindow="15">
       <providers>
         <add
           name="MySQLProvider"

Modified: branches/5.2/Documentation/Content/Whats New.html
===================================================================
--- branches/5.2/Documentation/Content/Whats New.html	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/Documentation/Content/Whats New.html	2008-08-14 15:27:53 UTC (rev 1363)
@@ -30,6 +30,10 @@
     <li>Changed to recommending @ as parameter marker</li>
     <li>BINARY(16) columns are now treated as Guid objects</li>
     <li>Added profile provider and improved provider schema</li>
+    <li>Implemented interactive session connection string option</li>
+    <li>Parameters schema collection now uses INFORMATION_SCHEMA when connected to
+        a 6.0 server</li>
+    <li>Added 'Functions Return String' connection string option</li>
 </ul>
 
 <b><p>Connector/Net 5.1</p></b>

Modified: branches/5.2/Documentation/help.shfb
===================================================================
--- branches/5.2/Documentation/help.shfb	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/Documentation/help.shfb	2008-08-14 15:27:53 UTC (rev 1363)
@@ -1,7 +1,7 @@
-<project schemaVersion="1.6.0.2">
+<project schemaVersion="1.6.0.7">
     <assemblies>
         <assembly assemblyPath="..\MySql.Data\Provider\bin\net-2.0\Release\MySql.Data.dll" xmlCommentsPath="..\MySql.Data\Provider\bin\net-2.0\Release\MySql.Data.xml" commentsOnly="False" />
-        <assembly assemblyPath="..\MySql.Web\Providers\bin\Release\MySql.Web.dll" xmlCommentsPath="..\MySql.Web\Providers\bin\Release\doc.xml" commentsOnly="False" />
+        <assembly assemblyPath="..\MySql.Web\Providers\bin\release\MySql.Web.dll" xmlCommentsPath="..\MySql.Web\Providers\bin\release\webdocs.xml" commentsOnly="False" />
     </assemblies>
     <namespaceSummaries>
         <namespaceSummaryItem name="" isDocumented="False" />
@@ -10,7 +10,7 @@
         <namespaceSummaryItem name="MySql.Data.Types" isDocumented="True" />
         <namespaceSummaryItem name="zlib" isDocumented="False" />
     </namespaceSummaries>
-    <additionalContent>
+    <additionalContent contentSiteMap="" topicFileTransform="">
         <contentItem sourcePath=".\Content\Compatibility.html" destPath="html\" excludeItems="False" />
         <contentItem sourcePath=".\Content\support.html" destPath="html\" excludeItems="False" />
         <contentItem sourcePath=".\Content\Whats New.html" destPath="html\" excludeItems="False" />
@@ -32,7 +32,7 @@
         </filter>
     </apiFilter>
     <ProjectSummary />
-    <MissingTags>Summary, Parameter, Returns</MissingTags>
+    <MissingTags>Summary, Parameter, Returns, TypeParameter</MissingTags>
     <VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected</VisibleItems>
     <HtmlHelp1xCompilerPath path="" />
     <HtmlHelp2xCompilerPath path="" />
@@ -41,12 +41,11 @@
     <WorkingPath path="" />
     <CleanIntermediates>False</CleanIntermediates>
     <KeepLogFile>True</KeepLogFile>
+    <BuildLogFile path="" />
     <HelpFileFormat>Help1xAndHelp2x</HelpFileFormat>
-    <PurgeDuplicateTopics>True</PurgeDuplicateTopics>
     <CppCommentsFixup>False</CppCommentsFixup>
     <FrameworkVersion>2.0.50727</FrameworkVersion>
-    <BinaryTOC>True</BinaryTOC>
-    <IncludeFavorites>False</IncludeFavorites>
+    <IndentHtml>False</IndentHtml>
     <Preliminary>False</Preliminary>
     <RootNamespaceContainer>True</RootNamespaceContainer>
     <RootNamespaceTitle>Reference</RootNamespaceTitle>
@@ -56,6 +55,7 @@
     <CopyrightHref>http://www.mysql.com</CopyrightHref>
     <CopyrightText>© 2004-2007 MySQL AB. All rights reserved.</CopyrightText>
     <FeedbackEMailAddress>support@stripped</FeedbackEMailAddress>
+    <FeedbackEMailLinkText />
     <HeaderText />
     <FooterText />
     <ProjectLinkType>Local</ProjectLinkType>
@@ -65,7 +65,11 @@
     <NamingMethod>MemberName</NamingMethod>
     <SyntaxFilters>Standard</SyntaxFilters>
     <ShowFeedbackControl>False</ShowFeedbackControl>
+    <BinaryTOC>True</BinaryTOC>
+    <IncludeFavorites>False</IncludeFavorites>
+    <CollectionTocStyle>Hierarchical</CollectionTocStyle>
+    <IncludeStopWordList>True</IncludeStopWordList>
+    <PlugInNamespaces>ms.vsipcc+, ms.vsexpresscc+</PlugInNamespaces>
+    <HelpFileVersion>1.0.0.0</HelpFileVersion>
     <ContentPlacement>AboveNamespaces</ContentPlacement>
-    <ContentSiteMap path="" />
-    <TopicFileTransform path="" />
 </project>
\ No newline at end of file

Modified: branches/5.2/MySql.Web/Providers/MySql.Web.csproj
===================================================================
--- branches/5.2/MySql.Web/Providers/MySql.Web.csproj	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/MySql.Web/Providers/MySql.Web.csproj	2008-08-14 15:27:53 UTC (rev 1363)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>9.0.21022</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{C28B1166-1380-445D-AEC1-8A18B990DD18}</ProjectGuid>
     <OutputType>Library</OutputType>
@@ -27,7 +27,8 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <NoWarn>1699</NoWarn>
-    <DocumentationFile>bin\debug\doc.xml</DocumentationFile>
+    <DocumentationFile>
+    </DocumentationFile>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -37,7 +38,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <NoWarn>1699</NoWarn>
-    <DocumentationFile>bin\release\doc.xml</DocumentationFile>
+    <DocumentationFile>bin\release\webdocs.xml</DocumentationFile>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />

Modified: branches/5.2/MySql.Web/Providers/Source/Install.cs
===================================================================
--- branches/5.2/MySql.Web/Providers/Source/Install.cs	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/MySql.Web/Providers/Source/Install.cs	2008-08-14 15:27:53 UTC (rev 1363)
@@ -31,9 +31,24 @@
 
 namespace MySql.Web.Security
 {
+    /// <summary>
+    /// 
+    /// </summary>
     [RunInstaller(true)]
     public class CustomInstaller : Installer
     {
+        /// <summary>
+        /// When overridden in a derived class, performs the installation.
+        /// </summary>
+        /// <param name="stateSaver">An <see cref="T:System.Collections.IDictionary"/> used to save information needed to perform a commit, rollback, or uninstall operation.</param>
+        /// <exception cref="T:System.ArgumentException">
+        /// The <paramref name="stateSaver"/> parameter is null.
+        /// </exception>
+        /// <exception cref="T:System.Exception">
+        /// An exception occurred in the <see cref="E:System.Configuration.Install.Installer.BeforeInstall"/> event handler of one of the installers in the collection.
+        /// -or-
+        /// An exception occurred in the <see cref="E:System.Configuration.Install.Installer.AfterInstall"/> event handler of one of the installers in the collection.
+        /// </exception>
         public override void Install(IDictionary stateSaver)
         {
             base.Install(stateSaver);
@@ -41,6 +56,16 @@
             AddProviderToMachineConfig();
         }
 
+        /// <summary>
+        /// When overridden in a derived class, removes an installation.
+        /// </summary>
+        /// <param name="savedState">An <see cref="T:System.Collections.IDictionary"/> that contains the state of the computer after the installation was complete.</param>
+        /// <exception cref="T:System.ArgumentException">
+        /// The saved-state <see cref="T:System.Collections.IDictionary"/> might have been corrupted.
+        /// </exception>
+        /// <exception cref="T:System.Configuration.Install.InstallException">
+        /// An exception occurred while uninstalling. This exception is ignored and the uninstall continues. However, the application might not be fully uninstalled after the uninstallation completes.
+        /// </exception>
         public override void Uninstall(IDictionary savedState)
         {
             base.Uninstall(savedState);

Modified: branches/5.2/MySql.Web/Providers/Source/MembershipProvider.cs
===================================================================
--- branches/5.2/MySql.Web/Providers/Source/MembershipProvider.cs	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/MySql.Web/Providers/Source/MembershipProvider.cs	2008-08-14 15:27:53 UTC (rev 1363)
@@ -52,7 +52,7 @@
     /// </para>
     /// </remarks>
     /// <example>
-    /// <code lang="" source="CodeExamples\MembershipCodeExample2.xml"/>
+    /// <code source="CodeExamples/MembershipCodeExample2.xml"/>
     /// </example>
     public sealed class MySQLMembershipProvider : MembershipProvider
     {
@@ -196,7 +196,7 @@
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
         /// The application name setting is being used.
-        /// <code lang="" source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override string ApplicationName
         {
@@ -213,7 +213,7 @@
         /// retrieved.</remarks>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override bool EnablePasswordReset
         {
@@ -231,7 +231,7 @@
         /// set to true then a <see cref="ProviderException"/> is thrown.</remarks>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override bool EnablePasswordRetrieval
         {
@@ -247,7 +247,7 @@
         /// reset and retrieval; otherwise, false. The default is false.</value>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override bool RequiresQuestionAndAnswer
         {
@@ -262,7 +262,7 @@
         /// otherwise, false. The default is true.</value>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override bool RequiresUniqueEmail
         {
@@ -277,7 +277,7 @@
         /// before the membership user is locked out.</value>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override int MaxInvalidPasswordAttempts
         {
@@ -292,7 +292,7 @@
         /// password-answer attempts are allowed before the membership user is locked out.</value>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override int PasswordAttemptWindow
         {
@@ -306,7 +306,7 @@
         /// values indicating the format for storing passwords in the data store.</value>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override MembershipPasswordFormat PasswordFormat
         {
@@ -320,7 +320,7 @@
         /// in a valid password.</value>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override int MinRequiredNonAlphanumericCharacters
         {
@@ -333,7 +333,7 @@
         /// <value>The minimum length required for a password. </value>
         /// <example>
         /// The following example shows the membership element being used in an applications web.config file.
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override int MinRequiredPasswordLength
         {
@@ -353,7 +353,7 @@
         /// <list>Contains at least one digit.</list>
         /// <list>Contains at least one special (non-alphanumeric) character.</list>
         /// </ul>
-        /// <code source="CodeExamples\MembershipCodeExample1.xml"/>
+        /// <code source="CodeExamples/MembershipCodeExample1.xml"/>
         /// </example>
         public override string PasswordStrengthRegularExpression
         {

Modified: branches/5.2/MySql.Web/Providers/Source/RoleProvider.cs
===================================================================
--- branches/5.2/MySql.Web/Providers/Source/RoleProvider.cs	2008-08-14 03:27:19 UTC (rev 1362)
+++ branches/5.2/MySql.Web/Providers/Source/RoleProvider.cs	2008-08-14 15:27:53 UTC (rev 1363)
@@ -126,7 +126,7 @@
         /// </summary>
         /// <value>The name of the application to store and retrieve role information for.</value>
         /// <example>
-        /// <code lang="" source="CodeExamples\RoleCodeExample1.xml"/>
+        /// <code source="CodeExamples\RoleCodeExample1.xml"/>
         /// </example>
         public override string ApplicationName
         {
@@ -141,7 +141,7 @@
         /// 	<c>true</c> if exceptions should be written to the event log; otherwise, <c>false</c>.
         /// </value>
         /// <example>
-        /// <code lang="" source="CodeExamples\RoleCodeExample1.xml"/>
+        /// <code source="CodeExamples\RoleCodeExample1.xml"/>
         /// </example>
         public bool WriteExceptionsToEventLog
         {

Thread
Connector/NET commit: r1363 - in branches/5.2: Documentation Documentation/CodeExamples Documentation/Content MySql.Web/Providers MySql.Web/Providers/...rburnett14 Aug