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.

Plaats

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Info

Plaats - it a place system

Plaats it module that allow you manage the places on you site with hierarchical support and nice interface for configure sub places.
Allow display the plan of main place with linked sub-places on it.
Also can be added additional fields.

That allow build on you side own "Building", and "walk" trough it :)

CiviCRM Cron

Component type

module

Maintenance status

Development status

Downloads

62738

Component created

Component changed

Use Drupal's cron to call CiviCRM's cron. CiviCRM's cron can (and should) be called directly from the command line, but this is a simple way to define the user, pass, and sitekey used in the CiviCRM url and call CiviCRM's cron when it's not possible or convenient to configure CiviCRM's cron.

Screencast: Download and Install the Current Versions of Drupal and CiviCRM < 10 minutes

Meta tags - "Revised" tag

Component type

module

Categories

SEO

Maintenance status

Development status

Component created

Component changed

This project adds in support for the meta name="revised" meta tag.

The project plugs into the existing Meta Tags module and needs to be placed within the meta tags module directory (probably /sites/all/modules/metatag/ in most installations).

Once installed, you will find a "Revised" option within the meta tags global preferences and also on each node's create page.

Has been tested, but could do with more people have a go with it.

Views Quicksearch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views Quicksearch is a JavaScript plugin designed to turn your static Views results into dynamic, on-page search. It makes no XHR calls of its own, leading it to work best when you have a single page of results to search through. Makes a great addition to FAQs, Glossaries, and other structured lists.