Autocomplete Unblock

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION

Drupal 7.42 release breaks autocomplete functionality on certain unusual server configurations that block direct access to Drupal's index.php file.

This module fixes autocomplete functionality on environments with restricted access to index.php.

Don't use this module if your server doesn't block direct access to Drupal's index.php file.

Save disk space

Component type

module

Maintenance status

Development status

Component created

Component changed

Save Disk Space

Welcome to Save Disk Space!

Save Disk Space module helps you to save memory disk space by deleting the
unused iamges in the website.

For example, if a user creates a node with image attachment and later he/she deletes
the node, the attached image will still be maintained in the database with inactive
status as well as in the sites/default/files folder.

This module helps in listing the inactive images so that user can review and delete
the image to save memory space.

Autoloading for themes

Component type

module

Maintenance status

Development status

Downloads

307

Component created

Component changed

Out of the box, Drupal only honours files[] entries in module info files and not themes.

Enable this module (and clear all caches) and all the files[] directives in your theme .info files will immediately begin working.

Disabled themes are ignored.

Database logging ban operation

Component type

module

Maintenance status

Development status

Downloads

571

Component created

Component changed

Synopsis

Have you ever looked through the list of recent messages for a public website and noticed certain IP addresses repeatedly trying to do bad stuff? For example, repeatedly trying to log in with various usernames, trying to access node/add, or trying a bunch of different path prefixes to the backend / CKEditor scripts, etc.

OG Access Group Roles

Component type

module

Maintenance status

Development status

Downloads

274

Component created

Component changed

This module extends Organic Groups' bundled Organic Groups Access Control (og_access) module by allowing authors finer control over who can see their private group content from members of a group.

By using this module, authors can allow only those group members to view their private group content, who have specific group role(s) within a group.
(Administrator members of a group still always have access to group contents access controlled by this module.)

Panels HTTP Response Header Pane

Component type

module

Categories

Maintenance status

Development status

Downloads

1060

Component created

Component changed

This module provides a panels pane (aka ctools content type) that sets or changes a HTTP response header.
It can be useful to allow some single pages to be embedded in a iframe without losing all of the drupal clickjacking protection added here:
Drupal 7 core is now protected against clickjacking by default (X-Frame-Options: SAMEORIGIN)