Views Maintenance

Component type

module

Maintenance status

Development status

Downloads

3088

Component created

Component changed

Description

Module provides administrative page with detailed information about each display use cases and its status for each enabled view. It helps you to detect unused and broken displays to modify them or completely remove from your site. Instead of searching through multiple administrative pages for each display now administrator have all information on a single page.

After installation go to admin/build/views/maintenance to view analysis results. It is available as local task (tab) on views list and views edit forms.

Customer Profile Type UI

Component type

module

Maintenance status

Development status

Downloads

9369

Component created

Component changed

The big idea

This module provides a dynamic way to add new customer profile types for the Commerce module using a UI. So if you want another customer profile type other then the default billing pane that comes with Commerce, you can now easily add new ones using this module. Just as the billing profile type is fieldable and you control how fields are displayed, the same is true for any profile types you create using this module.

Profile Lite

Component type

module

Maintenance status

Development status

Downloads

1994

Component created

Component changed

Similar to the Profile2 module, this module is an alternative and simplified successor to the deprecated Profile module that ships with Drupal core. This module differs from Profile2 in that it doesn't set up separate entities for each category, but instead allows you to categorize fields on the user entity. This can greatly simplify the management of these fields.

This module requires CTools.

Services Browser

Component type

module

Maintenance status

Development status

Downloads

286

Component created

Component changed

This module give the ability to manually invoke resource operations callbacks
defined by Services 3.x compatible modules as Services 2.x provided
out-of-the-box for defined services callbacks.

It is of some help to develop & debug Services resources, particularly when
not using RESTful resources or when creating RPC-styles services.

Requirements

* Services (>=3.3)
* Some module implementing the Services API to expose resources

Installation

Place the module in the sites/SITENAME/module and enable it.

SObjStore

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SObjStore or Schema-less Object Store

This project is designed to support schema less (well, almost) storage of PHP objects in the MySQL database without compromise on read performance. You can view this is a poor man's mongodb running within mysql.

Quick Hooks

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Many times you need to implement hooks to alter the behaviour of an existing module. One option would be to open the module file and alter the behaviour. However this approach is not upgrade proof i.e. when you upgrade the module, the code is lost. The other alternative is to write a new module everytime to want to change the behaviour.