Maintenance

Component type

module

Maintenance status

Development status

Downloads

1319

Component created

Component changed

Drupal maintenance project is supposed to make multiple site support/monitoring easier. It's goal is to notify administrator about updates needed for specific sites or possibly if cron has failed to run, using e-mail or on-site dashboard.

Project contains 3 modules:

  • maintenance module for harvesting data and sending it to central server;
  • maintenance_in server module, collecting data. Let's call it a central server.
  • maintenance_status, module for returning site availability / client health status to external services such as pingdom. You need this in case central server cron stops working.

Maestro Bonus Pack

Component type

module

Maintenance status

Development status

Component created

Component changed

Some extra features to maestro what can't fit into the core project.
Features at the moment:

  • maestro_user module: user-specific ways to set variables
  • maestro_join_workflow: ability to get info via variables from another process
  • maestro_rules: rules integration to be able to kick workflows in really any ways (after node insert, etc)

Vulnerability Blocker

Component type

module

Categories

Maintenance status

Development status

Downloads

737

Component created

Component changed

Vulnerability Blocker

This is a simple but very powerful module that we have used with success on some of our production sites.

How it works?

Lot of XSS attacks happen due to script tags being put up in the URL and to execute them hackers use '<', '>' to enclose tags. We did some extensive testing on few of our production sites using some renowned XSS scanners and it was difficult to plug them all. This simple fix plugged all attacks and it has been months we have seen any XSS alert on any of them

Commerce Cielo

Component type

module

Categories

Maintenance status

Development status

Downloads

1601

Component created

Component changed

Integrates Cielo payment to Drupal Commerce.
Cielo is a Brazilian operator of debit and credit cards.

  • v7.x-1.x has became obsolete.
  • v7.x-2.x: Click here for documentation ( In Portuguese ).

Filefield Hotfolder

Component type

module

Maintenance status

Development status

Component created

Component changed

Filefield Hotfolder allows admins to configure a directory in the file system as a hotfolder where incoming files are attached to nodes during cron runs as CCK file fields according to configurable rules.

Standalone the module is quite basic allowing one content type and one field to attach files to, with revisions detected by timestamp. The module features hooks to allow other modules to define validation rules and add more types and fields for different file types.