module
Maintenance status: Seeking co-maintainer(s)
Development status: Maintenance fixes only
Downloads: 19853
created - / changed -

Your variable table can get bloated under three circumstances:

module
Categories: Administration
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 5180
created - / changed -

This module provides functionality to remove user flags for nodes and other entities.

module
Categories: (нет)
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 1930
created - / changed -

This module provides easy integration with Conditional-CSS. It allows to you to style your site in a following way:

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 2519
created - / changed -
This module is unsupported due to a security issue the maintainer didn’t fix.
module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 596
created - / changed -

SEO diver module uses SEO diver API from http://de.seodiver.com/api to get some SEO-related values for the current domain or a custom domain.

module
Categories: Content Display
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 867
created - / changed -

MenuOverride can force a menu item to be active even when it's not.

module
Maintenance status: Unsupported
Development status: No further development
Downloads: 0
created - / changed -

Provides the user interfaces to access the OpenERP server via Drupal.

module
Maintenance status: Minimally maintained
Development status: Under active development
Downloads: 938
created - / changed -

This module is a port of CCK Field Definitions for Drupal 7. It will support the new Field API, instead of CCK.

module
Categories: (нет)
Maintenance status: Seeking co-maintainer(s)
Development status: Under active development
Downloads: 60629
created - / changed -

This module makes it easy to add Open Graph meta tags (http://opengraphprotocol.org/) to a node to enable it to be come a "rich" social ob

module
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 421
created - / changed -

UUID Resolver is a module that accepts a UUID under a registered wildcard menu path and redirects to the target object (i.e. node/term/etc.) the UUID identifies. It integrates with the UUID module to look up an object. When a page access hits the wildcard path with a UUID recognized in the system, the URL is redirected to the path of the target object.

For example, in a Drupal site http://www.example.com, node UUID lookup is registered on the path uuid/%. The site has a node:

  • nid: 2
  • uuid: 286acd2e-cd1d-11df-a386-005056812593

The following URL:

http://www.example.com/uuid/286acd2e-cd1d-11df-a386-005056812593

will be redirected to

http://www.example.com/node/2

module
Categories: (нет)
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 0
created - / changed -

Example modules used in tandem with video demonstrations. Coming soon!

module
Categories: Filters/Editors
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 2054
created - / changed -

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

SimpleWiki is an easy-to-use input format based on the work done by WikiCreole researching common wiki markup elements. SimpleWiki uses Creole syntax extended with decorators and block declarations for advanced markup.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 150
created - / changed -

This module provides multiple Linkback implementations for Drupal 8.

module
Categories: Event
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 911
created - / changed -

This is a submodule for the Signup module.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 368
created - / changed -

Introduction

This module is a extension for imagecache module to use subdomain to serve image generated by imagecache.

module
Categories: E-commerce
Maintenance status: Seeking new maintainer
Development status: Under active development
Downloads: 3617
created - / changed -

This is a discount module for Ubercart which allows for date-based discounts without coupon codes that can be set per node at product

module
Maintenance status: Seeking new maintainer
Development status: No further development
Downloads: 677
created - / changed -

The Sign-Up Problem is a phenomenon where visitors want to contribute content on a website but do not register (and thus do not contribute) because they do not want to fill out the registration form.

This module allows anonymous users to begin creating content immediately, without registering (if they have permission to do so). Once they get engaged on the site, they are more likely to register, at which point all of the posts they created while anonymous will be transferred to their new authenticated user account.

module
Maintenance status: Actively maintained
Development status: Maintenance fixes only
Downloads: 37124
created - / changed -

Summary

This small module helps theme-developers to deal with cross-browser compatibility. It makes easier to handle different types of non-widespread browsers just as much as it helps with using different versions of Internet Explorer.
The module extends the $body_classes variable in page.tpl.php based on the enduser's browser, and platform.

The module also makes a $browser_classes variable available in page.tpl.php, which stores the data in an array, this way the developer can make use of it as needed, if he does not wish to use the $body_classes variable.

Supported browsers

  • ie
  • opera
  • safari
  • chrome
  • netscape
  • ff
  • konqueror
  • dillo
  • chimera
  • beonex
  • aweb
  • amaya
  • icab
  • lynx
  • galeon
  • operamini

Browser version checking

The module creates version classes.

  • ie[version]
  • opera[version]
  • chrome[version]
  • safari[version]
  • netscape[version]
  • ff[version]
  • konqueror[version]
  • operamini[version]

Supported platforms

  • win
  • ipad
  • ipod
  • iphone
  • mac
  • android
  • linux
  • nokia
  • blackberry
  • NetBSD
  • FreeBSD
  • OpenBSD

Mobile detecting

The module checks if the device is mobile and adds "mobile" or "desktop" class.

module
Maintenance status: Actively maintained
Development status: Under active development
Downloads: 434
created - / changed -

TestData is a developer module intended for large Drupal sites that require a consistent, fast method of providing sample data to automated acceptance and performance testing tools.

The Grinder, jMeter and Selenium are examples of tools that test your site by creating real traffic that mimics user actions. Writing these tests often requires easy access to your site's data, for usage in the tests.

module
Categories: (нет)
Maintenance status: Unsupported
Development status: Obsolete
Downloads: 0
created - / changed -

This module shows your last tweet. I wrote this to display only your last one tweet. You can use it in a block...or hardcoded in your theme.