Maintainers strive to actively monitor issues and respond in a timely manner.

Schedule

Generalised API module which handles data, logic, and UI of schedules for other modules.

Publication

Defines the content of a publication, and what templates the publication uses.

Component module which provides service to other modules, don't install this unless another module requires it.

Task

Overview

The Task module allows Drupal users to create and assign tasks to each other. Users can manage their tasks by going to "My account" -> Tasks.

Signup

Signup allows users to sign up (or register, as in register for a class) for nodes of any type. Includes options for sending a notification email to a selected email address upon a new user signup (good for notifying event coordinators, etc.) and a confirmation email to users who sign up.

Tables Filter Module

The tables module is a filter that converts a simple [table ] macro into HTML encoded table.

Security

This module is about strengthening the security of your Drupal site. Drupal is fairly secure out of the box, but as new technology emerges with HTML5, site maintainers must keep up.

This module:

  • Allows you to move your administration panel from /admin to /something-else. This is done by modifying the menu entries, not simply by rewriting URL's on input and output.
  • Manage Javascript sources to minimize the risk of Cross Site Scripting (XSS) attacks
  • Hash passwords client side
  • More to come...

Change URL of administration panel

Move all of the administration panel URL's from admin/something to secret/something. This prevents attackers from targeting vulnerable admin pages because the location does not exist. Note that enabling this module will cause issues with core's Toolbar module. The majority of links will be removed from the menu because the Toolbar module specifically looks for URL's with the path admin/% when building the menu. These paths do not exist and therefore the menu links are not added. This is not an issue with the Admin Menu module.

Preventing Cross Site Scripting

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained