[koha-commits] main Koha release repository branch master updated. v3.22.00-546-g5321349

Git repo owner gitmaster at git.koha-community.org
Tue Feb 23 23:07:38 CET 2016


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, master has been updated
       via  53213496d2d27c2f3038e7b0b4238f62350967f7 (commit)
       via  aba2f86eb1ff466052ffc2c16744d2463605e90a (commit)
       via  11e2ea7f2e115f9124360d3a1e951e6bfd55a123 (commit)
       via  9329e78d769276b84f74cb27ec72c3589810b13e (commit)
       via  e8fbf42254c29eeef675a5a77a2f0b2023d61b8f (commit)
      from  e93ffac3f1dd92a1fa5e10dd52cffcaa5a1c2192 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 53213496d2d27c2f3038e7b0b4238f62350967f7
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Tue Feb 23 22:10:49 2016 +0000

    DBRev Bug 6624 - Allow Koha to use the new read API from OpenLibrary
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit aba2f86eb1ff466052ffc2c16744d2463605e90a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 17 11:24:16 2016 +0000

    Bug 6624: Add test for OpenLibrary
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 11e2ea7f2e115f9124360d3a1e951e6bfd55a123
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Mon Dec 14 20:08:36 2015 +1300

    bug_6624: Added Open Library Search and Read API calls to opac-results.tt and opac-detail.tt Conditional to OpenLibrarySearch syspref
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 9329e78d769276b84f74cb27ec72c3589810b13e
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Mon Dec 14 20:07:08 2015 +1300

    bug_6624: Added Open Library Search and Read API to openlibrary.js
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit e8fbf42254c29eeef675a5a77a2f0b2023d61b8f
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Mon Dec 14 20:01:18 2015 +1300

    bug_6624: OpenLibrarySearch syspref for OPAC
    
    If set to Yes, OPAC search results and details will include buton from
    Open Library Raed API.
    In addition, Number of titles held in Open Library and the results link
    will be reported on the search results screen.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Auth.pm                                         |    1 +
 C4/UsageStats.pm                                   |    1 +
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   10 ++
 .../admin/preferences/enhanced_content.pref        |    6 +
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 .../bootstrap/en/includes/opac-bottom.inc          |    2 +-
 .../bootstrap/en/includes/openlibrary-readapi.inc  |   10 ++
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    9 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   22 ++-
 koha-tmpl/opac-tmpl/bootstrap/js/openlibrary.js    |  180 +++++++++++++++++++-
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |    2 +-
 .../Koha/Objects.t => OpenLibrarySearch.t}         |   19 +--
 14 files changed, 243 insertions(+), 24 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/includes/openlibrary-readapi.inc
 copy t/{db_dependent/Koha/Objects.t => OpenLibrarySearch.t} (69%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list