[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.10-21-gb25b8ae

Git repo owner gitmaster at git.koha-community.org
Mon Oct 8 08:01:39 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, 17.11.x has been updated
       via  b25b8ae76abd6a4fb97130a2b210603a08ab462c (commit)
       via  98a34a88a0a6f91cdd65a5b61559a85e01418f71 (commit)
       via  8f3e4ff55ceb6c23b375cdd00d2cd571c9bcb116 (commit)
       via  6de8b43bb35b9b922d8011401892973e8600588a (commit)
       via  7836fe4ef2bd462203c71400e630ba6278df995e (commit)
       via  2d7209b81937d7665fc6ee20c8286889a70748c0 (commit)
      from  77a8b48c039e6814132c69fa0f74902e9e0edab7 (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 b25b8ae76abd6a4fb97130a2b210603a08ab462c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 16 18:41:13 2018 +0000

    Bug 21038: Reserves should be holds
    
    This patch corrects the text of the warning about discharges cancelling
    holds.
    
    To test, apply the patch and view the discharge for a patron who has
    holds:
    
     - "Borrower" is changed to "patron"
     - "reserves" is changed to "holds"
     - "canceled" (18 instances in the templates) is changed to "cancelled"
       (51 instances).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8202f95ad7001a5046f9f40e6322406b253ba3ed)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 585a10e070136b231d88b8ff4099b4085a2b656c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 98a34a88a0a6f91cdd65a5b61559a85e01418f71
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 6 15:26:49 2018 -0300

    Bug 21141: Handle non-existent itemnumbers in batch item modification/deletion
    
    The itemnumber list passed from a file in the batch item
    modification/deletion tools is not tested.
    Like barcodes we should make sure they refer to a valid items in the DB.
    
    Test plan:
    - Create a file with barcodes, itemnumbers and random lines
    - Use the batch item modification and deletion tools with this file
    You should see a table with a list of invalid barcodes and itemnumbers.
    
    Without this patch you got the following error:
    Can't call method "title" on an undefined value at
    /home/vagrant/kohaclone/tools/batchMod.pl line 580
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit e8e29d3140007b9b92d97ed2f1df7445c6eeb4f9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 54d960cb86b91bb21cc7c92e1feef9970faaf8a1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8f3e4ff55ceb6c23b375cdd00d2cd571c9bcb116
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 17 13:20:04 2018 -0300

    Bug 19500: Add missing span for 'other'
    
    To stay consistent in the DOM structure it would make sense to have it
    there as well
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 717cb3f893e33a1f54299abbd81a5f9bc339a225)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9520e771374d5416595b182608209639f23b6b1b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 6de8b43bb35b9b922d8011401892973e8600588a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Aug 12 19:42:30 2018 +0000

    Bug 19500: (QA follow-up) Add spans to ease translation
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a0d775b9cce90b6a029bd92eb3971383a05f55e2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f024667a0e32e8fc754c1bebfbaed6df82548e12)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7836fe4ef2bd462203c71400e630ba6278df995e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Aug 10 22:54:11 2018 +0000

    Bug 19500: Make module names on letters overview page translatable
    
    While the module pull down on adding and editing a letter is
    written out and fully translatable, the overview page showed
    the internal 'module code'.
    
    Patch also renames the "Members" module into the "Patrons" module
    to match Koha's terminology.
    
    To test:
    - Before applying the patch:
      - Add or edit a notice, look at the pull down for module
      - Go back to the overview page
      - Verify the module names don't match
    - Apply the patch:
      - Check again, pull downs should now match
      - Verify that Members is now Patrons everywhere
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 5e9480937ae0a4bb901330138e1760d690d5f548)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1015a6e416ce99ca6060583085a25ea183d99017)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 2d7209b81937d7665fc6ee20c8286889a70748c0
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Aug 8 20:28:29 2018 +0000

    Bug 20994: Fix capitaization "Save to Lists"
    
    On the OPAC result list, below each result, there is a link:
    "Save to Lists".
    
    Patch changes this to "Save to lists" following our
    capitalization rules.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d5296743a4b4e6e6004bdb68926a3584e55435e4)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit acba1272764455af6164daa8e9246561b7b41bd3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/members/discharge.tt           |    2 +-
 .../prog/en/modules/tools/batchMod-del.tt          |   60 +++++++++++++-------
 .../prog/en/modules/tools/batchMod-edit.tt         |   54 ++++++++++++------
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |   20 ++++++-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    2 +-
 tools/batchMod.pl                                  |   16 +++---
 6 files changed, 105 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list