Модули
Scrolling Titlebar Text module is a simple Lightweight module which make the Browser's Title bar text to Scroll or Marquee (Text Effect).
6.x-2.x-dev (2014-Apr-18) now uses Profiles JSON API v2 #2242503: Use Profiles JSON API v2
Overview
This module's intended audience is primarily UCSF, University of California, San Francisco websites. It helps UCSF employees to import their scholarly publications from the UCSF Profiles repository.
Bibliography or publications could be managed by the well known Biblio module. However, many websites only need to provide a listing of publications of the authors. The profiles service collected profile information, including the publications for UCSF faculty members, researchers with academic leadership appointments, and postdoctoral scholars.
This module imports those publications provided by the profiles service into the Drupal.
For more information about UCSF Profiles service please visit http://profiles.ucsf.edu/HowProfilesWorks.aspx.
This module is an addition to Drupal's Maintenance mode settings page.
Store and edit scripts (CSS and JS) via the Drupal interface. Files are then written to the file system and can also be placed on pages based on it's URL (as per Blocks)
Overview
This module will provide integration with Smartlaunch, a popular internet cafe management software, commonly used in LAN C
Plugin allows you to put Lineye Widget in a simple way via the administration panel on wordpress site. LinEye is a free website promotion system.
This module is a set of enhancements to other mapping modules. Currently it is limited to the OpenLayers module, but may include others soon.
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.
