jQuery Dollar

Component type

module

Maintenance status

Development status

Downloads

3895

Component created

Component changed

What?

This module allows developers to use $ to access the jQuery library in the global namespace instead of calling jQuery explicitly or passing $ as a parameter into your closures.

Why?

Originally, I was annoyed about the change in Drupal 7 (http://drupal.org/node/1407256) that caused Drupal to noconflict() jQuery by default. This was a code migration headache and an inconvenience when it came to using most snippets of jQuery found in example documentation or in snippets on the web.

More Boxes

Component type

module

Categories

Maintenance status

Development status

Downloads

1945

Component created

Component changed

More Boxes adds various types of boxes to use.

So, what's in the box:

Banner box:
Lets you add an image or a flash file to the box using IMCE file browser.

Links box:
Creates a list of links box.

Out Of Context

Component type

module

Maintenance status

Development status

Downloads

1462

Component created

Component changed

Out Of Context is built on top of Context module, in order to achieve an easy to use, in-line blocks editor.
It creates a nice palette where you can select the context you want to edit, and a list of blocks which can be dragged & dropped to the different regions.
A configuration screen lets you select which contexts will activate the palette, and also to select the blocks which will appear in it.

Services Raw

Component type

module

Maintenance status

Development status

Component created

Component changed

Services raw provides access to resources of services module via direct usage of API calls like node_save or user_save instead of executing form programatically.

Supported resources:

  • Node - CREATE, UPDATE - node_save
  • User - CREATE, UPDATE - user_save

To enhance security module also introduces new permissions like 'access raw node_save'. This means that user logged in via services must have these special permissions to use services_raw resources.

TODO:

  • Add support for comment, taxonomy, files

Commerce Abandoned Cart Notification

Component type

module

Maintenance status

Development status

Downloads

1648

Component created

Component changed

This module allows you to notify your customers by email about their abandoned their cart.

Abandoned Shopping Cart mailings generate more than 55% more conversion compared to regular email campaigns. –SeeWhy research (2011)

Thanks to jessepinho for his contribution to the project.

Feeds Database

Component type

module

Categories

Maintenance status

Development status

Downloads

2440

Component created

Component changed

This module provides a Feeds Fetcher and Parser to use when your data source is on another database. For each source you can provide a query to directly select which data to import and then map using the usual Feeds mapper interface.

It also supports limiting the number of rows to be pulled, making good use of batch API.

Module sponsored by Trellon LLC.

Area Print

Component type

module

Maintenance status

Development status

Downloads

6187

Component created

Component changed

Area Print is a simple module that let's you add print button or link that sends any given element(div, table, block.. anything with a css id) to a printer.
All original css from the page(including definitions from parent elements) is applied(though browsers tend to strip some off) and you can append your own on top of that.

In it's current form, the module provides only API-like functionality, no UI at all, though this can be changed in the future if needed.