CloudFlare.

Component type

module

Maintenance status

Development status

Component created

Component changed

Very Simple module. If you use CloudFlare.com in order to set caching for your website. This allows you to put your site into development mode and clear the cache on cloudflare with a few buttons. Once installed add the cloudflare options into the settings area under the System menu, and you should be set to go.

Entry Gate

Component type

module

Maintenance status

Development status

Component created

Component changed

Block Search engine from indexing site and also unauthorized access while in development or in any condition you want to keep sites secure from others.

If you don't want to put your site in maintanance mode but want to prevent early access to your website during its development, then this module is very helpful for you.

Hook Post Action

Component type

module

Categories

Maintenance status

Development status

Downloads

15304

Component created

Component changed

You don't need this module unless you're either a developer or another module you're using depends on it.

Currently Drupal core does not offer any hook to do actions after a node/entity is insered/updated/deleted in Database.
So this module introduces several new Drupal hooks to overcome this limitation
- hook_entity_postsave
- hook_entity_postinsert
- hook_entity_postupdate
- hook_entity_postdelete
- hook_node_postsave
- hook_node_postinsert
- hook_node_postupdate
- hook_node_postdelete

prev_next_content

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provide a variable: $prev_next_content for 'node.tpl' to display links of the previous and next node which are the same type with current node.

Similar project: Previous/Next API

Contrast with module: prev_next, this module is more simple, and most sites can use directly, e.g. http://www.w3cplus.com is using this module's function now.

prev_next_demo.jpg

mycalc

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module shows an example how to maintain Drupal.ajax in Drupal 7. It is simple calculator with on-fly summarization

Entity Soft Delete

Component type

module

Categories

Maintenance status

Development status

Downloads

1821

Component created

Component changed

Provides soft-deletion/trash bin functionality for Drupal. Content (node/comments/taxonomies/etc) is "soft-deleted" instead of deleted outright, and can be retained for a configurable span of time before being permanently purged. All this is opaque to end-users as all soft-deleted content is pervasively hidden from them, but administrators can access and restore soft-deleted content when necessary.

FacetAPI URL Validator

Component type

module

Categories

Maintenance status

Development status

Downloads

1798

Component created

Component changed

This is a cheeky little module that attempts to insert some validation of URL parameters into Facet API, so that if someone pops something random into the URL it doesn't get sent to the search backend for it to choke there.

For example, it's possible to send strings to filter integer fields.

This probably isn't the best implementation of this stuff, but it works!