-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
web/modules/custom/access_privileges/access_privileges.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
web/modules/custom/assign_roles_privilege/assign_roles_privilege.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
2 changes: 1 addition & 1 deletion
2
web/modules/custom/language_switcher/language_switcher.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
3 changes: 2 additions & 1 deletion
3
web/modules/custom/views_entity_reference/views_entity_reference.info.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |