Skip to content
Snippets Groups Projects
Commit 31995bc4 authored by catch's avatar catch
Browse files

Issue #3267703 by longwave, quietone, bbrala, phenaproxima, smustgrave: Deprecate RDF module

(cherry picked from commit eb15d89d)
parent 01151f93
No related branches found
No related tags found
23 merge requests!8506Draft: Issue #3456536 by ibrahim tameme,!5646Issue #3350972 by nod_: [random test failure]...,!5600Issue #3350972 by nod_: [random test failure]...,!5343Issue #3305066 by quietone, Rename RedirectLeadingSlashesSubscriber,!4350Issue #3307718: Implement xxHash for non-cryptographic use-cases,!3603#ISSUE 3346218 Add a different message on edit comment,!3555Issue #2473873: Views entity operations lack cacheability support, resulting in incorrect dropbuttons,!3494Issue #3327018 by Spokje, longwave, xjm, mondrake: Update PHPStan to 1.9.3 and...,!3410Issue #3340128: UserLoginForm::submitForm has some dead code,!3389Issue #3325184 by Spokje, andypost, xjm, smustgrave: $this->configFactory is...,!3381Issue #3332363: Refactor Claro's menus-and-lists stylesheet,!3307Issue #3326193: CKEditor 5 can grow past the viewport when there is a lot of content,!3236Issue #3332419: Refactor Claro's messages stylesheet,!3231Draft: Issue #3049525 by longwave, fougere, larowlan, kim.pepper, AaronBauman, Wim...,!3212Issue #3294003: Refactor Claro's entity-meta stylesheet,!3194Issue #3330981: Fix PHPStan L1 error "Relying on entity queries to check access by default is deprecated...",!3143Issue #3313342: [PHP 8.1] Deprecated function: strpos(): Passing null to parameter #1 LayoutBuilderUiCacheContext.php on line 28,!3024Issue #3307509: Empty option for views bulk form,!2972Issue #1845004: Replace custom password hashing library with PHP 5.5 password_hash(),!2719Issue #3110137: Remove Classy from core.,!2437Issue #3238257 by hooroomoo, Wim Leers: Fragment link pointing to <textarea>...,!2296Issue #3100732: Allow specifying `meta` data on JSON:API objects,!1626Issue #3256642: Make life better for database drivers that extend another database driver
Showing
with 21 additions and 0 deletions
......@@ -2,4 +2,6 @@ name: RDF
type: module
description: 'Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.'
package: Core
lifecycle: deprecated
lifecycle_link: https://www.drupal.org/docs/core-modules-and-themes/deprecated-and-obsolete-modules-and-themes#s-rdf
version: VERSION
......@@ -15,6 +15,7 @@
* Tests the RDFa markup of comments.
*
* @group rdf
* @group legacy
*/
class CommentAttributesTest extends CommentTestBase {
......
......@@ -11,6 +11,7 @@
* Tests RDFa markup generation for taxonomy term fields.
*
* @group rdf
* @group legacy
*/
class EntityReferenceFieldAttributesTest extends TaxonomyTestBase {
......
......@@ -11,6 +11,7 @@
* Tests the RDFa markup of filefields.
*
* @group rdf
* @group legacy
*/
class FileFieldAttributesTest extends FileFieldTestBase {
......
......@@ -8,6 +8,7 @@
* Tests hook_rdf_namespaces().
*
* @group rdf
* @group legacy
*/
class GetRdfNamespacesTest extends BrowserTestBase {
......
......@@ -14,6 +14,7 @@
* Tests the RDFa markup of imagefields.
*
* @group rdf
* @group legacy
*/
class ImageFieldAttributesTest extends ImageFieldTestBase {
......
......@@ -14,6 +14,7 @@
*
* @group jsonapi
* @group rdf
* @group legacy
*/
class JsonApiRegressionTest extends JsonApiFunctionalTestBase {
......
......@@ -12,6 +12,7 @@
*
* @group jsonapi
* @group rdf
* @group legacy
*/
class RdfMappingTest extends ConfigEntityResourceTestBase {
......
......@@ -10,6 +10,7 @@
* The test method is provided by the MigrateUpgradeTestBase class.
*
* @group rdf
* @group legacy
*/
class NoMultilingualReviewPageTest extends NoMultilingualReviewPageTestBase {
......
......@@ -10,6 +10,7 @@
* The test method is provided by the MigrateUpgradeTestBase class.
*
* @group rdf
* @group legacy
*/
class Upgrade7Test extends MigrateUpgradeTestBase {
......
......@@ -12,6 +12,7 @@
*
* @group node
* @group rdf
* @group legacy
*/
class NodeDisplayConfigurableTest extends NodeTestBase {
......
......@@ -10,6 +10,7 @@
* Tests the RDFa markup of Nodes.
*
* @group rdf
* @group legacy
*/
class NodeAttributesTest extends NodeTestBase {
......
......@@ -6,6 +6,7 @@
/**
* @group rest
* @group legacy
*/
class RdfMappingJsonAnonTest extends RdfMappingResourceTestBase {
......
......@@ -6,6 +6,7 @@
/**
* @group rest
* @group legacy
*/
class RdfMappingJsonBasicAuthTest extends RdfMappingResourceTestBase {
......
......@@ -6,6 +6,7 @@
/**
* @group rest
* @group legacy
*/
class RdfMappingJsonCookieTest extends RdfMappingResourceTestBase {
......
......@@ -7,6 +7,7 @@
/**
* @group rest
* @group legacy
*/
class RdfMappingXmlAnonTest extends RdfMappingResourceTestBase {
......
......@@ -7,6 +7,7 @@
/**
* @group rest
* @group legacy
*/
class RdfMappingXmlBasicAuthTest extends RdfMappingResourceTestBase {
......
......@@ -7,6 +7,7 @@
/**
* @group rest
* @group legacy
*/
class RdfMappingXmlCookieTest extends RdfMappingResourceTestBase {
......
......@@ -16,6 +16,7 @@
* Tests the RDF mappings and RDFa markup on top of the standard profile.
*
* @group rdf
* @group legacy
*/
class StandardProfileTest extends BrowserTestBase {
......
......@@ -10,6 +10,7 @@
* Tests the RDFa markup of Taxonomy terms.
*
* @group rdf
* @group legacy
*/
class TaxonomyAttributesTest extends TaxonomyTestBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment