[koha-commits] main Koha release repository branch master updated. v18.11.00-1483-g70dcc17

Git repo owner gitmaster at git.koha-community.org
Fri May 10 17:10:02 CEST 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, master has been updated
       via  70dcc175c69446f51c4dab0be1b66f1f857a07c5 (commit)
       via  9fa97774ae6b3c84028b15f8c768460a012320ea (commit)
       via  ae6f5a347767135c3b707b638e5e496ae402752a (commit)
       via  0aae53df1d4f284afc88f9e14d88c934ae3529d7 (commit)
       via  90d261364404cc7f6bdd8ec3df94b839526e68b8 (commit)
       via  806d87d0c6cb1a05e921b1c7f2cb43903f75f881 (commit)
       via  a308dbcffd16aaee3db54b3d4eecbe5c17987110 (commit)
       via  ca2309ef1bb89f6ad8d26aabcbd3501115d1ba9a (commit)
       via  96382b6fd761269bbe18bc2cbe2bcc6c10a91ba8 (commit)
       via  5317ccc5b82727eaac2bfb6e1d58ae6dedfe8db3 (commit)
       via  645fab36103ee47e6826a704ee5065ca545b6cac (commit)
       via  86079b58238e8c243ac4ec0847ceb4d2b27bd393 (commit)
       via  d1a22a42be03ccc801d2cae960c7eaac389ffaa6 (commit)
       via  74bc51523a711d3526eb60ba5170e28ef0ac365a (commit)
       via  45c1cd1b666f9b890494c3f0396272d308b8dd2c (commit)
       via  5f1660321f94d31127eaf2612ca464bf08da8dcc (commit)
       via  0f73c9176890675ba0630ebb51657d16a865c8ad (commit)
       via  f7e47847e4ff7bd61311fbfde5cc80a0cf91d214 (commit)
       via  abe70811098da409af6cb9e97a4a3d00b4f0d3ef (commit)
      from  d35cc83379fae8998b1b9828c8fdb05746b44287 (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 70dcc175c69446f51c4dab0be1b66f1f857a07c5
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Apr 29 15:48:14 2019 +0000

    Bug 22803: (alternate) Set dataTable width issue
    
    This patch sets the "autowidth" option to "false" for the OPAC
    subscriptions DataTable on opac-detail.pl. This gives the table a fluid
    width rather than having the width be "hard-coded" by DataTables upon
    first page render.
    
    To test, apply the patch and view the detail page for a bibliographic
    record with a subscription. Under the "Subscriptions" tab, the table of
    latest issues should fill the width of the tab container.
    
    Resize the browser window and confirm that the table width adjusts
    accordingly.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9fa97774ae6b3c84028b15f8c768460a012320ea
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Nov 1 13:31:31 2018 -0300

    Bug 21709: Replace 'no popup' plugin links with a span
    
    Test plan:
    Edit a bibliographic record
    Notice that the icons next to fields linked with a plugin can be a link
    or not. The browser displays a pointer or not.
    
    It will remove the ambiguity to display an icon that is clickable but
    does nothing when clicked.
    We could also have another icon to disociate both behaviors.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ae6f5a347767135c3b707b638e5e496ae402752a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 14:44:47 2019 +0000

    Bug 22809: DBRev 18.12.00.072
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0aae53df1d4f284afc88f9e14d88c934ae3529d7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 14:43:11 2019 +0000

    Bug 22809: (RM follow-up) fix missing filter and update description
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 90d261364404cc7f6bdd8ec3df94b839526e68b8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu May 2 12:44:05 2019 +0100

    Bug 22809: (QA follow-up) Add notice translations
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 806d87d0c6cb1a05e921b1c7f2cb43903f75f881
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Tue Apr 30 19:41:06 2019 +0000

    Bug 22809: (QA follow-up) add bug description to atomicupdate
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a308dbcffd16aaee3db54b3d4eecbe5c17987110
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 30 07:53:50 2019 -0400

    Bug 22809: Move "INVOICE" from template to a slip
    
    Just as bug 22761 moves the "Fee receipt" to the ACCOUNT_CREDIT slip, we need to move the "INVOICE" to an ACCOUNT_DEBIT slip.
    
    Test Plan:
    1) Apply this patch set
    2) Restart all the things
    3) Use the "print" button beside a *fee*
    4) You should not see any difference from before the patches were applied
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ca2309ef1bb89f6ad8d26aabcbd3501115d1ba9a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 14:31:21 2019 +0000

    Bug 22761: DBRev 18.12.00.071
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 96382b6fd761269bbe18bc2cbe2bcc6c10a91ba8
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri May 10 14:21:45 2019 +0000

    Bug 22716: (RM follow-up) missing filter and update description
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5317ccc5b82727eaac2bfb6e1d58ae6dedfe8db3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu May 2 12:33:15 2019 +0100

    Bug 22761: (QA follow-up) Add description to DB update
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 645fab36103ee47e6826a704ee5065ca545b6cac
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu May 2 12:27:44 2019 +0100

    Bug 22761: (QA follow-up) Add notice translations
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 86079b58238e8c243ac4ec0847ceb4d2b27bd393
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 23 14:40:08 2019 -0400

    Bug 22761: Remove hard coded version from template
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d1a22a42be03ccc801d2cae960c7eaac389ffaa6
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 23 14:39:44 2019 -0400

    Bug 22761: Add notice based on existing template
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 74bc51523a711d3526eb60ba5170e28ef0ac365a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Apr 23 14:12:55 2019 -0400

    Bug 22761: Add ability to use print version of ACCOUNT_CREDIT slip
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 45c1cd1b666f9b890494c3f0396272d308b8dd2c
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Mon Mar 4 14:30:13 2019 +0200

    Bug 21872: Fix name of rebuild_elasticsearch.pl
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5f1660321f94d31127eaf2612ca464bf08da8dcc
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Mon Mar 4 14:18:00 2019 +0200

    Bug 21872: Add support for -p parameter to koha-elasticsearch
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0f73c9176890675ba0630ebb51657d16a865c8ad
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Thu Feb 14 15:59:27 2019 +0100

    Bug 21872: Remove duplicate modulo condition in authorities iterator
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f7e47847e4ff7bd61311fbfde5cc80a0cf91d214
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Thu Feb 14 15:06:35 2019 +0100

    Bug 21872: Simplify conditions and exit on invalid combination of arguments
    
    Change to zero based indexing for slice index to simplify some
    conditions. Exit with error message if trying to combine processes
    and biblio numbers arguments.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit abe70811098da409af6cb9e97a4a3d00b4f0d3ef
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Fri Nov 23 10:43:34 2018 +0200

    Bug 21872: Add multiprocess support to Elasticsearch indexing utility
    
    Test plan:
    1. Time execution without -p parameter
    2. Time execution with -p 2 or -p3 or -p 4 depending on CPU core count
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 Koha/BiblioUtils.pm                                |   28 +++-
 Koha/MetadataRecord/Authority.pm                   |   35 ++++-
 debian/scripts/koha-elasticsearch                  |   13 +-
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |  116 ++++++++++++++-
 .../data/mysql/en/mandatory/sample_notices.sql     |  116 ++++++++++++++-
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |  115 ++++++++++++++-
 .../mysql/fr-CA/obligatoire/sample_notices.sql     |  114 ++++++++++++++-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |  115 ++++++++++++++-
 installer/data/mysql/it-IT/necessari/notices.sql   |  115 ++++++++++++++-
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql  |  115 ++++++++++++++-
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |  115 ++++++++++++++-
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |  115 ++++++++++++++-
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |  115 ++++++++++++++-
 installer/data/mysql/updatedatabase.pl             |  121 ++++++++++++++++
 .../prog/en/modules/cataloguing/addbiblio.tt       |    2 +-
 .../prog/en/modules/members/printfeercpt.tt        |   52 +------
 .../prog/en/modules/members/printinvoice.tt        |   54 +------
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    1 +
 members/printfeercpt.pl                            |   31 ++--
 members/printinvoice.pl                            |   22 ++-
 ..._elastic_search.pl => rebuild_elasticsearch.pl} |  148 +++++++++++++++-----
 22 files changed, 1453 insertions(+), 207 deletions(-)
 rename misc/search_tools/{rebuild_elastic_search.pl => rebuild_elasticsearch.pl} (60%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list