[koha-commits] main Koha release repository branch master updated. v16.11.00-506-ge9d0337

Git repo owner gitmaster at git.koha-community.org
Tue Feb 21 21:08:40 CET 2017


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  e9d0337f329ea01cd90c2c425f20a57737a76512 (commit)
       via  e7aff8ea0d190bea71ab217806b04832f402833f (commit)
       via  c7a2ef261e4d905c3c4d61f088e1d72681305db3 (commit)
       via  ff3bc31352f25ea51ad0d68055794ab774047017 (commit)
       via  88aa2ebf9df1ae7780f3af83770c28b1889f86e3 (commit)
      from  171ef729945ad04fefadc16399a5e08833a5ebef (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 e9d0337f329ea01cd90c2c425f20a57737a76512
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Feb 21 20:01:17 2017 +0000

    Bug 16034 - DBRev 16.12.00.010
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e7aff8ea0d190bea71ab217806b04832f402833f
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Fri Jul 29 12:42:23 2016 +1200

    Bug 16034 follow-up: added WebService::ILS to PerlDependencies
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c7a2ef261e4d905c3c4d61f088e1d72681305db3
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Tue Dec 8 19:07:41 2015 +1300

    bug_16034 Add overdrive info to the users page in the public interface
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit ff3bc31352f25ea51ad0d68055794ab774047017
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue Aug 18 15:55:51 2015 +1200

    bug_16034 Adding a new syspref - OverDriveCirculation
    
    If set to true, Opac will integrate OverDrive patron services
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 88aa2ebf9df1ae7780f3af83770c28b1889f86e3
Author: Srdjan <srdjan at catalyst.net.nz>
Date:   Tue Dec 8 19:06:27 2015 +1300

    bug_16034 Koha::ExternalContent::OverDrive - a wrapper around WebService::ILS::Overdrive::Patron
    
    * Using the upstream module for all the heavy lifting
    * opac/external/overdrive/auth.pl - 3-legged authentication handler
    
    Signed-off-by: Jesse Weaver <jweaver at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    5 +
 Koha.pm                                            |    2 +-
 Koha/ExternalContent.pm                            |  101 ++++++
 Koha/ExternalContent/OverDrive.pm                  |  253 +++++++++++++
 Koha/Schema/Result/Borrower.pm                     |    2 +
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   15 +
 .../admin/preferences/enhanced_content.pref        |    9 +
 .../bootstrap/en/includes/overdrive-checkout.inc   |   19 +
 .../bootstrap/en/modules/opac-overdrive-search.tt  |   17 +-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |   23 ++
 koha-tmpl/opac-tmpl/bootstrap/js/overdrive.js      |  377 ++++++++++++++++++++
 opac/external/overdrive/auth.pl                    |   56 +++
 opac/opac-overdrive-search.pl                      |    1 +
 opac/opac-user.pl                                  |    6 +
 opac/svc/overdrive                                 |  150 ++++++++
 t/Koha_ExternalContent_OverDrive.t                 |   35 ++
 18 files changed, 1070 insertions(+), 3 deletions(-)
 create mode 100644 Koha/ExternalContent.pm
 create mode 100644 Koha/ExternalContent/OverDrive.pm
 create mode 100644 koha-tmpl/opac-tmpl/bootstrap/en/includes/overdrive-checkout.inc
 create mode 100755 opac/external/overdrive/auth.pl
 create mode 100755 opac/svc/overdrive
 create mode 100755 t/Koha_ExternalContent_OverDrive.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list