Drupal 5 migration

Component type

module

Categories

Maintenance status

Development status

Downloads

537

Component created

Component changed

Drupal 8 has builtin migration paths from Drupal 6 and Drupal 7 - this module will extend the core support for migration from Drupal 5. The initial goal is simply getting the most basic site content - terms, users, and nodes - into Drupal 8, and we will refine from there.

Post Render Cache

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

This module allows post processing of render arrays just after them
being retrieved from cache. It allows you to apply small per-user modifications
on globally cached output, without having to resort to per-user caching.

Think of it as a poor man's ESI, or the same thing than #post_render callbacks,
except they will run at drupal_process_attached() time at initial rendering
and after drupal_render_cache_get().

Field SQL Storage Group Load

Component type

module

Maintenance status

Development status

Downloads

821

Component created

Component changed

Drupal's standard Field storage module loads makes 1 SQL query per field during entity load, which can be suboptimal with many fields. This module allows loading multiple fields per query, hence reducing the number of SQL queries during entity load.

Note

This module only works when loading the current revision of an entity, trying to load an older revision will still use the Drupal standard way.

Google Wallet Objects

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides some integration with the Google Wallet Objects API.

Provides an admin interface to input credentials. Provides hooks and form elements for displaying "Add to Google Wallet" buttons.

Requires Libraries and the google-api-php library from GitHub.

Example usage to generate a button: