Модули
Field Denied Access provide ability to deny fields access so no one can't change their values by using user interface.
Provides automatic modal support for any hook_menu() paths that have 'modal' => TRUE defined. This makes it easy to add optional modal support in any contrib module and helps reduce the burden on module developers to support modals.
Usage
function mymodule_menu() {
$items['mymodule/form'] = array(
'page callback' => 'drupal_get_form',
'page arguments' => array('mymodule_form'),
'access arguments' => array('administer mymodule'),
'modal' => TRUE, // This line is where the magic happens.
);
}
That's it!
Requirements
Javascript replacement for select multiple form element.
Devel Debug Log is a developer module that provides a way for developers to save and display debug messages on a separate page in the web browser.
This module allows other modules to include small static HTML files within code which are then exposed as blocks to a site.
Dummy module
adress book
PDF Viewer add a new formatter that allow the user show PDF directly in the webpage. This module doesn't need any third party plugin or website.
Sandbox project for a filefield source using a modal dialog with embedded views.
This module allow you add an image field to user, and show it on user register form, after user register an account, this module will use the fid that upload by image field as user picture's fid.
In order to perform a "rush" performance test you will need to allow the app to hit a URL on your site and return only "42" for verification.
#NOD8CX: I have no plans to have a full D8 release within even a year of when Drupal 8 is released unless someone else volunteers to co-maintain that branch.
This module adds a menu description field to the menu edit fieldset on the node edit form. This is more convenient than using the menu admin page.
Overview
The A/B Variate Test Module is designed to allow developers and marketers to easily select optimal content or design in a high-performance, cache-friendly way.
defining user categories as entity bundles by keeping it much simpler than what "profile2" does and without depending on the "entity api" contributed module
Add possibility to log into a syslog-ng server
Adds the User Login form to the Customer information pane at the Ubercart checkout page.
This module is a visualization of the sub-issue structure of the project module.
