Issue #3060616 by elber, nod_, quietone, paulocs, Neslee Canil Pinto, KapilV, kostyashupenko, ranjith_kumar_k_u, adityasingh, ifrik, mmatsoo, adamzimmermann, ravi.shankar, sonam.chaturvedi, BhumikaVarshney, catch, longwave, xjm, dawehner, alexpott, ayushmishra206, hmendes, Pancho: Update the module descriptions on the Extend page to fit the Help texts

merge-requests/1695/head
quietone 2022-11-25 02:24:26 +00:00
parent 14496b9f6a
commit d8e599076b
No known key found for this signature in database
GPG Key ID: 43BFBBB26EA09FE1
38 changed files with 39 additions and 39 deletions

View File

@ -1,6 +1,6 @@
name: Ban
type: module
description: 'Allows administrators to ban visits from specific IP addresses.'
description: 'Allows banning visits from specific IP addresses.'
package: Core
version: VERSION
configure: ban.admin_page

View File

@ -1,6 +1,6 @@
name: 'HTTP Basic Authentication'
type: module
description: 'Supplies an HTTP Basic authentication provider.'
description: 'Provides an HTTP Basic authentication provider.'
package: Web services
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: Block
type: module
description: 'Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.'
description: 'Allows users to configure blocks (containing content, forms, etc.) and to place them in the regions of a theme.'
package: Core
version: VERSION
configure: block.admin_display

View File

@ -1,6 +1,6 @@
name: CKEditor 5
type: module
description: "WYSIWYG editing for rich text fields using CKEditor 5."
description: "Provides the CKEditor 5 rich text editor."
version: VERSION
package: Core
dependencies:

View File

@ -1,6 +1,6 @@
name: 'Configuration Manager'
type: module
description: 'Allows administrators to import and export configuration changes.'
description: 'Allows importing and exporting configuration changes.'
package: Core
version: VERSION
configure: config.sync

View File

@ -1,6 +1,6 @@
name: 'Content Moderation'
type: module
description: 'Provides moderation states for content.'
description: 'Provides additional publication states that can be used by other modules to moderate content.'
version: VERSION
package: Core
configure: entity.workflow.collection

View File

@ -1,6 +1,6 @@
name: Datetime
type: module
description: Defines datetime form elements and a datetime field type.
description: 'Defines field types for storing dates and times.'
package: Field types
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: 'Text Editor'
type: module
description: 'Provides a means to associate text formats with text editor libraries such as WYSIWYGs or toolbars.'
description: 'Provides a framework to associate text editors (like WYSIWYGs) and toolbars with text formats.'
package: Core
version: VERSION
dependencies:

View File

@ -1,5 +1,5 @@
name: Field
type: module
description: 'Field API to add fields to entities like nodes and users.'
description: 'Provides the capabilities to add fields to entities.'
package: Core
version: VERSION

View File

@ -1,6 +1,6 @@
name: File
type: module
description: 'Defines a field type for files.'
description: 'Provides a field type for files and defines a "managed_file" Form API element.'
package: Field types
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: Filter
type: module
description: 'Filters content in preparation for display.'
description: 'Filters text content in preparation for display.'
package: Core
version: VERSION
configure: filter.admin_overview

View File

@ -1,5 +1,5 @@
name: Help
type: module
description: 'Manages the display of online help.'
description: 'Generates help pages and provides a Help block with page-level help.'
package: Core
version: VERSION

View File

@ -1,6 +1,6 @@
name: History
type: module
description: 'Records which user has read which content.'
description: 'Records which content users have viewed and marks it as new or updated.'
package: Core
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: Link
type: module
description: 'Provides a simple link field type.'
description: 'Provides a field type for internal and external URLs.'
package: Field types
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: 'Interface Translation'
type: module
description: 'Translates the built-in user interface.'
description: 'Allows users to translate interface text and to switch between interface languages.'
configure: locale.translate_page
package: Multilingual
version: VERSION

View File

@ -1,6 +1,6 @@
name: Menu UI
type: module
description: 'Allows administrators to customize the site navigation menu.'
description: 'Provides a user interface for managing menus.'
package: Core
version: VERSION
configure: entity.menu.collection

View File

@ -1,5 +1,5 @@
name: Migrate
type: module
description: 'Handles migrations'
description: 'Provides a framework for migrating data to Drupal.'
package: Migration
version: VERSION

View File

@ -1,6 +1,6 @@
name: Migrate Drupal
type: module
description: 'Contains migrations from older Drupal versions.'
description: 'Provides a framework to migrate data from previous versions of Drupal into the site.'
package: Migration
version: VERSION
dependencies:

View File

@ -1,5 +1,5 @@
name: MySQL
type: module
description: 'Database driver for MySQL.'
description: 'Provides the MySQL database driver.'
package: Core
version: VERSION

View File

@ -1,6 +1,6 @@
name: Node
type: module
description: 'Allows content to be submitted to the site and displayed on pages.'
description: 'Manages the creation, configuration, and display of the main site content.'
package: Core
version: VERSION
configure: entity.node_type.collection

