Feeds Callback Fetcher

Component type

module

Categories

Maintenance status

Development status

Downloads

1152

Component created

Component changed

Background

When importing content with Feeds, people uses different URLs.
Those are generated by Views, some others by custom modules.

The problem

It also happend that some of these URLs can be guessed by people and/or search engine.

The questions

How to disable the access to those URLs for the anonymous user and let cron access to them ?

South African ID

Component type

module

Categories

Maintenance status

Development status

Downloads

281

Component created

Component changed

This module provides a text field to enter a South African ID number that will get validated.
The field is provided through the field API, so i can be used on content types as a normal textfield is used.
The field has a setting to specify that it must validate the ID, otherwise it will throw an error on the form.

There is also a API function southafrican_id_validate_id($id) that other modules can use to validate a ID number. The function returns TRUE or FALSE to specify validity of number.

This module is only for Drupal 7

Shell Client

Component type

module

Categories

Maintenance status

Development status

Downloads

1508

Component created

Component changed

The shell_client module provides a basic class for interacting with the command line from a Drupal site. This module provides no user interface. You should only install this module if another module requires it.

You should consider using Symfony Process instead of this module for new project.

Development of this module was sponsored by Technocrat.

MailChimp List Reference Formatter

Component type

module

Maintenance status

Development status

Downloads

506

Component created

Component changed

This module provides a formatter for the entity reference field that displays MailChimp sign-up forms. You can use it to allow website admins an easy method to choose which sign-up forms to display on individual entities (eg. nodes, taxonomy terms, etc.).

Retina

Component type

module

Maintenance status

Development status

Downloads

570

Component created

Component changed

Retina is the simpler version of the Retina Images module which enables to use retina graphics for your website. It uses Retina.js to use retina quality images instead of normal quality ones if available.

The major difference of this module is that it comes with almost no configuration. The only configuration you need to set is whether it should use a CDN or not.

The module will do the rest. Then you can include the @2x images in your themes, or in your modules.

MailChimp Lists Helper

Component type

module

Maintenance status

Development status

Component created

Component changed

This simple sandbox module supplies a block to allow a user to subscribe to any freeform list using checkboxes. If you use the same merge fields on different lists, the fields will be displayed only once. It also modifies the sign-up forms displayed on mailchimp/subscribe to use the new form. It doesn't currently support interest groups, but that could be added if there's any interest (haha!).

Lookup browse

Component type

module

Categories

Maintenance status

Development status

Downloads

141

Component created

Component changed

Overview:
In enterprise web application, there are usually lots of elements on the UI need to be filled in. And sometimes the input value for an element
is a code, and users maybe not familiar with the code, so they need a
popup lookup browse to search what the code they need to be fill into
the UI. And when users select the code, the return data includes many
other columns listed in the lookup browse like name, description and
so on.
For example, there are some customer related fields on the

Image Style Pregenerate

Component type

module

Maintenance status

Development status

Downloads

1477

Component created

Component changed

In a heavy traffic site with large number of images flushing an image style, or change image style shown in page could cause performance issues, when large number of images want to be generated in the same time. With this module you can generate all the images for a particular image style and when that's ready you can change e.g. an imagefield format style to use this new style safely.