Database Logging Mailer (Watchdog mailer)

Component type

module

Maintenance status

Development status

Downloads

221

Component created

Component changed

Send log entries from Core Database Logging module (dblog, formerly: watchdog) by email at cron run.

Introduction

The DBLog Mailer module is part of the OSCE suite of admin tools. It is especially usefull on production environment, in combination with the following module:

pinyin

Component type

module

Categories

Maintenance status

Development status

Downloads

81

Component created

Component changed

Provides the pinyin short code(拼音简码) utility and fields.

The pinyin short code will be generate from label field string automatically.
拼音简码将会根据entity的label字段自动产生。

Example:

    $fields['pinyin'] = BaseFieldDefinition::create('pinyin_shortcode')
      ->setLabel('拼音码')
      ->setSetting('max_length', 16);

If the $entity->label() value is "中国", then the generated pinyin short code will be "zg"。

Scald Caption

Component type

module

Categories

Maintenance status

Development status

Downloads

322

Component created

Component changed

This module provides in the administrative area of Drupal an option to customize the Scald caption, without the need to implement the hook_scald_dnd_library_item_alter.

If the token required in caption customization was not available, it should be created according to the Drupal documentation.

Https://api.drupal.org/api/drupal/includes%21token.inc/7.x

Entity Key-Value Store

Component type

module

Categories

Maintenance status

Development status

Downloads

68

Component created

Component changed

This module provides possibility to save/load additional data for entities in (Drupal-based) key-value storage like SQL, Redis, MongoDB, etc. It can be useful for some highloaded properties like counters.

Features:

Financial Calculators

Component type

module

Categories

Maintenance status

Development status

Downloads

441

Component created

Component changed

Provide the useful financial calculator tools for loans, car/auto loans, compound interest, savings, mortgages and more. Module can be useful for Banking/Financial website and educational website.

Please create new issues if you need any other kind of financial calculator to be part of this module.