Entity Reference Diagram

Component type

module

Maintenance status

Development status

Component created

Component changed

Initiative

The initiative is to have an easy visual diagram of entity references.

Enable the module like usual and view entity references at admin/structure/erd

Thanks to google chart!

Why it uses orgFlow

As entity reference field is very convenient, it ends up with loose respect on database normalizaion, integrity, etc. For instance, You can make a content type referencing to itself, to multiple content types. You can add this existing reference field to other entity. If continuing of doing these, it's very easy to get a mess.

Narly

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Narly is a simple module that allows an administrator to rebuild content permissions on a Drupal site without first wiping the node_access table.

Session Expire MongoDB

Component type

module

Maintenance status

Development status

Component created

Component changed

Description
-----------
Expires rows from the MongoDB Sessions session table older than a certain time. This module is only useful if you use the MongoDB Drupal module to store sessions.

On busy sites, the sessions table can grow to be very large, and that can
cause slow accesses to it, as well as slow writes due to locking, leading
to performance bottlenecks.

By trimming the table regularly, the above bottlenecks are avoided.

Protect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Functionality

This module will add a protect checkbox to each node create and edit form and if checked, override the node_delete functionality to never delete or edit (depending on settings) a protected node.

Future

The goal in the future is to allow it to disappear from ever being displayed, in that in the config the protect functionality could be set to soft delete and node which is to mark as deleted so that they are hidden from all views within the site with the exception of users with the view protected deleted content permissions.

Protect types:

Account Sentinel

Component type

module

Maintenance status

Development status

Downloads

1266

Component created

Component changed

Account Sentinel perceives changes made to a configurable set of monitored roles' accounts, even those that are results of direct database modification (e.g. SQL injection). A set of e-mail addresses can be configured to be notified when such a change is detected, also a log of changes can be viewed in Drupal and via Drush for manual review.

chmod

Component type

module

Categories

Maintenance status

Development status

Downloads

294

Component created

Component changed

The chmod.module is for changing file permissions. Currently there is only a possibility to add write permissions on files where the webserver has the ownership. Open an issue if you need other chmod possibilities.