Koha/t/db_dependent/lib/KohaTest
Srdjan 12ff7355bb bug_7613: OCLC Connexion gateway
svc/import_bib:
* takes POST request with parameters in url and MARC XML as DATA
* pushes MARC XML to an impoort bach queue of type 'webservice'
* returns status and imported record XML
* is a drop-in replacement for svc/new_bib

misc/cronjobs/import_webservice_batch.pl:
* a cron job for processing impoort bach queues of type 'webservice'
* batches can also be processed through the UI

misc/bin/connexion_import_daemon.pl:
* a daemon that listens for OCLC Connexion requests and is compliant
  with OCLC Gateway spec
* takes request with MARC XML
* takes import batch params from a config file and forwards the lot to
  svc/import_bib
* returns status

ImportBatches:
* Added new import batch type of 'webservice'
* Changed interface to AddImportBatch() - now it takes a hashref
* Replaced batch_type = 'batch' with
  batch_type IN ( 'batch', 'webservice' ) in some SELECTs

Signed-off-by: MJ Ray <mjr@phonecoop.coop>
2012-04-06 17:26:20 +02:00
..
Acquisition
Biblio
Branch
Calendar
Circulation
Context
Dates
Heading
ImportBatch bug_7613: OCLC Connexion gateway 2012-04-06 17:26:20 +02:00
Installer
Items
Koha
Letters bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
Members Bug 6328 Fixes for comment 35 2011-11-25 14:00:47 +01:00
Overdues
Scripts
Search
SMS
Accounts.pm
Acquisition.pm
AuthoritiesMarc.pm signed off Bug 7284: Authority matching improvements 2012-03-07 17:34:11 +01:00
Biblio.pm Bug 6875 de nesting C4::Biblio 2012-02-20 16:35:17 +01:00
Branch.pm Bug 7034: de-nesting C4/Branch.pm 2011-10-19 03:23:31 +13:00
Breeding.pm
Calendar.pm
Category.pm
Circulation.pm
Context.pm
Dates.pm
Heading.pm
ImportBatch.pm bug_7613: OCLC Connexion gateway 2012-04-06 17:26:20 +02:00
Installer.pm
ItemCirculationAlertPreference.pm
Items.pm Bug 6875 de nesting C4::Biblio 2012-02-20 16:35:17 +01:00
ItemType.pm
Koha.pm
Letters.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
Log.pm
Members.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
Message.pm
NewsChannels.pm
Overdues.pm Bug 2346: Remove C4::Overdues::UpdateBorrowerDebarred in favour of C4::Members::DebarMember 2011-12-06 19:12:20 +01:00
Print.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
Reserves.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
Scripts.pm
Search.pm
Serials.pm
SMS.pm
Suggestions.pm
Z3950.pm