SiteCommander

Component type

module

Maintenance status

Development status

Downloads

656

Component created

Component changed

SiteCommander is an interactive dashboard to manage and monitor your Drupal 8 site. It features a variety of shortcuts and visuals to help you quickly gauge things or perform routine tasks.

NOTE: While fully functional at this time, this module is still in development, and should be considered in a beta state.

SiteCommander features include:

facebook_feed

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module that includes a settings page and one block that will connect to the Facebook API 2.x (tested with 2.0-2.7) and give you a themed feed of the posts on a specific page. This is meant to show a page feed and not a group or individual's feed. Though, those feeds would be relatively easy to add (patches welcome!)

Collector

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Collector is an API for creating Collector items. Collector items are entities of a specific type with a selected API source - like a book with Google Books or Goodreads source.

The idea is to collect different kind of media items in entities - like books, DVDs, comic books, journals etc. using external APIs to collect the information about the entity. A journal could have issues attached to it and books different prints and languages etc.

Track User Change

Component type

module

Maintenance status

Development status

Downloads

178

Component created

Component changed

This module is used to store user last update time. By default during module
installation a new user field "field_user_changed" will be created and
this field captures user last update time. Since this field was made hidden, it will not be shown on user view page, but this field value can be viewed in peoples page in front-end.

Summary
This is a helper module for developers to log user's last update time as a user field.

Instant Transmission

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Why waste time moving the mouse cursor 7000 pixels or navigating drop downs or scrolling down the page to hit the save button, when you can use ... Instant Transmission.

Instant Transmission allows you to quickly edit or configure nodes/blocks much faster than ever before.

CTRL + Left Click Edit block/view/node (Green means Editing is allowed)

SHIFT + Left Click Configure block/quick edit (Blue means configure is allowed, lime means quick edit is allowed.

In Addition, it allows you do to other stuff faster:

Webform Remote Repost

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module Webform Remote Repost is a tiny addition to the handy utility module Webform Remote Post.

For the case when destination server has been down during a submission time, site administrator can manually resubmit webform results to external parties.

Everyone is welcome to contribute by adding webform selection in UI, etc.

Drush Task for Rules

Component type

module

Maintenance status

Development status

Downloads

348

Component created

Component changed

Trigger drush tasks from actions taken on the website!

What? Are we in bizzaro-land here? Normally drush is the tool you use to do things to your Drupal! But what if you wanted Drupal to do something to your drush?

Now you can!

This module provides a new "Drush Task" that is an action that can be triggered by "Rules".
Once it's set up (there can be some glitches, and it may not work on all hosting environments) you can run drush commands when things happen!

Google PHP Client Library

Component type

module

Maintenance status

Development status

Downloads

628

Component created

Component changed

This module provides Information for the Libraries module to include the Google APIs PHP Client Library as a requirement. With that done, any module can simply load the library via Libraries API and do whatever needs to be done without having to worry about the library every time.

Encryption

Component type

module

Maintenance status

Development status

Downloads

2473

Component created

Component changed

Encryption

This module provides a simple two way encryption solution. There are no module dependencies. It uses openssl which is compiled into php (unless explicitly omitted) to encrypt/decrypt using AES-256-CTR.

You can use dependency injection or Drupal::service('encryption') to get the encryption service. The following is a simple example on how the service can be used: