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

Add notifcation when publishing varying culture without domains configured #11328

Merged
merged 35 commits into from Oct 15, 2021

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    1921fd8 View commit details
    Browse the repository at this point in the history
  2. Verify that published culture has domain

    nikolajlauridsen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    740dfcc View commit details
    Browse the repository at this point in the history
  3. Localize speech bubble text

    nikolajlauridsen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a605944 View commit details
    Browse the repository at this point in the history
  4. Add translations

    nikolajlauridsen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9e05bf1 View commit details
    Browse the repository at this point in the history
  5. Add GetAncestorIds extension method

    nikolajlauridsen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    7b6bf78 View commit details
    Browse the repository at this point in the history
  6. Check ancestors for any configured domains

    nikolajlauridsen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a8bd71b View commit details
    Browse the repository at this point in the history
  7. Only warn about cultures actually being published

    nikolajlauridsen committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    9e5520f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Add ContentCultureInfosCollectionBuilder test builder

    nikolajlauridsen committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    0f803ec View commit details
    Browse the repository at this point in the history
  2. Add ContentCultureInfosBuilder

    nikolajlauridsen committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    df1d456 View commit details
    Browse the repository at this point in the history
  3. Add unit test

    nikolajlauridsen committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    11bfef4 View commit details
    Browse the repository at this point in the history
  4. Add more unit tests

    nikolajlauridsen committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    501ba24 View commit details
    Browse the repository at this point in the history
  5. Add integration test

    nikolajlauridsen committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f0f8874 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Use proper notifications instead of event messages

    nikolajlauridsen committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    8e7fb89 View commit details
    Browse the repository at this point in the history
  2. Also display warning when publishing with descendants

    nikolajlauridsen committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    5a82d8e View commit details
    Browse the repository at this point in the history
  3. Add intergration test

    nikolajlauridsen committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    8112e1a View commit details
    Browse the repository at this point in the history
  4. Add final integration test

    nikolajlauridsen committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    597b6f4 View commit details
    Browse the repository at this point in the history
  5. Use hashset instead of list for assigned domains

    We don't care about dupes
    nikolajlauridsen committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    161fc7d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Add EN translations

    nikolajlauridsen committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7c2f5c9 View commit details
    Browse the repository at this point in the history
  2. Ensure current thread culture

    Zeegaan committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6fcef7b View commit details
    Browse the repository at this point in the history
  3. Ensure current thread culture

    Zeegaan committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ab0ac0f View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/v9/feature/add-notifcation-for-u…

    …rl-collision' into v9/feature/add-notifcation-for-url-collision
    Zeegaan committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ee22d26 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Removed check for message

    Zeegaan committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e64d1ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c616dc View commit details
    Browse the repository at this point in the history
  3. Added logging

    Zeegaan committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7379387 View commit details
    Browse the repository at this point in the history
  4. Added logging in test

    Zeegaan committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    76a8d4c View commit details
    Browse the repository at this point in the history
  5. Added additional logging

    Zeegaan committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    6e540de View commit details
    Browse the repository at this point in the history
  6. Added Assembly attributes

    Zeegaan committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    885281f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d992a6e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d184f82 View commit details
    Browse the repository at this point in the history
  9. Removed logging from tests

    Zeegaan committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    563babd View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Apply suggestions from code review

    Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>
    nikolajlauridsen and Zeegaan committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e0cac5e View commit details
    Browse the repository at this point in the history
  2. Add constants for ISO codes in ContentControllerTests

    nikolajlauridsen committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    28c9b9b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v9/feature/add-notifcation-for-url-collision' of https:…

    …//github.com/umbraco/Umbraco-CMS into v9/feature/add-notifcation-for-url-collision
    nikolajlauridsen committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ebd0d95 View commit details
    Browse the repository at this point in the history
  4. Remove unused using

    nikolajlauridsen committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    cc74e3f View commit details
    Browse the repository at this point in the history
  5. Check ancestors for published culture

    Fixed issue where if you were 3 levels deep and published only 1 culture, warning wouldn't fire
    Nikolaj Geisle committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    48003e0 View commit details
    Browse the repository at this point in the history