[koha-commits] main Koha release repository branch master updated. v16.05.00-1421-gca81da7

Git repo owner gitmaster at git.koha-community.org
Fri Nov 18 16:54:26 CET 2016


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  ca81da74c4c3a20c1b9c6d68155f4077d3602aee (commit)
       via  5f4337a765c34fd736abfda2faddcdb11367f642 (commit)
       via  a16a75018063477cf13fdbdad60152bbb27a7616 (commit)
       via  6585bfc28480d969eeff2289208f775d920ff19c (commit)
       via  4692cb4c2757a9e2dbc9d9e2d1daeb692f3e5c80 (commit)
       via  c45b26aea2bcd92dfb2353e5b55480169fa3b457 (commit)
       via  864aa5805dfb68dde762796d6cacd2f7959d15c5 (commit)
       via  3b921db2226a9014c51c14c93d2bb6b3215f7052 (commit)
      from  fcb11e296eeec6501dea5efbbf35ed52db4fd285 (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 ca81da74c4c3a20c1b9c6d68155f4077d3602aee
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Nov 18 08:37:07 2016 +0100

    Bug 17642: [QA Follow-up] Issues_stats.pl is not plack safe
    
    Resolve:
    Variable "$ccodes" is not available at reports/issues_stats.pl line 358.
    Variable "$locations" is not available at reports/issues_stats.pl line 359.
    Variable "$ccodes" is not available at reports/issues_stats.pl line 358.
    Variable "$locations" is not available at reports/issues_stats.pl line 359.
    
    Test plan:
    Run the script. Choose Collection or Shelving Location.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5f4337a765c34fd736abfda2faddcdb11367f642
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 17 11:23:57 2016 +0000

    Bug 17642: Do not explode if no authorised value exist
    
    Can't call method "lib" on an undefined value at
    /home/vagrant/kohaclone/Koha/AuthorisedValues.pm line 137.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a16a75018063477cf13fdbdad60152bbb27a7616
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 16 17:46:34 2016 +0100

    Bug 17642: Add and use get_descriptions_by_koha_field
    
    Ok I am silly, we needed to replace to use the cache mechanism for
    search_by_koha_field, not find_by_koha_field...
    Let's create another subroutine
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 6585bfc28480d969eeff2289208f775d920ff19c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 16 17:29:07 2016 +0100

    Bug 17642: use get_description_by_koha_field when needed
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4692cb4c2757a9e2dbc9d9e2d1daeb692f3e5c80
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 16 17:23:23 2016 +0100

    Bug 17642: Add get_description_by_koha_field
    
    Most of the time we just need the descriptions (lib or
    opac_description), so let's add a new method for that and cache the
    descriptions in L1.
    Ideally we should cache it in L2 as well, but the AV code is not robust
    enough to allow that
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c45b26aea2bcd92dfb2353e5b55480169fa3b457
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 16 16:37:16 2016 +0100

    Bug 17642: use find_by_koha_field when needed
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 864aa5805dfb68dde762796d6cacd2f7959d15c5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 16 15:08:59 2016 +0000

    Bug 17642: Add find_by_koha_field
    
    When we call search_by_koha_field with an authorised_value, we actually
    expect only 1 value
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3b921db2226a9014c51c14c93d2bb6b3215f7052
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Nov 16 10:49:03 2016 +0000

    Bug 17642: Try to fix AV code
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Items.pm                       |   20 ++++----
 C4/Search.pm                      |    2 +-
 C4/XSLT.pm                        |    4 +-
 Koha/AuthorisedValues.pm          |   63 ++++++++++++++++++++++++-
 acqui/orderreceive.pl             |   22 ++++-----
 basket/basket.pl                  |    2 +-
 catalogue/detail.pl               |    6 +--
 catalogue/getitem-ajax.pl         |   22 ++++-----
 catalogue/moredetail.pl           |    4 +-
 circ/circulation.pl               |    4 +-
 circ/returns.pl                   |    6 +--
 opac/opac-basket.pl               |    4 +-
 opac/opac-detail.pl               |    6 +--
 reports/catalogue_stats.pl        |    8 ++--
 reports/issues_stats.pl           |    4 +-
 reports/reserves_stats.pl         |    8 ++--
 t/db_dependent/AuthorisedValues.t |   91 +++++++++++++++++++++++++++++++++++--
 17 files changed, 209 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list