Laurent Destailleur 6078267f86 Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0 4 years ago
..
README e32d31f76d fix english misspelling 11 years ago
README-FR 3338649316 [task #217] Move core files in core directory 14 years ago
dolibarrtriggers.class.php 02dbc11f98 Move Gnu.org to https 6 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 7fea2bc557 Update changelog + trigger name change for class UserGroup 5 years ago
interface_20_modWorkflow_WorkflowManager.class.php a17c391efe Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0 4 years ago
interface_50_modAgenda_ActionsAuto.class.php 92cbff7749 Clean code 5 years ago
interface_50_modBlockedlog_ActionsBlockedLog.class.php 444c293c01 Scrutinizer Auto-Fixes 5 years ago
interface_50_modLdap_Ldapsynchro.class.php 60176f7f5e Fix add/del user to group modifies LDAP group 4 years ago
interface_50_modMailmanspip_Mailmanspipsynchro.class.php 444c293c01 Scrutinizer Auto-Fixes 5 years ago
interface_50_modNotification_Notification.class.php 455178ff73 Scrutinizer Auto-Fixes 5 years ago
interface_50_modTicket_TicketEmail.class.php 6f15683709 FIX create ticket : thirdparty/contact notification #15629 4 years ago
interface_80_modStripe_Stripe.class.php 6ec5dd02b6 Fix Fatal error with bad triggers 5 years ago
interface_90_modSociete_ContactRoles.class.php 6078267f86 Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0 4 years ago
interface_99_modZapier_ZapierTriggers.class.php 7fea2bc557 Update changelog + trigger name change for class UserGroup 5 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.