Модули
Disable the locale_translate_edit_form_validate validation.
Edit Content Type Tab (ECTT) is designed to allow quick access to the content type editing form of the current node.
git example
User redirect, after logout.
Special thanks to chx.
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;
}
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.
Overview
Module for calculating and publishing a ranking list for tournaments series.
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.
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.
The Open Graph protocol enables any web page to become a rich object in a social graph.
This module extends the features of Twitter Pull module by using its core script.
Progressive content filtering, with clean url's, using taxonomies as facets.
Test Sandbox
Very simple module to convert taxonomy/term/xx to yyyyy/xx based on terms' vocabulary.
This is a quick temporary sandbox to learn how to use GIT. I will delete this once I have done the basics.
Allows taxonomy terms to be indexed and searched.
Introduction
ProtechAuth allows you to integrate a SSO functionality with Protech's Web Portal and CRM4M database through their authentication web services.
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.
The goal of the project is to create separate features for each functional block of the OpenAcaDept distribution.
