Changeset 25360 for trunk/tools


Ignore:
Timestamp:
Nov 6, 2013, 6:57:53 PM (11 years ago)
Author:
mistic100
Message:

feature 2995: New email template
restore get_l10n_args removed at r25357
apply changes to NBM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r25202 r25360  
    569569),
    570570array(
    571   'name' => 'mail_group_assign_vars',
    572   'type' => 'trigger_event',
    573   'vars' => array('array', 'assign_vars'),
    574   'files' => array('include\functions_mail.inc.php (pwg_mail_group)'),
    575 ),
    576 array(
    577571  'name' => 'nbm_event_handler_added',
    578572  'type' => 'trigger_action',
     
    707701),
    708702array(
    709   'name' => 'send_mail',
    710   'type' => 'trigger_event',
    711   'vars' => array('bool', 'result', 'string', 'mail_to', 'string', 'mail_subject', 'string', 'mail_content', 'array', 'mail_headers'),
     703  'name' => 'before_send_mail',
     704  'type' => 'trigger_event',
     705  'vars' => array('bool', 'result', 'mixed', 'to', 'array', 'arguments', 'PHPMailer', 'mail'),
    712706  'files' => array('include\functions_mail.inc.php (pwg_mail)'),
    713707),
    714708array(
    715   'name' => 'send_mail_content',
    716   'type' => 'trigger_event',
    717   'vars' => array('string', 'content'),
    718   'files' => array('include\functions_mail.inc.php (pwg_mail)'),
    719 ),
    720 array(
    721   'name' => 'send_mail_headers',
    722   'type' => 'trigger_event',
    723   'vars' => array('array', 'headers'),
    724   'files' => array('include\functions_mail.inc.php (pwg_mail)'),
    725 ),
    726 array(
    727   'name' => 'send_mail_subject',
    728   'type' => 'trigger_event',
    729   'vars' => array('string', 'cvt_subject'),
    730   'files' => array('include\functions_mail.inc.php (pwg_mail)'),
    731 ),
    732 array(
    733   'name' => 'send_mail_to',
    734   'type' => 'trigger_event',
    735   'vars' => array('string', 'to'),
     709  'name' => 'before_parse_mail_template',
     710  'type' => 'trigger_action',
     711  'vars' => array('string', 'cache_key', 'string', 'content_type'),
    736712  'files' => array('include\functions_mail.inc.php (pwg_mail)'),
    737713),
Note: See TracChangeset for help on using the changeset viewer.