Ignore:
Timestamp:
Jun 2, 2014, 9:55:46 AM (10 years ago)
Author:
mistic100
Message:

feature 3010 : replace trigger_action/event by trigger_notify/change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/triggers_list.php

    r28166 r28587  
    33array(
    44  'name' => 'allow_increment_element_hit_count',
    5   'type' => 'trigger_event',
     5  'type' => 'trigger_change',
    66  'vars' => array('bool', 'content_not_set'),
    77  'files' => array('picture.php'),
     
    99array(
    1010  'name' => 'begin_delete_elements',
    11   'type' => 'trigger_action',
     11  'type' => 'trigger_notify',
    1212  'vars' => array('array', 'ids'),
    1313  'files' => array('admin\include\functions.inc.php (delete_elements)'),
     
    1515array(
    1616  'name' => 'blockmanager_apply',
    17   'type' => 'trigger_action',
     17  'type' => 'trigger_notify',
    1818  'vars' => array('object', 'menublock'),
    1919  'files' => array('include\block.class.php (BlockManager::apply)'),
     
    2222array(
    2323  'name' => 'blockmanager_prepare_display',
    24   'type' => 'trigger_action',
     24  'type' => 'trigger_notify',
    2525  'vars' => array('object', 'this'),
    2626  'files' => array('include\block.class.php (BlockManager::prepare_display)'),
     
    2828array(
    2929  'name' => 'blockmanager_register_blocks',
    30   'type' => 'trigger_action',
     30  'type' => 'trigger_notify',
    3131  'vars' => array('object', 'menu'),
    3232  'files' => array('include\block.class.php (BlockManager::load_registered_blocks)'),
     
    3535array(
    3636  'name' => 'clean_iptc_value',
    37   'type' => 'trigger_event',
     37  'type' => 'trigger_change',
    3838  'vars' => array('string', 'value'),
    3939  'files' => array('include\functions_metadata.inc.php (clean_iptc_value)'),
     
    4141array(
    4242  'name' => 'combined_css',
    43   'type' => 'trigger_event',
     43  'type' => 'trigger_change',
    4444  'vars' => array('string', 'href', 'Combinable', '$combinable'),
    4545  'files' => array('include\template.class.php (Template::flush)'),
     
    4747array(
    4848  'name' => 'combined_css_postfilter',
    49   'type' => 'trigger_event',
     49  'type' => 'trigger_change',
    5050  'vars' => array('string', 'css'),
    5151  'files' => array('include\template.class.php (Template::process_css)'),
     
    5353array(
    5454  'name' => 'combined_script',
    55   'type' => 'trigger_event',
     55  'type' => 'trigger_change',
    5656  'vars' => array('string', 'ret', 'string', 'script'),
    5757  'files' => array('include\template.class.php (Template::make_script_src)'),
     
    5959array(
    6060  'name' => 'delete_categories',
    61   'type' => 'trigger_action',
     61  'type' => 'trigger_notify',
    6262  'vars' => array('array', 'ids'),
    6363  'files' => array('admin\include\functions.inc.php (delete_categories)'),
     
    6565array(
    6666  'name' => 'delete_elements',
    67   'type' => 'trigger_action',
     67  'type' => 'trigger_notify',
    6868  'vars' => array('array', 'ids'),
    6969  'files' => array('admin\include\functions.inc.php (delete_elements)'),
     
    7171array(
    7272  'name' => 'delete_user',
    73   'type' => 'trigger_action',
     73  'type' => 'trigger_notify',
    7474  'vars' => array('int', 'user_id'),
    7575  'files' => array('admin\include\functions.inc.php (delete_user)'),
     
    7777array(
    7878  'name' => 'element_set_global_action',
    79   'type' => 'trigger_action',
     79  'type' => 'trigger_notify',
    8080  'vars' => array('string', 'action', 'array', 'collection'),
    8181  'files' => array('admin\batch_manager_global.php'),
     
    8383array(
    8484  'name' => 'format_exif_data',
    85   'type' => 'trigger_event',
     85  'type' => 'trigger_change',
    8686  'vars' => array('array', 'exif', 'string', 'filename', 'array', 'map'),
    8787  'files' => array('include\functions_metadata.inc.php (get_exif_data)'),
     
    8989array(
    9090  'name' => 'functions_history_included',
    91   'type' => 'trigger_action',
     91  'type' => 'trigger_notify',
    9292  'vars' => array(),
    9393  'files' => array('admin\include\functions_history.inc.php'),
     
    9595array(
    9696  'name' => 'functions_mail_included',
    97   'type' => 'trigger_action',
     97  'type' => 'trigger_notify',
    9898  'vars' => array(),
    9999  'files' => array('include\functions_mail.inc.php'),
     
    101101array(
    102102  'name' => 'get_admin_advanced_features_links',
    103   'type' => 'trigger_event',
     103  'type' => 'trigger_change',
    104104  'vars' => array('array', 'advanced_features'),
    105105  'files' => array('admin\maintenance.php'),
     
    107107array(
    108108  'name' => 'get_admin_plugin_menu_links',
    109   'type' => 'trigger_event',
     109  'type' => 'trigger_change',
    110110  'vars' => array('array', null),
    111111  'files' => array('admin.php'),
     
    114114array(
    115115  'name' => 'get_admins_site_links',
    116   'type' => 'trigger_event',
     116  'type' => 'trigger_change',
    117117  'vars' => array('array', 'plugin_links', 'int', 'site_id', 'bool', 'is_remote'),
    118118  'files' => array('admin\site_manager.php'),
     
    120120array(
    121121  'name' => 'get_batch_manager_prefilters',
    122   'type' => 'trigger_event',
     122  'type' => 'trigger_change',
    123123  'vars' => array('array', 'prefilters'),
    124124  'files' => array('admin\batch_manager_global.php'),
     
    127127array(
    128128  'name' => 'get_categories_menu_sql_where',
    129   'type' => 'trigger_event',
     129  'type' => 'trigger_change',
    130130  'vars' => array('string', 'where', 'bool', 'user_expand', 'bool', 'filter_enabled'),
    131131  'files' => array('include\functions_category.inc.php (get_categories_menu)'),
     
    133133array(
    134134  'name' => 'get_category_preferred_image_orders',
    135   'type' => 'trigger_event',
     135  'type' => 'trigger_change',
    136136  'vars' => array('array', null),
    137137  'files' => array('include\functions_category.inc.php (get_category_preferred_image_orders)'),
     
    139139array(
    140140  'name' => 'get_download_url',
    141   'type' => 'trigger_event',
     141  'type' => 'trigger_change',
    142142  'vars' => array('string', 'url', 'array', 'element_info'),
    143143  'files' => array('include\functions_picture.inc.php (get_download_url)'),
     
    145145array(
    146146  'name' => 'get_element_metadata_available',
    147   'type' => 'trigger_event',
     147  'type' => 'trigger_change',
    148148  'vars' => array('bool', null, 'string', 'element_path'),
    149149  'files' => array('picture.php'),
     
    151151array(
    152152  'name' => 'get_element_url',
    153   'type' => 'trigger_event',
     153  'type' => 'trigger_change',
    154154  'vars' => array('string', 'url', 'array', 'element_info'),
    155155  'files' => array('include\functions_picture.inc.php (get_element_url)'),
     
    157157array(
    158158  'name' => 'get_high_location',
    159   'type' => 'trigger_event',
     159  'type' => 'trigger_change',
    160160  'vars' => array('string', 'location', 'array', 'element_info'),
    161161  'files' => array('include\functions_picture.inc.php (get_high_location)'),
     
    163163array(
    164164  'name' => 'get_high_url',
    165   'type' => 'trigger_event',
     165  'type' => 'trigger_change',
    166166  'vars' => array('string', 'url', 'array', 'element_info'),
    167167  'files' => array('include\functions_picture.inc.php (get_high_url)'),
     
    169169array(
    170170  'name' => 'get_history',
    171   'type' => 'trigger_event',
     171  'type' => 'trigger_change',
    172172  'vars' => array('array', null, 'array', 'page_search', 'array', 'types'),
    173173  'files' => array('admin\history.php'),
     
    175175array(
    176176  'name' => 'get_image_location',
    177   'type' => 'trigger_event',
     177  'type' => 'trigger_change',
    178178  'vars' => array('string', 'path', 'array', 'element_info'),
    179179  'files' => array('include\functions_picture.inc.php (get_image_location)'),
     
    181181array(
    182182  'name' => 'get_popup_help_content',
    183   'type' => 'trigger_event',
     183  'type' => 'trigger_change',
    184184  'vars' => array('string', 'help_content', 'string', 'page'),
    185185  'files' => array('admin\popuphelp.php', 'popuphelp.php'),
     
    187187array(
    188188  'name' => 'get_pwg_themes',
    189   'type' => 'trigger_event',
     189  'type' => 'trigger_change',
    190190  'vars' => array('array', 'themes'),
    191191  'files' => array('include\functions.inc.php (get_pwg_themes)'),
     
    193193array(
    194194  'name' => 'get_thumbnail_title',
    195   'type' => 'trigger_event',
     195  'type' => 'trigger_change',
    196196  'vars' => array('string', 'title', 'array', 'info'),
    197197  'files' => array('include\functions.inc.php (get_thumbnail_title)'),
     
    199199array(
    200200  'name' => 'get_comments_derivative_params',
    201   'type' => 'trigger_event',
     201  'type' => 'trigger_change',
    202202  'vars' => array('ImageStdParams', null),
    203203  'files' => array('comments.php'),
     
    206206array(
    207207  'name' => 'get_index_album_derivative_params',
    208   'type' => 'trigger_event',
     208  'type' => 'trigger_change',
    209209  'vars' => array('ImageStdParams', null),
    210210  'files' => array('includecategory_cats.php', 'include\category_default.inc.php'),
     
    213213array(
    214214  'name' => 'get_src_image_url',
    215   'type' => 'trigger_event',
     215  'type' => 'trigger_change',
    216216  'vars' => array('string', 'url', 'SrcImage', 'this'),
    217217  'files' => array('include\derivative.inc.php (SrcImage::__construct)'),
     
    220220array(
    221221  'name' => 'get_derivative_url',
    222   'type' => 'trigger_event',
     222  'type' => 'trigger_change',
    223223  'vars' => array('string', 'url', 'ImageStdParams', null, 'SrcImage', 'this', 'string', 'rel_url'),
    224224  'files' => array('include\derivative.inc.php (SrcImage::url, SrcImage::get_url)'),
     
    227227array(
    228228  'name' => 'get_tag_alt_names',
    229   'type' => 'trigger_event',
     229  'type' => 'trigger_change',
    230230  'vars' => array('array', null, 'array', 'raw_name'),
    231231  'files' => array('admin\tags.php', 'admin\include\functions.php (get_taglist)'),
     
    234234array(
    235235  'name' => 'get_webmaster_mail_address',
    236   'type' => 'trigger_event',
     236  'type' => 'trigger_change',
    237237  'vars' => array('string', 'email'),
    238238  'files' => array('include\functions.inc.php (get_webmaster_mail_address)'),
     
    241241array(
    242242  'name' => 'init',
    243   'type' => 'trigger_action',
     243  'type' => 'trigger_notify',
    244244  'vars' => array(),
    245245  'files' => array('include\common.inc.php'),
     
    248248array(
    249249  'name' => 'invalidate_user_cache',
    250   'type' => 'trigger_action',
     250  'type' => 'trigger_notify',
    251251  'vars' => array('bool', 'full'),
    252252  'files' => array('admin\include\functions.inc.php (invalidate_user_cache)'),
     
    254254array(
    255255  'name' => 'load_conf',
    256   'type' => 'trigger_action',
     256  'type' => 'trigger_notify',
    257257  'vars' => array('string', 'condition'),
    258258  'files' => array('include\functions.inc.php (load_conf_from_db)'),
     
    261261array(
    262262  'name' => 'list_check_integrity',
    263   'type' => 'trigger_action',
     263  'type' => 'trigger_notify',
    264264  'vars' => array('object', 'this'),
    265265  'files' => array('admin\include\check_integrity.class.php (check_integrity::check)'),
     
    267267array(
    268268  'name' => 'load_image_library',
    269   'type' => 'trigger_action',
     269  'type' => 'trigger_notify',
    270270  'vars' => array('object', 'this'),
    271271  'files' => array('admin\include\image.class.php (pwg_image::__construct)'),
     
    273273array(
    274274  'name' => 'load_profile_in_template',
    275   'type' => 'trigger_action',
     275  'type' => 'trigger_notify',
    276276  'vars' => array('array', 'userdata'),
    277277  'files' => array('profile.php (load_profile_in_template)'),
     
    279279array(
    280280  'name' => 'loading_lang',
    281   'type' => 'trigger_action',
     281  'type' => 'trigger_notify',
    282282  'vars' => array(),
    283283  'files' => array('include\common.inc.php', 'include\functions.inc.php (redirect_html)', 'include\functions_mail.inc.php (switch_lang_to)', 'nbm.php'),
     
    285285array(
    286286  'name' => 'loc_after_page_header',
    287   'type' => 'trigger_action',
     287  'type' => 'trigger_notify',
    288288  'vars' => array(),
    289289  'files' => array('include\page_header.php'),
     
    291291array(
    292292  'name' => 'loc_begin_about',
    293   'type' => 'trigger_action',
     293  'type' => 'trigger_notify',
    294294  'vars' => array(),
    295295  'files' => array('about.php'),
     
    297297array(
    298298  'name' => 'loc_begin_admin',
    299   'type' => 'trigger_action',
     299  'type' => 'trigger_notify',
    300300  'vars' => array(),
    301301  'files' => array('admin.php'),
     
    303303array(
    304304  'name' => 'loc_begin_admin_page',
    305   'type' => 'trigger_action',
     305  'type' => 'trigger_notify',
    306306  'vars' => array(),
    307307  'files' => array('admin.php'),
     
    309309array(
    310310  'name' => 'loc_begin_cat_list',
    311   'type' => 'trigger_action',
     311  'type' => 'trigger_notify',
    312312  'vars' => array(),
    313313  'files' => array('admin\cat_list.php'),
     
    315315array(
    316316  'name' => 'loc_begin_cat_modify',
    317   'type' => 'trigger_action',
     317  'type' => 'trigger_notify',
    318318  'vars' => array(),
    319319  'files' => array('admin\cat_modify.php'),
     
    321321array(
    322322  'name' => 'loc_begin_element_set_global',
    323   'type' => 'trigger_action',
     323  'type' => 'trigger_notify',
    324324  'vars' => array(),
    325325  'files' => array('admin\batch_manager_global.php'),
     
    327327array(
    328328  'name' => 'loc_begin_element_set_unit',
    329   'type' => 'trigger_action',
     329  'type' => 'trigger_notify',
    330330  'vars' => array(),
    331331  'files' => array('admin\batch_manager_unit.php'),
     
    333333array(
    334334  'name' => 'loc_begin_index',
    335   'type' => 'trigger_action',
     335  'type' => 'trigger_notify',
    336336  'vars' => array(),
    337337  'files' => array('index.php'),
     
    339339array(
    340340  'name' => 'loc_begin_index_category_thumbnails',
    341   'type' => 'trigger_action',
     341  'type' => 'trigger_notify',
    342342  'vars' => array('array', 'categories'),
    343343  'files' => array('include\category_cats.inc.php'),
     
    345345array(
    346346  'name' => 'loc_begin_index_thumbnails',
    347   'type' => 'trigger_action',
     347  'type' => 'trigger_notify',
    348348  'vars' => array('array', 'pictures'),
    349349  'files' => array('include\category_default.inc.php'),
     
    351351array(
    352352  'name' => 'loc_begin_page_header',
    353   'type' => 'trigger_action',
     353  'type' => 'trigger_notify',
    354354  'vars' => array(),
    355355  'files' => array('include\page_header.php'),
     
    357357array(
    358358  'name' => 'loc_begin_page_tail',
    359   'type' => 'trigger_action',
     359  'type' => 'trigger_notify',
    360360  'vars' => array(),
    361361  'files' => array('include\page_tail.php'),
     
    363363array(
    364364  'name' => 'loc_begin_picture',
    365   'type' => 'trigger_action',
     365  'type' => 'trigger_notify',
    366366  'vars' => array(),
    367367  'files' => array('picture.php'),
     
    369369array(
    370370  'name' => 'loc_begin_profile',
    371   'type' => 'trigger_action',
     371  'type' => 'trigger_notify',
    372372  'vars' => array(),
    373373  'files' => array('profile.php'),
     
    375375array(
    376376  'name' => 'loc_begin_password',
    377   'type' => 'trigger_action',
     377  'type' => 'trigger_notify',
    378378  'vars' => array(),
    379379  'files' => array('password.php'),
     
    382382array(
    383383  'name' => 'loc_begin_register',
    384   'type' => 'trigger_action',
     384  'type' => 'trigger_notify',
    385385  'vars' => array(),
    386386  'files' => array('register.php'),
     
    389389array(
    390390  'name' => 'loc_begin_search',
    391   'type' => 'trigger_action',
     391  'type' => 'trigger_notify',
    392392  'vars' => array(),
    393393  'files' => array('search.php'),
     
    396396array(
    397397  'name' => 'loc_begin_tags',
    398   'type' => 'trigger_action',
     398  'type' => 'trigger_notify',
    399399  'vars' => array(),
    400400  'files' => array('tags.php'),
     
    403403array(
    404404  'name' => 'loc_begin_comments',
    405   'type' => 'trigger_action',
     405  'type' => 'trigger_notify',
    406406  'vars' => array(),
    407407  'files' => array('comments.php'),
     
    410410array(
    411411  'name' => 'loc_begin_identification',
    412   'type' => 'trigger_action',
     412  'type' => 'trigger_notify',
    413413  'vars' => array(),
    414414  'files' => array('identification.php'),
     
    417417array(
    418418  'name' => 'loc_begin_notification',
    419   'type' => 'trigger_action',
     419  'type' => 'trigger_notify',
    420420  'vars' => array(),
    421421  'files' => array('notification.php'),
     
    424424array(
    425425  'name' => 'loc_end_password',
    426   'type' => 'trigger_action',
     426  'type' => 'trigger_notify',
    427427  'vars' => array(),
    428428  'files' => array('password.php'),
     
    431431array(
    432432  'name' => 'loc_end_register',
    433   'type' => 'trigger_action',
     433  'type' => 'trigger_notify',
    434434  'vars' => array(),
    435435  'files' => array('register.php'),
     
    438438array(
    439439  'name' => 'loc_end_search',
    440   'type' => 'trigger_action',
     440  'type' => 'trigger_notify',
    441441  'vars' => array(),
    442442  'files' => array('search.php'),
     
    445445array(
    446446  'name' => 'loc_end_tags',
    447   'type' => 'trigger_action',
     447  'type' => 'trigger_notify',
    448448  'vars' => array(),
    449449  'files' => array('tags.php'),
     
    452452array(
    453453  'name' => 'loc_end_comments',
    454   'type' => 'trigger_action',
     454  'type' => 'trigger_notify',
    455455  'vars' => array(),
    456456  'files' => array('comments.php'),
     
    459459array(
    460460  'name' => 'loc_end_identification',
    461   'type' => 'trigger_action',
     461  'type' => 'trigger_notify',
    462462  'vars' => array(),
    463463  'files' => array('identification.php'),
     
    466466array(
    467467  'name' => 'loc_end_notification',
    468   'type' => 'trigger_action',
     468  'type' => 'trigger_notify',
    469469  'vars' => array(),
    470470  'files' => array('notification.php'),
     
    473473array(
    474474  'name' => 'loc_end_admin',
    475   'type' => 'trigger_action',
     475  'type' => 'trigger_notify',
    476476  'vars' => array(),
    477477  'files' => array('admin.php'),
     
    479479array(
    480480  'name' => 'loc_end_cat_list',
    481   'type' => 'trigger_action',
     481  'type' => 'trigger_notify',
    482482  'vars' => array(),
    483483  'files' => array('admin\cat_list.php'),
     
    485485array(
    486486  'name' => 'loc_end_cat_modify',
    487   'type' => 'trigger_action',
     487  'type' => 'trigger_notify',
    488488  'vars' => array(),
    489489  'files' => array('admin\cat_modify.php'),
     
    491491array(
    492492  'name' => 'loc_end_element_set_global',
    493   'type' => 'trigger_action',
     493  'type' => 'trigger_notify',
    494494  'vars' => array(),
    495495  'files' => array('admin\batch_manager_global.php'),
     
    497497array(
    498498  'name' => 'loc_end_element_set_unit',
    499   'type' => 'trigger_action',
     499  'type' => 'trigger_notify',
    500500  'vars' => array(),
    501501  'files' => array('admin\batch_manager_unit.php'),
     
    503503array(
    504504  'name' => 'loc_end_help',
    505   'type' => 'trigger_action',
     505  'type' => 'trigger_notify',
    506506  'vars' => array(),
    507507  'files' => array('admin\help.php'),
     
    509509array(
    510510  'name' => 'loc_end_index',
    511   'type' => 'trigger_action',
     511  'type' => 'trigger_notify',
    512512  'vars' => array(),
    513513  'files' => array('index.php'),
     
    515515array(
    516516  'name' => 'loc_end_index_category_thumbnails',
    517   'type' => 'trigger_event',
     517  'type' => 'trigger_change',
    518518  'vars' => array('array', 'tpl_thumbnails_var'),
    519519  'files' => array('include\category_cats.inc.php'),
     
    521521array(
    522522  'name' => 'loc_end_index_thumbnails',
    523   'type' => 'trigger_event',
     523  'type' => 'trigger_change',
    524524  'vars' => array('array', 'tpl_thumbnails_var', 'array', 'pictures'),
    525525  'files' => array('include\category_default.inc.php'),
     
    527527array(
    528528  'name' => 'loc_end_no_photo_yet',
    529   'type' => 'trigger_action',
     529  'type' => 'trigger_notify',
    530530  'vars' => array(),
    531531  'files' => array('include\no_photo_yet.inc.php'),
     
    533533array(
    534534  'name' => 'loc_end_page_header',
    535   'type' => 'trigger_action',
     535  'type' => 'trigger_notify',
    536536  'vars' => array(),
    537537  'files' => array('include\page_header.php'),
     
    539539array(
    540540  'name' => 'loc_end_page_tail',
    541   'type' => 'trigger_action',
     541  'type' => 'trigger_notify',
    542542  'vars' => array(),
    543543  'files' => array('include\page_tail.php'),
     
    545545array(
    546546  'name' => 'loc_end_picture',
    547   'type' => 'trigger_action',
     547  'type' => 'trigger_notify',
    548548  'vars' => array(),
    549549  'files' => array('picture.php'),
     
    551551array(
    552552  'name' => 'loc_end_picture_modify',
    553   'type' => 'trigger_action',
     553  'type' => 'trigger_notify',
    554554  'vars' => array(),
    555555  'files' => array('admin\picture_modify.php'),
     
    558558array(
    559559  'name' => 'loc_end_profile',
    560   'type' => 'trigger_action',
     560  'type' => 'trigger_notify',
    561561  'vars' => array(),
    562562  'files' => array('profile.php'),
     
    564564array(
    565565  'name' => 'loc_end_section_init',
    566   'type' => 'trigger_action',
     566  'type' => 'trigger_notify',
    567567  'vars' => array(),
    568568  'files' => array('include\section_init.inc.php'),
     
    571571array(
    572572  'name' => 'loc_end_themes_installed',
    573   'type' => 'trigger_action',
     573  'type' => 'trigger_notify',
    574574  'vars' => array(),
    575575  'files' => array('admin\themes_installed.php'),
     
    578578array(
    579579  'name' => 'loc_visible_user_list',
    580   'type' => 'trigger_event',
     580  'type' => 'trigger_change',
    581581  'vars' => array('array', 'visible_user_list'),
    582582  'files' => array('admin\user_list.php'),
     
    584584array(
    585585  'name' => 'login_failure',
    586   'type' => 'trigger_action',
     586  'type' => 'trigger_notify',
    587587  'vars' => array('string', 'username'),
    588588  'files' => array('include\functions_user.inc.php (try_log_user)'),
     
    590590array(
    591591  'name' => 'login_success',
    592   'type' => 'trigger_action',
     592  'type' => 'trigger_notify',
    593593  'vars' => array('string', 'username'),
    594594  'files' => array('include\functions_user.inc.php (auto_login, try_log_user)'),
     
    596596array(
    597597  'name' => 'nbm_event_handler_added',
    598   'type' => 'trigger_action',
     598  'type' => 'trigger_notify',
    599599  'vars' => array(),
    600600  'files' => array('admin\notification_by_mail.php'),
     
    602602array(
    603603  'name' => 'nbm_render_global_customize_mail_content',
    604   'type' => 'trigger_event',
     604  'type' => 'trigger_change',
    605605  'vars' => array('string', 'customize_mail_content'),
    606606  'files' => array('admin\notification_by_mail.php (do_action_send_mail_notification)'),
     
    608608array(
    609609  'name' => 'nbm_render_user_customize_mail_content',
    610   'type' => 'trigger_event',
     610  'type' => 'trigger_change',
    611611  'vars' => array('string', 'customize_mail_content', 'string', 'nbm_user'),
    612612  'files' => array('admin\notification_by_mail.php (do_action_send_mail_notification)'),
     
    614614array(
    615615  'name' => 'perform_batch_manager_prefilters',
    616   'type' => 'trigger_event',
     616  'type' => 'trigger_change',
    617617  'vars' => array('array', 'filter_sets', 'string', 'session_prefilter'),
    618618  'files' => array('admin\batch_manager.php'),
     
    620620array(
    621621  'name' => 'picture_pictures_data',
    622   'type' => 'trigger_event',
     622  'type' => 'trigger_change',
    623623  'vars' => array('array', 'picture'),
    624624  'files' => array('picture.php'),
     
    626626array(
    627627  'name' => 'plugins_loaded',
    628   'type' => 'trigger_action',
     628  'type' => 'trigger_notify',
    629629  'vars' => array(),
    630630  'files' => array('include\functions_plugins.inc.php (load_plugins)'),
     
    632632array(
    633633  'name' => 'pwg_log_allowed',
    634   'type' => 'trigger_event',
     634  'type' => 'trigger_change',
    635635  'vars' => array('bool', 'do_log', 'int', 'image_id', 'string', 'image_type'),
    636636  'files' => array('include\functions.inc.php (pwg_log)'),
     
    638638array(
    639639  'name' => 'register_user',
    640   'type' => 'trigger_action',
     640  'type' => 'trigger_notify',
    641641  'vars' => array('array', 'user'),
    642642  'files' => array('include\functions_user.inc.php (register_user)'),
     
    644644array(
    645645  'name' => 'register_user_check',
    646   'type' => 'trigger_event',
     646  'type' => 'trigger_change',
    647647  'vars' => array('array', 'errors', 'array', 'user'),
    648648  'files' => array('include\functions_user.inc.php (register_user)'),
     
    650650array(
    651651  'name' => 'render_category_description',
    652   'type' => 'trigger_event',
     652  'type' => 'trigger_change',
    653653  'vars' => array('string', 'category_description', 'string', 'action'),
    654654  'files' => array('include\category_cats.inc.php', 'include\section_init.inc.php', 'include\ws_functions.inc.php (ws_categories_getList, ws_categories_getAdminList)'),
     
    656656array(
    657657  'name' => 'render_category_literal_description',
    658   'type' => 'trigger_event',
     658  'type' => 'trigger_change',
    659659  'vars' => array('string', 'category_description'),
    660660  'files' => array('include\category_cats.inc.php'),
     
    662662array(
    663663  'name' => 'render_category_name',
    664   'type' => 'trigger_event',
     664  'type' => 'trigger_change',
    665665  'vars' => array('string', 'category_name', 'string', 'location'),
    666666  'files' => array('admin\cat_list.php', 'include\ws_functions.inc.php (ws_categories_getList, ws_categories_getAdminList, ws_categories_move)'),
     
    668668array(
    669669  'name' => 'render_comment_author',
    670   'type' => 'trigger_event',
     670  'type' => 'trigger_change',
    671671  'vars' => array('string', 'comment_author'),
    672672  'files' => array('admin\comments.php', 'comments.php', 'include\picture_comment.inc.php'),
     
    674674array(
    675675  'name' => 'render_comment_content',
    676   'type' => 'trigger_event',
     676  'type' => 'trigger_change',
    677677  'vars' => array('string', 'comment_content'),
    678678  'files' => array('admin\comments.php', 'comments.php', 'include\picture_comment.inc.php'),
     
    680680array(
    681681  'name' => 'render_element_content',
    682   'type' => 'trigger_event',
     682  'type' => 'trigger_change',
    683683  'vars' => array('string', 'content', 'array', 'current_picture'),
    684684  'files' => array('picture.php'),
     
    686686array(
    687687  'name' => 'render_element_name',
    688   'type' => 'trigger_event',
     688  'type' => 'trigger_change',
    689689  'vars' => array('string', 'element_name'),
    690690  'files' => array('include\functions_html.inc.php (render_element_name)'),
     
    692692array(
    693693  'name' => 'render_element_description',
    694   'type' => 'trigger_event',
     694  'type' => 'trigger_change',
    695695  'vars' => array('string', 'element_description', 'string', 'action'),
    696696  'files' => array('picture.php', 'include\functions_html.inc.php (render_element_description)'),
     
    698698array(
    699699  'name' => 'render_lost_password_mail_content',
    700   'type' => 'trigger_event',
     700  'type' => 'trigger_change',
    701701  'vars' => array('string', 'message'),
    702702  'files' => array('password.php (process_password_request)'),
     
    704704array(
    705705  'name' => 'render_page_banner',
    706   'type' => 'trigger_event',
     706  'type' => 'trigger_change',
    707707  'vars' => array('string', 'gallery_title'),
    708708  'files' => array('include\page_header.php'),
     
    710710array(
    711711  'name' => 'render_tag_name',
    712   'type' => 'trigger_event',
     712  'type' => 'trigger_change',
    713713  'vars' => array('string', 'tag_name', 'array', 'tag'),
    714714  'files' => array('admin\include\functions.php (get_taglist)', 'admin\tags.php', 'admin\history.php', 'include\functions_tag.inc.php (get_available_tags, get_all_tags, get_common_tags)', 'include\functions_html.inc.php (get_tags_content_title)', 'include\functions_search.inc.php (get_qsearch_tags)'),
     
    716716array(
    717717  'name' => 'render_tag_url',
    718   'type' => 'trigger_event',
     718  'type' => 'trigger_change',
    719719  'vars' => array('string', 'tag_name'),
    720720  'files' => array('admin\include\functions.php (tag_id_from_tag_name, create_tag)', 'admin\tags.php'),
     
    722722array(
    723723  'name' => 'save_profile_from_post',
    724   'type' => 'trigger_action',
     724  'type' => 'trigger_notify',
    725725  'vars' => array('int', 'user_id'),
    726726  'files' => array('profile.php (save_profile_from_post)'),
     
    728728array(
    729729  'name' => 'before_send_mail',
    730   'type' => 'trigger_event',
     730  'type' => 'trigger_change',
    731731  'vars' => array('bool', 'result', 'mixed', 'to', 'array', 'arguments', 'PHPMailer', 'mail'),
    732732  'files' => array('include\functions_mail.inc.php (pwg_mail)'),
     
    734734array(
    735735  'name' => 'before_parse_mail_template',
    736   'type' => 'trigger_action',
     736  'type' => 'trigger_notify',
    737737  'vars' => array('string', 'cache_key', 'string', 'content_type'),
    738738  'files' => array('include\functions_mail.inc.php (pwg_mail)'),
     
    740740array(
    741741  'name' => 'sendResponse',
    742   'type' => 'trigger_action',
     742  'type' => 'trigger_notify',
    743743  'vars' => array('string', 'encodedResponse'),
    744744  'files' => array('include\ws_core.inc.php (PwgServer::sendResponse)'),
     
    746746array(
    747747  'name' => 'set_status_header',
    748   'type' => 'trigger_action',
     748  'type' => 'trigger_notify',
    749749  'vars' => array('int', 'code', 'string', 'text'),
    750750  'files' => array('include\functions_html.inc.php (set_status_header)'),
     
    752752array(
    753753  'name' => 'tabsheet_before_select',
    754   'type' => 'trigger_event',
     754  'type' => 'trigger_change',
    755755  'vars' => array('array', 'sheets', 'string', 'tabsheet_id'),
    756756  'files' => array('include\tabsheet.class.php (tabsheet::select)'),
     
    759759array(
    760760  'name' => 'trigger',
    761   'type' => 'trigger_action',
     761  'type' => 'trigger_notify',
    762762  'vars' => array('array', null),
    763   'files' => array('include\functions_plugins.inc.php (trigger_event, trigger_action)'),
     763  'files' => array('include\functions_plugins.inc.php (trigger_change, trigger_notify)'),
    764764),
    765765array(
    766766  'name' => 'user_comment_check',
    767   'type' => 'trigger_event',
     767  'type' => 'trigger_change',
    768768  'vars' => array('string', 'comment_action', 'array', 'comm'),
    769769  'files' => array('include\functions_comment.inc.php (insert_user_comment, update_user_comment)'),
     
    772772array(
    773773  'name' => 'user_comment_deletion',
    774   'type' => 'trigger_action',
     774  'type' => 'trigger_notify',
    775775  'vars' => array('mixed', 'comment_id'),
    776776  'files' => array('include\functions_comment.inc.php (delete_user_comment)'),
     
    779779array(
    780780  'name' => 'user_comment_insertion',
    781   'type' => 'trigger_action',
     781  'type' => 'trigger_notify',
    782782  'vars' => array('array', 'comm'),
    783783  'files' => array('include\picture_comment.inc.php'),
     
    785785array(
    786786  'name' => 'user_comment_validation',
    787   'type' => 'trigger_action',
     787  'type' => 'trigger_notify',
    788788  'vars' => array('mixed', 'comment_id'),
    789789  'files' => array('include\functions_comment.inc.php (validate_user_comment)'),
     
    792792array(
    793793  'name' => 'user_init',
    794   'type' => 'trigger_action',
     794  'type' => 'trigger_notify',
    795795  'vars' => array('array', 'user'),
    796796  'files' => array('include\user.inc.php'),
     
    798798array(
    799799  'name' => 'ws_add_methods',
    800   'type' => 'trigger_action',
     800  'type' => 'trigger_notify',
    801801  'vars' => array('object', 'this'),
    802802  'files' => array('include\ws_core.inc.php (PwgServer::run)'),
     
    804804array(
    805805  'name' => 'ws_invoke_allowed',
    806   'type' => 'trigger_event',
     806  'type' => 'trigger_change',
    807807  'vars' => array('bool', null, 'string', 'methodName', 'array', 'params'),
    808808  'files' => array('include\ws_core.inc.php (PwgServer::invoke)'),
     
    810810array(
    811811  'name' => 'user_logout',
    812   'type' => 'trigger_action',
     812  'type' => 'trigger_notify',
    813813  'vars' => array('int', 'user_id'),
    814814  'files' => array('include\functions_user.inc.php (logout_user)'),
     
    817817array(
    818818  'name' => 'user_login',
    819   'type' => 'trigger_action',
     819  'type' => 'trigger_notify',
    820820  'vars' => array('int', 'user_id'),
    821821  'files' => array('include\functions_user.inc.php (log_user)'),
     
    824824array(
    825825  'name' => 'try_log_user',
    826   'type' => 'trigger_event',
     826  'type' => 'trigger_change',
    827827  'vars' => array('boolean', 'success', 'string', 'username', 'string', 'password', 'bool', 'remember_me'),
    828828  'files' => array('include\functions_user.inc.php (try_log_user)'),
     
    831831array(
    832832  'name' => 'combinable_preparse',
    833   'type' => 'trigger_action',
     833  'type' => 'trigger_notify',
    834834  'vars' => array('Template', 'template', 'Combinable', '$combinable', 'FileCombiner', '$combiner'),
    835835  'files' => array('include\template.class.php (FileCombiner::process_combinable)'),
     
    838838array(
    839839  'name' => 'user_list_columns',
    840   'type' => 'trigger_event',
     840  'type' => 'trigger_change',
    841841  'vars' => array('string[]', 'aColumns'),
    842842  'files' => array('admin\user_list_backend.php'),
     
    845845array(
    846846  'name' => 'after_render_user_list',
    847   'type' => 'trigger_event',
     847  'type' => 'trigger_change',
    848848  'vars' => array('array', 'output'),
    849849  'files' => array('admin\user_list_backend.php'),
     
    852852array(
    853853  'name' => 'update_rating_score',
    854   'type' => 'trigger_event',
     854  'type' => 'trigger_change',
    855855  'vars' => array('boolean', 'done', 'int', 'element_id'),
    856856  'files' => array('include\functions_rate.inc.php'),
     
    859859array(
    860860  'name' => 'picture_modify_before_update',
    861   'type' => 'trigger_event',
     861  'type' => 'trigger_change',
    862862  'vars' => array('array', 'data'),
    863863  'files' => array('admin\picture_modify.php'),
     
    866866array(
    867867  'name' => 'ws_users_getList',
    868   'type' => 'trigger_event',
     868  'type' => 'trigger_change',
    869869  'vars' => array('array', 'users'),
    870870  'files' => array('include\ws_functions\pwg.users.php'),
     
    974974        <select class="search_input">
    975975          <option value="">Type</option>
    976           <option value="trigger_action">trigger_action</option>
    977           <option value="trigger_event">trigger_event</option>
     976          <option value="trigger_notify">trigger_notify</option>
     977          <option value="trigger_change">trigger_change</option>
    978978        </select>
    979979      </td>
Note: See TracChangeset for help on using the changeset viewer.