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

Installing default blocks #212

Open
wants to merge 16 commits into
base: 2.x
Choose a base branch
from
Open

Commits on Apr 26, 2024

  1. Initial commit.

    rupertj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4731267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a1abb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad4973 View commit details
    Browse the repository at this point in the history
  4. Code style

    rupertj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b2e9e54 View commit details
    Browse the repository at this point in the history
  5. Code style.

    rupertj committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fea9e07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    647ea43 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Sanitises block IDs, as we derive it from the plugin name, which can …

    …contain characters like : which aren't allowed in config IDs.
    rupertj committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2697fe7 View commit details
    Browse the repository at this point in the history
  2. Code style.

    rupertj committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c407998 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Changed DefaultBlockInstaller::sanitiseId() to work like Drupal\Core\…

    …Block\BlockPluginTrait::getMachineNameSuggestion().
    rupertj committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b044f80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aeacd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4987284 View commit details
    Browse the repository at this point in the history
  4. Fixed misleading comment.

    rupertj committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9dfc046 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fix typo in README.

    rupertj committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    860c421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cf42b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a9eee View commit details
    Browse the repository at this point in the history
  4. Code style.

    rupertj committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a23da6b View commit details
    Browse the repository at this point in the history