[koha-commits] main Koha release repository branch master updated. v17.11.00-769-g5db35e9

Git repo owner gitmaster at git.koha-community.org
Tue Feb 27 17:03:46 CET 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  5db35e919a5a786337615d925da8becaf64bb63c (commit)
       via  1bc1a8daa209c2596d10076b8a292dddc7b4e947 (commit)
       via  ae9a246840296f2356952df42d5926c8264e9232 (commit)
       via  670712e57cbd197339d5ead5332b4ffd79bf22b8 (commit)
       via  0e476fe45713c51413445da22af50819856a6f02 (commit)
       via  dea5572991b0f5130ee365eb173a46bfdc60093e (commit)
       via  df666bcab60636eb2b2fc6c87b870bd6782cc3a6 (commit)
      from  775adc1e9adbc647b3389019ded546b81e46c6e3 (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 5db35e919a5a786337615d925da8becaf64bb63c
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Feb 14 20:19:01 2018 +0000

    Bug 20201: Silence warnings triggered by admin/aqplan.pl
    
    TEST PLAN
    ---------
    0) back up DB
    1) Run the following commands on a kohadevbox:
        reset_all
        git bz apply 20185
        echo | sudo tee /var/log/koha/kohadev/plack-error.log
        restart_all
    2) Navigate in a staff client:
        Home -> Administration -> Budgets -> Edit -> Planning by libraries
       -- could be any of the planning, but by libraries is nicely visible
       on screen.
    3) Run the following commands:
        cat /var/log/koha/kohadev/plack-error.log
       -- several warnings.
    4) Run the following commands:
        git bz apply 20201
        echo | sudo tee /var/log/koha/kohadev/plack-error.log
        restart_all
    5) repeat step 2 and refresh the staff client page.
       -- this time warnings related to aqplan.pl are not there.
    6) run koha qa test tools
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1bc1a8daa209c2596d10076b8a292dddc7b4e947
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Feb 20 21:42:13 2018 +0000

    Bug 20290: Fix capitalization of "Routling List"
    
    This fixes some strings to be properly capitalized.
    
    To test:
    - Create a new routing list, check title and breadcrumbs
    - View the routing list tab in the patron account in staff,
      check title and breadcrumbs
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ae9a246840296f2356952df42d5926c8264e9232
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 27 11:40:13 2018 -0300

    Bug 19979: ->count and be called directly on Koha::Objects
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 670712e57cbd197339d5ead5332b4ffd79bf22b8
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Jan 16 14:28:36 2018 +0100

    Bug 19979: Fix get_facets_info test in Search.t
    
    The test should remove the holdingbranch key in the expected results when
    there is only one branch.
    See the logic in C4::Koha.
    
    Test plan:
    [1] Run Search.t on a database with multiple branches.
    [2] Run Search.t on a database with one branch. Without this patch the test
        would fail: Failed test '_get_facets_info returns the correct data'.
    
    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 0e476fe45713c51413445da22af50819856a6f02
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Feb 6 13:01:36 2018 +0200

    Bug 20142: Allow translating offline circ message
    
    Allow translating the notification saying you cannot change branch or
    logout while offline.
    
    Test plan:
    
    1) Enable AllowOfflineCirculation
    2) Go to Home -> Circulation -> Built-in offline circulation interface
    3) Try to change your branch. Note the notification message
    4) Apply patch, install language, translate the notification
    5) Repeat 2 and 3 in that language. The message should be translated
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit dea5572991b0f5130ee365eb173a46bfdc60093e
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Feb 6 14:17:45 2018 +0200

    Bug 20147: Allow translating prompt in label edit batch
    
    Fix one untranslatable prompt in the label batch edit.
    
    Test plan:
    
    1) Go to Home -> Tools -> Label creator
    2) Click on New -> Label batch
    3) Add items to the batch
    4) Select any of the items
    5) Click on "Remove selected items"
    6) Note the popup text
    7) Apply patch, update a language, translate the msgid
       "Are you sure you want to remove label number(s): %s from this batch?"
    8) Repeat 1-6. The popup text should now be translated.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit df666bcab60636eb2b2fc6c87b870bd6782cc3a6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 27 11:25:03 2018 -0300

    Bug 13287: Fix DBRev message
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 admin/aqplan.pl                                              |   10 +++++-----
 installer/data/mysql/updatedatabase.pl                       |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt      |    2 +-
 .../intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt |    2 +-
 .../intranet-tmpl/prog/en/modules/members/routing-lists.tt   |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt   |    4 ++--
 t/db_dependent/Search.t                                      |    4 ++++
 7 files changed, 16 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list