Ctools content type contextual links

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

If you don't like IPE

If you don't like allow users to use Panels UI

If you like Custom Ctools content type plugins

This module provides API to create contextual links for direct access to pane edit form form front-end.

Add this flag to content type edit form:

$form['#ctools_content_type_links'] = TRUE;

Then add contextual link to render:

DB Track

Component type

module

Maintenance status

Development status

Downloads

839

Component created

Component changed

Module provides additional log of non-tracking Admin panel entities and elements, such as changes in configuration settings on admin/config. Different system events, like adding new content types or switching modules off, already tracked by system Database logging module. Using of DB Track can provide more complete history of working session. Idea of creating this project has appeared during working on maintain around 50 sites with three enviroments on each, when sometimes we cannot remember all changes made on one enviroment and simply write them in notes.

Edit UI

Component type

module

Maintenance status

Development status

Downloads

12454

Component created

Component changed

Improves the administration interface.

This module intends to improve the Drupal administration interface by adding more administration features directly on frontend pages.

Updates !

As frontend block editing has been included in Drupal core 8.2 this module has now not as much improvements as before, so we recommend to use the Drupal core's feature.

Synopsis

For now, this module improves block management by adding a new toolbar in the administration menu available in frontend pages.

Available features :

Environments Tool

Component type

module

Maintenance status

Development status

Downloads

3156

Component created

Component changed

Environments is a module for dealing with different server environments, such as development, staging or production.

Usage

  1. Define one or more environments
  2. Define one or more tasks for each environment
  3. Export environments using Features
  4. Use the UI or Drush to switch environments
  5. Take a bow

Environment Tasks

Tasks are operations which get executed whenever an environment is entered, for example enabling/disabling modules, changing variable values, etc.