View File

@ -1,6 +1,6 @@
name: Options
type: module
description: 'Defines selection, check box and radio button widgets for text and numeric fields.'
description: 'Defines field types with select lists, checkboxes, and radio buttons to select values from fixed lists of options.'
package: Field types
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: Path
type: module
description: 'Allows users to rename URLs.'
description: 'Allows users to create custom URLs for existing paths on the site.'
package: Core
version: VERSION
configure: entity.path_alias.collection

View File

@ -1,5 +1,5 @@
name: PostgreSQL
type: module
description: 'Database driver for PostgreSQL.'
description: 'Provides the PostgreSQL database driver.'
package: Core
version: VERSION

View File

@ -1,6 +1,6 @@
name: Responsive Image
type: module
description: 'Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag.'
description: 'Provides functionality to output responsive images using the HTML5 picture tag.'
package: Core
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: 'RESTful Web Services'
type: module
description: 'Exposes entities and other resources as RESTful web API'
description: 'Provides a framework for exposing REST resources.'
package: Web services
version: VERSION
dependencies:

View File

@ -1,5 +1,5 @@
name: Serialization
type: module
description: 'Provides a service for (de)serializing data to/from formats such as JSON and XML.'
description: 'Provides a service for converting data to and from formats such as JSON and XML.'
package: Web services
version: VERSION

View File

@ -1,6 +1,6 @@
name: Shortcut
type: module
description: 'Allows users to manage customizable lists of shortcut links.'
description: 'Allows users to create sets of shortcuts within the site.'
package: Core
version: VERSION
configure: entity.shortcut_set.collection

View File

@ -1,5 +1,5 @@
name: SQLite
type: module
description: 'Database driver for SQLite.'
description: 'Provides the SQLite database driver.'
package: Core
version: VERSION

View File

@ -1,6 +1,6 @@
name: Statistics
type: module
description: 'Logs content statistics for your site.'
description: 'Logs how many times content is viewed.'
package: Core
version: VERSION
configure: statistics.settings

View File

@ -1,6 +1,6 @@
name: Syslog
type: module
description: 'Logs and records system events to syslog.'
description: "Logs events to the web server's system log."
package: Core
version: VERSION
configure: system.logging_settings

View File

@ -1,6 +1,6 @@
name: System
type: module
description: 'Handles general site configuration for administrators.'
description: 'Provides user interfaces for core systems.'
package: Core
version: VERSION
required: true

View File

@ -162,7 +162,7 @@ class PrepareUninstallTest extends BrowserTestBase {
// Check there is no more data to be deleted, Node is ready to be
// uninstalled.
$this->assertSession()->pageTextContains('Allows content to be submitted to the site and displayed on pages.');
$this->assertSession()->pageTextContains('Manages the creation, configuration, and display of the main site content.');
$this->assertSession()->linkByHrefNotExists('admin/modules/uninstall/entity/node');
// Uninstall Node module.
@ -170,7 +170,7 @@ class PrepareUninstallTest extends BrowserTestBase {
$this->submitForm(['uninstall[node]' => TRUE], 'Uninstall');
$this->submitForm([], 'Uninstall');
$this->assertSession()->pageTextContains('The selected modules have been uninstalled.');
$this->assertSession()->pageTextNotContains('Allows content to be submitted to the site and displayed on pages.');
$this->assertSession()->pageTextNotContains('Manages the creation, configuration, and display of the main site content.');
// Ensure a 404 is returned when accessing a non-existent entity type.
$this->drupalGet('admin/modules/uninstall/entity/node');

View File

@ -1,6 +1,6 @@
name: Text
type: module
description: 'Defines simple text field types.'
description: 'Defines field types for short and long text with optional summaries.'
package: Field types
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: Toolbar
type: module
description: 'Provides a toolbar that shows the top-level administration menu links and links from other modules.'
description: 'Provides an administration toolbar to display links provided by modules.'
package: Core
version: VERSION
dependencies:

View File

@ -1,6 +1,6 @@
name: Activity Tracker
type: module
description: 'Enables tracking of recent content for users.'
description: 'Displays recently added and updated content.'
lifecycle: deprecated
lifecycle_link: 'https://www.drupal.org/about/core/policies/core-change-policies/deprecated-and-obsolete-modules-and-themes#s-activity-tracker'
dependencies:

View File

@ -1,6 +1,6 @@
name: 'Update Manager'
type: module
description: 'Checks for available updates, and can securely install or update modules and themes via a web interface.'
description: 'Checks for updates and allows users to manage them through a user interface.'
version: VERSION
package: Core
configure: update.settings

View File

@ -1,6 +1,6 @@
name: User
type: module
description: 'Manages the user registration and login system.'
description: 'Allows users to register and log in, and manages user roles and permissions.'
package: Core
version: VERSION
required: true

View File

@ -1,6 +1,6 @@
name: Views
type: module
description: 'Create customized lists and queries from your database.'
description: 'Provides a framework to fetch information from the database and to display it in different formats.'
package: Core
version: VERSION
dependencies: