Closed (fixed)
Project:
Bamboo Twig
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Oct 2019 at 10:44 UTC
Updated:
27 Mar 2020 at 08:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
wengerkLet's test the patch
Comment #3
wengerkComment #4
wengerkLet's test the new patch
Comment #5
wengerkLet's rerun the patch with the proper core_version_requirement: ^8.7.7 || ^9 line
Comment #6
wengerklet's tests it again
Comment #7
wengerkFix the `Drupal\Tests\taxonomy\Traits\TaxonomyTestTrait`
Comment #8
wengerkremove deprecated file_valid_uri and entity_get_display
Comment #9
wengerkremove deprecation of setExpectedException
Comment #10
wengerkrerolled patch
Comment #11
wengerkAdd the new required
protected $defaultTheme = 'stark';as explain here: https://www.drupal.org/node/3083055Comment #12
wengerkComment #13
wengerkNew patch for branch `8.x-5.x` of Bamboo Twig.
Comment #14
wengerkFix Drupal 9 deprecation from peer-dependency (Twig and Symfony Mime updates)
Comment #15
wengerkHere a fixed version of previous patch
Comment #16
wengerkThe latests warning are from a vendors (which is deprecated, another issue will be created to remove it soon).
Let's add a last patch to make sure tests pass for Drupal 8.8+ (Drupal 9 included).
Comment #17
wengerkFix for Drupal 8.8 by using
symfony/mimeas peer-dependency.Comment #19
wengerkComment #21
wengerknew breaking changes with PluralTranslatableMarkup::DELIMITER -> Drupal\Component\Gettext\PoItem::DELIMITER.