Merged
Conversation
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
…6531) * Backend of resource manager module supports arbitrary sorting order * Frontend of resource manager module supports arbitrary sorting order * Removes empty line with space
📈 Update caniuse database
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.25.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.32.0...v9.25.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.25.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Obsolete member 'memberA' overrides non-obsolete member 'memberB'. Remove DnnDeprecated attributes from methods within classes that are deprecated (they're already deprecated at the class level).
Argument type is not CLS-compliant
Identifier 'identifier' differing only in case is not CLS-compliant In cases where the duplicate member is deprecated and planned to be removed, disable the warnings with #pragma statements. Rename the Dnn.PersonaBar.Library.DTO namespace to Dnn.PersonaBar.Library.Dto
Identifier beginning with an underscore is not CLS-compliant
Remove the "user online" indicator from the Manage Users and Membership controls. Mark the admin/Sales PayPal integration pages & control as deprecated I did not yet change calls to PortalSecurity.InputFilter for usernames and things like that, instead suppressing those warnings.
…pgradeable for version 10.00.00
…nnot insert duplicate key in object 'dbo.ContentWorkflowStates'.
Use MSBuild instead of `nuget.exe` to restore packages
Fix HtmlModule 10 upgrade issues with localized sites
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.302 to 9.0.303. - [Release notes](https://github.com/dotnet/sdk/releases) - [Commits](dotnet/sdk@v9.0.302...v9.0.303) --- updated-dependencies: - dependency-name: dotnet-sdk dependency-version: 9.0.303 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…t-sdk-9.0.303 Bump dotnet-sdk from 9.0.302 to 9.0.303
…_and_yarn-e04d5d616f Bump form-data from 4.0.3 to 4.0.4 in the npm_and_yarn group
Bumps the npm_and_yarn group with 1 update: [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit). Updates `@eslint/plugin-kit` from 0.3.3 to 0.3.4 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.4/packages/plugin-kit) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-version: 0.3.4 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Fix/move tab stored procedures to avoid concurrency issues
Since we have a 10.1.0 sql script now, we need builds to produce that version in order to do any testing. This commits the version so that developers don't have a gazilion changes when doing a fix locally.
Bumped versions to 10.1.0
Fix typo in enhancement request issue template
Fixed an issue where IAdminMenuController was not registered in DI Closes #6636
Bumped Dnn.ClientDependency to v1.10.0
…_and_yarn-373e2693b3 Bump @eslint/plugin-kit from 0.3.3 to 0.3.4 in the npm_and_yarn group
Fixed an issue where IAdminMenuController was not registered in DI
Bumped Dnn.ClientDependency to v1.10.0
Closes #6601 The global personaBarSettings javascript objet is merged from the backend with some portal settings, I guess in some place, stuff was changed from PortalSettings to IPortalSettings which means we now have `PortalId` instead of `PortalID`. Luckily, it appears that value was only used in a few places, so this PR changes the casing in those places fixing the CSS module and some more areas affected by the same issue.
Fixed an issue where CustomCss module would not load
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
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.
This is a release management task, as per our policy, we are self-approving it.