Skip to content
Snippets Groups Projects

Add news recipe

1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 5 commits

    • c3066f04 - Add news recipe
    • 1f86ebed - Remove composer drupal_cms_image_media_type requirement
    • bdb392a0 - Add news recip to gitlab ci for tests to run
    • 87bf69e8 - Add news recipe to the lists of recipes at various places
    • 45e6cbf2 - Merge branch 'issue/drupal_cms-3487438-news' of...

    Compare with previous version

  • Adam G-H
  • added 1 commit

    • 252d4c00 - Update news description + add licensing

    Compare with previous version

  • added 10 commits

    • df88976e - Issue #3488285 by pameeela, thejimbirch: Remove the SEO dashboard for now
    • a8277eb8 - Issue #3489924 by thejimbirch: Olivero for Drupal CMS needs to support Drupal 11
    • 9f2a1c24 - Issue #3487323 by penyaskito: Revisit the Dashboard welcome menu with new designs
    • 06c97278 - Issue #3489543 by a.dmitriiev: Use cloneAs instead of createCopy for entity...
    • 5d05a184 - Issue #3489882 by penyaskito: Add announcements block to the welcome dashboard
    • c51d3275 - Issue #3489927 by phenaproxima: Rename drupal_cms_admin_theme to drupal_cms_admin_ui
    • e0cc4efd - Issue #3490046 by phenaproxima: Merge drupal_cms_dashboard into the starter recipe
    • e7f7bc74 - Issue #3488088 by dinarcon, baltowen: Remove Announcements from the admin menu...
    • 6294ed2b - Update news description + add licensing
    • e6b0cd2a - Merge branch 'issue/drupal_cms-3487438-news' of...

    Compare with previous version

  • added 14 commits

    • e6b0cd2a...9d74169a - 5 commits from branch project:0.x
    • 980109d5 - Add news recipe
    • e2f4e2d6 - Remove composer drupal_cms_image_media_type requirement
    • b6feb2c3 - Add news recip to gitlab ci for tests to run
    • 356edd09 - Add news recipe to the lists of recipes at various places
    • 4e8c61eb - Issue #3487323 by penyaskito: Revisit the Dashboard welcome menu with new designs
    • ab56fb5b - Issue #3490046 by phenaproxima: Merge drupal_cms_dashboard into the starter recipe
    • 9838ad7f - Update news description + add licensing
    • dfcac613 - Add news recipe
    • a111f8b4 - Update news description + add licensing

    Compare with previous version

  • added 1 commit

    • 03ad2ead - Update news recipe licensing, related news view and entity displays

    Compare with previous version

  • Laurens Van Damme resolved all threads

    resolved all threads

  • Adam G-H
  • 29 // The recipe should apply cleanly.
    30 $this->applyRecipe($dir);
    31 // Apply it again to prove that it is idempotent.
    32 $this->applyRecipe($dir);
    33 }
    34
    35 public function testPathAliasPatternPrecedence(): void {
    36 $dir = realpath(__DIR__ . '/../../../../drupal_cms_seo_basic');
    37 $this->applyRecipe($dir);
    38
    39 // Confirm that news items have the expected path aliases.
    40 $node = $this->drupalCreateNode([
    41 'type' => 'news',
    42 'title' => 'Test News',
    43 ]);
    44 $now = date('Y-m');
  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • Adam G-H added 12 commits

    added 12 commits

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    • ff948c95 - Merge branch '0.x' into issue/drupal_cms-3487438-news

    Compare with previous version

  • Adam G-H added 2 commits

    added 2 commits

    • 11524518 - 1 commit from branch project:0.x
    • 6a495b48 - Merge branch '0.x' into issue/drupal_cms-3487438-news

    Compare with previous version

  • Adam G-H approved this merge request

    approved this merge request

  • Adam G-H added 1 commit

    added 1 commit

    • 64994fab - Merge branch '0.x' into issue/drupal_cms-3487438-news

    Compare with previous version

  • Adam G-H added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading