]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
returning title, copy, and circ objects on checkin
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Circ / Circulate.pm
2006-02-08 ericksonreturning title, copy, and circ objects on checkin
2006-02-08 ericksonmaking new 'renew' method the official one
2006-02-08 ericksonbasic circulation (checkout, renew, checkin) is now...
2006-02-07 ericksonmore progress on renewals
2006-02-06 ericksonmore work on plugging in the renewal code
2006-02-06 ericksonmore circ work on pre-cataloged items.
2006-02-03 ericksonadding more noncat and precat logic
2006-02-01 ericksonmore non-cat tweaks
2006-02-01 ericksonAdded permit key to circ permit calls and updated test...
2006-01-30 ericksonMore circ work
2006-01-30 ericksonmade checkout methods take hash refs instead of named...
2006-01-27 ericksonnon-cataloged circs are now working
2006-01-27 ericksonnow have non-cataloged items checkouts working with...
2006-01-27 ericksonfixed some bugs in circulate to get the noncat stuff...
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 ericksonupdated docs on permit method
2006-01-20 ericksonadding permit script. permit circ now basically functions
2006-01-19 ericksonupdated circ code to run with updated script runner
2006-01-09 ericksonmore circ utility code
2006-01-06 ericksonmore utility methods
2006-01-06 ericksonremoved test line
2006-01-06 ericksonmore work on the basic circ wrapper code, testing,...
2006-01-06 ericksonThis is the basic circulation scaffolding for the circu...