[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.03-76-gca9f175

Git repo owner gitmaster at git.koha-community.org
Tue Feb 26 11:24:08 CET 2019


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, 18.11.x has been updated
       via  ca9f17517df3f97a5ee66e99b5f90f37f74989a5 (commit)
       via  d44ea8003ad6d7c31ac611a221a2fdb245c2dad7 (commit)
       via  f534c985eccae18f406ea8991f13298b958a860b (commit)
       via  1fb5895f7fbc8c0a28452747244c556636124c3d (commit)
       via  75a5f9bc130572a0eb31a1de533635728f7d4275 (commit)
      from  b5875c5f9c7889757a330c547abc565df1250e18 (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 ca9f17517df3f97a5ee66e99b5f90f37f74989a5
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Feb 5 21:44:58 2019 +0000

    Bug 22170: Improve display of add/edit library group modal
    
    Tries to bring the emodal for adding/editing library root
    and sub groups more in line with the rest of Koha.
    
    To test:
     - Go to Administration > Library groups
     - With and without patch test following actions:
       - Add a new root group
       - Edit root group
       - Add sub-group entry
       - Edit sub-group entry
    - Verify that with the patch the display of the labels
      is more standard (bold and aligned to the right) and
      the input fields are a bit longer to allow for
      easier data entry.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois at inLibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 90b43c6e5fceda3d6bcc4fb24c99934331df1acc)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d44ea8003ad6d7c31ac611a221a2fdb245c2dad7
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Tue Feb 12 21:33:50 2019 +0000

    Bug 22130: (follow-up) Show not for loan authorised values in batch checkout
    
    TEST PLAN
    1) In Koha administration, search "BatchCheckouts".
    2) Make sure "BatchCheckouts" is set at "Allow".
    3) Make sure "BatchCheckoutsValidCategories" contains at least one
    patron category.
    5) Copy the barcode of an item and change the status document so it
    cannot be loaned.
    4) Choose a patron which belongs to the patron category at 3).
    (their account should not be expired and they should not have active
     fees preferably)
    5) Go to the patron details page.
    6) Click on "Batch check out".
    7) Enter the item barcode.
    8) Notice a number is in brackets under the column "Information".
    9) Apply patch.
    10) Notice the status description has replaced the number.
    11) Try it with both: AllowNotForLoanOverride on and off
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit abb1b4a75053aa026740e16cc0197d86f417818e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f534c985eccae18f406ea8991f13298b958a860b
Author: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
Date:   Mon Jan 14 14:02:49 2019 -0500

    Bug 22130: Correct parameter to get authorized value description.
    
    This patch corrects the error that shows an authorized value instead of the obvious description of the document status.
    
    TEST PLAN
    1) In Koha administration, search "BatchCheckouts".
    2) Make sure "BatchCheckouts" is set at "Allow".
    3) Make sure "BatchCheckoutsValidCategories" contains at least one patron category.
    5) Copy the barcode of an item and change the status document so it cannot be loaned.
    4) Choose a patron which belongs to the patron category at 3).
    (their account should not be expired and they should not have active fees preferably)
    5) Go to the patron details page.
    6) Click on "Batch check out".
    7) Enter the item barcode.
    8) Notice a number is in brackets under the column "Information".
    9) Apply patch.
    10) Notice the status description has replaced the number.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9d69a4238269073fd03961e091b5099b85fea6e6)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1fb5895f7fbc8c0a28452747244c556636124c3d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Feb 21 07:16:24 2019 -0500

    Bug 22080: (QA follow-up) Add filters
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d90d7a6ce7187016698c280adedf1cb892d320cb)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 75a5f9bc130572a0eb31a1de533635728f7d4275
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Jan 11 14:28:07 2019 +0100

    Bug 22080: Easier translation of ElasticSearch mappings page
    
    Actual translation of ElasticSearch mappings page contains a huge block with a lot of %s.
    It makes translation hard.
    
    This patch uses new method from Bug 15395 to split into several translation blocks.
    
    Test plan :
    1) Apply patch "Bug 22080: [DO NOT PUSH] test code"
    2) Apply this patch
    3) Enable ElasticSearch in SearchEngine preference
    4) Go to Administration > Search engine configuration
    5) Check page is OK
    6) Update the PO files of a language : perl translate update xx-YY
    7) Write translation strings in misc/translator/po/xx-YY-messages.po
    8) Install translation : perl translate install xx-YY
    9) Check translated page
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit da85289767975938e9e0778a8f64e6ef1eca8d97)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../prog/en/modules/admin/library_groups.tt        |   53 +++++++++++---------
 .../admin/searchengine/elasticsearch/mappings.tt   |   23 +++++----
 .../en/modules/circ/circulation_batch_checkouts.tt |    6 +--
 3 files changed, 44 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list