]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
Foundations of Action/Triger-based telephony,
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Trigger.pm
2010-05-26 senatorFoundations of Action/Triger-based telephony,
2010-02-05 ericksonthese batch calls require a wide timeout window to...
2010-01-19 dbsAddress long-standing typo: clense_ISO8601, matching...
2009-11-25 mikerAdding support for an opaque user_data field on Action...
2009-11-13 mikeradding support for user-opt-in when allowed on the...
2009-11-11 ericksonadded support for optional limit, offset, and order_by...
2009-11-11 mikerwhen creating events, filter the defs on granularity...
2009-11-10 mikerremoving needless (and problematic) distinct clause...
2009-11-06 ericksondon't pre-validate events when grouping, just fetch...
2009-11-05 mikerfix thinko on granularity filter -- granularity is...
2009-11-05 mikerPatch from Lebbeous Fogle-Weekley to add arbitrary...
2009-11-05 ericksonremoved validator version of max delay age
2009-11-04 mikerforward porting r14769: add max_delay field to optional...
2009-11-04 ericksonadd detail to some error logs. add a few info logs...
2009-11-04 ericksondon't die silently, let's log some error output to...
2009-11-03 ericksonmake event firing more fault-tolerant to allow continue...
2009-11-03 ericksonthere could be many pending events, up the timeout...
2009-10-25 ericksonwhen testing for existing events (to prevent duplicates...
2009-08-19 ericksonif the requested hook does not exist, gracefully back out
2009-04-23 ericksonmissing comma
2009-04-22 mikerordering events by run_time and then add_time to tie...
2009-04-22 ericksonsplit wants a regex pattern to split on
2009-04-22 mikerteach the batch processor to ignore targets with existi...
2009-04-22 ericksonjust in case any cstore connections linger, force disco...
2009-04-22 ericksonwhen only one cstore clause is passed to an editor...
2009-03-31 ericksonfixed var name
2009-03-31 mikeradd method for creating events by definition(s) (array...
2009-03-31 ericksontypo:actor.org_unit_descendents. run_time is now a...
2009-03-26 ericksonprovide a little more flexibility to the caller of...
2009-03-20 mikerallow batch creation of active events, restricted to...
2009-03-16 ericksonpass hint instead of class as core_type
2009-03-09 mikerevents-by-target method
2009-03-05 mikerfix active autocreate; add passive autocreate function...
2009-03-03 ericksonreturn the atev objects, not the trigger::event objects...
2009-03-02 ericksonrepairing var name typos/thinkos found with use strict
2009-03-02 ericksonadd strict/warnings all around to ease debugging
2009-02-25 ericksonpostgres doesn't seem to like bare year (%G), pass...
2009-02-25 ericksoncstoreeditor create_ returns the ident (~id) (not the...
2009-02-25 ericksonhook uses 'key'
2009-02-01 mikerkeys is more efficient than map, since we already have...
2009-02-01 mikerneed the full hook, not just idlist
2009-02-01 mikeradding event group support
2009-01-31 mikernon-grouped event firing, event locating and grouping
2009-01-25 mikerallow different delimiters; typo
2009-01-24 mikerstart of the event firing code -- build the environment...