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

Disable the locale_translate_edit_form_validate validation.

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

Edit Content Type Tab (ECTT) is designed to allow quick access to the content type editing form of the current node.

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

git example

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

User redirect, after logout.

Special thanks to chx.

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

This project provides a Drush command that allows you to run Coder reviews

module
Categories: Security, Utility
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 0
created - / changed -

Automatically adds a drupal_get_token query string parameter to any menu links that correspond to a menu router item that has 'token' => TRUE in its hook_menu() definition. This helps prevent certain links from CSRF attack requests.

Protection support for core menu callbacks

By default this module adds token CSRF protection for the following core menu callbacks:

user/logout

Which in turn ensures any menu links are output as:

user/logout?token=hash-string-here

And the token is checked using hook_menu_site_status_alter().

Usage

function mymodule_menu() {
  $items['mymodule/path'] = array(
    'title' => 'Sample dangerous callback',
    'description' => 'A sample menu callback that should be protected from CSRF attacks using tokens.',
    'page callback' => 'mymodule_dangerous_callback',
    'access arguments' => array('administer mymodule'),
    'token' => TRUE, // Add this to automatically have this path protected.
  );
  return $items;
}
module
Maintenance status: Seeking co-maintainer(s)
Development status: Under active development
Downloads: 0
created - / changed -

This project is going to put all css files in to one file for screen and one for print, also put all js files together too.

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

Overview

Module for calculating and publishing a ranking list for tournaments series.

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

This is an utility module. Its sole purpose is to fill in one blank that seems not easy to be done using normal views, which is to use one exposed string filter to search on multiple fields.

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

Show Battlefield 3 statistics on your site. One block available for showing statistics from a single soldier. A Battlefield 3 Soldier can be linked to each Drupal user.

module
Maintenance status: Minimally maintained
Development status: Maintenance fixes only
Downloads: 685
created - / changed -

The Open Graph protocol enables any web page to become a rich object in a social graph.

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

This module extends the features of Twitter Pull module by using its core script.

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

Progressive content filtering, with clean url's, using taxonomies as facets.

module
Categories: Content
Maintenance status: Minimally maintained
Development status: Obsolete
Downloads: 0
created - / changed -

Test Sandbox

module
Categories: Path Management
Maintenance status: Minimally maintained
Development status: Under active development
Downloads: 0
created - / changed -

Very simple module to convert taxonomy/term/xx to yyyyy/xx based on terms' vocabulary.

module
Categories: Theme Enhancements
Maintenance status: Minimally maintained
Development status: Under active development
Downloads: 0
created - / changed -

This is a quick temporary sandbox to learn how to use GIT. I will delete this once I have done the basics.

module
Categories: Search, Taxonomy
Maintenance status: Minimally maintained
Development status: No further development
Downloads: 0
created - / changed -

Allows taxonomy terms to be indexed and searched.

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

Introduction

ProtechAuth allows you to integrate a SSO functionality with Protech's Web Portal and CRM4M database through their authentication web services.

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

This module implements Mini Panels as overlay or dropdown panes for your menus through using a select list of available mini panels on the menu item edit page.

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

The goal of the project is to create separate features for each functional block of the OpenAcaDept distribution.