Editview

Component type

module

Maintenance status

Development status

Downloads

18158

Component created

Component changed

Editview is a plugin for the Views module. It allows you to create a view in which the nodes are editable, and new nodes can be created. Editview uses AJAX to speed things up, but will still work on browsers with javascript disabled.

Betterdate

Component type

module

Development status

Downloads

2575

Component created

Component changed

Betterdate makes non-required FAPI date fields work as expected.

In Drupal core versions 4, 5, and 6, FAPI 'date' form fields cannot distinguish between required and non-required fields. In both cases, a user must enter a date, even if the field has been designated not required.

This module silently finds all date fields, and modifies the non-required fields to have null options (represented by "--"), and default forms to these null options.

OG Gradebook

Component type

module

Categories

Maintenance status

Development status

Downloads

4775

Component created

Component changed

Creates a gradebook per organic group and restricts viewing grades by group membership.

MGN will now be a co-maintainer for the project, so expect some updates in the new year.

Note: Some of the gradebookapi functions have changed since gradebook-6.x.1.x. If using gradebook-6.x.2.x-dev released after April 1, 2009, be sure to get the matching og_gradebook 6.x.2.x-dev.

Viewfield

Component type

module

Maintenance status

Development status

Downloads

206252

Component created

Component changed

Viewfield provides a field that holds a reference to a View and renders it whenever the entity containing the field is displayed.

Features

  • Author chooses one or more views and displays from a list.
  • View arguments (contextual filters) may be supplied literally or through tokens.
  • Administrators may restrict which views and displays may be assigned.
  • Administrators may supply default values that will be used for all entities in a bundle, making it unnecessary to supply field values for each piece of content.

Bot

Component type

module

Maintenance status

Development status

Downloads

13367

Component created

Component changed

Druplicon is a PHP IRC bot that has been servicing #drupal, #drupal-support, and many other IRC channels since 2005, proving itself an invaluable resource. Originally a Perl application coded by Morbus Iff, he always wanted to make the official #drupal bot an actual Drupal module. This is the fruit of these labors. Whilst the needs of Druplicon are driving the future and design of the module, this is intended as a generic framework for IRC bots within Drupal, and usage outside of Druplicon is encouraged.

With all currently shipped modules enabled, you'll get:

Movie database

Component type

module

Maintenance status

Development status

Downloads

3943

Component created

Component changed

The moviedb module provides the tools to maintain a large database, and is set up for a Movie Database however it can be modified for any type of relational data (ie, Band - Album/Book - Author, etc).

The module treats movies, people (actors, directors...) and companies as separate nodes. This allows a great flexibility and extensibility.

Update 16 August 2011
Apologies for lack of maintainance, I'm going to try to actively work out the issues with the D6 version. As always, your patches and suggestions are very much appreciated.

Token authentication

Component type

module

Maintenance status

Development status

Downloads

17059

Component created

Component changed

Token Authentication provides a token for use in the URL to authenticate users to your site. It only works on paths configured in the settings page.

Originally this module was intended to offer simple authentication for RSS feeds to allow feed readers to pull customized content listings. You can now use it to provide a simple browsing experience of any Drupal content.

Be careful with what paths you expose to Token Authentication, as it is effectively a very simple, very low security password mechanism. You can expose Administration pages through bad configuration.