[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-94-g754a9d8

Git repo owner gitmaster at git.koha-community.org
Tue Nov 25 19:31:19 CET 2014


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  754a9d8245c57d5eb268a7116a42f69c2ca396a0 (commit)
       via  44d7678171901808c3a3a8406a70434386a321e0 (commit)
       via  532b41934c7a573727a4700ed0975a2426d955bb (commit)
       via  9ebb6ba5d1a308816bb1cad57a59262a3a053ace (commit)
       via  6997276e514a940439906ed986bd4c93d1286083 (commit)
       via  33f53e4dfd79f122fac0d4daf3796ce163564580 (commit)
       via  08482a70f8db5757614b7f23efaf457445b76dd8 (commit)
       via  ab9d6fd0367f202e20b8d0ad5057dc5a686a9839 (commit)
       via  9b48c4c6bb00c2b82a59fe475dbc9adfb12a151c (commit)
      from  4c1ae53d861e20051a776f0195f5da1cfa9a24e3 (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 754a9d8245c57d5eb268a7116a42f69c2ca396a0
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Nov 25 15:31:20 2014 -0300

    Bug 10749: DBRev 3.17.00.059
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 44d7678171901808c3a3a8406a70434386a321e0
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Mon Nov 10 20:53:20 2014 +0100

    Bug 10749: Fix typo in budget_add_del permission
    
    Updates the en permission file and adds a database
    update to fix the permisson.
    
    The update is done using the description, to not
    untranslate non-English permission descriptions.
    
    To test:
    - Run the database update on your existing installation
      and check the typo is gone
    - Run the web installer and check there are no errors
      and permissions are loaded correctly (and without typos)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Test plan works correctly.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 532b41934c7a573727a4700ed0975a2426d955bb
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Nov 23 10:36:31 2014 -0300

    Bug 13157: (QA followup) homebranch is 995$b on UNIMARC frameworks
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 9ebb6ba5d1a308816bb1cad57a59262a3a053ace
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sun Nov 2 18:10:03 2014 +0100

    Bug 13157: UNIMARC holdingbranch facet is 995$c not 995$b
    
    Fix a typo. Not test plan required, just a look at default UNIMARC framework.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

commit 6997276e514a940439906ed986bd4c93d1286083
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Nov 24 10:18:50 2014 -0500

    Bug 13330 - All overdue items with fines returned via checkouts table will have fines forgiven!
    
    Due to a disconnect between how booleans are handled in Perl vs JSON,
    all checkins done from the checkouts table will have fines forgiven!
    This is because the parameters sent to svc/checkin are coded in JSON
    and the JSON false is treated in Perl as the string 'false' which
    evaluates to true!
    
    Test Plan:
    1) Find a patron with an overdue item that has a fine
    2) Return the item via the checkouts table on circulation.pl or moremember.pl
    3) Note the fine is forgiven
    4) Apply this patch
    5) Repeat steps 1-2
    6) Note the fine is no longer forgiven
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Verified bug, fix corrects the problem.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Also tested waiving fines form the check-in page still works.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 33f53e4dfd79f122fac0d4daf3796ce163564580
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 24 09:54:16 2014 +0100

    Bug 13329: Fix create a suggestion at the OPAC
    
    The suggestion table does not contain a 'branch' column name.
    The script should pass 'branchcode' to C4::Suggestion::NewSuggestion.
    
    Test plan:
    0/ Enable the AllowPurchaseSuggestionBranchChoice pref
    1/ Create a suggestion at the OPAC should not raise a DBIx::Class error.
    
    I could reproduce the bug.
    With patch bug is gone.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, thx for the quick fix.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 08482a70f8db5757614b7f23efaf457445b76dd8
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Tue Nov 25 14:51:48 2014 -0300

    Bug 13314: (QA followup) fixes for CINECA
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ab9d6fd0367f202e20b8d0ad5057dc5a686a9839
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Nov 24 20:35:41 2014 -0300

    Bug 13314: (QA followup) fix for inLibro
    
    Fixes for inLibro people:
    - Maxime Beaulieu
    - Charles Farmer
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9b48c4c6bb00c2b82a59fe475dbc9adfb12a151c
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Nov 24 10:09:38 2014 -0300

    Bug 13314: attribute Oslo Public Library
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Magnus Enger <digitalutvikling at gmail.com>
    Fixes names and mappings for contributors from Oslo Public Library.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

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

Summary of changes:
 .mailmap                                            |   19 +++++++++++++++++++
 C4/Koha.pm                                          |    4 ++--
 .../unimarc/biblios/biblio-koha-indexdefs.xml       |    4 ++--
 .../unimarc/biblios/biblio-zebra-indexdefs.xsl      |    4 ++--
 .../data/mysql/en/mandatory/userpermissions.sql     |    2 +-
 installer/data/mysql/updatedatabase.pl              |   11 ++++++++++-
 .../bootstrap/en/modules/opac-suggestions.tt        |    2 +-
 kohaversion.pl                                      |    2 +-
 opac/opac-suggestions.pl                            |    6 +++---
 svc/checkin                                         |    4 ++++
 10 files changed, 45 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list