Field index

Component type

module

Maintenance status

Development status

Downloads

1127

Component created

Component changed

Field modules don't always add indexes for its columns (value column of text field for example), this leads to poor performance in views when we would like sort or filter views using the unindexed columns. We can check the query executed by views and add custom indexes manually, but it's not easy to deploy.

With field_index module, we can create custom indexes for fields. The indexes are exportable.

Revisionator

Component type

module

Maintenance status

Development status

Downloads

334

Component created

Component changed

The Revisionator module clean up insightly old revisions! Revisionator removes
revisions older than the specified age, leaving a minimum number of revisions
per node.

Further development

If you read the Similar Projects section in the Node Revision Delete module you will see that at this moment there are 5 modules that works with Revisions:

unfeaturize

Component type

module

Maintenance status

Development status

Downloads

244

Component created

Component changed

This module will help you get your content types out of features, and back into the database in a state where you can edit or delete them freely.

How to use:
1) Disable the feature (module) that owns your content type
2) Enable this module
(make sure you have permission to administer content types)
3) Visit admin/config/development/unfeaturize
4) check the boxes for the content types you'd like back
5) click the "Unfeaturize" button.
6) Profit.