]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/javascript/backend/circ
did more testing of the renewal hold checks
[working/Evergreen.git] / Open-ILS / src / javascript / backend / circ /
2006-07-27 ericksondid more testing of the renewal hold checks
2006-07-27 ericksonchecking for existing holds the copy can fulfill, needs...
2006-07-27 ericksonnot checking copy status on renewal
2006-07-27 ericksonadded hold retrieval method for copies, needs more...
2006-07-27 ericksonnow including all known circ modifiers
2006-07-27 ericksonfixed threshold on restricted users
2006-07-18 ericksonremoved the hold range selector for staff holds
2006-07-18 ericksonfixed items out threshold for patron
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-17 ericksonadding file
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-28 ericksonmoved script building to a generic framework using...
2006-06-09 ericksonfirst round of a circ script tester, fixed some typos
2006-06-07 ericksonfixed some logic errors, added barred checking
2006-06-07 ericksontypos
2006-06-06 ericksonchanged layout
2006-05-03 ericksonslight refactor
2006-04-05 ericksonremoved patron penalty info from circ scripts and from...
2006-04-03 ericksonpushing events instead of returning them
2006-03-16 ericksonadded to cvs
2006-02-16 ericksonmore circ tweaks to get the behavior right
2006-02-10 ericksonadding initial permit script for copy level holds
2006-02-06 ericksonmore work on plugging in the renewal code
2006-01-31 ericksoncommented out the hold blocking .. left as an example
2006-01-30 ericksonadding and updating circ scripts as the code evolves
2006-01-30 ericksonmade checkout methods take hash refs instead of named...
2006-01-27 ericksonnow have non-cataloged items checkouts working with...
2006-01-27 ericksonbroke the permit portion of circ into patron and copy...
2006-01-24 ericksonresult object is no longer pushed into 'environment'
2006-01-24 ericksonNow pushing all objects into 'environment'
2006-01-23 ericksonmoved to "environment" instead of "env".
2006-01-23 ericksonplugged in the 'env' object and now pushing env.isRenew...
2006-01-20 ericksonadding permit script. permit circ now basically functions