Skip to content
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

Release/9.7.0 #4009

Merged
merged 79 commits into from
Aug 25, 2020
Merged

Release/9.7.0 #4009

merged 79 commits into from
Aug 25, 2020

Commits on May 28, 2020

  1. Moving Prompt from AE to Core

    donker committed May 28, 2020
    Configuration menu
    Copy the full SHA
    041fbd5 View commit details
    Browse the repository at this point in the history
  2. One more interface

    donker committed May 28, 2020
    Configuration menu
    Copy the full SHA
    bbd7657 View commit details
    Browse the repository at this point in the history
  3. Fix to add module

    donker committed May 28, 2020
    Configuration menu
    Copy the full SHA
    2f06afb View commit details
    Browse the repository at this point in the history
  4. Update licenses

    donker committed May 28, 2020
    Configuration menu
    Copy the full SHA
    b851bcc View commit details
    Browse the repository at this point in the history
  5. More licenses

    donker committed May 28, 2020
    Configuration menu
    Copy the full SHA
    224db03 View commit details
    Browse the repository at this point in the history
  6. And more

    donker committed May 28, 2020
    Configuration menu
    Copy the full SHA
    c512b32 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. backup

    valadas committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    46f1337 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. SA12xx fixes - rearrange members

    Also adjusted some whitespace and moved a couple of classes into
    separate files
    bdukes committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a264121 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge pull request #3882 from bdukes/style-cop-fixes

    SA12xx fixes - rearrange members
    mitchelsellers authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    80b6b2c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    d739a0c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Fix bug #3849 causing captcha image not to show in IE 11 (#3890)

    Co-authored-by: Derek Sjak-Shie <derek.sjak-shie@dotcontrol.com>
    dsjak-shie and Derek Sjak-Shie authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f378695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0a0fd View commit details
    Browse the repository at this point in the history
  3. Update DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelper.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    donker and bdukes authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7a83e75 View commit details
    Browse the repository at this point in the history
  4. Update DNN Platform/DotNetNuke.Web.Mvc/Helpers/DnnHelper.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    donker and bdukes authored Jul 6, 2020
    Configuration menu
    Copy the full SHA
    9b164d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    28ac71d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3888 from dnnsoftware/fix-merge-conflict-962

    Merge latest changes from 9.6.2 into develop
    valadas authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    f5240f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a64d79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08698c7 View commit details
    Browse the repository at this point in the history
  5. Merge branch develop into mvprompt

    # Conflicts:
    #	DNN Platform/DotNetNuke.Abstractions/INavigationManager.cs
    #	DNN Platform/DotNetNuke.Abstractions/Portals/IPortalSettings.cs
    #	DNN Platform/Library/Entities/Modules/Settings/SettingsRepository.cs
    #	DNN Platform/Library/Entities/Portals/PortalAliasInfo.cs
    #	DNN Platform/Library/Entities/Portals/PortalSettings.cs
    #	DNN Platform/Library/Entities/Users/UserInfo.cs
    #	Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Commands/ListCommands.cs
    #	Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/AddModule.cs
    #	Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/Commands/Module/ListModules.cs
    #	Dnn.AdminExperience/Dnn.PersonaBar.Extensions/Components/Prompt/IModulesController.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/Services/CommandController.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/ConsoleResultModel.cs
    #	Dnn.AdminExperience/Library/Dnn.PersonaBar.Library/Prompt/Models/PagingInfo.cs
    bdukes committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    763d9fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fddd8ab View commit details
    Browse the repository at this point in the history
  7. implemented CoreTokenProvider

    use the default TokenProvider for token replacement
    cleanup
    bogdan-litescu authored and bdukes committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    45e767f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    550e07d View commit details
    Browse the repository at this point in the history
  9. removed duplicate call

    bogdan-litescu authored and bdukes committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    58d3b1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df3985a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    018f87d View commit details
    Browse the repository at this point in the history
  12. fixed unit tests

    bogdan-litescu authored and bdukes committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    423c8f2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf2b456 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3820 from bogdan-litescu/token-provider4

    Implement a Token Provider interface
    valadas authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    58b46c1 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3891 from donker/razorcdf

    Include CSS and JS CDF methods in the Dnn helper for Razor
    valadas authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9009378 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Abstracted AllowIndex logic into TabInfo property

    Updated usage in TabIndexer.cs
    Used same logic for check in CoreSitemapProvider.cs
    ajwaka committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    622f695 View commit details
    Browse the repository at this point in the history
  2. Move after login/logout/registration redirection to site settings wit…

    …h other page settings (#3845)
    
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    donker and bdukes authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    63aa99e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3795 from donker/mvprompt

    Move Prompt to core libraries
    mitchelsellers authored Jul 9, 2020
    Configuration menu
    Copy the full SHA
    08a8bda View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2020

  1. Fixes for #3820 Token Provider (#3900)

    * Fix test config
    
    * Add missing solution files
    
    * Add <tokens> provider section for upgrades
    bdukes authored Jul 11, 2020
    Configuration menu
    Copy the full SHA
    a005dcb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    017ae58 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    edb7401 View commit details
    Browse the repository at this point in the history
  2. Add InjectSvg property to Logo theme object

    Resolves #3893
    
    Co-authored-by: Daniel Valadas <info@danielvaladas.com>
    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    3 people committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    4e90e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39299ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ebc4b4 View commit details
    Browse the repository at this point in the history
  5. Update DNN Platform/Library/Services/FileSystem/FolderManager.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    mitchelsellers and bdukes authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    30d51f2 View commit details
    Browse the repository at this point in the history
  6. Update DNN Platform/Library/Services/FileSystem/FolderManager.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    valadas and bdukes authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8d89303 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Update DNN Platform/Library/Services/FileSystem/FolderManager.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    valadas and bdukes authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    877b9a8 View commit details
    Browse the repository at this point in the history
  2. Update DNN Platform/Library/Services/FileSystem/FolderManager.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    valadas and bdukes authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    6e60d46 View commit details
    Browse the repository at this point in the history
  3. Update DNN Platform/Library/Services/FileSystem/FolderManager.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    valadas and bdukes authored Jul 14, 2020
    Configuration menu
    Copy the full SHA
    263b0ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cdedb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9835b8a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. fixed typo

    sergeydryomin authored and bdukes committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    60b7187 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3909 from valadas/file-search

    Fixes stylecop warnings on FolderManager.cs
    mitchelsellers authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    d1754e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    5a39e65 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2020

  1. Merge pull request #3919 from daguiler/bugfix/DNN-33895

    Enable Scheduling - Add TZ to page StartDate and EndDate
    mitchelsellers authored Jul 18, 2020
    Configuration menu
    Copy the full SHA
    3e9d129 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Visualizer not able to change settings in shared pages (#3917)

    * Exception data is updated and client is updated to show exception
    message
    * Unit Tests
    * Stylecop changes
    berkarslan-xo authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    91f0c7b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    15c4f0a View commit details
    Browse the repository at this point in the history
  2. Remove allowedVersions from packages.config

    These restrict the ability to manage NuGet upgrades using the tools
    within Visual Studio.  There may have been some tooling that DNN Corp
    used at one time to keep projects in sync, but it's no longer in place,
    as far as I know.
    bdukes committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    034d3b7 View commit details
    Browse the repository at this point in the history
  3. Clean DotNetNuke.Web.Deprecated's NuGet pkgs

    These weren't even referenced by the project.s
    bdukes committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6d5d95b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a1aa85 View commit details
    Browse the repository at this point in the history
  5. Update Microsoft.AspNet.* from 3.1.1 to 3.1.2

    Version 5.1.3 of the Microsoft.AspNet.Mvc NuGet packages, which we've
    been depending on for a while, depends on Microsoft.AspNet.WebPages and
    Microsoft.AspNet.Razor in the version range >= 3.1.2 && < 3.2.0 (which
    only resolves to 3.1.2).
    bdukes committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    7e31e57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63e3c2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faf11c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Merge pull request #3898 from mathisjay/issue-3893

    Modify Logo skin object to handle SVGs
    valadas authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0d3b931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    936c994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85530a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3927 from bdukes/bug/issue-3926

    Retry determining Globals.Status if it was Error
    valadas authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    873fbcd View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Configuration menu
    Copy the full SHA
    2c01c5e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Merge pull request #3930 from bdukes/di-webforms-dispose

    Ensure DI services are disposed in WebForms
    mitchelsellers authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    4309c61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3923 from tauqeer-haider/bugfix/DNN-36092

    Prevented unnecessary call to getCultureList method on website change
    mitchelsellers authored Jul 26, 2020
    Configuration menu
    Copy the full SHA
    ac31b4b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Resolves a logging issue (#3936)

    * Resolves 9.6.2 logging issue.
    
    Closes #3906
    
    Apparently some files where deleted as part of #3843
    
    This PR brings those files back and also fixes stylecop warnings. Some class names had to be changed both for clarity and to respect stylecop rule that the file name should match the class name. Because of that change, the dnn manifest was also changed so it all works with the new names.
    
    * fixes one missed ref in manifest
    valadas authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    63ea5cd View commit details
    Browse the repository at this point in the history
  2. Add List-Services command to Prompt (#3932)

    * Load DNN types first in DI startup
    
    Fixes #3335
    
    * Simplify main DI Startup class
    
    It doesn't need to implement IDnnStartup, it can just configure the
    service provider and be done.  This also allows us to stop ignoring
    other IDnnStartup instances in the DotNetNuke.Web project, were they to
    be created later.
    
    * Fix error message when calling ConfigureServices
    
    * Move AddWebApi call to regular IDnnStartup
    
    This ensures that it's called at the right time relative to all other DI
    configuration.
    
    * Fix ordering of IDnnStartup for real
    
    * Add List-Services debugging command for Prompt
    bdukes authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    9fd6b58 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3903 from ForemostMedia/develop

    Abstracted AllowIndex logic into TabInfo property
    valadas authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0415889 View commit details
    Browse the repository at this point in the history
  4. Use Ordinal comparison for Boolean check (#3938)

    This is an improvement to #3903
    bdukes authored Jul 27, 2020
    Configuration menu
    Copy the full SHA
    a0efa45 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    89585f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3941 from bdukes/deprecate-tab-permissions-specified

    Deprecate TabInfo.TabPermissionsSpecified
    valadas authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    da19702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abee49b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3ed984 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3939 from bdukes/tabinfo-style-cop

    Address StyleCop warnings for TabInfo and TabIndexer
    valadas authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    cf09a4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba5145d View commit details
    Browse the repository at this point in the history
  7. Update bug-report.md

    valadas authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    625645f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3943 from dnnsoftware/update-versions/patch-cf09a4c

    Updates versions as per release candidate creation
    valadas authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    01dcbc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Fixes a wrong merge conflict resolution that broke the pages module.

    The returned object was not scope on a page object which caused the frontend to no read the proper object in GetPageDetails return.
    valadas authored and bdukes committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a648f35 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    d749960 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge pull request #3952 from mikebigun/bugfix/DNN-42078

    Reset invalidation link on email change
    valadas authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c7c5e72 View commit details
    Browse the repository at this point in the history