]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
LP1615805 No inputs after submit in patron search (AngularJS)
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Trigger.pm
2011-01-31 senatorMerge branch 'opac-tt-poc' of ssh://senator@yeti.esilib...
2011-01-31 Bill EricksonMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-01-31 dbsMake Evergreen Perl modules installable via Module...
2010-10-13 ericksonwhen the target for an event is no longer around, immed...
2010-10-07 ericksonParallel action/trigger collection and reaction
2010-10-06 ericksonfirst level of groups hash can be array or hash, leadin...
2010-10-03 ericksonmoved the cache clear to later in the firing to pick...
2010-10-01 mikerImplement a process-local cache for event target fleshi...
2010-09-29 mikersupport per-grunlarity parallelizing via flag and lock...
2010-09-28 mikermove the early-out response so we avoid breaking the...
2010-09-28 senatorA/T: Send an early response back to the client when...
2010-09-27 mikerCorrect the subquery for A/T opt_in_setting
2010-09-25 ericksonevents don't have granularity's. removing
2010-09-23 ericksonrepaired search call for user_setting. cstoreeditor...
2010-09-23 mikerUse a transaction to avoid talking to a replicated...
2010-09-23 mikeronly flesh up to, but not including, the leaf for the...
2010-07-16 mikeruse a left join instead of -not-exists for anti-join...
2010-06-11 ericksonadded a number of info messages to the action/trigger...
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...