]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/javascript/backend
removed hold shelf check - that is now handled by the perl
[Evergreen.git] / Open-ILS / src / javascript / backend /
2006-09-08 ericksonremoved hold shelf check - that is now handled by the...
2006-09-08 mikerit seems it is SOFTWRLONG, not SOFTWARELONG
2006-09-08 mikeradding required item types and circ mods
2006-09-06 ericksonadded a check for ref on the copy
2006-09-06 ericksonreturning overridable copy-on-holds-shelf event on...
2006-09-06 ericksonfixed uppercase bug
2006-09-05 ericksonrefined the logging some
2006-09-04 ericksonadded check for staff to apply the staff max/recurring...
2006-08-28 ericksonfixed logic error created by log line (no brackets...
2006-08-28 ericksonadded some logging
2006-08-25 ericksonupdated hold permit to check correct lib, inserting...
2006-08-23 ericksonmaking sure var is defined
2006-08-21 mikermoving conifg/constant hashes into their own files
2006-08-21 mikeradding vr_format to rec_descriptor
2006-08-20 mikersyntax error
2006-08-20 mikerfixing odd characters
2006-08-20 mikeradded 007 data and videorecordingFormat() function
2006-08-17 mikerbigger bump for English and BKS
2006-08-14 ericksonupdated logging, added script support for SIP media...
2006-08-14 ericksonupdated some logging, added script support to SIP for...
2006-08-09 ericksonmoved the item config out to its own file for clarity
2006-08-09 ericksonadded some circ_mod handlers
2006-08-07 ericksonupdated the circ_modifer map
2006-08-07 ericksonadded check for bestsellernh
2006-08-07 ericksonrelying on copy fine_level and loan_duration - not...
2006-08-04 ericksonadded some logging, forcing copy status to on-holds...
2006-08-03 ericksonadded age-protect logic to the hold permit code
2006-08-03 ericksonadded die() function for debugging
2006-07-28 ericksondisallowing holds if patron barred
2006-07-28 ericksonadded reminder
2006-07-28 ericksonon renewals, the itemsOut threshold is treated differently
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 ericksonfixed var names
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 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...