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

v9.11.0 Bump peter-evans/create-pull-request from 3.14.0 to 4 #5061

Commits on Mar 1, 2022

  1. Fix failure to report issues when clean fails

    If the clean fails, the rebuild never happens, and reading issues from
    the rebuild log needs to be skipped.
    bdukes committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    81a4d00 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Merge pull request #5034 from bdukes/report-clean-build-errors

    Fix failure to report issues when clean fails
    valadas authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    62b8299 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Update InternalSearchControllerImpl.cs

    Fix for issue 5049.
    
    Caching search results needs to include the current culture in the key.
    Andy9999 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    eb82504 View commit details
    Browse the repository at this point in the history
  2. Fix for issue #5047.

    Fix for issue #5047.
    
    This will allow to optionally remove the rel attribute from privacy and terms links. Default is still "rel=nofollow" but it could now either be changed or removed entirely from the ascx file.
    
    Unfortunately the asp.net control doesn't have a rel attribute, so we have to add it ourselves.
    
    Added Rel attribute to Privacy and Terms class and added rel="nofollow" to privacy.ascx and terms.ascx skin file.
    Andy9999 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    f788a5c View commit details
    Browse the repository at this point in the history
  3. Update SearchServiceControllerTests.cs

    Fixed unit test to use the new key including culture.
    Andy9999 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    a2417aa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Merge pull request #5053 from Andy9999/Fix-for-Issue-#5049

    Allows localization of search categories
    valadas authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e658f1f View commit details
    Browse the repository at this point in the history
  2. Update DNN Platform/Website/admin/Skins/Privacy.ascx.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    Andy9999 and bdukes authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4fa439c View commit details
    Browse the repository at this point in the history
  3. Update DNN Platform/Website/admin/Skins/Terms.ascx.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    Andy9999 and bdukes authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    4783633 View commit details
    Browse the repository at this point in the history
  4. Update DNN Platform/Website/admin/Skins/privacy.ascx

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    Andy9999 and bdukes authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    22cb52a View commit details
    Browse the repository at this point in the history
  5. Update DNN Platform/Website/admin/Skins/terms.ascx

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    Andy9999 and bdukes authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    da56b4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d9b111 View commit details
    Browse the repository at this point in the history
  7. Missing semicolons

    Added missing semicolons.
    Andy9999 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    a655ed1 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    bdukes authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    c4d1d4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6ac1985 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5054 from Andy9999/Fix-for-issue-#5047

    Allows optionally removing rel from privacy and terms
    valadas authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fee726b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #5056 from bdukes/fix-build-report-errors

    Fix not reporting errors or warnings from build
    valadas authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    33fe6c5 View commit details
    Browse the repository at this point in the history
  12. Do not add a rel attribute to hyperlink at all if it is not set in th…

    …e skin
    
    Set the rel attribute of the hyperlink only if there is either no value set in the skin or a non blank value defined in the skin. If it is set to rel="" in the skin, the hyperlink will be rendered without a rel attribute.
    Andy9999 committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b9a5446 View commit details
    Browse the repository at this point in the history
  13. Update DNN Platform/Website/admin/Skins/Privacy.ascx.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    Andy9999 and bdukes authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fe23aa5 View commit details
    Browse the repository at this point in the history
  14. Update DNN Platform/Website/admin/Skins/Terms.ascx.cs

    Co-authored-by: Brian Dukes <bdukes@engagesoftware.com>
    Andy9999 and bdukes authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    16e6e27 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Merge pull request #5057 from Andy9999/Fix-for-issue-#5047

    Allow removal of rel for Terms and Privacy skin objects
    valadas authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    87d23d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Bump peter-evans/create-pull-request from 3.14.0 to 4

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.14.0 to 4.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v3.14.0...v4)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    f6c8203 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Merge pull request #5059 from dnnsoftware/dependabot/github_actions/p…

    …eter-evans/create-pull-request-4
    
    Bump peter-evans/create-pull-request from 3.14.0 to 4
    valadas authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    e2b2456 View commit details
    Browse the repository at this point in the history