User Multipicture

Component type

module

Maintenance status

Development status

Downloads

414

Component created

Component changed

Enables users to have multiple pictures associated with their profile.
The user can give a title to every profile picture and define which picture is the active one for display on nodes and comments.
All uploaded pictures are displayed on the user's profile page.

This project was developed by erdfisch for ZEIT Online.

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.

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.