[koha-commits] main Koha release repository branch master updated. v3.20.00-89-gd76c9f4

Git repo owner gitmaster at git.koha-community.org
Thu Jun 4 16:13:45 CEST 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  d76c9f4850c9ba7605f2c405838f973c70a70b61 (commit)
       via  3cd086b6b6be08d902a479f302ccf18e55de911b (commit)
       via  f327ebe540103905ccc4d36dcc5275b1b5644be5 (commit)
       via  5bbea3ea2ca08e7d1b785cdfb90524bb29f553ac (commit)
      from  e178435ca7d1dc27b71569f0a3606ce86d5e8506 (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 d76c9f4850c9ba7605f2c405838f973c70a70b61
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 4 12:50:28 2015 -0400

    Bug 14142 - Holds queue viewer only displays first subtitle from marc keyword mappings
    
    Despite the point of the Keyword to MARC Mappings being to simplify the
    handling and display of repeated values from multiple subfields, the
    holds queue viewer will only display the first value found. What it
    should be doing instead is displaying all fields that match the subtitle
    keyword.
    
    Test Plan:
    1) Apply this patch
    2) Define multiple Keyword to MARC mappings for the subtitle keyword
    3) Place a hold on a record using those subtitle fields
    4) View the hold in the holds queue viewer
    5) Note that all the subtitles now appear
    
    Signed-off-by:Heather Braum <hbraum at nekls.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3cd086b6b6be08d902a479f302ccf18e55de911b
Author: Dobrica Pavlinusic <dpavlin at rot13.org>
Date:   Tue Mar 10 13:35:03 2015 +0100

    Bug 13815 - plack loose CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere
    
    This is major problem for plack installations with utf-8 encoding.
    
    In this case, we are overriding CGI->new to setup utf-8 flag and
    get correctly decoded $cgi->params, and reset syspref cache using
    C4::Context->clear_syspref_cache
    
    Test scenario:
    1. under plack try to search with utf-8 charactes
    2. try to find patron with utf-8 characters
    
    Signed-off-by: Gaetan Boisson <gaetan.boisson at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f327ebe540103905ccc4d36dcc5275b1b5644be5
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 25 11:32:51 2015 +0200

    Bug 14267: How active is active?
    
    git grep on function active in additem.tt:
    koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt:function active(n
    koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt:active([%
    koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt:function a
    koha-tmpl/intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt:
    t/Cache.t:      unless ( $cache->is_cache_active() && defined $cache );
    t/Cache.t:          unless ( $cache->is_cache_active() );
    Conclusion: active in additem seems to be quite inactive.
    
    Test plan:
    Add, edit or delete items and verify that you did not miss active :)
    
    NOTE: The active function has a loop which is always run.
          Inside that loop 'ong' would always be defined as some number
           concatenated with XX.
          Both sides of the if/else reference document.getElementById(ong),
           but there is only one occurence of XX in the file: the concatenation!
          Similarly, the 'link' logic does not correspond to any of the
           id= or name= strings in the file.
          koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt
           is the only file with "id=\"link" that matches the logic.
          This is likely a cut-and-paste remnant made useless by datatable upgrades
           and HTML/CSS class changes.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5bbea3ea2ca08e7d1b785cdfb90524bb29f553ac
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon May 25 12:13:08 2015 +0200

    Bug 14269: OPAC: Some template improvements for the full serial history page
    
    - Fix filter labels:
      Library : -> Library:
      Subscription : -> Subscription:
    - Make '(All)' entry in filter pull downs translatable
    - Show branch name instead of branchcode in table and filter
    
    To test:
    - Verify changes as described above
    - Verify filters still work as expected
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/HoldsQueue.pm                                       |    2 +-
 .../prog/en/modules/cataloguing/additem.tt             |   16 ----------------
 .../prog/en/modules/circ/view_holdsqueue.tt            |    2 +-
 .../bootstrap/en/modules/opac-full-serial-issues.tt    |   15 ++++++++-------
 misc/plack/koha.psgi                                   |   12 ++++++++++++
 5 files changed, 22 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list