Basecamp

Component type

module

Maintenance status

Development status

Downloads

705

Component created

Component changed

Overview

Basecamp is an online project management system. This module is an implementation of the Basecamp API, allowing you to pull content from your Basecamp account and display it on your Drupal site. You can also use Drupal to submit content to Basecamp.

Currently this module only supports accounts using Basecamp Classic. Support for the new version of Bascamp will be added once the API has been published.

Taxonomy breadcrumb lite

Component type

module

Maintenance status

Development status

Downloads

3230

Component created

Component changed

This module does one thing, and only one thing. It will alter the breadcrumbs on a taxonomy term page to reflect the hierarchy of that term. This module is intended as a very simple replacement for the Taxonomy breadcrumb module which has many extra bells and whistles over this module.

Viewing the "Soho" page for example, could set the breadcrumb to:

Mixed session

Component type

module

Maintenance status

Development status

Downloads

496

Component created

Component changed

The Mixed Session module enables mixed HTTP(S) sessions for a site, securely and without loss of session data. The phrase "mixed sessions" refers to providing, with respect to a user visiting a site, some content over an insecure (HTTP) connection and other content over a secure (HTTPS) connection. For example, a shopping site may prefer to display product content in insecure mode (HTTP) while being able to protect sensitive content (e.g credit card details and authenticated user account information) using secure mode (HTTPS).

ICS

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a Drupal 7 field module upgrade of CCK iCal.

This module is intended to be a drop-in solution to format a simple date as an .ics download.

If your needs are more complex have a look at iCal Module which is designed to tackle all of the elaborate use cases you are bound to come across. This project does not intend to meet anything but the most simple requirements.

kmvc

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

kmvc is a micro MVC framework that have a convention over confiugration approach which will save you from registering urls for different actions you want to create in Drupal and it will provide you an object oriented approach to handle your module.

It attaches itself to the menu_hook and create custom on the fly routes for the controller classes you have defined in your library.

Imagecache Token

Component type

module

Categories

Maintenance status

Development status

Downloads

111454

Component created

Component changed

This module provides additional tokens for image fields. For each image style available, a token [node:field_image_field:style_name] will be provided. It is also possible to get image properties like width or height by using tokens like [node:field_image_field:style_name:height].

Configuration

No module configuration needed.

Gotchas

I've observed that after you create new image style it might not appear immediately in available tokens list. If this is a case, you will need to reset cache at Performance page.