[koha-commits] main Koha release repository branch new/bug_7613 created. v3.06.00-1052-gb90b271

Git repo owner gitmaster at git.koha-community.org
Fri Apr 6 17:37:35 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_7613 has been created
        at  b90b271a0cdb5d891b2aece3ab99e042d181a12a (commit)

- Log -----------------------------------------------------------------
commit b90b271a0cdb5d891b2aece3ab99e042d181a12a
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Apr 6 17:37:26 2012 +0200

    Bug 7613 follow-up DBRev number

commit e3669815a00c158be92ea95f66b87fbe2c2ff78f
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Apr 5 14:28:06 2012 +1200

    Bug 7613 follow up to fix perlcritic errors
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 12ff7355bb21a30d472e987f05f1da35f00a53a5
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Thu Mar 29 16:04:50 2012 +1300

    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 at phonecoop.coop>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list