Skip to content
Snippets Groups Projects

Issue #3483392 by jurgenhaas: Build privacy base recipe

Closes #3483392

Merge request reports

Merge request pipeline #325439 passed

Merge request pipeline passed for 11c82378

Merged by Adam G-HAdam G-H 9 months ago (Oct 30, 2024 10:25pm UTC)

Loading

Pipeline #325483 failed

Pipeline failed for 9830a86e on 0.x

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Adam G-H added 1 commit

    added 1 commit

    • de82b0de - Remove certain things from drupal_cms_content_type_base

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • f0a2c6b2 - Move this into the base recipe

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • 0d610c80 - Remove page content type, use restricted_html format

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • cb5d95d2 - Test we can see the links in the footer

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Jim Birch
  • 55 55 $config = $this->config('system.performance');
    56 56 $this->assertTrue($config->get('css.preprocess'));
    57 57 $this->assertTrue($config->get('js.preprocess'));
    58
    59 $this->drupalCreateContentType(['type' => 'page']);
    60 58 }
    61 59
    62 60 public function testJsonLdBreadcrumbListExists(): void {
    63 61 $this->drupalPlaceBlock('system_breadcrumb_block');
    64 62
    65 $node = $this->drupalCreateNode(['type' => 'page']);
    63 $node_type = $this->drupalCreateContentType()->id();
  • Jürgen Haas added 9 commits

    added 9 commits

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    • fde8846a - Remove patch and undo test changes in other recipes

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    • 3c3748cc - Add klaro apps for youtube and vimeo

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    • 739b8363 - Remove klaro apps as they are now available upstream in the module

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    • 99c5b7fd - Change label of CMS app and bring in the footer menu block for the new theme

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    Compare with previous version

  • Jürgen Haas added 1 commit

    added 1 commit

    • 1ac4558d - Add the footer block to the new olivero theme

    Compare with previous version

  • Adam G-H
  • 144 144 - drupal_cms_media_tools
    145 145 - drupal_cms_multilingual
    146 146 - drupal_cms_olivero
    147 - drupal_cms_privacy_basic
  • Jürgen Haas added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • f1575e83 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Adam G-H added 3 commits

    added 3 commits

    • 5c908419 - 1 commit from branch project:0.x
    • b4a5d7c6 - Merge branch '0.x' into 3483392-privacy-base-recipe
    • 11c82378 - Fix test

    Compare with previous version

  • Adam G-H approved this merge request

    approved this merge request

  • merged

  • Please register or sign in to reply
    Loading