- ๐บ๐ธUnited States m.stenta
Rebased the MR onto 10.1.x. The only change that was necessary was to remove the changes to the RDF module, which has been removed form core (see #3267515: Remove RDF from core โ ).
Attached is a corresponding patch.
Leaving this as "Needs work" per @longwave's comment #75.
- last update
almost 2 years ago 29,672 pass - ๐บ๐ธUnited States paul121 Spokane, WA
Re-roll of the patch in #80 for 10.2.0. The
TokenReplaceTest
file has been removed. - last update
over 1 year ago 25,796 pass, 1,817 fail - ๐บ๐ธUnited States bradjones1 Digital Nomad Life
This needs to be an MR at this point, and fresh testing for the failing patch.
- Merge request !7916Remove taxonomy dependency on node module - 11.x โ (Open) created by bradjones1
- ๐บ๐ธUnited States bradjones1 Digital Nomad Life
Just three failures, looks like they will be easy as they relate to test setup itself rather than failed test of functionality.
https://git.drupalcode.org/issue/drupal-2339235/-/pipelines/164592/test_...
- ๐บ๐ธUnited States m.stenta
Rebased onto latest 11.x.
Also attaching a (hidden) patch for 10.3.x for use with
cweagans/composer-patches
. - First commit to issue fork.
- ๐ฉ๐ชGermany luenemann Sรผdbaden, Germany
- Fixed dependency in olivero_test module of system module
- Code Style fix
There's an error in TaxonomyImageTest
Drupal\Tests\taxonomy\Functional\TaxonomyImageTest::testTaxonomyImageUpload Behat\Mink\Exception\ResponseTextException: The text "Created new term" was not found anywhere in the text of the current page.
The error message on the page:
You do not have access to the referenced entity (file: 1).
- ๐ฉ๐ชGermany luenemann Sรผdbaden, Germany
Test are passing now!
Fix
- code style
- phpstan basline
- test dependencies to node
- missing permission in tests
- ๐ณ๐ฟNew Zealand quietone
Changing to the DX special tag defined on Issue tags -- special tags โ .
- ๐บ๐ธUnited States m.stenta
Rebased onto 11.x.
The biggest change was to move the node and taxonomy hook implementation changes to Hook classes, since ๐ [ignore] Convert everything everywhere all at once Active was merged.
Also attached (and hidden) is a patch that works with 11.1.x, since that has some slight differences, and is useful for applying to the current stable release (11.1.5) via
cweagans/composer-patches
. - ๐บ๐ธUnited States m.stenta
Rebased onto 11.2.x and rerolled patch for use with
cweagans/composer-patches
.