entity_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

At the time it contains common API modul 'entity_extra' and three sub-modules:

field_collection_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

At the time it contains two simple sub-modules:

  1. field_collection_extra_host_label - adds a host entity label after 'field_collection' entity label.
  2. field_collection_extra_host_uri - replaces the 'field_collection' entity label link to the host entity link.

None configurations. Just switch On and enjoy.

quote_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

At the time it contains single 'quote_extra_field' sub-module to display quote links as an extra field.

redirect_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extra simple module to improve user and developer expirience.

At the time it contains single 'redirect_extra_index_php' sub-module to redirect to 'index.php' file while some module builds URLs in non-clean fasion.

statistics_extra

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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

At the time it contains single 'statistics_extra_field' sub-module to display statistics links as an extra field.

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.