From 171eeb61906f0892f11e6b414030282640103e76 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Thu, 17 Feb 2022 10:14:11 +0000
Subject: [PATCH] Issue #3263793 by naveenvalecha: Move tracker help topics to
 tracker module

(cherry picked from commit d67859e0bef9905a1c12d2012e3cd63101fc5990)
---
 .../help_topics/help_topics/core.tracking_content.html.twig    | 3 +--
 .../help_topics/history.tracking_user_content.html.twig        | 1 -
 .../help_topics/statistics.tracking_popular_content.html.twig  | 1 -
 .../help_topics/tracker.tracking_changed_content.html.twig     | 0
 4 files changed, 1 insertion(+), 4 deletions(-)
 rename core/modules/{help_topics => tracker}/help_topics/tracker.tracking_changed_content.html.twig (100%)

diff --git a/core/modules/help_topics/help_topics/core.tracking_content.html.twig b/core/modules/help_topics/help_topics/core.tracking_content.html.twig
index 9fa407cf13b1..f7ec1e82643f 100644
--- a/core/modules/help_topics/help_topics/core.tracking_content.html.twig
+++ b/core/modules/help_topics/help_topics/core.tracking_content.html.twig
@@ -3,9 +3,8 @@ label: 'Tracking the content of your website'
 top_level: true
 ---
 <h2>{% trans %}Tracking overview{% endtrans %}</h2>
-<p>{% trans %}There are three core modules that provide tracking:{% endtrans %}</p>
+<p>{% trans %}There are two core modules that provide tracking:{% endtrans %}</p>
 <ul>
-  <li>{% trans %}The core Activity Tracker module provides a <em>Recent content</em> page that shows new and updated content, and an <em>Activity</em> tab for user profiles that shows specific users' new and updated content.{% endtrans %}</li>
   <li>{% trans %}The core History module tracks how recently users have viewed content items, and provides a Views field and filter that can be used to show users content that they haven't yet seen.{% endtrans %}</li>
   <li>{% trans %}The core Statistics module tracks how many times content items have been viewed, and provides a popular content block and a popularity counter for content item pages.{% endtrans %}</li>
 </ul>
diff --git a/core/modules/help_topics/help_topics/history.tracking_user_content.html.twig b/core/modules/help_topics/help_topics/history.tracking_user_content.html.twig
index 25f7d2de0eb4..cd70ba0bec3c 100644
--- a/core/modules/help_topics/help_topics/history.tracking_user_content.html.twig
+++ b/core/modules/help_topics/help_topics/history.tracking_user_content.html.twig
@@ -3,7 +3,6 @@ label: 'Tracking which content a user has visited'
 related:
   - core.tracking_content
   - statistics.tracking_popular_content
-  - tracker.tracking_changed_content
 ---
 <h2>{% trans %}What content visits are tracked?{% endtrans %}</h2>
 <p>{% trans %}The core History module tracks when each logged-in user has most recently visited each content item page on the site. This allows content to be marked as <em>new</em> or <em>updated</em> for each user, meaning that it was newly created or has been updated since the last time they visited its page. These records are kept for one month, meaning that content older than one month is never marked as new or updated.{% endtrans %}</p>
diff --git a/core/modules/help_topics/help_topics/statistics.tracking_popular_content.html.twig b/core/modules/help_topics/help_topics/statistics.tracking_popular_content.html.twig
index b680e00021f7..40571644fee6 100644
--- a/core/modules/help_topics/help_topics/statistics.tracking_popular_content.html.twig
+++ b/core/modules/help_topics/help_topics/statistics.tracking_popular_content.html.twig
@@ -3,7 +3,6 @@ label: 'Tracking and displaying popular content'
 related:
   - core.tracking_content
   - history.tracking_user_content
-  - tracker.tracking_changed_content
   - block.place
 ---
 {% set statistics_settings = render_var(url('statistics.settings')) %}
diff --git a/core/modules/help_topics/help_topics/tracker.tracking_changed_content.html.twig b/core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig
similarity index 100%
rename from core/modules/help_topics/help_topics/tracker.tracking_changed_content.html.twig
rename to core/modules/tracker/help_topics/tracker.tracking_changed_content.html.twig
-- 
GitLab