Bulk delete 301

Component type

module

Categories

Maintenance status

Development status

Downloads

1053

Component created

Component changed

This is the new module for bulk delete operation of 301 redirects by a
csv upload of url's.
It is having another option to save url from 404 if node does not exist.
Requirements:
*Redirect module https://www.drupal.org/project/redirect
# This module is only useful for redirect.module users
Steps :
1. Download and extract the module in modules folder (you should have redirect module before installing this module).
2. Enable the Bulk delete 301 redirect module.

Controllable node updated date

Component type

module

Maintenance status

Development status

Component created

Component changed

Module gives you a second node updated date which you can control.
You can choose to not update the timestamp (for example if the change was only a minor typo fix).

This module was created because I had the need to quickly put a node back to the top of the list. Using views with the updated date did just that, but this also meant you couldn't change your node without having it pushed back to the top.

Alternative modules for this kind of sorting mechanism, like Weights gave me to much possibilities, which I didn't need.

SurferNetwork

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to output a link to play content from the SurferNetwork streaming service.

Credits / Contact

Currently maintained by Damien McKenna. Development is sponsored by The Batavian.

The best way to contact the authors is to submit an issue, be it a support request, a feature request or a bug report, in the project issue queue.

osCaddie - Google Cloud Storage

Component type

module

Maintenance status

Development status

Downloads

1863

Component created

Component changed

Overview

This module allows your Drupal solution to become scalable in terms of file management. Any images, videos or documents that are uploaded into Drupal will still be managed by Drupal, but instead of being stored and served from local storage, actual files will be uploaded to Google Cloud Storage and delivered through there high performance network. It then replaces the URL to each media file with their respective Google Cloud Storage signed URL.

Post Protector

Component type

module

Maintenance status

Development status

Downloads

597

Component created

Component changed

This simple module adds support to your site to block HTTP POST requests that are not associated with form submissions. This is useful for reducing the potential for attackers to bypass your caching infrastructure by making HTTP POST Requests for pages of your site.