]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/javascript/backend
Wrap upgrade script for 0840 circulation column picker.
[working/Evergreen.git] / Open-ILS / src / javascript / backend /
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 mikermore in(de)gestion
2006-07-07 ericksonmaking progress toward a real circ matrix
2006-07-06 mikerfixing to match new logging method names
2006-07-05 ericksonre-organizing, testing, adding functions, adding group...
2006-07-03 ericksonupdated to work with new scriptrunner layout
2006-07-01 mikerupdating the JS script runner, and the worm to match
2006-06-30 mikerfull OpenSRF support for JS
2006-06-30 mikerimproving fingerprinter -- taking language into account...
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-08 ericksonmore circ events, patched up penalty and circ scripts
2006-06-07 ericksonfixed event name
2006-06-07 ericksonfixed some logic errors, added barred checking
2006-06-07 ericksontypos
2006-06-06 ericksonchanged layout
2006-06-06 ericksonfixed logic bug
2006-06-06 ericksonslightly more fleshed
2006-05-19 mikercleaner fingerprints for serials and movies
2006-05-16 mikeruse publisher as a last resort author
2006-05-14 mikernew fingerprinting scheme based on marc instead of...
2006-05-05 mikermo betta fingerprinting; metarecord worming
2006-05-03 ericksonslight refactor
2006-04-21 mikersafer fingerprinting
2006-04-05 ericksonremoved patron penalty info from circ scripts and from...
2006-04-05 ericksonadding penalty server - basically works
2006-04-03 ericksonpushing events instead of returning them
2006-03-16 ericksonadded to cvs
2006-03-15 mikerusing try-catch and some methods instead of properties...
2006-03-14 mikerbeginings of the fingerprinting script
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
2006-01-18 mikerJS side of the OpenSRF request stuff
2006-01-14 mikerwrapping load_lib() in try {} so these can (potentially...
2006-01-14 mikeradded note about patch
2006-01-14 mikerXML DOM, XPath and XMLHttpRequest support for O::U...