[koha-commits] main Koha release repository branch master updated. v3.22.00-227-gb00935b

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 20:45:22 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  b00935bc851ffe2086efc8bf37e78c22940cde2d (commit)
       via  065e33bdd752b298b896a03880d445b54bec2e69 (commit)
       via  33fb33fea9fe5a1d7801d421f0b62a337c2c0c61 (commit)
       via  56a4abf13f7598c8597d12ccb25c5abb547a998e (commit)
       via  ecd89d20302118202ebaa9fbe0a46aea624fe8a8 (commit)
      from  e3f81857d8193245c8e8483838a9daef676ea994 (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 b00935bc851ffe2086efc8bf37e78c22940cde2d
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Thu Dec 31 19:47:06 2015 +0000

    Adding Koha.pm update
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 065e33bdd752b298b896a03880d445b54bec2e69
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Thu Dec 31 19:45:35 2015 +0000

    Removing the amoticupdate file
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 33fb33fea9fe5a1d7801d421f0b62a337c2c0c61
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Thu Dec 31 19:44:50 2015 +0000

    Updating the DBrev.
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 56a4abf13f7598c8597d12ccb25c5abb547a998e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 9 10:24:15 2015 +0000

    Bug 14945: Add 2 more tests for StoreLastBorrower
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit ecd89d20302118202ebaa9fbe0a46aea624fe8a8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Nov 5 14:35:23 2012 -0500

    Bug 14945 - Add the ability to store the last patron to return an item
    
    Currently if the AnonymousPatron system preference is in use, all patron
    data is anonymized. Some libraries would like to be able to see the last
    patron who returned out an item ( in case of damage ) but still keep all
    other patrons anonymized.
    
    * Add the table items_last_borrower ( id, itemnumber, borrowernumber )
    * Add new system preference StoreLastBorrower
    * If StoreLastBorrower is enabled, upon checkin have Koha insert into
      this table the patron who last returned this item. Replace existing
      row based on itemnumber if exists.
    * If table has a row for a given item, link to the patron from the item
      details page.
    
    Test plan:
    1) Apply patch
    2) Run updatedatabase.pl
    3) Enable StoreLastBorrower
    4) Issue an item to a patron and return said item
    5) Issue the same item to a second patron, do not return it.
    6) View moredetail.pl for the given bib, find the given item. There
       should be a new field in the history list 'Last returned by' with a link
       to the last patron to return the item.
    
    Optionally, you can also verify this works even if patron issuing
    history has been set to anonymize issues upon return.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jen DeMuth <JDeMuth at roseville.ca.us>
    Signed-off-by: Tom Misilo <misilot at fit.edu>
    
    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/Circulation.pm                                  |    8 ++
 Koha.pm                                            |    2 +-
 Koha/Item.pm                                       |   33 ++++++
 .../Result/{Rating.pm => ItemsLastBorrower.pm}     |   75 +++++++------
 catalogue/moredetail.pl                            |    2 +
 installer/data/mysql/kohastructure.sql             |   16 +++
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   20 ++++
 .../prog/en/modules/admin/preferences/opac.pref    |    8 +-
 .../prog/en/modules/catalogue/moredetail.tt        |    4 +
 .../opac-tmpl/bootstrap/en/modules/opac-privacy.tt |    1 +
 t/db_dependent/Circulation/AnonymiseIssueHistory.t |  110 +++++++++++++++++++-
 12 files changed, 246 insertions(+), 34 deletions(-)
 copy Koha/Schema/Result/{Rating.pm => ItemsLastBorrower.pm} (57%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list