]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Utils
changed hold creation to make request_lib the ws_ou of the requestor - also added...
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Utils /
2006-09-06 ericksonadded sanity checking to prevent id retrievals using...
2006-08-31 mikerupdates ... see diff
2006-08-31 ericksonadded plain old disconnect method
2006-08-30 ericksonadded generic rollback method to roll back and disconnect
2006-08-24 ericksonadded some logging
2006-08-17 ericksonhold permit now conscious of script-builder failure...
2006-08-08 ericksonadded id sequence
2006-08-08 mikeractually use the new tables ...
2006-08-08 mikermoving to configured DB for offline
2006-08-07 ericksonadded checks for basic hold flags
2006-08-03 ericksonadded age-protect logic to the hold permit code
2006-08-03 ericksonfleshing age-protect on the copy
2006-07-27 ericksonnow takes patron id or object
2006-07-27 ericksoncstore returns objects on create, fixing editor to...
2006-07-18 ericksonadded cleanup method to script runner
2006-07-17 ericksonput container handling inside cstore transactions,...
2006-07-17 ericksondoing some manual memory cleanup for circ references
2006-07-14 ericksonmore careful editor handling
2006-07-14 mikeradding Table() class method
2006-07-13 ericksonmaking xml::simple happy when run from the sip-server
2006-07-12 mikertelling XML::Simple to shut up
2006-07-12 mikerplugging memory leak in SR
2006-07-08 mikerstablizing resetter some more
2006-07-08 mikeronly increase the run counter on real scripts; add...
2006-07-07 mikerfix for mem leak in load_lib()
2006-07-05 ericksonchanged some log func names to be more generic
2006-07-05 mikercomplex FM objects use arrays, and deep arrays were...
2006-07-04 mikerminor edits -- syncing with cvs
2006-07-03 ericksonpreventing warnings with return-1 and commented out...
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-29 mikermaking xmlrpc hashy
2006-06-29 ericksonretrieve_all now makes sure the item key is defined...
2006-06-29 mikeradding Identity method for finding the pkey
2006-06-29 ericksonprevent compiler warning
2006-06-29 ericksonfleshing user via cstore
2006-06-29 mikerfixing old fieldmapper_lookup generator
2006-06-29 mikerIDL based fieldmapper -- Pg libs are no longer needed...
2006-06-28 mikeradding collections related stuff everywhere...
2006-06-28 ericksonadded a debug line and added a prefix to script log...
2006-06-28 ericksonmoved script building to a generic framework using...
2006-06-26 ericksonmodified Editor to work with cstore
2006-06-23 mikerage protection stuff
2006-06-14 ericksonremoved some commented lines
2006-06-08 ericksonchanged some logging
2006-06-05 ericksonadded {} to hash strings
2006-06-05 ericksonnot overwriting err
2006-05-31 ericksonchanged some logging
2006-05-30 ericksonremoved excess activity logging
2006-05-25 ericksonabstracted the check perm function some more more
2006-05-24 ericksonadded a retrieve_all wrapper
2006-05-24 mikeradding config::net_access_level to FM, along with a...
2006-05-22 mikernon-exploding modsparser
2006-05-16 ericksoncleaned up some logging
2006-05-15 ericksondebugging merge interface, added some logging to editor
2006-05-11 ericksonprevent autocreation of unneeded session
2006-05-09 ericksonadded disconnect
2006-05-09 ericksonadded connect call
2006-05-09 ericksonmoved xact handling directly into the editor for better...
2006-05-08 ericksontesting some strings for existence to prevent filling...
2006-05-08 ericksonadded a batch_retrieve interface
2006-05-08 ericksonadded some logging
2006-05-05 ericksonbug fixes, clean up
2006-05-03 ericksonadded pickup_lib to hold permit script
2006-05-03 ericksonadded activity logging for update, delete and create
2006-05-03 ericksonAPI changes for consistency, auto-generating not-found...
2006-05-01 ericksonre-using some code for consistency
2006-05-01 ericksonadded the event method to store the last generated...
2006-05-01 ericksoncleaner search key logging
2006-04-28 ericksonadded alternate event-based fleshed volume / copy updat...
2006-04-28 ericksonadded basic search method
2006-04-28 ericksonutility class for fetching and updating storage objects
2006-04-26 mikeradding hours_of_operation and closed_date -- all must...
2006-04-19 ericksonif there is no XML to parse, don't freak out.. just...
2006-04-13 mikeradding "transit" virtual field on hold_request for...
2006-04-03 ericksonupdated to handle event lists
2006-04-02 ericksonadded more status info, fully executing and archiving
2006-04-01 ericksongetting closer..
2006-04-01 ericksonadding
2006-03-31 mikeradding usr_notes
2006-03-31 mikernew FM stuff; trimmed search_fts methods
2006-03-17 mikergrabbing only the subjects that are used in the indexes
2006-03-13 ericksonchanged " : " back to " " since it was causing problems...
2006-03-13 ericksonadded toc and physical_description to MVR
2006-03-06 mikeradding biblio.record_note FM class
2006-03-03 mikeradding workstation stuff to the au FM hash
2006-03-03 mikeradding workstation to the FM hash
2006-02-25 mikertrying to get JS fingerprinting and e4x going
2006-02-13 ericksonmore checkout code
2006-02-13 mikerfixup to support SuperCat
2006-02-11 mikerrefactored copy targeter to use new JS copy tester...
2006-02-10 ericksonadding V1 of the shared permit hold code
2006-01-26 mikerstanding penalty support -- requires FM dance; also...
2006-01-23 mikerupdates for the perm editor -- FM dance required
2006-01-20 ericksonnow inserts empty string for undefined items instead...
2006-01-20 mikerupdates to support corner cases in circ
2006-01-18 mikerperl side of the JSONOpenSRFRequest JS object
2006-01-18 mikerbug fixes after testing
2006-01-18 mikerfirst cut of ScriptRunner absorbtion of O::U::SM; reado...
next