Varnish Tag Invalidate

Component type

module

Maintenance status

Development status

Downloads

975

Component created

Component changed

What this module does

This module allows the setting of "tags" to ease the burden of invalidating interconnected pages on a website using Varnish. Information about this strategy can be found at the Varnish site. It accomplishes this by having Rules actions that set headers and also trigger the Purge module to remove them.

Bean Panels Context

Component type

module

Maintenance status

Development status

Downloads

944

Component created

Component changed

This module is for developers who want to develop custom beans types that are ctools/panels context aware.

This module is based on and similar to the Bean Panels module, however when the ctools content type plugin provided by this module is used, the panels contexts are past to the bean plugin.

This gives bean plugins developers access to the available contexts when the bean is viewed, allowing the beans to be rendered differently depending on context.

SharedVue

Component type

module

Maintenance status

Development status

Downloads

680

Component created

Component changed

Module for SharedVue partners to pull content from SharedVue's syndicated showcase into pages on your site.

In order to use this module you will need to contact SharedVue and become a partner http://www.sharedvue.com/.

Their documentation provides raw PHP code allowing you to output this content. This module allows you to use their syndicated content without writing any code. It pulls the content into a a page at /sharedvue/[endpoint-name] and exposes a menu item.

drutils

Component type

module

Categories

Maintenance status

Development status

Downloads

479

Component created

Component changed

drutils is drush plugin providing additional drush utility functions for generic tasks, currently for Drupal 7.

Commands

Call drush help [COMMANDNAME] for details on the commands below.

Flag status fields

Component type

module

Maintenance status

Development status

Component created

Component changed

Sometimes it is useful to display the status of flags but not the actual links to change the flag status (for example, in search results). This adds DS fields for each flag available on any given content type with per-content-type configuration of what text to output for flagged/unflagged.

Node Access Fixer

Component type

module

Maintenance status

Development status

Downloads

381

Component created

Component changed

This module does nothing on its own, other than to attempt to make harmony out of multiple node-related "access callback" changes made in the hook_menu_alter() implementations of various modules. It does this by ensuring that its own "access callback" handler is called for each of several node-related menu paths ('node/%node', 'node/%node/edit', etc.). This handler then calls all other "access callback" handlers for the given path, returning TRUE if any handler grants access.

Escape Admin

Component type

module

Categories

Maintenance status

Development status

Downloads

33355

Component created

Component changed

This is a Drupal 7 backport of the functionality added to the revamped toolbar: #787896: Add a link so that administrators can return to their most recently visited non-admin page which adds a 'Back to site' button when the user has clicked on an administration URL from a non-administration page. The 'Back to site' link will persist until the user returns to a non-administration page.