MailChimp Helper

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends the MailChimp module by providing the following:

  • Extra rules actions and conditions
  • Extra API classes, created to make working with interest groups easier.
  • A mock for MailchimpLists, useful for automated tests.
  • A class for generating dummy Webhook data, useful for automated tests.

Some of these extra's are meant to be provided as a patch for the MailChimp module at some point.

Export Logs

Component type

module

Maintenance status

Development status

Downloads

1323

Component created

Component changed

Sometimes you want to debug the code quickly and there is a need that you do not have much time for it. If you go to Drupal`s log message report, it will contain lot of pages and you need to walk through all of the pages. Here in this module; you do not have to navigate anywhere and you have to set no configuration just simply call a url and export the logs.
The logs will be in text file which is properly formatted. One can easily find the error or text for which developer looks mainly.

Single Date Time

Component type

module

Categories

Maintenance status

Development status

Downloads

723

Component created

Component changed

Single date time module extend date module UI experience feature. For example you have selected end date in configurations and you want to add end time only for single date event instead of to date section for more details see the screen shorts.
When Uncheck "Show End Date"
Single Date Time Screen short

When checked "Show End Date"
Single Date Time Screen short

Queue Unique

Component type

module

Categories

Maintenance status

Development status

Downloads

1708

Component created

Component changed

Did you ever wanted a queue that only accepts unique items? This module provides a way of doing that. If you try to insert a duplicated item in the queue, the item is ignored.

Advanced Duplicate Role

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Duplicate/copy an existing role permission to new role by copying all permission from views, blocks, menus. Duplicate Role copies the roles but it doesn't copies and assigns permission to new role for views, blocks and menus. This module is the advanced version of this module.

Syslog JSON

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Simple module to log all the available information to syslog as a JSON object. In my use case, this is helpful as I run Drupal inside a Docker container, and then log all process logs to stdout, which is then picked up by a logging agent (e.g., Logentries) for storage offsite.