-
-
Notifications
You must be signed in to change notification settings - Fork 758
Updates release/10.0.1
with latest fixes from develop
#6530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a work in progress, the core idea is coded in but I need to add localization for the label/help and got into an unrelated issue with cultureCode I need to fix before getting back to this as it prevents testing it.
…/Dnn.Security/App_LocalResources/Security.resx Co-authored-by: Mitchel Sellers <[email protected]>
Bump Yarn to 4.9.1
Bumps the npm_and_yarn group with 2 updates: [esbuild](https://github.com/evanw/esbuild) and [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware). Updates `esbuild` from 0.25.2 to 0.25.3 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.2...v0.25.3) Updates `http-proxy-middleware` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.7...v2.0.9) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: http-proxy-middleware dependency-version: 2.0.9 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
…_and_yarn-6fabc8331b Bump the npm_and_yarn group with 2 updates
…Controller.cs Co-authored-by: Brian Dukes <[email protected]>
Refactored UserRequestIpController and added UI to manage header
Merge release/10.0.1 changes back into develop
Parameter documentation must match the parameters
A C# method, constructor, delegate or indexer element is missing documentation for one or more of its parameters.
The <summary> tag within an element's Xml header documentation contains the default text generated by Visual Studio during the creation of the element.
The <summary> tag within the documentation header for a C# code element is empty.
The <summary> or <content> tag within the documentation header for a C# code element is missing or empty.
The Xml header documentation for a C# element is missing a <summary> tag. Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnFormToggleButtonItem.cs Platform/DotNetNuke.Web/UI/WebControls/Internal/DnnGridTemplateColumn.cs
An item within a C# enumeration is missing an Xml documentation header.
A C# partial element is missing a documentation header.
A <param> tag within a C# element's documentation header is empty.
A C# method, constructor, delegate or indexer element is missing documentation for one or more of its parameters. Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SecurityController.cs Platform/DotNetNuke.Web.Mvc/Framework/ActionFilters/AuthorizeAttributeBase.cs Platform/Providers/FolderProviders/DotNetNuke.Providers.FolderProviders.csproj Platform/Website/DesktopModules/Admin/EditExtension/EditExtension.ascx.cs Platform/Website/DesktopModules/Admin/Security/ProfileDefinitions.ascx.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/ICloneModuleExecutionContext.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Security/Utility.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/ExtensionsController.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/SecurityController.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/UsersController.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Services/VocabulariesController.cs Dnn.AdminExperience/EditBar/Dnn.EditBar.UI/Services/LocalizationController.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Controllers/IPersonaBarUserSettingsController.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Repository/IPersonaBarExtensionRepository.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/LocalizationController.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/TabsController.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/Services/UserSettingsController.cs
A generic C# element is missing documentation for one or more of its generic type parameters.
A C# element is missing documentation for its return value.
A C# code file is missing a standard file header.
The <summary> or <content> tag within the documentation header for a C# code element is empty.
A C# partial element is missing a documentation header. Platform/DotNetNuke.Web/InternalServices/ContentWorkflowServiceController.cs Platform/Modules/MemberDirectory/DotNetNuke.Modules.MemberDirectory.csproj Platform/Modules/MemberDirectory/ViewModels/MemberDirectorySettingsModel.cs Platform/Website/DesktopModules/Admin/SearchResults/ResultsSettings.ascx.cs Platform/Website/DesktopModules/Admin/SearchResults/SearchResults.ascx.cs Platform/Website/DesktopModules/Admin/UrlManagement/UrlProviderSettings.ascx.cs Platform/Website/DesktopModules/AuthenticationServices/DNN/Settings.ascx.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Pages/PagesController.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/IModulesController.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/Command.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandHelp.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Models/CommandOption.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/ModulesController.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/CommandRepository.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Repositories/ICommandRepository.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/SqlConsole/SqlConsoleQuery.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Users/Prompt/Utilities.cs Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Dnn.PersonaBar.Extensions.csproj Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Dnn.PersonaBar.Library.csproj Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Helper/PortalHelper.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Attributes/ConsoleCommandAttribute.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/ConsoleCommandBase.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/IConsoleCommand.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/ConsoleErrorResultModel.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/PagingInfo.cs Dnn.AdminExperience/Library/Dnn.PersonaBar.UI/admin/personaBar/UserControls/PersonaBarContainer.ascx.cs
Documentation fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates
release/10.0.1
with latest fixes fromdevelop