Laurent Destailleur 886eaa9117 Fix error management and better merging behaviour 2 gadi atpakaļ
..
README e32d31f76d fix english misspelling 11 gadi atpakaļ
README-FR 3338649316 [task #217] Move core files in core directory 13 gadi atpakaļ
dolibarrtriggers.class.php 554e449e40 code syntax core directory 4 gadi atpakaļ
interface_20_all_Logevents.class.php 554e449e40 code syntax core directory 4 gadi atpakaļ
interface_20_modWorkflow_WorkflowManager.class.php 9a420b8f41 Clean code 2 gadi atpakaļ
interface_50_modAgenda_ActionsAuto.class.php 886eaa9117 Fix error management and better merging behaviour 2 gadi atpakaļ
interface_50_modBlockedlog_ActionsBlockedLog.class.php 1102dc272e Debug log inalterable to allow tracking of stock movement 2 gadi atpakaļ
interface_50_modEventOrganization_EventOrganization.class.php 4c80e0425b Fix date for tasks created during project creation 3 gadi atpakaļ
interface_50_modLdap_Ldapsynchro.class.php 415ee6669a FIX missing php8 warning 3 gadi atpakaļ
interface_50_modMailmanspip_Mailmanspipsynchro.class.php 1d2929e3f5 Clean code 4 gadi atpakaļ
interface_50_modNotification_Notification.class.php fee9dec15a use isModEnabled 2 gadi atpakaļ
interface_50_modTicket_TicketEmail.class.php 011013fd87 Fixing style errors. 2 gadi atpakaļ
interface_80_modStripe_Stripe.class.php 8e66b7207e replace ! empty by !empty 2 gadi atpakaļ
interface_90_modSociete_ContactRoles.class.php 6cb1424824 Removed a message non expected in a lot of cases 2 gadi atpakaļ
interface_95_modWebhook_WebhookTriggers.class.php 1eff913fda Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2 gadi atpakaļ
interface_95_modZapier_ZapierTriggers.class.php 9fa00c1771 Fix trans in comments 2 gadi atpakaļ

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.