Redirect Deleted Entities

Component type

module

Categories

SEO

Maintenance status

Development status

Downloads

748

Component created

Component changed

Sometimes there might be common patterns how deleted entities could be redirected automatically. This module allows you to create redirects when entity is being deleted. You can either use static path or tokens. Redirects are configurable per entity bundle and language.

Dependencies

This module depends on Redirect module.

Views Node Query Linker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

An experimental module to add the current page query string to views node links. The goal is to enable linking between two pages with Views with the same exposed filters while maintaining the current filtering and/or sorting options.

Views many to one filter subqueries

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

If you filter a view by a 'many to one' field, like for example any term reference field, and dare to filter by multiple values ANDed together, then the views query produced can have many, many, many joins.

MySQL can choke on this, badly. A small production site with a small set of tables produced DB queries that took over 3 days to execute!

Instead, we change the query added from being lots and lots of joins, to instead a single subquery condition.

This will work for small datasets and probably not for larger ones.

RESTful Purge

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

RESTful Purge

The RESTful purge module provides an admin UI for managing various cache backends for the RESTful module.

NOTE that this module DOES NOT help you connect or configure a cache backend(like memcached or Redis) for RESTful.It only assists with an admin interface for clearing/invalidation of cache on selected RESTful endpoints.

This module is a work in progress and not recommended for production use at present.