bookoblock

Component type

module

Maintenance status

Development status

Component created

Component changed

Status
It was pointed out by @klausi that (90% of) this functionality can be accomplished using the core book module. See #1930370: [D7] Book Outline Block for more info.

--

Provides a block that contains a hierarchical menu of the current Book if you are on a book page. Block is not visible on pages that are not part of a book.

Web Services Client Tester

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a User Interface for testing services known to the Web service client.

Use this to see what is happening under the hood when you use wsclient to talk to a remote service.


This has been absorbed by klausi into the main WSClient project

As of 2013-03. No further development will happen in this sandbox


First set up a web service using a WSDL or manual entry.
Visiting the web service client management page
(/admin/config/services/wsclient/{service})
you will find a 'Test' button added to the available 'Operations'.
Using that will present a webform exposing fields derived from the WSDL and somewhat emulating the data structure that is expected to make up a service request.

Executing that request will then display the request that is being made (in raw form with headers and payload) and the response that came back, also displaying the response headers and response data or message if any.

If you have devel.module enabled, a rendered dump of the data structure (PHP objects constructed by the wsclient) will also be displayed.

Commerce User Profile Pane

Component type

module

Categories

Maintenance status

Development status

Downloads

5513

Component created

Component changed

DESCRIPTION

Commerce User Profile Pane is a module that allows you to capture a Drupal Users profile fields directly in the Commerce checkout pages. This is similar to the Commerce Billing Profile or Commerce Shipping Profile panes, but instead of storing extra fields in the Commerce Profile entity, this will allow you to store it directly in the Drupal core User entity. This is useful when you want a quick registration process without the user having to fill a long user registration form, but you still want to retain the option to complete the User profile info in the checkout phase.

FacetAPI Alias

Component type

module

Categories

Maintenance status

Development status

Downloads

3898

Component created

Component changed

This is a very simple module that exposes the 'field alias' of a Facet API facet in the UI and allows you to change it from a nasty machine name to something a bit more friendly.

The alias is used when generating search URLs so you can now make them a little more friendly.

Note that this make break existing search URLs and have other side effects that I've not thought of.

To edit the alias, have a look in the global settings on the facet display settings.

Field value copy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Copy value from field A to B and save entity. Currently only tested with node as entity (second last argument in drush command).

This project is only a drush command and can only be executed from the command line. This module will not show up in your modules list. After you have put the module inside the modules folder run "drush cache-clear drush" for drush to pickup the new command.