Add news recipe
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
added 9 commits
-
c3066f04...4aeaf87f - 8 commits from branch
project:0.x
- 8b92eb1c - Add news recipe
-
c3066f04...4aeaf87f - 8 commits from branch
- Resolved by Laurens Van Damme
added 5 commits
Toggle commit list- Resolved by Laurens Van Damme
- Resolved by Laurens Van Damme
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...
Toggle commit listadded 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
Toggle commit list-
e6b0cd2a...9d74169a - 5 commits from branch
added 1 commit
- 03ad2ead - Update news recipe licensing, related news view and entity displays
- Resolved by 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'); changed this line in version 10 of the diff
added 12 commits
-
461769aa...68174b30 - 11 commits from branch
project:0.x
- 9e964f4b - Merge branch '0.x' into issue/drupal_cms-3487438-news
-
461769aa...68174b30 - 11 commits from branch
added 1 commit
- ff948c95 - Merge branch '0.x' into issue/drupal_cms-3487438-news
added 1 commit
- 64994fab - Merge branch '0.x' into issue/drupal_cms-3487438-news
Please register or sign in to reply