diff --git a/core/modules/action/action.info.yml b/core/modules/action/action.info.yml index 7559efb..b8de0ec 100644 --- a/core/modules/action/action.info.yml +++ b/core/modules/action/action.info.yml @@ -1,6 +1,6 @@ name: Actions type: module -description: 'Perform tasks on specific events triggered within the system.' +description: 'Provides tasks that can be executed by the system on specfic events.' package: Core version: VERSION core: 8.x diff --git a/core/modules/aggregator/aggregator.info.yml b/core/modules/aggregator/aggregator.info.yml index 5814712..4d15da5 100644 --- a/core/modules/aggregator/aggregator.info.yml +++ b/core/modules/aggregator/aggregator.info.yml @@ -1,6 +1,6 @@ name: Aggregator type: module -description: 'Aggregates syndicated content (RSS, RDF, and Atom feeds) from external sources.' +description: 'Gathers and displays syndicated content (RSS, RDF, and Atom feeds) from external sources.' package: Core version: VERSION core: 8.x diff --git a/core/modules/ban/ban.info.yml b/core/modules/ban/ban.info.yml index ba6300d..ab002cd 100644 --- a/core/modules/ban/ban.info.yml +++ b/core/modules/ban/ban.info.yml @@ -1,6 +1,6 @@ name: Ban type: module -description: 'Enables banning of IP addresses.' +description: 'Enables administrators to ban visits to the site from specific IP addresses.' package: Core version: VERSION core: 8.x diff --git a/core/modules/basic_auth/basic_auth.info.yml b/core/modules/basic_auth/basic_auth.info.yml index 38bb7b2..2dc874a 100644 --- a/core/modules/basic_auth/basic_auth.info.yml +++ b/core/modules/basic_auth/basic_auth.info.yml @@ -1,6 +1,6 @@ name: 'HTTP Basic Authentication' type: module -description: 'Provides the HTTP Basic authentication provider' +description: 'Provides an HTTP Basic authentication provider.' package: Web services version: VERSION core: 8.x diff --git a/core/modules/block/block.info.yml b/core/modules/block/block.info.yml index 47501ef..c112b5a 100644 --- a/core/modules/block/block.info.yml +++ b/core/modules/block/block.info.yml @@ -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 place blocks in the regions of a theme and to configure them.' package: Core version: VERSION core: 8.x diff --git a/core/modules/block_content/block_content.info.yml b/core/modules/block_content/block_content.info.yml index d32bda7..c69e47f 100644 --- a/core/modules/block_content/block_content.info.yml +++ b/core/modules/block_content/block_content.info.yml @@ -1,6 +1,6 @@ name: 'Custom Block' type: module -description: 'Allows the creation of custom blocks through the user interface.' +description: 'Allows users to create custom blocks and block types.' package: Core version: VERSION core: 8.x diff --git a/core/modules/breakpoint/breakpoint.info.yml b/core/modules/breakpoint/breakpoint.info.yml index 256740c..07065f7 100644 --- a/core/modules/breakpoint/breakpoint.info.yml +++ b/core/modules/breakpoint/breakpoint.info.yml @@ -1,6 +1,6 @@ name: Breakpoint type: module -description: 'Manage breakpoints and breakpoint groups for responsive designs.' +description: 'Manages breakpoints and breakpoint groups for responsive designs.' package: Core version: VERSION core: 8.x diff --git a/core/modules/ckeditor/ckeditor.info.yml b/core/modules/ckeditor/ckeditor.info.yml index 0f91ed4..d03f2fd 100644 --- a/core/modules/ckeditor/ckeditor.info.yml +++ b/core/modules/ckeditor/ckeditor.info.yml @@ -1,6 +1,6 @@ name: CKEditor type: module -description: "WYSIWYG editing for rich text fields using CKEditor." +description: 'Provides a visual text editor and adds a toolbar to text fields.' package: Core core: 8.x version: VERSION diff --git a/core/modules/comment/comment.info.yml b/core/modules/comment/comment.info.yml index ea529a4..8027004 100644 --- a/core/modules/comment/comment.info.yml +++ b/core/modules/comment/comment.info.yml @@ -1,6 +1,6 @@ name: Comment type: module -description: 'Allows users to comment on and discuss published content.' +description: 'Allows users to comment on published content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/config/config.info.yml b/core/modules/config/config.info.yml index 88821ce..8c20553 100644 --- a/core/modules/config/config.info.yml +++ b/core/modules/config/config.info.yml @@ -1,6 +1,6 @@ name: 'Configuration Manager' type: module -description: 'Allows administrators to manage configuration changes.' +description: 'Provides a user interface for importing and exporting configuration changes between installations of a site.' package: Core version: VERSION core: 8.x diff --git a/core/modules/config_translation/config_translation.info.yml b/core/modules/config_translation/config_translation.info.yml index 44a6829..63a4e28 100644 --- a/core/modules/config_translation/config_translation.info.yml +++ b/core/modules/config_translation/config_translation.info.yml @@ -1,6 +1,6 @@ name: 'Configuration Translation' type: module -description: 'Provides a translation interface for configuration.' +description: 'Allows users to translate configuration text; for example site name, vocabularies, menus, or date formats.' package: Multilingual version: VERSION core: 8.x diff --git a/core/modules/contact/contact.info.yml b/core/modules/contact/contact.info.yml index 2507fbd..150e1db 100644 --- a/core/modules/contact/contact.info.yml +++ b/core/modules/contact/contact.info.yml @@ -1,6 +1,6 @@ name: Contact type: module -description: 'Enables the use of both personal and site-wide contact forms.' +description: 'Provides site-wide contact forms and forms to contact individual users.' package: Core version: VERSION core: 8.x diff --git a/core/modules/content_translation/content_translation.info.yml b/core/modules/content_translation/content_translation.info.yml index ff744ad..41e9fe6 100644 --- a/core/modules/content_translation/content_translation.info.yml +++ b/core/modules/content_translation/content_translation.info.yml @@ -1,6 +1,6 @@ name: 'Content Translation' type: module -description: 'Allows users to translate content entities.' +description: 'Allows users to translate content entities; for example content, comments, taxonomy terms or users.' dependencies: - language package: Multilingual diff --git a/core/modules/contextual/contextual.info.yml b/core/modules/contextual/contextual.info.yml index 4e11bb9..c5bf8bf 100644 --- a/core/modules/contextual/contextual.info.yml +++ b/core/modules/contextual/contextual.info.yml @@ -1,6 +1,6 @@ name: 'Contextual Links' type: module -description: 'Provides contextual links to perform actions related to elements on a page.' +description: 'Provides quick access to tasks related to elements on a page.' package: Core version: VERSION core: 8.x diff --git a/core/modules/datetime/datetime.info.yml b/core/modules/datetime/datetime.info.yml index ee170e9..dce0395 100644 --- a/core/modules/datetime/datetime.info.yml +++ b/core/modules/datetime/datetime.info.yml @@ -1,6 +1,6 @@ name: Datetime type: module -description: Defines datetime form elements and a datetime field type. +description: 'Defines Date fields that store dates and times.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/dblog/dblog.info.yml b/core/modules/dblog/dblog.info.yml index b214fb7..f87dafb 100644 --- a/core/modules/dblog/dblog.info.yml +++ b/core/modules/dblog/dblog.info.yml @@ -1,6 +1,6 @@ name: 'Database Logging' type: module -description: 'Logs and records system events to the database.' +description: 'Logs system events in the database of the site.' package: Core version: VERSION core: 8.x diff --git a/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml b/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml index 00db97d..3f88295 100644 --- a/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml +++ b/core/modules/dynamic_page_cache/dynamic_page_cache.info.yml @@ -1,6 +1,6 @@ -name: Internal Dynamic Page Cache +name: 'Internal Dynamic Page Cache' type: module -description: 'Caches pages for any user, handling dynamic content correctly.' +description: 'Caches pages for all users in the database, handling dynamic content correctly.' package: Core version: VERSION core: 8.x diff --git a/core/modules/editor/editor.info.yml b/core/modules/editor/editor.info.yml index 0c8ff38..2b909e3 100644 --- a/core/modules/editor/editor.info.yml +++ b/core/modules/editor/editor.info.yml @@ -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 that other modules can use to provide toolbars and other functionality for formating content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/entity_reference/entity_reference.info.yml b/core/modules/entity_reference/entity_reference.info.yml index 0ff6b02..01c8e9d 100644 --- a/core/modules/entity_reference/entity_reference.info.yml +++ b/core/modules/entity_reference/entity_reference.info.yml @@ -1,6 +1,6 @@ name: 'Entity Reference' type: module -description: 'Provides a field that can reference other entities.' +description: 'Defines fields that contain links to other entities (content items, terms etc.) within the site.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/field/field.info.yml b/core/modules/field/field.info.yml index 13b5da0..3ee7bad 100644 --- a/core/modules/field/field.info.yml +++ b/core/modules/field/field.info.yml @@ -1,6 +1,6 @@ name: Field type: module -description: 'Field API to add fields to entities like nodes and users.' +description: 'Allows the definition of custom data fields for entity types.' package: Core version: VERSION core: 8.x diff --git a/core/modules/field_ui/field_ui.info.yml b/core/modules/field_ui/field_ui.info.yml index b4f4260..e51e4f0 100644 --- a/core/modules/field_ui/field_ui.info.yml +++ b/core/modules/field_ui/field_ui.info.yml @@ -1,6 +1,6 @@ name: 'Field UI' type: module -description: 'User interface for the Field API.' +description: 'Provides an user interface for managing and displaying fields.' package: Core version: VERSION core: 8.x diff --git a/core/modules/file/file.info.yml b/core/modules/file/file.info.yml index d219c76..685c6e1 100644 --- a/core/modules/file/file.info.yml +++ b/core/modules/file/file.info.yml @@ -1,6 +1,6 @@ name: File type: module -description: 'Defines a file field type.' +description: 'Defines fields that contain files.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/filter/filter.info.yml b/core/modules/filter/filter.info.yml index bfc4954..e2327a8 100644 --- a/core/modules/filter/filter.info.yml +++ b/core/modules/filter/filter.info.yml @@ -1,6 +1,6 @@ name: Filter type: module -description: 'Filters content in preparation for display.' +description: 'Allows administrators to configure text formats that prepare content for display to defend your site against potentially damaging input.' package: Core version: VERSION core: 8.x diff --git a/core/modules/filter/filter.module b/core/modules/filter/filter.module index cb1d414..6188006 100644 --- a/core/modules/filter/filter.module +++ b/core/modules/filter/filter.module @@ -24,7 +24,7 @@ function filter_help($route_name, RouteMatchInterface $route_match) { case 'help.page.filter': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Filter module allows administrators to configure text formats. Text formats change how HTML tags, codes, and other text will be displayed in the site. They are used to defend your web site against displaying potentially damaging input from malicious users. A visual text editor can be associated with the text formats by using the Text Editor module. For more information, see the online documentation for the Filter module.', array('!filter_do' => 'https://www.drupal.org/documentation/modules/filter/','!editor_help' => (\Drupal::moduleHandler()->moduleExists('editor')) ? \Drupal::url('help.page', array('name' => 'editor')) : '#')) . '

