]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
Correct long-standing, wide-spread "recurance" and "recuring" typos.
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / AppUtils.pm
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
2006-06-28 ericksonmoved script building to a generic framework using...
2006-06-16 ericksonadded some debugging
2006-06-12 ericksonadded circ fetcher which includes stop_fines items
2006-05-08 ericksonadded some logging
2006-05-08 ericksonupdated not-found event names
2006-05-05 ericksonbug fixes, clean up
2006-05-03 ericksonupdate to match autogenerated not-found events. more...
2006-04-26 ericksonmore copy status handling
2006-04-26 mikeradding hours_of_operation and closed_date -- all must...
2006-04-25 ericksonbreaking out of the storage session fetcher early to...
2006-04-17 ericksonadded billing void method
2006-04-06 ericksonremoved the authtoken requirement from penalty method
2006-04-05 ericksonremoved patron penalty info from circ scripts and from...
2006-04-03 ericksonfixed logic error
2006-03-27 ericksoncaching org units in AppUtils
2006-03-24 ericksonadded utility method
2006-03-17 erickson checking for deleted on call_number searches
2006-03-17 ericksonchecking for deleted == false on copy searches
2006-03-06 ericksonstarted work on the notes interface in the opac.
2006-03-06 ericksonadded retrieval methods for title, call_number, and...
2006-03-01 ericksonadded some utility methods, cleaned up the search code...
2006-02-16 ericksonsome more utility methods
2006-02-16 ericksonmore circ tweaks to get the behavior right
2006-02-15 ericksonfirst round of new circ checkin logic. more testing...
next