Laurent Destailleur aec4cef5de Clean some code for type of event deprecated since 3.3 8 years ago
..
README e32d31f76d fix english misspelling 11 years ago
README-FR 3338649316 [task #217] Move core files in core directory 13 years ago
dolibarrtriggers.class.php 7f3531a04c Enhance script to track duplicate translation string and use it to 9 years ago
index.html ec661d0c6c Removed index.php and replaced them with blank index.html as it is more appropriate 11 years ago
interface_20_all_Logevents.class.php 43a6366f1b Fix security audit was not triggered. 8 years ago
interface_20_modWorkflow_WorkflowManager.class.php baa7aa8cd4 New FEATURE 8 years ago
interface_50_modAgenda_ActionsAuto.class.php aec4cef5de Clean some code for type of event deprecated since 3.3 8 years ago
interface_50_modLdap_Ldapsynchro.class.php a8d28b5e46 NEW Add a filter field to restrict list of member when doing a LDAP list 9 years ago
interface_50_modMailmanspip_Mailmanspipsynchro.class.php 2800faffa8 Fix: File names must be in lowercase. 10 years ago
interface_50_modNotification_Notification.class.php 1d6e760fc8 FIX Notification sending was broken. 8 years ago
interface_90_all_Demo.class.php-NORUN 942b58efaf New : Integration of Stripe 8 years ago

README

Directory content
--------------------------------------------------------
This directory contains all available Dolibarr triggers.

Trigger file name syntax is:
> interface_modModule_Mytrigger.php[-NORUN]

where:
> modModule is part of module descriptor file name found in core/modules
directory or value 'all' if not enabled by a particular module.
> Mytrigger is name of the trigger. The PHP class inside the trigger file
would be named InterfaceMytrigger.
> -NORUN is optional and disable completely a trigger file if set. To use
a trigger with such a name, rename file to remove the -NORUN part.