Carerix API Client

Component type

module

Maintenance status

Development status

Downloads

2073

Component created

Component changed

The Carerix API Client module exposes the Carerix PHP API Client to other Drupal modules. The module by itself does not provide any integration out-of-the-box.

Carerix is an online tool for HRM.

Requirements (7.x-1.x only)

Field index

Component type

module

Maintenance status

Development status

Downloads

1127

Component created

Component changed

Field modules don't always add indexes for its columns (value column of text field for example), this leads to poor performance in views when we would like sort or filter views using the unindexed columns. We can check the query executed by views and add custom indexes manually, but it's not easy to deploy.

With field_index module, we can create custom indexes for fields. The indexes are exportable.

Node type entity

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Exposes Node type as an entity, thus allowing views to be made of node types.

Integration with Entityreference is provided to allow node types to be referenced via entity reference.

Currently when setting up a entityreference field to node_type entity you need to set 'Convert to varchar field' in de field settings.
@TODO making this switch on selected entity type and removing this setting.

Menu Checker

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Menu Checker is a simple development and debugging tool. Visit the Performance page (Home > Administration > Configuration > Development) and click on the "Clear all caches" button to view the site's menu array.

Configuration Update Manager

Component type

module

Maintenance status

Development status

Downloads

441765

Component created

Component changed

The Configuration Update Manager project contains a base module and a reporting module.

Use the base module if another project has it as a dependency (example: Features).

The report module supplements the core Configuration Manager module, by providing a report that allows you to see the differences between the configuration items provided by the current versions of your installed modules, themes, and install profile, and the configuration on your site. The report is available from the administration UI, or via Drush commands.