[koha-commits] main Koha release repository branch master updated. v17.11.00-1332-g50c6849

Git repo owner gitmaster at git.koha-community.org
Tue Apr 24 17:46:06 CEST 2018


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  50c68497a26f50a66c59b182cae50bade708faf4 (commit)
       via  a2999c047af7a7fbf3b8619f1b0cff3999b2b42e (commit)
       via  14cc4a3499319591c2fc658dacb1d3c1f4e73523 (commit)
       via  3d5271d315d401a2d1269cf8e815413de7452e99 (commit)
       via  caff790fb76f97ad39528ffc4a84757b3fba596b (commit)
       via  4e376338f175a12bb63d015b6be1afbab49ad8f9 (commit)
       via  28020fae2eebfc83e5050b5d167307c10cc23bcb (commit)
       via  582d566aac5af0dbb065b9f057e43eb5ccb19a1a (commit)
       via  e14ee4ad0a033354052726ff401f8ee4f64dd2b9 (commit)
       via  fc082c26a18392a029d60ef76db6d358c073d17c (commit)
       via  564809473d0ae50d3dd2ea69e1ab999851a62fab (commit)
      from  67359a97f4cbf828dbe93a7b08ec7283258b46c5 (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 50c68497a26f50a66c59b182cae50bade708faf4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 18 14:01:18 2018 -0300

    Bug 7910: Add the ability to renew several subscriptions at once
    
    This patch adds a "Renew all selected subscriptions" action link on top
    of the table of the "Check expiration" page.
    
    It will allow to auto-renew several subscriptions.
    
    Test plan:
    Make sure this new link renew the selected subscriptions as expected.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a2999c047af7a7fbf3b8619f1b0cff3999b2b42e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 18 14:56:13 2018 -0300

    Bug 20614: Use GET instead of POST for subscription renewing
    
    It will prevent Firefox (and certainly other browsers) to block the form
    resubmit:
    
    "To display this page, Firefox must send information that will repeat
    any action (such as a search or order confirmation) that was performed
    earlier."
    
    Test plan:
    Renew a subscription and save
    
    => You should not longer see the browser warning
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 14cc4a3499319591c2fc658dacb1d3c1f4e73523
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 24 12:04:29 2018 -0300

    Bug 20482: DBRev 17.12.00.039
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3d5271d315d401a2d1269cf8e815413de7452e99
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Apr 20 17:36:15 2018 +0000

    Bug 20482: (QA follow-up) Correct code in atomic update
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit caff790fb76f97ad39528ffc4a84757b3fba596b
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Mar 28 02:47:18 2018 +0000

    Bug 20482: Correct Terminology codes to Bibliographic ones
    
    "RELATIONSHIP TO ISO 639-2
    ISO 639-2 (Codes for the representation of names of
    languages-- Part 2: alpha-3 code) was based on the MARC
    Code List for Languages and published in 1998. In the 22
    cases where the ISO 639-2 list has two alternative codes,
    the bibliographic code is the same as the MARC code."
    (http://www.loc.gov/marc/languages/introduction.pdf)
    
    This leads me to believe that eus, mri, and sqi are
    incorrect. The slk code was corrected on an earlier bug.
    
    TEST PLAN
    ----------
    Apply patch
    Do a database upgrade
    -- Are eus, mri, and sqi fixed?
    reset_all
    -- Are eus, mri, and sqi never there in the first place?
    koha qa test tools only check perl code.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 4e376338f175a12bb63d015b6be1afbab49ad8f9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Apr 24 12:00:36 2018 -0300

    Bug 20245: DBRev 17.12.00.038
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 28020fae2eebfc83e5050b5d167307c10cc23bcb
Author: Radek Šiman <rbit at rbit.cz>
Date:   Thu Mar 8 22:28:37 2018 +0100

    Bug 20245: Wrong language code for Slovak
    
    This patch updates iso639_2_code value for Slovak language
    
    Test plan:
    1) Obtain a biblio record having 'slo' value in its language
       code (marc field 041a)
    2) Try to find it through Advanced search + more options
       with language set to Slovak
    3) Nothing is found
    4) Apply this patch
    5) Repeat steps 1 and 2
    6) Record is found now
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 582d566aac5af0dbb065b9f057e43eb5ccb19a1a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 23 04:15:56 2018 +0000

    Bug 20616: (QA follow-up) Make alert translatable
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e14ee4ad0a033354052726ff401f8ee4f64dd2b9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 23 16:19:50 2018 -0300

    Bug 20616: Prevent "edit serials" form submission if no serial is selected
    
    In order to prevent the form to submit and gives an ugly error if no
    issues are selected we will make sure at least one is checked otherwise
    an alert will be displayed.
    
    Test plan:
    - create a subscrpition
    - go to the serials collection page
    - don't check any checkboxes for serials
    - click 'Edit serials'
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit fc082c26a18392a029d60ef76db6d358c073d17c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 23 12:07:58 2018 -0300

    Bug 20625: Handle non existing of active currency
    
    This patch avoid the explosion in the air when creating a new patron
    category and no active currency is defined.
    
    Test plan:
    Remove the currencies, create a new patron category
    Without this patch applied you will get
      Can't call method "p_sep_by_space" on an undefined value
    
    With this patch the form will be displayed correctly and you will be
    able to create the patron category
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 564809473d0ae50d3dd2ea69e1ab999851a62fab
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 23 12:03:48 2018 -0300

    Bug 20625: Add tests
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/Number/Price.pm                               |    4 +-
 installer/data/mysql/mandatory/subtag_registry.sql |    8 +--
 installer/data/mysql/updatedatabase.pl             |   28 ++++++++++
 .../prog/en/modules/serials/checkexpiration.tt     |   54 +++++++++++++++++++-
 .../prog/en/modules/serials/serials-collection.tt  |    9 ++++
 .../prog/en/modules/serials/subscription-renew.tt  |   21 +++++---
 serials/subscription-renew.pl                      |   52 +++++++++++--------
 t/Number/Price.t                                   |    5 +-
 9 files changed, 145 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list