[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.00-40-g67b637e

Git repo owner gitmaster at git.koha-community.org
Sun Jun 7 10:31:19 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, 3.20.x has been updated
       via  67b637e3dee5b1b7d5725970226ef1ee2acb80c6 (commit)
       via  10163e5802732c76456952469a5512ac7bc19bff (commit)
       via  6fc0922f41a5f5ce32ae32f803c6e6bfc4843ad8 (commit)
       via  d3cdaea1ecf97f6449be1eb3bdab36115b301d7f (commit)
       via  fefb788ff96558f8262d5c5138031f10506f6838 (commit)
      from  630faec194d5341f33e95704163d8022d5fe1519 (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 67b637e3dee5b1b7d5725970226ef1ee2acb80c6
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri May 15 11:03:21 2015 +0200

    Bug 13656: "Change"/"Set to patron" button for linking a member to an organisation (or child to guarantor) not translatable
    
    Test plan:
    1. install and activate an additional language
    2. create patron in organization category
    3. create professional patron
    4. try to add this patron to an organization (Guarantor information section)
    5. note that the left button text changed to "Change" - untranslated english string
    6. push the "Delete" button, the guarantor patron field is cleared and the left button text changed to "Set to patron" - again original english text
    7. apply the patch
    7.1. update translation (koha-translate -u language_code)
    8. repeat 4-6, note, that button text are still translated in all sitations
    9. sign off ;)
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no errors
    Fixed message capitalization
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit c2650e20f9cc5c9e17eea199d19022a144c6e9c8)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 10163e5802732c76456952469a5512ac7bc19bff
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 3 13:25:47 2015 +0100

    Bug 13662: Fix the serials.receive_serials permissions
    
    There are some issues with serial permissions.
    For instance it's not possible to receive serials if the
    edit_subscription is not set.
    Also the toolbar is empty.
    
    Test plan:
    1/ Set the serials => receive_serials permissions to a patron (and only
    this one for the serials module).
    2/ Verify you cannot create a new subscription, you can search
    subscriptions but cannot edit them.
    3/ On the serial result list, receive a serial (action > Serial
    receive).
    You can now change the status and receive it.
    4/ On the serial collection, you can edit 1+ serials to reveice it.
    5/ Set the serials => edit_subscription permission and confirm there is
    no regression.
    
    QA note: I think we should introduce a C4::Serials::can_receive_serials
    subroutine, to test the IndependentBranches pref, but I don't want to
    add to much processing to check permissions.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit e6040977409ffe4dc6a23f6d76c3bd1f528837d0)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 6fc0922f41a5f5ce32ae32f803c6e6bfc4843ad8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri May 29 09:36:34 2015 -0400

    Bug 14299: Today's checkouts not always sorting correctly
    
    Sometimes the today's checkouts do not sort correctly. This is due to a
    simple typo in the comparison line where the bad key 'timstamp' is
    compared against the correct key 'timestamp'.
    
    Test Plan:
    1) Check out a decent number of items in a row ( 5+ )
    2) Hopefully you will see they are sorted incorrectly
    3) Apply this patch
    4) Reload the page
    5) Note they are now sorted correctly
    
    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>
    (cherry picked from commit 8e9f89e92b48f1aac786e9b5608338a14603f52f)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d3cdaea1ecf97f6449be1eb3bdab36115b301d7f
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>
    (cherry picked from commit d76c9f4850c9ba7605f2c405838f973c70a70b61)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit fefb788ff96558f8262d5c5138031f10506f6838
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>
    (cherry picked from commit 3cd086b6b6be08d902a479f302ccf18e55de911b)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/HoldsQueue.pm                                   |    2 +-
 .../prog/en/includes/serials-toolbar.inc           |   95 ++++++++++----------
 .../prog/en/modules/circ/view_holdsqueue.tt        |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |    4 +-
 .../prog/en/modules/serials/serials-collection.tt  |    2 +-
 misc/plack/koha.psgi                               |   12 +++
 serials/serials-edit.pl                            |    1 +
 svc/checkouts                                      |    2 +-
 8 files changed, 67 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list