]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Trigger
Address long-standing typo: clense_ISO8601, matching change to OpenSRF-trunk.
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Trigger /
2010-01-19 dbsAddress long-standing typo: clense_ISO8601, matching...
2009-12-22 ericksonpatch from Joe Atzberger to provide support for using...
2009-12-18 ericksonPatch from Joe Atzberger to add a generic SendFile...
2009-11-30 ericksonencode email text as utf8 to prevent 'wide character...
2009-11-25 ericksonAdded sample self-checkout checkout receipt
2009-11-25 mikerAdding support for an opaque user_data field on Action...
2009-11-05 ericksonremoved validator version of max delay age
2009-11-04 ericksonadd detail to some error logs. add a few info logs...
2009-11-03 mikeruse the individual opcodes instead of the :load tag...
2009-10-30 ericksoncreated a new ApplyPatronPenalty A/T reactor
2009-10-30 mikeradd a validator (for stacking) to optionally check...
2009-10-26 ericksonsince showing title/auther will be common in predue...
2009-10-26 mikermake the date math a bit more maintainable
2009-10-26 ericksonupdated the max_delay_age date math, added comments
2009-10-26 mikerallow the CircIsOpen and CircIsOverdue validators to...
2009-10-24 mikeradd passive event validator to stop events that are...
2009-09-17 mikeruse Safe to protect against EVIL evals coming in from...
2009-07-19 ericksonadded seed data for hold-available notifications. ...
2009-04-23 ericksonadded template callback for getting user fines summary
2009-04-22 ericksonuse string comparator
2009-04-01 ericksonsimple reactor that just processes a template
2009-04-01 ericksonrecursive calls to _object_by_path need their own copy...
2009-04-01 ericksonUpdated the IDL to match the table name in the sql...
2009-03-31 ericksonin batches, 'event' is an array of events
2009-03-31 ericksonset the nostore var
2009-03-31 mikergive the environment built by O::A::T::Event[Group...
2009-03-19 ericksonuse the event def template for the bill note (thanks...
2009-03-19 ericksonreactor to apply fees to a circulation
2009-03-19 ericksonadded hook for lost.auto to handle items programaticall...
2009-03-06 ericksoncopy_price expects an editor, pass one in
2009-03-06 ericksonupdate ids to match the remaining valid events
2009-03-06 ericksondon't double-up arrays on might_have retrievals. handl...
2009-03-06 ericksonadded copy price and org setting helpers. put helper...
2009-03-04 ericksonplugged in the actual marking lost part
2009-03-04 ericksonfixed TT helper func
2009-03-04 ericksonlogic error on due_date check
2009-03-04 ericksonstub for mark-item-lost reactor
2009-03-03 ericksonplugged in some template toolkit helpers
2009-03-03 ericksonpull last updated event from db for timestamp updates
2009-03-03 mikerreturn the underlying atev, which was the original...
2009-03-03 ericksonwhen email sending fails, it's usually a template probl...
2009-03-02 ericksonrepairing var name typos/thinkos found with use strict
2009-03-02 ericksonadd strict/warnings all around to ease debugging
2009-03-02 ericksonarg, rolling back unintended commit. 12357 was suppose...
2009-03-02 ericksonadded strict/warnings. fixed params, clensing iso...
2009-03-02 mikerleave existing intermediate objects alone in the path...
2009-03-02 ericksonadded CircIsOverdue validator
2009-03-02 ericksonremove formatting from dumper output in mail error
2009-03-01 mikeradding controller intellegence to Fieldmapper.pm and...
2009-03-01 mikersupport might_have (search-based, single-valued) in...
2009-03-01 mikerfleshing bugs in environment building
2009-03-01 ericksonfix param format for retrieve_
2009-02-28 ericksonpass target object instead of event->target to object_b...
2009-02-28 mikeradding a generic SendEmail reactor (already defined...
2009-02-27 ericksonneed newlines after the header lines
2009-02-27 ericksonadded some required imports
2009-02-27 ericksonTT needs a ref to process an inline string
2009-02-27 ericksonimport logger var
2009-02-26 ericksonif no cleanup handler is defined for the given state...
2009-02-25 mikerplugging in TT; a bit of documentation in the ABOUT...
2009-02-25 ericksonbasic TT processor
2009-02-25 mikerstart of a generic static email test reactor
2009-02-24 mikeradding required update_process field; fleshing "quietly...
2009-02-02 dbsThis kind of typo might cause headaches
2009-02-01 mikeradding event group support
2009-01-31 mikernon-grouped event firing, event locating and grouping
2009-01-28 mikerexample validators; adding noop modules to the schema...
2009-01-28 mikerremove (now) needless fleshing
2009-01-28 mikerallow either fleshed or unfleshed module objects
2009-01-28 mikerAdd some basic dummy handlers (fourtytwo, NOOP_True...
2009-01-28 mikerrefactor the general object layout; use fleshing where...
2009-01-28 mikeradd specialized module namespace overrides
2009-01-27 mikerfor now use die instead of throw
2009-01-27 mikerthrow errors when we cannot update the event state
2009-01-27 mikerinitial single-event firing module
2009-01-23 mikerinitial cut of some scaffolding which will load and...