commerce_extra_panes_views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides views Row style plugin to render order as configured order's 'commerce_extra_panes' node.
Note: token_replace() will be also applied to rendered HTML text with 'commerce_order' entity substitutions included.

Just put some tokenized text into node body and get well formed user's agreements list.

cache_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extra 'cache' package to improve user and developer expirience.

At the time it contains single 'cache_extra_cookie' sub-module to set cookie while user log -in and -out.

Webform Resubmit

Component type

module

Maintenance status

Development status

Downloads

187

Component created

Component changed

Allows admins to configure webform components as "sticky" fields. When a user submits a form, a link is provided to the user that if clicked, allows them to re-submit the same form with their previously submitted values pre-filled.

You can also link to forms using $_GET parameters to pre-fill the "sticky" fields.

Oauth2 Client Service

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extends the oauth2_client module to offer more flexibility, and easier access through the Drupal 7 dependency injection container, service_container.

This is a developer module, use it to add OAuth2 capability to your own module. Configuration for your client is stored as a Ctools exportable. Since OAuth2 implementations vary so greatly, you can include a custom Class in your configuration, and override/tweak/improve the vanilla implementation to your heart's content!

To use: