Field Change Notifier

Emails users with a given role when a watched field changes value.

h1. Field Change Notifier

h2. Description

Allows you to setup watch conditions on fields (in specific contexts) and specify groups of users that should be notified when the condition is met.


h2. Installation

# Copy the ProcessFieldChangeNotifier.module file into site/modules
# In the admin interface, navigate to the modules page and hit the "Check for new modules" button
# Click on "ProcessFieldChangeNotifier" in the new module message or scroll down until you locate it
# Click the "Install" button


h2. Hooks

You can hook the @triggerMatch()@ method if you want to define your own custom actions when a watch triggers.


h2. License

GPL v2.


h2. Versions

| 0.6.0 | Changes for PSR conformity. Make @triggerMatch@ hookable. Allow detection of changes to/from empty strings. |
| 0.5.0 | Make strings translatable. Fix another xdebug notice when the hook is triggered. |
| 0.4.0 | Only query the DB on a page save (Thanks Antti.) Fix xdebug notice when no watches are defined (thanks ceberlin.) |
| 0.3.1 | Adds the @$page@ to the context passed to the tag parser. You can now access page properties using the @{page.subfield}@ syntax. |
| 0.3.0 | Allow individual recipient users to be selected. |
| 0.2.0 | Allow multiple recipient roles to be selected and stop duplicate sends to users with more than one matching role. |
| 0.1.1 | Make compatible with Soma's ModuleManager. |
| 0.1.0 | Initial release. |

More modules by Netcarver

  • ProcessDiagnostics

    A simple diagnostic gathering suite of modules for ProcessWire CMS/CMF.
  • Textile

    A text formatting module for parsing the Textile lightweight markup language. This uses the netcarver/textile package from Github.
  • Release Notes Discovery Module

    Makes discovery of a module's changes, prior to upgrade, a trivial task. Makes support documentation accessible from the admin interface.
  • PW-FieldtypeTime

    Adds a fieldtype and Inputfield for MySQL TIME fields.
  • Admin Restrict Page Tree

    Stops users with certain roles from accessing the page tree.
  • Street Address

    Fieldtype to store a street address and allows access to its subfields.
  • Field Change Notifier

    Emails users with a given role when a watched field changes value.
  • Fluid Images Textformatter

    Removes the height attribute and adds a class to img tags. Set max-width:100% for the class in your CSS and you have fluid images.
  • Session Login Alarm

    Notify users of successful login or failed login attempts on their accounts.

All modules by Netcarver

Install and use modules at your own risk. Always have a site and database backup before installing new modules.