]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Vandelay.pm
LP1615805 No inputs after submit in patron search (AngularJS)
[working/Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Vandelay.pm
2011-01-31 senatorMerge branch 'opac-tt-poc' of ssh://senator@yeti.esilib...
2011-01-31 Bill EricksonMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-01-31 dbsMake Evergreen Perl modules installable via Module...
2011-01-04 ericksoncleaned up vestigal item import API call; repaired...
2010-12-29 ericksonVandelay import repairs
2010-11-05 mikerremove some extra rollbacks, and catch the failure...
2010-09-29 mikerProcess item imports during record import, not as a...
2010-09-28 mikerUse transactions everywhere in Vandelay
2010-09-27 mikeruse transaction when gathering records from a newly...
2010-09-17 dbsRevert attempt to prevent encoding corruption that...
2010-09-17 ericksonadded option to vandelay rec list import that forces...
2010-08-31 dbsMake the bib source selector in Vandelay MARC batch...
2010-07-18 mikerput the null return back, in case that is important...
2010-07-18 mikerremove ingest service call from authority import thanks...
2010-07-13 dbsBe more relaxed about what we receive in Vandelay ...
2010-07-13 dbsRelax bib type parsing a little and allow spaces (like...
2010-07-12 dbsWhitespace consistency for Vandelay
2010-07-12 dbsPrevent MARC batch import from blindly trusting the...
2010-06-14 ericksonremoved unused method retrieved from method_lookup...
2010-04-29 ericksonGive the stream_results versions of vandelay item spool...
2010-03-30 ericksonconsolidated the bib and authority record import logic...
2010-03-16 ericksonrepaired key names in json query response
2010-03-12 ericksonadded a .stream_results version of the spooler that...
2010-03-12 mikerreturn the final count of records spooled
2010-03-12 mikerscale the response rate with the number of records...
2010-03-11 ericksonadded auto_overlay_exact option to queue import call...
2010-03-11 ericksonallow marc file attributes to be passed directly to...
2010-01-21 mikerPatch from Dan Wells to address a thinko in the use...
2010-01-15 mikerthrowing the switch to go to in-db ingest ... expect...
2009-09-04 ericksonthere's no valid reason to call ingest from within...
2009-07-17 mikerautodetect marcxml (or, rather, "not binary marc")...
2009-07-17 ericksonadded option to import holdings from main record import...
2009-06-19 ericksonfixed missing param to authority import call
2009-06-05 ericksonrepaired typo in module name
2008-12-12 ericksonadded bib_source to upload form and queued_bib_record...
2008-12-04 ericksondo the rollback before we ingest the records so the...
2008-12-04 ericksonpass imported record ID to ingest instead of queued...
2008-12-04 mikertotal thinko
2008-12-04 mikerqueue up ingest requests in a secondary stream to avoid...
2008-10-30 ericksonfor debugging, add the filename to the error log
2008-10-24 ericksonadded a full-queue import for items call
2008-10-24 ericksonmoved most of the copy/volume code to a new external...
2008-10-09 ericksonmake sure we rollback the aborted transactions so they...
2008-10-09 ericksonadded method to return queue summary information
2008-10-08 mikerprotecting MARC::Batch->next with a try block
2008-10-01 ericksonimport each record inside its own transaction, so that...
2008-09-26 ericksonadded ability to only fetch/dislplay non-imported recs...
2008-09-23 ericksonadded filter options for owner queue retrievel. added...
2008-09-23 ericksonmoved to file-based marc storage, since memcache has...
2008-09-19 ericksonreturn event if relevent queue name exists
2008-09-19 ericksonusing local authority create/overlay methods. some...
2008-09-19 ericksonnow using the local, uni-transaction versions of bib...
2008-09-19 ericksonadded "import entire queue" and "import all non-collidi...
2008-09-18 ericksonadded queue delete option and begining of support for...
2008-09-17 ericksonadded limit/offset support to queued record retrieval...
2008-09-11 ericksonadded authority import/overlay and external entityize
2008-09-05 ericksonoops, extra commit. removing
2008-09-05 ericksonwhen all items in a queue are imported, mark the queue...
2008-09-05 ericksonfor ease of UI dev, allow import and overlay records...
2008-09-04 ericksongive a default form value to prevent warnings
2008-09-04 ericksonadded an overlay version of the queued bib import
2008-09-03 ericksonadded fleshing of matches on queued rec retrieval....
2008-09-02 ericksonrollback on failed auth as well..
2008-09-02 ericksonadded initial bib import logic. this is bibs only...
2008-08-30 ericksonmake sure to grab the correct queue type for perm checking
2008-08-29 ericksonadded method to retrieve fleshed bib/authority records...
2008-08-29 ericksoncalling entityize without obj ref. obj is an applicati...
2008-08-29 ericksonMARC::File does not like IO::Scalar, using open() inste...
2008-08-29 ericksonadded use strict/warnings. fixed some missing variable...
2008-08-29 ericksoncalling internal bib instead of auth rec creator on...
2008-05-14 mikermoving purpose to record instead of queue
2008-05-14 mikerspool processing
2008-05-13 mikermod_perl stub for uploading vandelay files
2008-05-13 mikercreate queues and add records to them
2008-05-13 mikerstub of vandelay ML