Make Meeting Scheduler

Component type

module

Maintenance status

Development status

Downloads

14098

Component created

Component changed

Make Meeting is a doodle.com like scheduler and poll engine for Drupal.

Basic usage

  1. Attach a makemeeting field to a content type
  2. Create a poll for a business lunch, a meeting or a movie night for example
  3. Users provide their availability on the chosen dates
  4. Pick the date that suits the best

Important

Versions 6.x-1.x and 7.x-1.x are discontinued! Only security fixes will be made.

Shorten URLs

Component type

module

Maintenance status

Development status

Downloads

240247

Component created

Component changed

This module provides an API to shorten URLs via many services like bit.ly and TinyURL (over 15 services are available by default), as well as a block and a page that provide an interface for easily shortening URLs, and a block that displays a shortened URL for the current page for easy copying.

Konami Code

Component type

module

Maintenance status

Development status

Downloads

8612

Component created

Component changed

The Konami Code is a cheat code that appeared in many Konami video games. The Konami Code module makes it so that when users enter a given code on your website, it invokes a certain action. This mimics the effects that exist on many other Konami Code sites.

Input stream

Component type

module

Categories

Maintenance status

Development status

Downloads

18201

Component created

Component changed

#D7CX: I pledge that services will have a full Drupal 7 release on the day that Drupal 7 is released.

Provides a stream-wrapper for drupal://input that should be used instead of php://input. This module doesn't do anything in itself, but must be used when the php://input is accessed by two or more independent modules.

Role inheritance

Component type

module

Maintenance status

Development status

Downloads

1116

Component created

Component changed

This module allows role inheritance for complex organizations. This reduces the
number of duplicated or assigned privs and access.

Example

For a new site, there are *Writers, Editors and Global Editors*. The Writers and
editors are assigned privs to write/post/edit content on separate sections
(Sports, Entertainment, Weather, etc...) and the *Global Editor* has access
across all sections.

Views Natural Sort

Component type

module

Categories

Maintenance status

Development status

Downloads

17899

Component created

Component changed

Provides a views filter that sorts node titles by a more natural manner by ignoring articles like "The" and "A."

Normal sort:

  • A Chorus Line
  • All American
  • Fiddler on the Roof
  • Oklahoma!
  • The King And I

Natural sort:

Permission Select

Component type

module

Maintenance status

Development status

Downloads

23491

Component created

Component changed

Permission Select is a module that allows for quicker editing of role permissions on /admin/user/permissions.

The module utilizes jQuery to manipulate the DOM, creating links to check all / uncheck all on each set of permissions for each module. This allows for quicker manipulation of permissions for standard users.

Libraries API

Component type

module

Maintenance status

Development status

Downloads

4328964

Component created

Component changed

The common denominator for all Drupal modules/profiles/themes that integrate with external libraries.

This module introduces a common repository for libraries in sites/all/libraries resp. sites/<domain>/libraries for contributed modules.

External libraries
Denotes libraries ("plugins") that are neither shipped nor packaged with a project on drupal.org. We do not want to host third-party libraries on drupal.org for a multitude of reasons, starting with licensing, proceeding to different release cycles, and not necessarily ending with fatal errors due to conflicts of having the same library installed in multiple versions.

Drupal 7 only has built-in support for non-external libraries via hook_library(). But it is only suitable for drupal.org projects that bundle their own library; i.e., the module author is the creator and vendor of the library. Libraries API should be used for externally developed and distributed libraries. A simple example would be a third-party jQuery plugin.

UC Ordered Products Reports

Component type

module

Maintenance status

Development status

Downloads

4009

Component created

Component changed

The UC Ordered Products Reports module adds reports to user profiles and the administrator reports area showing all the ordered products by the specific user or by all users on the site. The fields on each report are configurable in the store report settings, along with the name of the tab used for the report on profile pages and the types of product nodes included on the report. The actual display of the report is sortable and filterable by year. Additionally, users may show the entire report on a single page to see a grand total of all purchased products, and administrators will have the option of exporting data from a report in a CSV file.