'; + $output .= '

' . t('The Filter module allows administrators to configure text formats. Text formats define the HTML tags, codes, and other input allowed in text entered in the site and they defend your web site against potentially damaging input from malicious users. A visual text editor can be associated with the text formats by using the Text Editor module. For more information, see the online documentation for the Filter module.', array('!filter_do' => 'https://www.drupal.org/documentation/modules/filter/','!editor_help' => (\Drupal::moduleHandler()->moduleExists('editor')) ? \Drupal::url('help.page', array('name' => 'editor')) : '#')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Managing text formats') . '
'; @@ -32,7 +32,7 @@ function filter_help($route_name, RouteMatchInterface $route_match) { $output .= '
' . t('Assigning roles to text formats') . '
'; $output .= '
' . t('You can define which users will be able to use each text format by selecting roles. To ensure security, anonymous and untrusted users should only have access to text formats that restrict them to either plain text or a safe set of HTML tags. This is because HTML tags can allow embedding malicious links or scripts in text. More trusted registered users may be granted permission to use less restrictive text formats in order to create rich text. Improper text format configuration is a security risk.') . '
'; $output .= '
' . t('Selecting filters') . '
'; - $output .= '
' . t('Each text format uses filters that add, remove, or transform elements within user-entered text. For example, one filter removes unapproved HTML tags, while another transforms URLs into clickable links. Filters are applied in a specific order. They do not change the stored content, but instead how it is displayed.') . '
'; + $output .= '
' . t('Each text format uses filters that add, remove, or transform elements within user-entered text. For example, one filter removes unapproved HTML tags, while another transforms URLs into clickable links. Filters are applied in a specific order and do not change the actual content, but instead, modify it temporarily before it is displayed.') . '
'; $output .= '
' . t('Each filter can have additional configuration options. For example, for the "Limit allowed HTML tags" filter you need to define the list of HTML tags that the filter leaves in the text.') . '
'; $output .= '
' . t('Using text fields with text formats') . '
'; $output .= '
' . t('Text fields that allow text formats are those with "formatted" in the description. These are Text (formatted, long, with summary), Text (formatted), and Text (formatted, long). You cannot change the type of field once a field has been created.') . '
'; @@ -42,12 +42,12 @@ function filter_help($route_name, RouteMatchInterface $route_match) { return $output; case 'filter.admin_overview': - $output = '

