Kitten

Component type

module

Maintenance status

Development status

Downloads

805

Component created

Component changed

Hack core without incurring divine retribution on pre-adolescent feline kind.

This module is not for the faint of heart. You will need to use Runkit, and chances are good that this will involve checking out code from the PHP CVS and building it with PECL. And once you've got all of that running, this module gives you the tools to let you shoot yourself in the foot.

Drush Views

Component type

module

Maintenance status

Development status

Downloads

5294

Component created

Component changed

Drush Views, the Drupal Shell Views interface, allows you to list, import and export views from the command line.

It provides the following commands: "views-list", "views-import", "views-export", "views-delete", "views-copy-options", "views-displays", "views-theme-functions".

Run "drush help <command>" to see supported command line options and arguments.

Views random seed

Component type

module

Categories

Maintenance status

Development status

Downloads

20346

Component created

Component changed

Adds a random order handler with seed. If a constant integer argument N is specified in the sql RAND() function, it is used as the seed value, which produces a repeatable sequence of column values. This makes it possible to have paging and not having items show up twice.
It's also possible to compute a custom seed using PHP, allowing you to create pseudo randoms numbers based on variables such as the date of the day.

HTPasswd Sync

Component type

module

Maintenance status

Development status

Downloads

6071

Component created

Component changed

The HTPasswd Sync module let you synchronize a htpasswd and a htgroup file with drupal user database.

The purpose of this module is to let you protect folders outside drupal directory structure with an htaccess file. And then to manage users from Drupal.

The password will be synchronized when the user is created or he changes his password. I will not "guess" password of user allready registered.

Support both standard crypt hashing and crossplatform SHA-1.

Google Apps Verification

Component type

module

Maintenance status

Development status

Downloads

2426

Component created

Component changed

This module makes it easy to verify domain ownership for Google Apps/Google Hosted Services(ghs) on a Drupal site using the HTML verification method. You simple copy and paste the verification string into the settings page for this module and Google will now be able to verify your domain ownership.

If you'd like a more generalized module that handles more sites then just Google apps, check out the Site Verification module.

Views Date range

Component type

module

Maintenance status

Development status

Downloads

5815

Component created

Component changed

This module provides a new Views argument plugin for date fields that allows for arbitrary date ranges in summary views. If you need to generate a listing of nodes by quarter, academic term, or some other site-specific date range then this is the module for you.

Note: This module has only been tested on MySQL 5.x and I'm fairly sure it will not work on PostgreSQL. Unfortunately it requires doing seriously bizarre things in SQL that are not at all portable.

Book Search

Component type

module

Categories

Maintenance status

Development status

Downloads

4263

Component created

Component changed

Book Search defines a new search tab that lets your users perform simple searches of book content on your site. The books available for searching from the book search form may be configured in your search settings, and users have the option of searching any available book or specifying in a checkboxlist which books to search. Search results include the name of the book of which the result page is a part.

Module Grants

Component type

module

Maintenance status

Development status

Downloads

47663

Component created

Component changed

D6 is approaching end of life. We'll be doing maintenance fixes only.

Module Grants makes modules that deal with content access permissions operate better on unpublished (as well as published) content. It also makes sure that access grants behave in an orderly fashion when such modules are used together.

  • Access grants are tested for unpublished content just as they are for published content
  • Allows modules that feature fine-grained access control (e.g. Workflow, TAC-Lite) to work together
  • While Module Grants' raison d'etre is to act as a catalyst amongst other modules when dealing with unpublished content and/or fine-grained access control, it does come with a handy feature of its own via the Module Grants Monitor submodule, which is bundled with the package download. After enabling Module Grants Monitor, a new item, Accessible content, appears in your navigation menu. Clicking on it reveals a summary of all the content the logged-in user has access to (i.e. view, edit) after access controls have been applied by the content access modules installed on your site. So if you have Workflow installed then what's editable to you and what's only viewable to you will depend on the workflow state the content is in. With the TAC-Lite module enabled it will depend on the vocabulary term(s) used in the content.
  • Thanks to dankh, Module Grants now also has Views support, allowing you to add to your views edit and delete links that properly honour permissions.