From 0ab8e15f0592c0529a2f9fe37edd5aab2d8c474f Mon Sep 17 00:00:00 2001 From: Anthony Stivers Date: Tue, 10 Jul 2018 15:56:47 -0400 Subject: [PATCH 1/3] [Fixes #1866] Fix ActivePage declarations * Fix missing activepage declarations * Change activepage declarations to correct values * Add missing ActivePage --- .../Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml | 1 + .../Identity/Pages/Account/Manage/DeletePersonalData.cshtml | 2 +- .../Identity/Pages/Account/Manage/DownloadPersonalData.cshtml | 2 +- .../Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml | 1 + src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml | 1 + .../Pages/Account/Manage/TwoFactorAuthentication.cshtml | 1 + 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml index 878f3afdde..21cfadb73d 100644 --- a/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml +++ b/src/UI/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml @@ -2,6 +2,7 @@ @model ChangePasswordModel @{ ViewData["Title"] = "Change password"; + ViewData["ActivePage"] = ManageNavPages.ChangePassword; }

@ViewData["Title"]

diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/DeletePersonalData.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/DeletePersonalData.cshtml index e76617d469..eb1bc438ec 100644 --- a/src/UI/Areas/Identity/Pages/Account/Manage/DeletePersonalData.cshtml +++ b/src/UI/Areas/Identity/Pages/Account/Manage/DeletePersonalData.cshtml @@ -2,7 +2,7 @@ @model DeletePersonalDataModel @{ ViewData["Title"] = "Delete Personal Data"; - ViewData["ActivePage"] = ManageNavPages.DeletePersonalData; + ViewData["ActivePage"] = ManageNavPages.PersonalData; }

@ViewData["Title"]

diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml index a4f5ca4814..fa300e7b38 100644 --- a/src/UI/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml +++ b/src/UI/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml @@ -2,7 +2,7 @@ @model DownloadPersonalDataModel @{ ViewData["Title"] = "Download Your Data"; - ViewData["ActivePage"] = ManageNavPages.DownloadPersonalData; + ViewData["ActivePage"] = ManageNavPages.PersonalData; }

@ViewData["Title"]

diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml index b5592871e6..f1992da2d4 100644 --- a/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml +++ b/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml @@ -2,6 +2,7 @@ @model ExternalLoginsModel @{ ViewData["Title"] = "Manage your external logins"; + ViewData["ActivePage"] = ManageNavPages.ExternalLogins; } @Html.Partial("_StatusMessage", Model.StatusMessage) diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml index c7d3da0bd6..cf71af3425 100644 --- a/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml +++ b/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml @@ -2,6 +2,7 @@ @model IndexModel @{ ViewData["Title"] = "Profile"; + ViewData["ActivePage"] = ManageNavPages.Index; }

@ViewData["Title"]

diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml index d03b52f0d0..bfd2791584 100644 --- a/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml +++ b/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml @@ -2,6 +2,7 @@ @model TwoFactorAuthenticationModel @{ ViewData["Title"] = "Two-factor authentication (2FA)"; + ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication; } @Html.Partial("_StatusMessage", Model.StatusMessage) From d6cb9c212759964d7b80b0035e0964c1bfb4f014 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 11 Jul 2018 18:48:58 -0700 Subject: [PATCH 2/3] Updating dependencies to 2.1.2 and adding a section for pinned variable versions --- build/dependencies.props | 17 ++++++++++++----- korebuild-lock.txt | 4 ++-- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index ce8939952d..4fb832b2e5 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -2,9 +2,11 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - + + + 0.9.9 - 2.1.1-rtm-15793 + 2.1.3-rtm-15802 2.1.1 2.1.1 2.1.1 @@ -27,8 +29,8 @@ 2.1.1 2.1.1 2.1.1 - 2.1.1 - 2.1.1 + 2.1.2 + 2.1.2 2.1.1 2.1.1 2.1.0 @@ -60,7 +62,7 @@ 3.14.2 5.2.0 2.0.0 - 2.1.1 + 2.1.2 2.1.1 15.6.1 3.0.1 @@ -72,5 +74,10 @@ 2.3.1 2.4.0-beta.1.build3945 + + + + + diff --git a/korebuild-lock.txt b/korebuild-lock.txt index bc84e0cd53..251c227c83 100644 --- a/korebuild-lock.txt +++ b/korebuild-lock.txt @@ -1,2 +1,2 @@ -version:2.1.1-rtm-15793 -commithash:988313f4b064d6c69fc6f7b845b6384a6af3447a +version:2.1.3-rtm-15802 +commithash:a7c08b45b440a7d2058a0aa1eaa3eb6ba811976a From 2634637fd535b229762b5e4a49cdd128f4d8f12e Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 12 Jul 2018 11:54:12 -0700 Subject: [PATCH 3/3] Pin version variables to the ASP.NET Core 2.1.2 baseline This reverts our previous policy of cascading versions on all servicing updates. This moves variables into the 'pinned' section, and points them to the latest stable release (versions that were used at the time of the 2.1.2 release). --- build/dependencies.props | 45 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 4fb832b2e5..bdaba1763e 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,9 +4,30 @@ - + 0.9.9 2.1.3-rtm-15802 + 2.2.1 + 2.3.2 + 3.14.2 + 5.2.0 + 2.0.0 + 2.1.2 + 15.6.1 + 3.0.1 + 4.7.49 + 2.0.3 + 4.5.0 + 0.8.0 + 2.3.1 + 2.4.0-beta.1.build3945 + + + + + + + 2.1.1 2.1.1 2.1.1 @@ -34,8 +55,6 @@ 2.1.1 2.1.1 2.1.0 - 2.2.1 - 2.3.2 2.1.1 2.1.1 2.1.1 @@ -59,25 +78,7 @@ 2.1.1 2.1.1 2.1.1 - 3.14.2 - 5.2.0 - 2.0.0 - 2.1.2 2.1.1 - 15.6.1 - 3.0.1 2.1.1 - 4.7.49 - 2.0.3 - 4.5.0 - 0.8.0 - 2.3.1 - 2.4.0-beta.1.build3945 - - - - - - - + \ No newline at end of file