Remove usage of forum module from comments and strings

Created on 18 December 2023, 10 months ago
Updated 17 May 2024, 4 months ago

Problem/Motivation

Remove or change use of 'forum' in comments.

Steps to reproduce

$ grep --exclude-dir={fixtures,forum,node_modules,vendor,themes} -ri ".*\*.*forum.*" core | grep -vi migrat
core/lib/Drupal/Core/Extension/InfoParserInterface.php:   * See forum.info.yml for an example of a module .info.yml file.
core/lib/Drupal/Core/Entity/entity.api.php: * - The Forum module defines a content type in node.type.forum.yml and a
core/lib/Drupal/Core/Entity/entity.api.php: *   vocabulary in taxonomy.vocabulary.forums.yml
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php: * dependencies key. For example, the Forum module provides the forum node type
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php: * and in order for it to be deleted when the forum module is uninstalled it has
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php: * an enforced dependency on the module. The dependency on the Forum module can
core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php: * type configuration entity that depends on functionality provided by the Forum
core/lib/Drupal/Core/Logger/RfcLoggerTrait.php: * @see https://groups.google.com/forum/#!topic/php-fig/Rc5YDhNdGz4
core/lib/Drupal/Core/Render/theme.api.php: *     forums to be themed individually, the pattern might be: 'forum__'. Then,
core/lib/Drupal/Core/Render/theme.api.php: *     when the forum is rendered, following render array can be used:
core/lib/Drupal/Core/Render/theme.api.php: *       '#theme' => array('forum__' . $tid, 'forum'),
core/lib/Drupal/Core/Render/theme.api.php: *       '#forum' => $forum,
core/modules/comment/comment.module: * Users can post comments to discuss a forum topic, story, collaborative
core/modules/history/history.module: * - Generic helper for _forum_user_last_visit() + history_read().
core/modules/field/src/Entity/FieldStorageConfig.php:   * classic use case for this is node body field storage since Book, Forum, the

Proposed resolution

Remaining tasks

There are some examples that have been removed. They should probably be replaced with something else.
Review

User interface changes

API changes

Data model changes

Release notes snippet

πŸ“Œ Task
Status

Fixed

Version

11.0 πŸ”₯

Component

forum.module

Created by

πŸ‡³πŸ‡ΏNew Zealand quietone

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024