Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

User role actions

Provides extra actions to add and remove roles from users.

WARNING: HALF-BAKED MODULE!

Skip Validation

This module is no longer supported! I do not recommend using it.

For end users:

This module provides two mini modules, which enable the skipping of all validation routines, including required fields, when deleting nodes and users from node and user forms respectively.

For node forms, required fields are also skipped when previewing.

For Developers:

This module provides three new FAPI options for submit buttons:

  • #skip_validation - Skips all validations, core (#required, #maxlength, and #options checking), and all #element_validate and #validate callbacks.
  • #skip_core_validation - Skips only the #required, $maxlength and #options checking.
  • #skip_required_validation - Skips only the #required validations.

NOTE: I do not guarantee the sanctity of data when these options are placed on buttons that trigger data saving actions. Use at your own peril. Module maintainers typically make fields required for a reason, and validation callbacks can sometimes alter data to be saved. Not allowing these routines to run on save actions can cause unforeseen errors, and I will not be able to offer support for these issues.

Application Toolbar (Appbar)

Application Toolbar (Appbar)

This module provides a toolbar at the bottom of the window, like Facebook's old Application Bar, which can hold blocks (including menus, lists of recent content, etc.).

Link Weights

Link Weights is a utility module that allows you to rearrange the order that links display in the links section of nodes.

Context Ad Serving and Analytics

CASAA is a framework that allows admins to group systems such as Omniture Site Catalyst, Google Analytics, Yahoo APT, and other such services, and manage them from a single interface.

Through the interface, mappings, or tags as some refer to them, can be created across the site using URL paths or taxonomy terms to place specific values over content, sections, and other areas of the site.

With the developer's API, developers can easily create new plug-ins for the framework to support any service you wish.

What's new in 2.x:

  • Integration with CTools, providing a faster more intuitive interface.
  • Integration with the Domain Access module to allow managing services for multiple domains easier.
  • Performance tweaks to keep the system running fast so that users still get to their content fast and you get your data.
  • Plug-in registry system allows plug-ins to be installed and supported as external modules.

What's coming for 2.x:

  • Advanced help docs to help admins on the go.
  • and more...

2.x-Alpha release notes:
For current users:

  • existing plug-ins for 1.x are not supported and an upgrade to the 2.x compatible version will be required (data will not be lost, though!)

Administration Language

Languages

This module lets the administrator see all administration pages in her preferred language.

You can use this to display the frontend of the site in one language and still keep most of the backend in English (or another language of your choice).

Pages

Subscribe with RSS Subscribe to RSS - Developer tools