Laurent Destailleur 17c3337c9b Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0 6 tahun lalu
..
README e32d31f76d fix english misspelling 11 tahun lalu
README-FR 3338649316 [task #217] Move core files in core directory 13 tahun lalu
dolibarrtriggers.class.php 6aee680a4f PSR2 ClassDeclaration 6 tahun lalu
index.html ec661d0c6c Removed index.php and replaced them with blank index.html as it is more appropriate 11 tahun lalu
interface_20_all_Logevents.class.php 3f912ebfff FIX restore security event login/logout 6 tahun lalu
interface_20_modWorkflow_WorkflowManager.class.php 17c3337c9b Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0 6 tahun lalu
interface_50_modAgenda_ActionsAuto.class.php be7e424862 FIX thirdparty not set on some events 6 tahun lalu
interface_50_modBlockedlog_ActionsBlockedLog.class.php 6b5c0d1ea1 Save cash fence event into unalterable log 6 tahun lalu
interface_50_modLdap_Ldapsynchro.class.php 85375495e5 Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 9.0 6 tahun lalu
interface_50_modMailmanspip_Mailmanspipsynchro.class.php 89b942ac9a Standardize and update code 6 tahun lalu
interface_50_modNotification_Notification.class.php 569d59d251 FIX change my deprecated email 6 tahun lalu
interface_50_modTicket_TicketEmail.class.php 7219bac0b2 Merge pull request #9168 from frederic34/trimtrailing 6 tahun lalu
interface_80_modStripe_Stripe.class.php 86d854f3f4 Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose 6 tahun lalu

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.