Koha/misc
Kyle M Hall da01dcea79 Bug 31345: Add ability to exit process_message_queue.pl early if any plugin before_send_messages hook fails
Sometimes it would be better for process_message_queue.pl to stop if a plugin hook fails rather than continue processing. It would be nice if that was a command line option.

Test Plan:
1) Install any plugin with a before_send_messages hook
2) Modify the plugin, add a 'die;' statement at the start of the
   before_send_messages method of the plugin.
3) Run process_message_queue.pl as usual
4) Note the exit code is 0
5) Run it again with the new -e setting
6) Note the exit code is 1

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 83f9535fab)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit ff2cce52c5)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
2024-05-28 21:10:16 +00:00
..
admin
bin
cronjobs Bug 31345: Add ability to exit process_message_queue.pl early if any plugin before_send_messages hook fails 2024-05-28 21:10:16 +00:00
devel Bug 36517: Fix output from install_plugins.pl 2024-05-28 17:55:06 +00:00
interface_customization
maintenance Bug 34505: Patron invalid age in search_for_data_inconsistencies.pl skip expired patrons 2023-08-29 21:17:00 -10:00
migration_tools
release_notes Update release notes for 23.05.11 release 2024-05-07 16:51:28 +00:00
search_tools
translator Bug 36516: Fix useless warning from translation script 2024-05-28 17:23:28 +00:00
workers Bug 33898: Implement reaping for database polling 2024-03-19 21:33:16 +00:00
add_date_fields_to_marc_records.pl
add_statistics_borrowers_categorycode.pl
batchCompareMARCvsFrameworks.pl
batchdeletebiblios.pl
batchDeleteUnusedSubfields.pl
batchImportMARCWithBiblionumbers.pl
batchRebuildBiblioTables.pl
batchRebuildItemsTables.pl
batchRepairMissingBiblionumbers.pl
check_sysprefs.pl
commit_file.pl
export_borrowers.pl
export_records.pl Bug 29811: Add timestamp option on authority record type 2023-11-07 22:20:45 -10:00
exportauth.pl
import_patrons.pl Bug 34621: Tidy import_patrons.pl 2024-05-28 19:21:42 +00:00
koha-install-log
link_bibs_to_authorities.pl Bug 30024: Make link_bibs_to_authorities.pl rely on LinkerRelink 2023-11-09 16:29:10 -10:00
load_yaml.pl
mod_zebraqueue.pl
perlmodule_ls.pl
perlmodule_rm.pl
process_ill_updates.pl
recreateIssueStatistics.pl
sax_parser_print.pl
sax_parser_test.pl
sip_cli_emulator.pl Bug 34764: Set fee_acknowledged to expect a string 2023-09-17 21:39:02 -10:00
stage_file.pl
z3950_responder.pl