Access checker search awk script

Component type

module

Maintenance status

Development status

Component created

Component changed

In addition to https://drupal.org/node/2109035 I am presenting a little awk script which prints out the classname for a given requirements string.

Examples:

➜  system git:(8.x) ✗ awk -v search=_permission -f access_search.txt **/*.services.yml
DrupaluserAccessPermissionAccessCheck
➜  system git:(8.x) ✗ awk -v search=_entity_access -f access_search.txt **/*.services.yml
DrupalCoreEntityEntityAccessCheck

OpenID login restrict

Component type

module

Maintenance status

Development status

Downloads

531

Component created

Component changed

Provides functionality to make OpenID the primary authentication mechanism for non-admin site users. Enabling the module will disable the normal login for users that don't have the 'Bypass OpenID login restriction' and provide the following 3 options for the /user page:

Book migrate

Component type

module

Categories

Maintenance status

Development status

Downloads

682

Component created

Component changed

This simple module takes a collection of pages whose URLs are in a hierarchical order and turns them into books. For example a collection of pages with URLs:

/a
/a/b
/a/b/c
/a/d
/a/d/e
/a/d/f
/g
/g/h
/g/h/i

will create 2 books with top level page URLs /a and /g

It is ideally used after the import of a static site (e.g. using the Import HTML module) whose pages were contained in folders, and for which the folder-like url is preserved.

Git Status

Component type

module

Maintenance status

Development status

Downloads

2147

Component created

Component changed

When using git, Git Status module provides information and the current status of the git repository, via the Status report of the administration interface.

Instructions

Just install the module and go to the Status report page (/admin/reports/status).
See screenshots.