]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/javascript/backend/circ/circ_lib.js
Docs: 2.8 Patron Message Center
[Evergreen.git] / Open-ILS / src / javascript / backend / circ / circ_lib.js
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-21 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2008-08-14 ericksonprotecting against non-existent group in descendent...
2008-06-07 ericksonprotecting against null circmod count map
2008-03-09 ericksoninitial checkouts-by-circ-mods support
2008-02-22 ericksonadded hold permit flag for new holds to prevent max...
2007-10-18 dbsThis commit breaks compatibility with OpenSRF 0.9.
2007-04-25 ericksonmore cleanup
2007-03-12 ericksonremoved some unused circ scripts
2007-01-08 ericksonadded a MAX_HOLDS event and tests in the hold permit...
2007-01-02 ericksonadded some logging and made the logging a little more...
2006-10-25 ericksonif no copies are allowed for the hold recipient, then...
2006-09-12 ericksonmoved scriptbuilder to new storage method for fetching...
2006-09-05 ericksonrefined the logging some
2006-09-04 ericksonadded check for staff to apply the staff max/recurring...
2006-08-25 ericksonupdated hold permit to check correct lib, inserting...
2006-08-03 ericksonadded die() function for debugging
2006-07-27 ericksondid more testing of the renewal hold checks
2006-07-27 ericksonadded hold retrieval method for copies, needs more...
2006-07-18 mikertrying again
2006-07-18 mikerduh ... use the correct syntax in JS
2006-07-18 mikerattempting to remove a big leak
2006-07-13 ericksontesting, bug fixing, more to come
2006-07-07 ericksongetting closer to the real thing
2006-07-07 ericksonmaking progress toward a real circ matrix
2006-07-05 ericksonre-organizing, testing, adding functions, adding group...
2006-07-03 ericksonupdated to work with new scriptrunner layout
2006-06-28 ericksoncleaning up, testing
2006-06-07 ericksonfixed some logic errors, added barred checking
2006-04-05 ericksonremoved patron penalty info from circ scripts and from...
2006-02-06 ericksonmore work on plugging in the renewal code
2006-01-24 ericksonresult object is no longer pushed into 'environment'
2006-01-24 ericksonNow pushing all objects into 'environment'
2006-01-20 ericksonadding permit script. permit circ now basically functions