Inline Styles Cleaner

Component type

module

Maintenance status

Development status

Downloads

837

Component created

Component changed

This module provides interface for cleaning inline styles from text fields.

Key features:

  • mass cleaning inline styles from selected text fields in batch mode
  • cleaning summary from fields with type 'text_with_summary'
  • generating css file with css rules that contains cutted inline styles
  • smart css rules generating from cutted inline styles (it means that similar styles are combined into one rule)

Use cases:

TMGMT Express Checkout

Component type

module

Maintenance status

Development status

Downloads

538

Component created

Component changed

Reduce amount of clicking when creating multiple translation jobs.

This adds an express checkout form that is automatically presented when 2 or more translation jobs need to be checked out. The form allows a single name and translator selection to be used for a set of jobs that translate the same documents into different languages.

The form can be skipped to proceed to the standard form-per-job checkout.

Requirements

This module requires TMGMT module to be installed.

Be sure

Component type

module

Maintenance status

Development status

Downloads

8525

Component created

Component changed

Synopsis

The module is designed to help developers and webmaster to be sure about their Drupal sites.

The module provides three differents dashboards, where an administrator can check status about SEO, performance or security parts of a site.

Be Sure

Ultimate Cron Rules

Component type

module

Maintenance status

Development status

Downloads

567

Component created

Component changed

Synopsis

This project is for you if you want to programmatically run specific rules at a predefined time and / or interval. This is done by providing a new rules reaction event. When applied, the rule will be available as a new cron job for ultimate cron.

Using ultimate cron you can then set the desired time and or interval as usual.

Watchdog DBlog Exclude

Component type

module

Maintenance status

Development status

Downloads

249

Component created

Component changed

This module adds settings allowing you to exclude specific types, severity levels and ip addresses from being logged to the database.
It does this by overriding the HOOK_watchdog function in the dblog module and implementing its own.
settings are with the other logging settings at: admin/config/development/logging

After implementing this module, I came across one that does virtually the same (though it doesn't seem to filter IP).
Watchdog Filtering

Smart IP Ban

Component type

module

Maintenance status

Development status

Downloads

1409

Component created

Component changed

This module leverages the IP blocking feature in Drupal core. Automatically blocks and unblocks user IP address if too many incorrect login attempt were made. If N number of failed_login_attempt_ip events were reported in flood table within some interval then IP address will be added to blocked_ips list for configured interval. Unblocking will happen on cron run when blocking time elapse.