spip_importer

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module to import articles from SPIP 1.9 to Drupal 7.

After enabling it you'll be able to configure it in admin/configure/spip_importer
Then you will be able to process an import by specifying the "articles" you want (by ids) or all articles from a "rubrique".
For each import you can specify a taxonomy.

Pdf to image

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

= PDF To Image =

The PDF To ImageField module provides automatic conversion of
uploaded PDF files to images.
It can be used either to create a snapshot of the front page,
or to generate a gallery of images from each page in the document.

The module is implemented as field widget where PDFs are uploaded to.
It places generated images into a Image Field on the same content type.

== Requirements ==

File field, Image field and Imagemagick modules.
ImageMagick toolkit to be available on server via command-line interface.

CGPA Calculator

Component type

module

Categories

Maintenance status

Development status

Downloads

3833

Component created

Component changed

This module allows universities to perform GPA calculations for students across multiple terms and years. It allows per-country and per-institution grading scale conversion tables which can be entered directly or imported from CSV files. Countries, Grading Scales and the Calculations themselves are all stored as nodes, with various Views and admin pages to manage them.

This module is sponsored by McGill University, and was developed by McGill in collaboration with Evolving Web.

Air Push

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Module will provide common platform for sending system generated push message to mobile device like Apple push notification to iOS devices, C2DM messages to Android device , Blackberry push service to BB devices.More mobile devices will come under the umbrella in subsequent development phase.

Database logging clear button

Component type

module

Maintenance status

Development status

Downloads

1411

Component created

Component changed

Backport of Drupal 7's button to clear the database log table, with the addition of a permission to allow this.

Dependencies

  • dblog - core module

Installation

  • Enable the module

Usage

  • View the recent log entries page
  • Clear all log entries

Background

See #49333: A clear all logs button.

Views PHP Array D7 - jamsilver

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a fork of http://drupal.org/project/views_php_array with the following extras:

1. Works in D7 (only)
2. Provides a few more options for customizing the array constructed.

This is not intended to usurp the views_php_array module, but just be bashing out some ideas.

Context empty field

Component type

module

Maintenance status

Development status

Component created

Component changed

Context empty Field, provides a context condition based on whether a nodes field is empty or if it contains a value.

For example if there is a view that should only show on a product page if it's special offer price field is filled in.

This module is based on the code of context_bool_field and has only been tested for text fields.