[koha-commits] main Koha release repository branch master updated. v3.22.00-171-gc66e747

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 14:23:23 CET 2015


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  c66e7475f8bb55b4adf9ffc8a474dc80a9d45b4d (commit)
       via  1167871402ad29573893934ac8a52416dec83046 (commit)
       via  49a0b63f62a6af00e48af57833399a31067e09c9 (commit)
       via  cd77a7b74edd711443ae07e5b7e13fa67f169069 (commit)
       via  bec70466d5dfc6243cb7cb4c5d7816ec9fb68077 (commit)
       via  3ebf343af674269e924169625c5e8447215ae3fe (commit)
       via  017f62ea3752a459a1f5cafecae85e9fb5bfbdd1 (commit)
       via  e8e327e47fa33617ad061c2c3e344352e1444117 (commit)
      from  9348f8420bd5049fb553cfe599d8eef555b07339 (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 c66e7475f8bb55b4adf9ffc8a474dc80a9d45b4d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 31 13:14:57 2015 +0000

    Bug 9303 - DBrev 3.23.00.008
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1167871402ad29573893934ac8a52416dec83046
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 3 13:54:21 2015 -0400

    Bug 9303 [QA Followup] - Restore missing svc script
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 49a0b63f62a6af00e48af57833399a31067e09c9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 11 07:31:27 2015 -0400

    Bug 9303 [QA Followup] - Restore ability for patron to control setting
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit cd77a7b74edd711443ae07e5b7e13fa67f169069
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 23 13:56:55 2015 -0400

    Bug 9303 [QA Followup] - Restore missing biblio relationship
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit bec70466d5dfc6243cb7cb4c5d7816ec9fb68077
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 21 10:21:45 2015 -0400

    Bug 9303 [QA Followup] - Remove extra 'USE Koha', change "Call number" back to "Call no."
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3ebf343af674269e924169625c5e8447215ae3fe
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 2 03:09:38 2015 -0800

    Bug 9303 [3] - relative's checkouts in the opac
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 017f62ea3752a459a1f5cafecae85e9fb5bfbdd1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 2 03:08:53 2015 -0800

    Bug 9303 [2] - relative's checkouts in the opac - Schema Updates e opac/svc/patron/
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit e8e327e47fa33617ad061c2c3e344352e1444117
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 2 03:07:52 2015 -0800

    Bug 9303 [1] - relative's checkouts in the opac - Database Updates
    
    This patch gives patrons the option of allowing other
    linked relatives to view his or her checkouts from
    opac-user.pl in a manner similiar to the patron's own
    checkouts tab. By default the setting is not enabled.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Create three borrowers, link them as relatives
    4) In the OPAC, go to "my privacy" and choose to allow
       relatives to view current checkouts for borrowers A and B
    5) Check out some items to each borrower
    6) Log into the OPAC as borrower A, you should see a "Relatives'
       checkouts" tab. In this tab you should see the checkouts for
       borrower B
    7) Log into the OPAC as borrower C, you should be able to view
       the current checkouts for both borrower A and borrower B
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                                      |    1 -
 C4/Reserves.pm                                     |    1 +
 Koha.pm                                            |    2 +-
 Koha/Borrower.pm                                   |   12 +++++
 Koha/Schema/Result/Borrower.pm                     |   14 ++++-
 Koha/Schema/Result/Deletedborrower.pm              |    8 +++
 Koha/Schema/Result/Item.pm                         |    7 +++
 installer/data/mysql/kohastructure.sql             |    2 +
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |   24 ++++++++-
 .../prog/en/modules/admin/preferences/opac.pref    |    7 +++
 .../prog/en/modules/admin/preferences/patrons.pref |    6 +++
 .../prog/en/modules/members/memberentrygen.tt      |   15 ++++++
 .../prog/en/modules/members/moremember.tt          |   10 ++++
 .../bootstrap/en/modules/opac-memberentry.tt       |   43 +++++++++++++++
 .../opac-tmpl/bootstrap/en/modules/opac-privacy.tt |   23 +++++++-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |   56 ++++++++++++++++++--
 members/moremember.pl                              |    1 +
 opac/opac-memberentry.pl                           |    5 +-
 opac/opac-privacy.pl                               |   38 ++++++++-----
 opac/opac-user.pl                                  |   16 ++++++
 opac/svc/patron/show_checkouts_to_relatives        |   56 ++++++++++++++++++++
 22 files changed, 324 insertions(+), 25 deletions(-)
 create mode 100755 opac/svc/patron/show_checkouts_to_relatives


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list