Path Profiler

Component type

module

Maintenance status

Development status

Downloads

541

Component created

Component changed

Path Profiler is a practical proof of concept for illustrating how path management within drupal could work under different circumstances in the hopes of pushing forward a new initiative in D8 to re-architect how we think about and utilize paths and their output.

Path Profiler allows you to create various whitelists or blacklists of paths within drupal. Blacklisted path profiles will allow all paths to be created except for specified paths in the list. These will be unset(). Whitelisted path profile will ONLY CREATE MENU ITEMS YOU SPECIFY. Please use with care.

Page manager breadcrumbs

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a small CTools plugin that allows you to set the breadcrumb in custom pages created by Page manager. You can use CTools replacement patterns to do this.

If replacement patterns result in a breadcrumb part being repeated (such as top-level term > current term), the duplicates are pruned.

Page Manager Blank

Component type

module

Maintenance status

Development status

Component created

Component changed

A way to create blank pages. This is useful in situations were you want to have a landing page which displays only blocks.

I use it to create landing pages which use the Context Module block reactions for their content (as opposed to say Panels).

As it is built on Page Manager it is easily exportable.

Drupal Firewall

Component type

module

Maintenance status

Development status

Downloads

5723

Component created

Component changed

Module maintainer @podarok
Drupal Firewall was implemented due huge data importing into commerce, ubercart, feeds and other modules
The main idea - disabling redundant hooks, functions and other procedures when doing background tasks (mostly via cron or custom page callback)
For that we use hook_module_implements_alter

Module config page (sometimes You have to know this address 8) ) admin/config/dfw/config

Shorten Options

Component type

module

Maintenance status

Development status

Component created

Component changed

Shorten Options adds the ability to create a short url for a content type on node creation with the ability to specify a custom url instead of an auto-generated url.

For example, creating site.com/donate will generate http://bit.ly/asklu23 or you can specify http://bit.ly/donate on node create. The module will check to make sure this url actually exists.

Secure Download

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends drupal to support http://www.cherokee-project.com/doc/modules_handlers_secdownload.html for private downloads. Urls generated for private ressources will expire after a certain time. The following transfer protocols are supported:

  • Server (e.g. Cherokee)
  • PHP
  • X-Sendfile
  • X-Accel-Redirect

Page Not Found Reports

Component type

module

Maintenance status

Development status

Downloads

5386

Component created

Component changed

Purpose

This module adds a couple of admin reports to review the most common 404 errors on your site.

When a redirect module is available, these reports include the option of adding or updating a redirect for paths that have resulted in 404 errors in the past (thanks to benclark). For D6, this uses Path Redirect. For D7, this module was moved to Redirect.

random_nids

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The random_nids module allows you to replace your site's node nids with a random value of 7 digits in order
to make it impossible to keep track of the node amount.

For a full description of the module, visit the project page:
http://drupal.org/node/1173164

To submit bug reports and feature suggestions, or to track changes:
http://drupal.org/project/issues/1173164