Diff Workflow

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows the diff module to show differences between workflow status. Drupal 8 only!

This module requires the following modules:

Installation

  • Install as you would normally install a contributed Drupal module.
  • Configure an existing workflow field to use 'Workflow Field Diff' at admin/config/content/diff/fields

Field Collection Switch View Mode

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

Synopsis

When using field collections, a view mode can be associated with each field collection item which will then switch the display of fields in the edit form for that particular field collection item.

For example, assume a field collection for a content type contains three fields:

  1. field_subtitle
  2. field_image
  3. field_extra_text

and the three view modes for this content type are:

File MD5

Component type

module

Maintenance status

Development status

Downloads

1396

Component created

Component changed

Module helps to uniquely identify the files using their MD5 hashes.

All that this module does - extends the file_managed table with md5 column and, on file saving, set a value for it.

MD5 validation

Module provides an implementation of hook_file_validate() to validate file duplicates. This validation could be disabled here: admin/config/media/file-system.

Microsoft Translator API

Component type

module

Maintenance status

Development status

Downloads

562

Component created

Component changed

The current version 7.x-1.3 does not work. Please use the 7.x-1.0 version until I fixed the code.

This module allows to translate any text using the Microsoft Translator API.

Usage:

Follow the instructions on http://blogs.msdn.com/b/translation/p/gettingstarted1.aspx
for getting your Client ID and Client Secret keys, then submit these keys on
the module's administration page at admin/config/services/microsoft_translator_api

Dream comments

Component type

module

Categories

Maintenance status

Development status

Downloads

475

Component created

Component changed

Proof of concept to implement facebook like comments.

Only 'Save' is supported for now, it works by prerendering a template with placeholders.

Usyn Synonymizer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows to make unique your content by substitution of synonyms.

Installation

  1. Put the catalog usyn_synonymizer into /sites/all/modules of the root of your site.
  2. Turn on the module on the page /admin/modules.

Upload of new synonyms base

If you work with Usyn Synonymizer the first time you need to upload a base of synonyms in CSV format. The examples of english and russin bases of synonyms you can find in usyn_synonymizer/bases.

Fill

Component type

module

Maintenance status

Development status

Component created

Component changed

Fill is a module that helps you fill up form fields with preset values that you can use for specific use case. It's a time saver that can also be used for semi auto-filling avoiding common mistakes in some forms. For example, if you are using the "Menu attribute" module. A preset called "Golden Menu Item" could be created so that when selected, it can set the proper CSS class in the class field. In this case, if all the content editors are not aware of the relevant CSS classes, then all they will need to do is to apply the Fill preset that will have a much more meaningful name.