Panels cache

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a new Panels cache. Set it on an entity from context, and it will keep the cache around until that entity gets updated/deleted. There are no options or settings.

To reduce the number of individually cached panes, it's recommended that you output the entity as a single, or a few panes, using View modes.

Current limitations:

  • Only works with single context pages. Multiple ones can be supported.
  • Cache must be lazy-loaded

KC Tools

Component type

module

Categories

Maintenance status

Development status

Downloads

356

Component created

Component changed

This is a set of custom development tools for extending Drupal's functionality and promoting code reuse.

Quick SimpleTest

Component type

module

Maintenance status

Development status

Downloads

351

Component created

Component changed

This module extends the SimpleTest module to allow module developers to run a faster and fully compatible version of it's DrupalWebTestCase test, with a information loss kept near the minimum. It has been created to make test driven development less painful, without having to switch to a different testing framework than the standard one.

ObjectAPI

Component type

module

Maintenance status

Development status

Downloads

421

Component created

Component changed

The object module seeks to truly objectify core entities to make them easier to work with in a programmatic way. It is essentially an object wrapper around the procedural code in core.

Examples

Load and change the title of an existing node 1.

$node = new drupalNode();
$node->load(1);
$node->title = 'Test Title';
$node->save();

Load user 212 and change the username.

Ming (a MongoDB wrapper)

Component type

module

Maintenance status

Development status

Downloads

1136

Component created

Component changed

Drupal 8
This module has been converted into a general PHP library called Vultan, and will not be released as a module for Drupal 8.

Vultan is available on Packagist, and can be added to Drupal via Composer:
https://packagist.org/packages/xtfer/vultan

Drupal 7

Ming is an API for working with data in MongoDB. It was designed to allow rapid construction of MongoDB-based apps in Drupal, where Field integration is not required.

Ming is a wrapper around the PHP Mongo classes, which adds some additional capabilities and behaviours. In addition to what raw Mongo support provides, Ming has the following features:

  • Preconfigure and connect to multiple persistent connections, from multiple Mongo database sources, using hooks, site variables, at runtime, or from the Mongodb module
  • Simple wrappers around common Mongo tasks (Insert, Upsert, Delete, Find), including some common variants
  • Shortcuts for accessing objects by MongoID, without the need to instantiate MongoID classes
  • A scaffold class (mingMingItem) for building, saving and working with MongoDB data

Ming does not require the Mongodb module to be installed, but will work with it.

Commerce Express Checkout

Component type

module

Categories

Maintenance status

Development status

Downloads

5614

Component created

Component changed


This project has multiple known issues with payments not being processed under certain common circumstances, while still completing the checkout process for the user. There is a known workaround documented in the issue queue, by moving the payment pane to the payment page in the admin checkout settings. Please see the issue queue for more details.

{syntaxhighlighter} to PRE Converter

Component type

module

Maintenance status

Development status

Downloads

839

Component created

Component changed

This is the utility module for Drupal 7 that allows users to convert old {syntaxhighlighter} tags
to <pre> in nodes.

Overview

The Syntax highlighter module highlights program code in nodes.
We need to add special tags in the content to make it possible.

Drupal 6 version of Syntax highlighter works with special {syntaxhighlighter} tag:

Aviberry

Component type

module

Categories

Maintenance status

Development status

Downloads

1042

Component created

Component changed

This plugin is no longer supported and Aviberry Cloud Online Video Converter is closed.