]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
LP1615805 No inputs after submit in patron search (AngularJS)
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / AppUtils.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...
2011-01-20 Bill EricksonMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-01-19 senatorBooking: Robert Soulliere spotted and fixed a bug in...
2010-10-27 phasefxGive staff the ability to select a circ lib and user...
2010-10-20 mikerSummary: Patch from Thomas Berezansky providing an...
2010-09-25 ericksononly need to wrap event retrieve in xact for latest...
2010-09-24 ericksonclean up the fire_object_events cstore xact
2010-09-24 senatorBe more tolerant of long-running A/T event handling...
2010-09-23 ericksonevent firing util code needs to run in a xact
2010-06-04 ericksonadded granularity and user_data options to create_event...
2010-05-28 ericksonadded a wait flag to create_events_for_hook() to allow...
2010-05-28 ericksonAPI calls to expose the circ/hold history stored procedures
2010-05-07 ericksonremoved unused utility function that was calling a...
2010-05-07 ericksonuse direct circ search instead of what-may-be-one-day...
2010-04-26 ericksonPatch from Jason Stephenson to silence 'isn't numeric...
2010-04-01 ericksongive the trigger autocreate wrapper a clearer name
2010-03-25 ericksonComment on undocumented interaction.
2010-02-10 ericksonadded sub to find the most relevant event def by hook...
2010-01-14 dbsMove the decode_utf8() call for various feeds to entity...
2009-12-14 mikerwiring up booking pickup and return with new methods...
2009-12-09 ericksonadded user version of ad-hoc A/T runner method (for...
2009-11-25 ericksonAdded sample self-checkout checkout receipt
2009-11-16 dbsCorrect long-standing, wide-spread "recurance" and...
2009-11-06 ericksonPatch from Lebbeous Fogle-Weekley to add support for...
2009-10-07 dbsEscaping angle brackets is too pervasive a change in...
2009-10-06 dbsExtend entityize() escaping behaviour to also convert...
2009-09-30 ericksonadded support for checking work_ou perms for a given...
2009-09-04 ericksonthe Perl UUID module is not easily installed nor does...
2009-07-14 ericksonPatch from James Fournie -- fixing org tree fleshing...
2009-07-10 ericksonadded ancestor at depth util function
2009-07-09 ericksondon't force a depth on the call to actor.org_unit_full_...
2009-07-02 ericksondon't throw exception when auth session is not found...
2009-06-23 ericksonarg, syntax error
2009-06-23 ericksonadded a shortcut for calling trigger autocreate. added...
2009-06-03 ericksonno need to warn when orgid is null in find_org(), that...
2009-05-26 ericksonif an explicit event-def-id is provided, assume that...
2009-05-11 ericksonexit early if no event is created
2009-04-06 ericksonmoved generic object/event firing to apputils function...
2009-04-02 ericksonthe key changes depending on which stored proc is calle...
2009-04-02 ericksontypo, descendents -> descendants
2009-03-31 ericksonprevent some warnings in the logs
2009-03-26 dbsApply ampersand escaping globally in entityize (fixes...
2009-03-25 dbsDedupe code by moving to a common implementation of...
2009-03-16 ericksonremoved the old, convoluted work_perm_org code. Now...
2009-03-12 dbsEnable get_org_tree to return an org tree with a locale...
2009-03-04 mikerdo not look for transaction summaries if there are...
2009-02-10 ericksontake advantage of the new billable_transaction_summary...
2009-02-09 ericksonfunction to wrap up a xact-base storage request in...
2009-01-13 ericksonreturn penalty objects from retrieve_penalties. flesh...
2008-12-29 ericksonfixed cstoreeditor invocation
2008-12-08 ericksonmake the org-ancestor-setting proc return SETOF so...
2008-11-24 ericksonadded method to return the context org for a given...
2008-11-23 ericksonremoving unused depth field for actor.org_unit_ancestor...
2008-11-20 ericksonmore round 1 penalty overhaul. more to ensue
2008-11-17 ericksonAdded a stored procedure to find the first occurrence...
2008-10-20 ericksonadded a global default locale configuration setting...
2008-10-08 ericksonextracted copy price calculation out to a shared function
2008-10-07 ericksonrun total owed and total checked out inside a transacti...
2008-09-15 ericksonwhen retrieveing the user's locale, be sure to default...
2008-09-11 ericksonadded a common entityize function to prevent the contin...
2008-08-25 ericksonmake sure has is defined
2008-08-21 ericksonadded a utility method to find a user's locale
2008-05-21 mikerallow differentiation of orgtree cache keys; use this...
2008-04-14 ericksonadded versions of work perm org fetcher to return flat...
2008-02-05 ericksonrepaired descendant logic for initial high perm org
2008-02-05 ericksonadded a descendants option to the high work org retriev...
2008-02-05 ericksonfixed some typos
2008-02-05 ericksonfixed calls to new_editor, which will not work in apput...
2008-02-05 ericksonadded org descendant/ancestor/full_path utility methods
2008-02-04 ericksonmoved some of the work org and perm calls into apputils...
2008-02-01 ericksonremoved cstoreditor :funcs import, was causing circular...
2008-02-01 ericksonmoved old-fashioned perm check to json_query for speed
2007-11-15 mikersubclassing OpenSRF::Application so we have a place...
2007-11-04 dbsWarn and return undef if find_org() does not receive...
2007-07-02 mikerPatch from Dan Scott to move JSON to OpenSRF::Utils...
2007-04-16 ericksonbuild_org_tree now returns the single org if there...
2007-04-09 ericksonmade backdating smarter by using the circ interval...
2007-01-19 ericksonreplacing tcn from marc with the tcn_value on the record
2006-10-24 ericksonmoved mbts builder to apputils to share, circ code...
2006-09-28 ericksonadded some report fleshing
2006-09-14 ericksonadded calls to get owed and total out from storage...
2006-09-12 ericksonmoved scriptbuilder to new storage method for fetching...
2006-09-05 pinesBill, would you sanity check this? appears to work...
2006-08-06 ericksonmoved constants out to their own module, updating code
2006-08-04 ericksonmoved to cancel_time on hold as opposed to deleting it
2006-08-02 ericksonsanity check
2006-07-28 ericksonadded check for inactive card
2006-07-27 ericksonbailing out early on a call so it does not go to cstore...
2006-07-17 ericksonput container handling inside cstore transactions,...
2006-07-14 ericksontypo
2006-07-13 ericksonupdating cstore request
2006-07-13 mikeranother typo
2006-07-13 mikerminor fixes
2006-07-13 mikeranother round of updates ...
2006-07-13 ericksontypo
2006-07-13 mikermoving to cstore for all basic search/retrevial
2006-06-30 ericksonupdated xact retrieval to do a ranged retrieval by...
2006-06-28 ericksonslimmed down the generic requestor
next