[koha-commits] main Koha release repository branch master updated. v3.20.00-1006-gce23235

Git repo owner gitmaster at git.koha-community.org
Mon Nov 2 16:40:38 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  ce23235ec5229a2b6bb287014674fc856fad7084 (commit)
       via  11bfcd0dd621fe0dfd3e058b6461e36d4db59454 (commit)
       via  e5571ddd660c204c40fe7be6f08ae9c03a00426b (commit)
       via  49fa3c0d08232e6d44f82e6827cedb076bcdbdd7 (commit)
       via  de272e5b41a2d883645239d5485328b5b9b40245 (commit)
      from  47e2b8f7d8360c059a66032f80dbb5f68b8fa925 (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 ce23235ec5229a2b6bb287014674fc856fad7084
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Nov 2 12:39:52 2015 -0300

    Bug 10904: DBRev 3.21.00.047
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 11bfcd0dd621fe0dfd3e058b6461e36d4db59454
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 17 10:18:26 2014 -0400

    Bug 10904: (QA followup) Use branch limit if either IndependentBranches or IndependentBranchesPatronModifications is enabled
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    
    Behaviour now is:
    IndependentBranches = Prevent
    or
    IndependentBranches = Don't prevent,
    IndependentBranchesPatronModifications = Prevent:
    You will always only see the modification requests of your branch's patrons.
    
    IndependentBrnaches = Don't prevent,
    IndependentBranchesPatronModifications = Don't prevent
    All modification requests are shown.
    
    Link to patron record works and cardnumber is shown.
    
    IndependentBranches = OFF - use the new preference.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit e5571ddd660c204c40fe7be6f08ae9c03a00426b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 22 13:50:38 2013 -0500

    Bug 10904: (QA followup) would like to limit patron update request management by branch
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 49fa3c0d08232e6d44f82e6827cedb076bcdbdd7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 10 10:46:17 2013 -0400

    Bug 10904: Limit patron update request management by branch
    
    By not limiting the patron modification lists by branch, it can quickly
    become overwhelming for a librarian. This patch makes the following
    modifications:
    
    * Only superlibrians will see the full list of borrowers with pending
      modifications.
    * Adds the patron cardnumber after the patrons name on the modification
      list.
    * Adds a link to the patron's record from the modification list.
    
    Test Plan:
    1) Apply this patch
    2) Set up some pending modifications for two branches
    3) Log in to the staff intranet as one of those branches
    4) You should note the number of pending modifications counts
       only your logged in branch's patrons
    5) Click the link, you should only see your logged in branches
       patrons in the pending modifications list.
    6) You should note the cardnumber is displayed next to the patron name
    7) You should note the "View record" link below each patron's name
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comments on last patch.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit de272e5b41a2d883645239d5485328b5b9b40245
Author: Hector Eduardo Castro Avalos <hector.hecaxmmx at gmail.com>
Date:   Sun May 31 20:54:58 2015 -0600

    Bug 14198: RDA: Indexing 264 field (Zebra)
    
    This patch add zebra indexes to RDA 264 field.
    The new Provider index is added too.
    QA comments corrected.
    
    To test:
    1) Download RDA records with 264 fields from this attachment <http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36825>. Import the file and re-index/rebuild zebra. These records contain 260 and 264 fields per record.
    2) Do a search with pb:Bethany two records will appear with title The guardian. Search with pl:Minneapolis too, the two records will appear.
    3) Select one record of both records and delete the 260 field keeping the 264 field and save, rebuild your zebra.
    4) Search again with pb:Bethany and just one record will appear. Thats mean 264 is not indexed.
    5) Apply patches.
    6) Rebuild your zebra but this time all biblio records.
    7) Search again with pv:Bethany or Provider:Bethany, this time will appear the two records, 264 is indexed. Note that if you search again with pb only one record appear. This is because the suggestion of LOC.
    10) Search with copydate:2013 only launch records with 260 fields and pv:2013 show both fields, i.e., 260 and 264.
    11) Apply QA Test Tools
    
    Sponsored-by: Universidad de El Salvador
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/Search.pm                                            |    2 ++
 Koha.pm                                                 |    2 +-
 etc/zebradb/biblios/etc/bib1.att                        |    1 +
 etc/zebradb/ccl.properties                              |    8 ++++++++
 .../marc_defs/marc21/biblios/biblio-koha-indexdefs.xml  |    5 +++++
 .../marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl |   15 ++++++++++++++-
 installer/data/mysql/sysprefs.sql                       |    1 +
 installer/data/mysql/updatedatabase.pl                  |   10 ++++++++++
 .../prog/en/modules/admin/preferences/admin.pref        |    7 +++++++
 .../prog/en/modules/members/members-update.tt           |    3 ++-
 mainpage.pl                                             |    3 ++-
 members/members-update.pl                               |    3 ++-
 12 files changed, 55 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list