Course planner

Component type

module

Maintenance status

Development status

Downloads

5098

Component created

Component changed

This module provides some tools for planning courses in a school context. As a bonus, it also provides a library for sharing learning resources.

Watch a quite long video showing the features available in the 1.0 release
Try out a demonstration at simplytest.me
Check out Course planner being used on kursplanering.se (in Swedish)

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.

URL token

Component type

module

Maintenance status

Development status

Downloads

411

Component created

Component changed

URL token is an API module to make token-based access control simple.

There are two main features:

  • Request a token
  • Check that a token is valid (usually via a URL)

You should only install this module if another module requires it. This module doesn't provide any functionality by itself, it provides features for other developers to use in their modules.

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.

Drush Scenario Builder (DSB)

Component type

module

Maintenance status

Development status

Component created

Component changed

DSB is a Drush utility to automate project setups. It defines the concept of a "scenario", a named setup consisting of a certain amount of systems (drupal instances) with individual setup and configuration.

The scenario building process is split into several phases:

dx_cache

Component type

module

Categories

Maintenance status

Development status

Downloads

1311

Component created

Component changed

A simple database key/value store that can be used in place of variable_set and variable_get for persisting simple data, and even handles expiry times (in seconds) and asserting that data exists before using it.