No "Drupal" in UI text -- migrate, migrate_drupal, migrate_drupal_ui

Created on 11 December 2020, almost 4 years ago
Updated 18 January 2023, almost 2 years ago

Problem/Motivation

This is a child issue of πŸ“Œ [meta] Replace Drupal in UI text with the name of the distribution Active , for the following modules/components: migrate, migrate_drupal, migrate_drupal_ui.

Drupal has a deal with distributions, that they can replace Drupal with their own Distribution name. Also we have a UI text standard
https://www.drupal.org/docs/develop/user-interface-standards/interface-t... β†’
that says:

Use "Site"β€”not "Drupal". Referring to Drupal by name complicates distributions, and users may not know the site is running on Drupal.

You can also use terms like "the core software".

But Drupal still appears in the UI.

Proposed resolution

Replace Drupal in UI text with the distribution name, or phrases like "the site" and "the core software".

Remaining tasks

  1. Novice task -- Locate the word "Drupal" appearing in UI text in this group of modules/themes. Here's a grep command that yields some false positives, but should find most/all of what we're looking for:
    egrep -i -e "'[^']*[^/\]drupal[^/\]" -e '"[^"]*[^/\]drupal[^/\]' `find . \( -type d -name tests \) -prune -o -type f -print` | grep -i --color drupal
    
  2. Novice task -- Replace each occurence either with "the core software", "the site", or the distribution name. There is a function that will return the distribution name: drupal_install_profile_distribution_name().
  3. Novice task -- Make and upload a patch file, or use an issue fork / merge request workflow.

User interface changes

We will not use the word Drupal in the UI, but instead either show the distribution name or the phrases "the site" or "the core software".

API changes

None.

Data model changes

None.

Release notes snippet

Not necessary.

πŸ“Œ Task
Status

Closed: duplicate

Version

10.1 ✨

Component
MigrationΒ  β†’

Last updated about 11 hours ago

Created by

Live updates comments and jobs are added and updated live.
  • Novice

    It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

No activities found.

Production build 0.71.5 2024