Maintainers strive to actively monitor issues and respond in a timely manner.

Node Access Rebuild - Quick

Sites with very high numbers of nodes often times have trouble rebuilding their node access permissions since the default drupal behavior is to load and save each node individually. This is an adequate solution when you have a few hundred nodes, but when sites have 500k or possibly millions of nodes, this can take hours to days to complete. Needless to say, that can really cut into your beer time.

The goal of this module is to provide very quick, bulk inserts directly into the node_access table without iterating through nodes individually. the module supplies a hook "hook_quick_rebuild" and passes no data in. from there, modules that implement grants can use this to do a bulk insert for all the nodes that meet access criteria.

This module ties in to the rebuild permissions form, and takes over that functionality, so the UI works exactly the same way as before. If node access granting modules exist that this module does not support, a notice gets added to the rebuild permissions screen, and the process reverts to the slow way of building permissions.

disabled_menu_item

This module adds a checkbox on the node edit screen so that a menu item can be created and disabled at the same time.

Drupalcamp Utah Demo

This is just a test project for Drupalcamp Utah

Xref

Provides smoother crossreferencing between content.

This project is used in OpenAtrium

Litecal

A lite clean calendar UI.

This project is used in OpenAtrium

PostGIS

This module provides a field for geospatial data that can be added to entities.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained