From bf7fc758e4920b05cbc94c1667da18da6f6455d0 Mon Sep 17 00:00:00 2001 From: Snater Date: Sat, 17 Oct 2020 17:46:39 +0200 Subject: [PATCH] Updated custom module descriptions --- .../custom/access_privileges/access_privileges.info.yml | 2 +- .../assign_roles_privilege/assign_roles_privilege.info.yml | 2 +- web/modules/custom/block_figures/block_figures.info.yml | 2 +- web/modules/custom/custom_filters/custom_filters.info.yml | 2 +- web/modules/custom/custom_rendering/custom_rendering.info.yml | 2 +- web/modules/custom/form_alterations/form_alterations.info.yml | 2 +- .../custom/language_switcher/language_switcher.info.yml | 2 +- web/modules/custom/list_edit/list_edit.info.yml | 2 +- web/modules/custom/login/login.info.yml | 2 +- web/modules/custom/related_content/related_content.info.yml | 2 +- web/modules/custom/user_management/user_management.info.yml | 2 +- .../views_entity_reference/views_entity_reference.info.yml | 3 ++- 12 files changed, 13 insertions(+), 12 deletions(-) diff --git a/web/modules/custom/access_privileges/access_privileges.info.yml b/web/modules/custom/access_privileges/access_privileges.info.yml index 2d2554f4..562befcf 100644 --- a/web/modules/custom/access_privileges/access_privileges.info.yml +++ b/web/modules/custom/access_privileges/access_privileges.info.yml @@ -1,6 +1,6 @@ name: Access Privileges version: 0.1 type: module -description: "Custom access privileges." +description: Implements custom edit access privileges for `Event team` users. package: Custom core: 8.x diff --git a/web/modules/custom/assign_roles_privilege/assign_roles_privilege.info.yml b/web/modules/custom/assign_roles_privilege/assign_roles_privilege.info.yml index 8317270b..dfb34931 100644 --- a/web/modules/custom/assign_roles_privilege/assign_roles_privilege.info.yml +++ b/web/modules/custom/assign_roles_privilege/assign_roles_privilege.info.yml @@ -1,6 +1,6 @@ name: Assign Roles Privilege version: 0.1 type: module -description: "Assigns the privilege to manage users of specific roles." +description: Allows `Event team` users to assign `Institution`, `Project team` and `Event team` roles to other users. package: Custom core: 8.x diff --git a/web/modules/custom/block_figures/block_figures.info.yml b/web/modules/custom/block_figures/block_figures.info.yml index 67e9c39e..e95af317 100644 --- a/web/modules/custom/block_figures/block_figures.info.yml +++ b/web/modules/custom/block_figures/block_figures.info.yml @@ -1,6 +1,6 @@ name: Figures Block version: 0.1 type: module -description: "Supplies a block with figures to be used on the landing page." +description: Provides the block visualising the number of institutions, data sets and projects, which is used on the landing page. package: Custom core: 8.x diff --git a/web/modules/custom/custom_filters/custom_filters.info.yml b/web/modules/custom/custom_filters/custom_filters.info.yml index b04120af..04306a63 100644 --- a/web/modules/custom/custom_filters/custom_filters.info.yml +++ b/web/modules/custom/custom_filters/custom_filters.info.yml @@ -1,6 +1,6 @@ name: Custom Filters version: 0.1 type: module -description: "Customises view filters." +description: Custom/additional logic for filtering views, especially in respect to filtering data sets and projects. package: Custom core: 8.x diff --git a/web/modules/custom/custom_rendering/custom_rendering.info.yml b/web/modules/custom/custom_rendering/custom_rendering.info.yml index a6fdae7a..bf42f0af 100644 --- a/web/modules/custom/custom_rendering/custom_rendering.info.yml +++ b/web/modules/custom/custom_rendering/custom_rendering.info.yml @@ -1,6 +1,6 @@ name: Custom Rendering version: 0.1 type: module -description: "Customises frontend rendering." +description: Customisations regarding rendering of taxonomy terms and nodes by manipulating the render array or adding/manipulating template variables, especially of `Data set` and `Project` nodes. package: Custom core: 8.x diff --git a/web/modules/custom/form_alterations/form_alterations.info.yml b/web/modules/custom/form_alterations/form_alterations.info.yml index f830155b..52c63085 100644 --- a/web/modules/custom/form_alterations/form_alterations.info.yml +++ b/web/modules/custom/form_alterations/form_alterations.info.yml @@ -1,6 +1,6 @@ name: Form Alterations version: 0.1 type: module -description: "Applies various alterations to forms." +description: Applies customisations to back-end forms, especially the forms to create `Data set` and `Project` nodes. package: Custom core: 8.x diff --git a/web/modules/custom/language_switcher/language_switcher.info.yml b/web/modules/custom/language_switcher/language_switcher.info.yml index bc145d3a..9cdf90d7 100644 --- a/web/modules/custom/language_switcher/language_switcher.info.yml +++ b/web/modules/custom/language_switcher/language_switcher.info.yml @@ -1,6 +1,6 @@ name: Language Switcher version: 0.1 type: module -description: "Customizes the language switcher." +description: Customises the language switcher removing the link from a language when the particular page has no translation in that language. package: Custom core: 8.x diff --git a/web/modules/custom/list_edit/list_edit.info.yml b/web/modules/custom/list_edit/list_edit.info.yml index 908832cf..97b4861a 100644 --- a/web/modules/custom/list_edit/list_edit.info.yml +++ b/web/modules/custom/list_edit/list_edit.info.yml @@ -1,6 +1,6 @@ name: List Edit version: 0.1 type: module -description: "Extends views listing content with edit controls." +description: Adds links to create a new `Data set`/`Project` node to the view listing a user’s `Data set`/`Project` nodes. package: Custom core: 8.x diff --git a/web/modules/custom/login/login.info.yml b/web/modules/custom/login/login.info.yml index d28f0e01..fb8db1ab 100644 --- a/web/modules/custom/login/login.info.yml +++ b/web/modules/custom/login/login.info.yml @@ -1,6 +1,6 @@ name: Login version: 0.1 type: module -description: "Customises the login form." +description: Customises the login form appearance. package: Custom core: 8.x diff --git a/web/modules/custom/related_content/related_content.info.yml b/web/modules/custom/related_content/related_content.info.yml index 3d786fac..c549f67f 100644 --- a/web/modules/custom/related_content/related_content.info.yml +++ b/web/modules/custom/related_content/related_content.info.yml @@ -1,6 +1,6 @@ name: Related Content version: 0.1 type: module -description: "Properly filters related content." +description: Filters related articles on `Article` nodes. package: Custom core: 8.x diff --git a/web/modules/custom/user_management/user_management.info.yml b/web/modules/custom/user_management/user_management.info.yml index 7de8e167..87bed761 100644 --- a/web/modules/custom/user_management/user_management.info.yml +++ b/web/modules/custom/user_management/user_management.info.yml @@ -1,6 +1,6 @@ name: User Management version: 0.1 type: module -description: "Custom user management." +description: Handles distinguishing between registering an `Institution` or `Project team` user account. package: Custom core: 8.x diff --git a/web/modules/custom/views_entity_reference/views_entity_reference.info.yml b/web/modules/custom/views_entity_reference/views_entity_reference.info.yml index 32a199cb..75d27847 100644 --- a/web/modules/custom/views_entity_reference/views_entity_reference.info.yml +++ b/web/modules/custom/views_entity_reference/views_entity_reference.info.yml @@ -1,4 +1,5 @@ name: Views Entity Reference Filter -description: Provides Views filters for entity reference fields. +description: Provides View filters for entity reference fields, so references can be picked by label instead of entity id. +package: Custom core: 8.x type: module