system_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extra 'system' module related simple modules stuff to improve user and developer expirience.

At the time it contains main module to enable newly added modules dependencies recursivelly while cache flushing.
Note: you MUST apply #22 patch get from #1253774 to module be able to work properly.

views_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extra 'views' module related simple modules stuff to improve user and developer expirience.

At the time it contains single 'views_extra_unique_pager_id' sub-module to re-enumerate pager IDs on a page.

commerce_userpoints_formatter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extra 'commerce_userpoints' module related API module to output points in currency formatted fasion everywhere.

Additionaly you could just call 'commerce_userpoints_formatter_format_currency_digits($points)' directly if you output userpoints elsewhere.

Note: you MUSt to apply patch #1 get from #1918008 to this module be able to intercept userpoints output.

ds_field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides an extra DS API to easy DS code fields creation.

You need only to implement 'hook_ds_field_info()' to return data equal to 'hook_ds_fields_info()' required and create own field render callback.
See: 'ds_render_field()' as an example.

form_cache

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Tyny form cache handler module to turn off form submission while it is rendering to put then to i.e. an AJAX popup window.

Using: just call

Composer deploy

Component type

module

Categories

Maintenance status

Development status

Downloads

5209

Component created

Component changed

The project is very similar to Git deploy but for Composer.

Normally drupal.org inserts version information when a project is packaged. Packages installed via Composer do not contain this information in some cases.

  1. The required version is a dev version
  2. Composer runs in --prefer-source mode

Composer Deploy hooks into the Drupal update system and attempts to provide the version of modules and themes from Composer metadata.