' . t('Text formats define how text will be filtered for output. How HTML tags, code, and other formatting will be shown, replaced or removed. Improper text format configuration is a security risk. Learn more on the Filter module help page.', array('@filterhelp' => \Drupal::url('help.page', array('name' => 'filter')))) . '

'; + $output = '

' . t('Text formats define the HTML tags, code, and other formatting that can be used when entering text. Improper text format configuration is a security risk. Learn more on the Filter module help page.', array('@filterhelp' => \Drupal::url('help.page', array('name' => 'filter')))) . '

'; $output .= '

' . t('Text formats are presented on content editing pages in the order defined on this page. The first format available to a user will be selected by default.') . '

'; return $output; case 'entity.filter_format.edit_form': - $output = '

' . t('A text format contains filters that change the display of user input, for example stripping out malicious HTML or making URLs clickable. Filters are executed from top to bottom and the order is important, since one filter may prevent another filter from doing its job. For example, when URLs are converted into links before disallowed HTML tags are removed, all links may be removed. When this happens, the order of filters may need to be re-arranged.') . '

'; + $output = '

' . t('A text format contains filters that change the user input, for example stripping out malicious HTML or making URLs clickable. Filters are executed from top to bottom and the order is important, since one filter may prevent another filter from doing its job. For example, when URLs are converted into links before disallowed HTML tags are removed, all links may be removed. When this happens, the order of filters may need to be re-arranged.') . '

'; return $output; } } diff --git a/core/modules/forum/forum.info.yml b/core/modules/forum/forum.info.yml index 43e660f..c56dd29 100644 --- a/core/modules/forum/forum.info.yml +++ b/core/modules/forum/forum.info.yml @@ -1,6 +1,6 @@ name: Forum type: module -description: 'Provides discussion forums.' +description: 'Allows users to create threaded discussion forums.' dependencies: - node - history diff --git a/core/modules/hal/hal.info.yml b/core/modules/hal/hal.info.yml index 4cf0c7e..423bbc1 100644 --- a/core/modules/hal/hal.info.yml +++ b/core/modules/hal/hal.info.yml @@ -1,4 +1,4 @@ -name: 'HAL' +name: HAL type: module description: 'Serializes entities using Hypertext Application Language.' package: Web services diff --git a/core/modules/help/help.info.yml b/core/modules/help/help.info.yml index ee4c643..125e3c8 100644 --- a/core/modules/help/help.info.yml +++ b/core/modules/help/help.info.yml @@ -1,6 +1,6 @@ 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 core: 8.x diff --git a/core/modules/history/history.info.yml b/core/modules/history/history.info.yml index aeb678c..d4b9ac6 100644 --- a/core/modules/history/history.info.yml +++ b/core/modules/history/history.info.yml @@ -1,6 +1,6 @@ name: History type: module -description: 'Records which user has read which content.' +description: 'Keeps track of which content a user has read and marks it as new or updated based on time.' package: Core version: VERSION core: 8.x diff --git a/core/modules/image/image.info.yml b/core/modules/image/image.info.yml index 6ce28ec..fc8d5c2 100644 --- a/core/modules/image/image.info.yml +++ b/core/modules/image/image.info.yml @@ -1,6 +1,6 @@ name: Image type: module -description: 'Defines an image field type and provides image manipulation tools.' +description: 'Defines fields that contain image files, and provides tools to configure the display of images.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/language/language.info.yml b/core/modules/language/language.info.yml index 3077040..d0409b2 100644 --- a/core/modules/language/language.info.yml +++ b/core/modules/language/language.info.yml @@ -1,6 +1,6 @@ name: Language type: module -description: 'Allows users to configure languages and apply them to content.' +description: 'Allows administrators to configure the languages available in the site.' package: Multilingual version: VERSION core: 8.x diff --git a/core/modules/link/link.info.yml b/core/modules/link/link.info.yml index 509d2ba..ce26581 100644 --- a/core/modules/link/link.info.yml +++ b/core/modules/link/link.info.yml @@ -1,6 +1,6 @@ name: Link type: module -description: 'Provides a simple link field type.' +description: 'Defines fields that contain internal or external URLs and optional link text.' core: 8.x package: Field types version: VERSION diff --git a/core/modules/locale/locale.info.yml b/core/modules/locale/locale.info.yml index e260822..22d42be 100644 --- a/core/modules/locale/locale.info.yml +++ b/core/modules/locale/locale.info.yml @@ -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 diff --git a/core/modules/menu_link_content/menu_link_content.info.yml b/core/modules/menu_link_content/menu_link_content.info.yml index e418f54..a2dff99 100644 --- a/core/modules/menu_link_content/menu_link_content.info.yml +++ b/core/modules/menu_link_content/menu_link_content.info.yml @@ -1,6 +1,6 @@ name: 'Custom Menu Links' type: module -description: 'Allows administrators to create custom menu links.' +description: 'Allows users to create menu links.' package: Core version: VERSION core: 8.x diff --git a/core/modules/menu_ui/menu_ui.info.yml b/core/modules/menu_ui/menu_ui.info.yml index 5ac594e..3b58b66 100644 --- a/core/modules/menu_ui/menu_ui.info.yml +++ b/core/modules/menu_ui/menu_ui.info.yml @@ -1,6 +1,6 @@ -name: Menu UI +name: 'Menu UI' type: module -description: 'Allows administrators to customize the site navigation menu.' +description: 'Provides an interface for managing menus.' package: Core version: VERSION core: 8.x diff --git a/core/modules/migrate/migrate.info.yml b/core/modules/migrate/migrate.info.yml index 97163f0..6b011cc 100644 --- a/core/modules/migrate/migrate.info.yml +++ b/core/modules/migrate/migrate.info.yml @@ -1,6 +1,6 @@ name: Migrate type: module -description: 'Handles migrations' +description: 'Provides a framework for migrating data, usually from an external source into the site.' package: Core (Experimental) version: VERSION core: 8.x diff --git a/core/modules/migrate_drupal/migrate_drupal.info.yml b/core/modules/migrate_drupal/migrate_drupal.info.yml index f2e7272..927e0a4 100644 --- a/core/modules/migrate_drupal/migrate_drupal.info.yml +++ b/core/modules/migrate_drupal/migrate_drupal.info.yml @@ -1,6 +1,6 @@ -name: Migrate Drupal +name: 'Migrate Drupal' type: module -description: 'Contains migrations from older Drupal versions.' +description: 'Provides a framework to migrate data from other and older Drupal sites into the site.' package: Core (Experimental) version: VERSION core: 8.x diff --git a/core/modules/node/node.info.yml b/core/modules/node/node.info.yml index cdbef85..2ec0158 100644 --- a/core/modules/node/node.info.yml +++ b/core/modules/node/node.info.yml @@ -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, editing, deletion, configuration and display of the main site content.' package: Core version: VERSION core: 8.x diff --git a/core/modules/options/options.info.yml b/core/modules/options/options.info.yml index 60e6043..98de3e1 100644 --- a/core/modules/options/options.info.yml +++ b/core/modules/options/options.info.yml @@ -1,6 +1,6 @@ name: Options type: module -description: 'Defines selection, check box and radio button widgets for text and numeric fields.' +description: 'Defines fields with select lists, checkboxes or radio buttons to select values from a fixed list of options.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/page_cache/page_cache.info.yml b/core/modules/page_cache/page_cache.info.yml index ba18ed6..bddc262 100644 --- a/core/modules/page_cache/page_cache.info.yml +++ b/core/modules/page_cache/page_cache.info.yml @@ -1,4 +1,4 @@ -name: Internal Page Cache +name: 'Internal Page Cache' type: module description: 'Caches pages for anonymous users. Use when an external page cache is not available.' package: Core diff --git a/core/modules/path/path.info.yml b/core/modules/path/path.info.yml index ba2c759..8f38a2a 100644 --- a/core/modules/path/path.info.yml +++ b/core/modules/path/path.info.yml @@ -1,6 +1,6 @@ name: Path type: module -description: 'Allows users to rename URLs.' +description: 'Allows users to specify a custom URL for an existing internal system path.' package: Core version: VERSION core: 8.x diff --git a/core/modules/quickedit/quickedit.info.yml b/core/modules/quickedit/quickedit.info.yml index cf7d0fd..5070a09 100644 --- a/core/modules/quickedit/quickedit.info.yml +++ b/core/modules/quickedit/quickedit.info.yml @@ -1,6 +1,6 @@ -name: Quick Edit +name: 'Quick Edit' type: module -description: 'In-place content editing.' +description: 'Allows users to edit field content without visiting a separate page.' package: Core core: 8.x version: VERSION diff --git a/core/modules/responsive_image/responsive_image.info.yml b/core/modules/responsive_image/responsive_image.info.yml index 00304ef..9c13175 100644 --- a/core/modules/responsive_image/responsive_image.info.yml +++ b/core/modules/responsive_image/responsive_image.info.yml @@ -1,4 +1,4 @@ -name: Responsive Image +name: 'Responsive Image' type: module description: 'Provides an image formatter and breakpoint mappings to output responsive images using the HTML5 picture tag.' package: Core diff --git a/core/modules/rest/rest.info.yml b/core/modules/rest/rest.info.yml index 0de9527..bdf3eea 100644 --- a/core/modules/rest/rest.info.yml +++ b/core/modules/rest/rest.info.yml @@ -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 on the site.' package: Web services version: VERSION core: 8.x diff --git a/core/modules/search/search.info.yml b/core/modules/search/search.info.yml index 97b7d3f..f62981b 100644 --- a/core/modules/search/search.info.yml +++ b/core/modules/search/search.info.yml @@ -1,6 +1,6 @@ name: Search type: module -description: 'Enables site-wide keyword searching.' +description: 'Provides the ability to set up search pages based on plugins provided by other modules.' package: Core version: VERSION core: 8.x diff --git a/core/modules/serialization/serialization.info.yml b/core/modules/serialization/serialization.info.yml index 7c4eb52..be8d340 100644 --- a/core/modules/serialization/serialization.info.yml +++ b/core/modules/serialization/serialization.info.yml @@ -1,6 +1,6 @@ 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 (de)serializing data to/from formats such as JSON and XML.' package: Web services version: VERSION core: 8.x diff --git a/core/modules/shortcut/shortcut.info.yml b/core/modules/shortcut/shortcut.info.yml index c12bc48..0953c4e 100644 --- a/core/modules/shortcut/shortcut.info.yml +++ b/core/modules/shortcut/shortcut.info.yml @@ -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 shortcut links to pages of the site.' package: Core version: VERSION core: 8.x diff --git a/core/modules/simpletest/simpletest.info.yml b/core/modules/simpletest/simpletest.info.yml index 232680e..5db70f5 100644 --- a/core/modules/simpletest/simpletest.info.yml +++ b/core/modules/simpletest/simpletest.info.yml @@ -1,6 +1,6 @@ name: Testing type: module -description: 'Provides a framework for unit and functional testing.' +description: 'Provides a framework for running automated tests.' package: Core version: VERSION core: 8.x diff --git a/core/modules/statistics/statistics.info.yml b/core/modules/statistics/statistics.info.yml index e758f5c..7cf2aca 100644 --- a/core/modules/statistics/statistics.info.yml +++ b/core/modules/statistics/statistics.info.yml @@ -1,6 +1,6 @@ name: Statistics type: module -description: 'Logs content statistics for your site.' +description: 'Logs how often content of the site is viewed.' package: Core version: VERSION core: 8.x diff --git a/core/modules/syslog/syslog.info.yml b/core/modules/syslog/syslog.info.yml index 1d8dc8f..72d7205 100644 --- a/core/modules/syslog/syslog.info.yml +++ b/core/modules/syslog/syslog.info.yml @@ -1,6 +1,6 @@ name: Syslog type: module -description: 'Logs and records system events to syslog.' +description: "Logs events by sending messages to the logging facility of the web server's operating system." package: Core version: VERSION core: 8.x diff --git a/core/modules/system/system.info.yml b/core/modules/system/system.info.yml index 1f2a064..836be07 100644 --- a/core/modules/system/system.info.yml +++ b/core/modules/system/system.info.yml @@ -1,6 +1,6 @@ name: System type: module -description: 'Handles general site configuration for administrators.' +description: 'Provides user interfaces for core systems and the basic administrative menu structure.' package: Core version: VERSION core: 8.x diff --git a/core/modules/telephone/telephone.info.yml b/core/modules/telephone/telephone.info.yml index 3e27ccb..cb18edc 100644 --- a/core/modules/telephone/telephone.info.yml +++ b/core/modules/telephone/telephone.info.yml @@ -1,6 +1,6 @@ name: Telephone type: module -description: 'Defines a field type for telephone numbers.' +description: 'Defines fields that contain telephone numbers.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/text/text.info.yml b/core/modules/text/text.info.yml index 71f45bd..2b7ce48 100644 --- a/core/modules/text/text.info.yml +++ b/core/modules/text/text.info.yml @@ -1,6 +1,6 @@ name: Text type: module -description: 'Defines simple text field types.' +description: 'Defines short and long text fields with optional summaries.' package: Field types version: VERSION core: 8.x diff --git a/core/modules/toolbar/toolbar.info.yml b/core/modules/toolbar/toolbar.info.yml index 6967bf6..590fa99 100644 --- a/core/modules/toolbar/toolbar.info.yml +++ b/core/modules/toolbar/toolbar.info.yml @@ -1,6 +1,6 @@ name: Toolbar type: module -description: 'Provides a toolbar that shows the top-level administration menu items and links from other modules.' +description: 'Provides a toolbar for site administrators which displays tabs and trays provided by modules.' core: 8.x package: Core version: VERSION diff --git a/core/modules/tour/tour.info.yml b/core/modules/tour/tour.info.yml index b913162..90bbf49 100644 --- a/core/modules/tour/tour.info.yml +++ b/core/modules/tour/tour.info.yml @@ -1,6 +1,6 @@ name: Tour type: module -description: Provides guided tours. +description: 'Provides guided tours of the site interface.' package: Core version: VERSION core: 8.x diff --git a/core/modules/tracker/tracker.info.yml b/core/modules/tracker/tracker.info.yml index 79d179d..acf8314 100644 --- a/core/modules/tracker/tracker.info.yml +++ b/core/modules/tracker/tracker.info.yml @@ -1,6 +1,6 @@ -name: Activity Tracker +name: 'Activity Tracker' type: module -description: 'Enables tracking of recent content for users.' +description: 'Displays recently added and updated content.' dependencies: - node - comment diff --git a/core/modules/update/update.info.yml b/core/modules/update/update.info.yml index ae94a4c..d095beb 100644 --- a/core/modules/update/update.info.yml +++ b/core/modules/update/update.info.yml @@ -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 available updates, and allows administrators to manage downloads and updates of modules, themes and translations.' version: VERSION package: Core core: 8.x diff --git a/core/modules/user/user.info.yml b/core/modules/user/user.info.yml index 8aec70e..3608742 100644 --- a/core/modules/user/user.info.yml +++ b/core/modules/user/user.info.yml @@ -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 allows administrators to manage user roles and permissions.' package: Core version: VERSION core: 8.x diff --git a/core/modules/views/views.info.yml b/core/modules/views/views.info.yml index 9e9b384..e7edbcf 100644 --- a/core/modules/views/views.info.yml +++ b/core/modules/views/views.info.yml @@ -1,6 +1,6 @@ name: Views type: module -description: 'Create customized lists and queries from your database.' +description: 'Provides the functionality to fetch information from the database and to display it in different formats.' package: Core version: VERSION core: 8.x diff --git a/core/modules/views_ui/views_ui.info.yml b/core/modules/views_ui/views_ui.info.yml index 71770b8..618c08f 100644 --- a/core/modules/views_ui/views_ui.info.yml +++ b/core/modules/views_ui/views_ui.info.yml @@ -1,6 +1,6 @@ name: 'Views UI' type: module -description: 'Administrative interface for Views.' +description: 'Provides an interface for managing views.' package: Core version: VERSION core: 8.x