[koha-commits] main Koha release repository branch master updated. v18.05.00-1373-gf3c51f9

Git repo owner gitmaster at git.koha-community.org
Thu Nov 8 03:38:55 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  f3c51f99d164a31e10161fdf5d2b80a989735854 (commit)
       via  3e20a2aa2229b6f93bf3ddfae3ff323690c75c2c (commit)
       via  9fb827d59d0421b1f3e2de36239cef4c7411c666 (commit)
       via  83e0765f448c35c6f387d41fe39feb94b9bc64f3 (commit)
       via  a83bc8ca4c15200c7d66a578f37d02095541018f (commit)
       via  380f1dcbf8d3b8e65a733cc3174b9d0c0a46ab7d (commit)
       via  70f7d801b7337445aa26c63455813b1990edcc90 (commit)
       via  b23e544bd9db0ecaaf07688172e1ebc8da5a49dd (commit)
       via  9670becc164475b57f3258a512d88779c1ead6c3 (commit)
       via  543630b3c47322f071875627ea028a187928cdfc (commit)
       via  ca1c87c7eee65ca79b52f999213e53f1f0ee32f0 (commit)
       via  a08e72c5e72ebbd17cc088584d097ecfa6b1e4d2 (commit)
       via  4abe3a4082c8fc28b99b2d54825442d2328b4eef (commit)
      from  4a060e18f994d98e6212c8578ab358c54820a97b (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 f3c51f99d164a31e10161fdf5d2b80a989735854
Author: David Gustafsson <david.gustafsson at ub.gu.se>
Date:   Fri Mar 23 17:32:30 2018 +0100

    Bug 20486: Add --marc_conditions option to export_records.pl
    
    Add --marc_conditions option to export_records.pl script, for
    excluding records based on conditions applied to MARC-record
    data.
    
    How to test:
    1) Run tests in t/db_dependent/Exporter/Record.t
    2) All tests should pass
    
    Sponsored-by: Gothenburg University Library
    
    Signed-off-by: Maksim Sen <maksim.sen at inlibro.com>
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3e20a2aa2229b6f93bf3ddfae3ff323690c75c2c
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Nov 2 09:58:06 2018 +0100

    Bug 21755: Show patron updated date in circ menu
    
    In borrowers table the column updated_on stores the last updated date and time.
    Display this in the circ menu.
    
    Test plan:
    1) Go to a patron details page /cgi-bin/koha/members/moremember.pl
    2) Look at left menu, you see "Updated on" and a date and time
    3) Edit this patron and save
    4) Check that "Updated on" changed
    5) Click on each tab of menu to check this date is displayed
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Devinim <kohadevinim at devinim.com.tr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9fb827d59d0421b1f3e2de36239cef4c7411c666
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 17 15:47:29 2018 -0300

    Bug 21015: Remove unecessary 'use Koha::Schema' statements in t/
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 83e0765f448c35c6f387d41fe39feb94b9bc64f3
Author: Joonas Kylmälä <joonas.kylmala at iki.fi>
Date:   Fri Jun 29 11:09:41 2018 +0300

    Bug 21015: fix performance issue with C4::Members
    
    loading Koha::Schema ("use Koha::Schema;") takes significantly time as
    it loads almost a couple hundred classes. Koha::Database has done that
    already once and we can use it to get the ResultSet "Borrower" as
    well, so let's use that. This also make the code more unified because
    Koha::Database is used throughout the code instead of Koha::Schema.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a83bc8ca4c15200c7d66a578f37d02095541018f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Nov 1 13:11:35 2018 +0100

    Bug 12258: (QA follow-up) Add some missing rrrrrrs
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21158
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 380f1dcbf8d3b8e65a733cc3174b9d0c0a46ab7d
Author: Caroline Cyr La Rose <caroline.cyr-la-rose at inlibro.com>
Date:   Fri Aug 3 16:03:10 2018 -0400

    Bug 21158: Add cronjob references to the system preference descriptions if a cronjob is required
    
    This patch adds references to cronjobs in the description of some system preferences.
    
    The following system preference description were modified:
    - StaticHoldsQueueWeight
    - ExpireReservesMaxPickUpDelay
    - AutoResumeSuspendedHolds
    - finesMode
    - DefaultLongOverdueLostValue
    - DefaultLongOverdueChargeValue
    - PatronSelfRegistrationExpireTemporaryAccountsDelay
    - PatronSelfRegistrationVerifyByEmail
    - EnhancedMessagingPreferences
    - NewItemsDefaultLocation
    - InProcessingToShelvingCart
    - ReturnToShelvingCart
    - ReturnToShelvingCart
    - AuthorityMergeLimit
    - OpacBrowser
    - OpacCloud
    - UsageStats
    - PurgeSuggestionsOlderThan
    - MembershipExpiryDaysNotice
    
    To test, check the above mentioned system preferences to make sure the sentence is there and it is correct.
    
    Followed test plan and patch is as described
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=12258
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 70f7d801b7337445aa26c63455813b1990edcc90
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 29 12:32:58 2018 +0000

    Bug 21628: (follow-up) Indentation and filter corrections
    
    This patch modifies the new waiting_holds.inc to fix the indentation. A
    template variable filter has been added to quiet QA tool warnings.
    Buttons are now styled as Bootstrap buttons.
    
    To test, apply the patch and view the holds report. Confirm that
    everything looks correct. Validate the HTML and confirm that there are
    no errors in the HTML of the body of the page.
    
    Followed test plan, everything looked correct and no HTML errors on
    waitingreserves.tt found by HTML validator
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b23e544bd9db0ecaaf07688172e1ebc8da5a49dd
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Oct 22 15:20:45 2018 +0000

    Bug 21628: Simplify holds awating pickup report
    
    To test:
    1 - Place a number of holds
    2 - Check in the items and confirm the holds
    3 - Visit /cgi-bin/koha/circ/waitingreserves.pl
    4 - View the report
    5 - Apply patch
    6 - Confirm that the report looks the same
    7 - Confirm cancelling holds works as before
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Followed test plan, patch worked as described
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9670becc164475b57f3258a512d88779c1ead6c3
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Oct 29 12:15:19 2018 -0300

    Bug 21715: Ease translation of account and account offset type descriptions
    
    This patch moves accounts-related descriptions into a single file to
    ease finding them, and also encloses descriptions inside <span> tags to
    make it easier to translate.
    
    To test:
    - Apply this patch
    - Verify the templates work as expected
    => SUCCESS: No behaviour change
    - Sign off :-D
    
    Bonus: there were two cases in which the INCLUDE line used 'accountline'
    as parameter, making it fail to pick the right account type!
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 543630b3c47322f071875627ea028a187928cdfc
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Oct 29 23:36:11 2018 +0000

    Bug 21719: Fix typos
    
    This patch was generated using codespell
    
    Test plan:
    Read through changes and confirm they make sense
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21706
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ca1c87c7eee65ca79b52f999213e53f1f0ee32f0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 3 16:06:37 2018 +0000

    Bug 21433: Update two-column templates with Bootstrap grid: Tools part 1
    
    This patch modifies several tools templates to use the
    Bootstrap grid instead of YUI.
    
    This patch also removes obsolete "text/javascript" attributes from
    <script> tags in the modified templates.
    
    To test, apply the patch and view the following pages, confirming that
    they look correct at various browser widths:
    
     - Tools -> Automatic item modifications by age
       - View and edit rules
     - Tools -> Batch item modification start page
     - Tools -> Batch delete records
       - Starting page
       - Confirmation page
       - Completion page
     - Tools -> Batch record modification
       - Starting page
       - Confirmation page
       - Completion page
     - Tools -> Batch patron deletion/anonymization
       - Starting page
       - Confirmation page
       - Completion page
     - Tools -> CSV profiles
       - View and edit CSV profiles
    
    Signed-off-by: “Lucas Gass” <lucas at bywatersolutions.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit a08e72c5e72ebbd17cc088584d097ecfa6b1e4d2
Author: David Cook <dcook at prosentient.com.au>
Date:   Fri Oct 26 10:52:45 2018 +1100

    Bug 21666: Replace unsupported use attribute with more widely supported attribute
    
    search.js uses the 1=1004
    author personal attribute which isn't supported by libraries like
    Seattle Public Library.
    
    This patch aligns search.js
    with C4/Breeding.pm which uses the more widely supported 1=1003
    author attribute.
    
    To test:
    1. Set up Seattle Public Library as a Z39.50 target
    2. Try to search author using the Advanced Editor advanced search
    3. Observe failure
    4. Apply the patch
    5. Try to search again
    6. Observe successful retrieval of records
    
    Signed-off-by: Cori Lynn Arnold <carnold at dgiinc.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 4abe3a4082c8fc28b99b2d54825442d2328b4eef
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Nov 8 01:50:34 2018 +0000

    Bug 18316: (follow-up) Don't let 'fields' be undef and adjust tests
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Labels/Label.pm                                 |    2 +-
 C4/Members.pm                                      |    3 +-
 Koha/AuthUtils.pm                                  |    2 +-
 Koha/Exporter/Record.pm                            |   63 +++++++++-
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |    2 +-
 Makefile.PL                                        |    4 +-
 basket/sendbasket.pl                               |    2 +-
 catalogue/search.pl                                |    6 +-
 circ/branchtransfers.pl                            |    8 +-
 circ/returns.pl                                    |    4 +-
 circ/waitingreserves.pl                            |   58 ++-------
 installer/html-template-to-template-toolkit.pl     |    2 +-
 installer/install.pl                               |    2 +-
 .../intranet-tmpl/lib/koha/cateditor/search.js     |    2 +-
 .../prog/en/data/marc21_field_008.xml              |    6 +-
 .../prog/en/includes/account_offset_type.inc       |   10 --
 .../intranet-tmpl/prog/en/includes/accounts.inc    |   39 ++++++
 .../intranet-tmpl/prog/en/includes/accounttype.inc |   24 ----
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |    2 +
 .../prog/en/includes/waiting_holds.inc             |   60 ++++++++++
 .../prog/en/modules/acqui/addorderiso2709.tt       |    2 +-
 .../prog/en/modules/acqui/neworderempty.tt         |    2 +-
 .../en/modules/admin/preferences/acquisitions.pref |    7 +-
 .../prog/en/modules/admin/preferences/admin.pref   |   16 +--
 .../en/modules/admin/preferences/authorities.pref  |    1 +
 .../en/modules/admin/preferences/cataloguing.pref  |    1 +
 .../en/modules/admin/preferences/circulation.pref  |   19 ++-
 .../prog/en/modules/admin/preferences/opac.pref    |   11 +-
 .../prog/en/modules/admin/preferences/patrons.pref |   18 ++-
 .../prog/en/modules/circ/waitingreserves.tt        |  104 +---------------
 .../prog/en/modules/members/accountline-details.tt |    8 +-
 .../prog/en/modules/members/boraccount.tt          |    5 +-
 .../prog/en/modules/members/moremember-print.tt    |    5 +-
 .../prog/en/modules/members/printfeercpt.tt        |    5 +-
 .../prog/en/modules/members/printinvoice.tt        |    5 +-
 .../tools/automatic_item_modification_by_age.tt    |   25 ++--
 .../prog/en/modules/tools/batchMod.tt              |   25 ++--
 .../prog/en/modules/tools/batch_delete_records.tt  |   27 +++--
 .../en/modules/tools/batch_record_modification.tt  |   26 ++--
 .../prog/en/modules/tools/cleanborrowers.tt        |   25 ++--
 .../prog/en/modules/tools/csv-profiles.tt          |   25 ++--
 .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl |    2 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |    6 +-
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    6 +-
 labels/label-manage.pl                             |    4 +-
 misc/batchDeleteUnusedSubfields.pl                 |    2 +-
 misc/check_sysprefs.pl                             |    2 +-
 misc/export_records.pl                             |   65 +++++++++-
 opac/ilsdi.pl                                      |    2 +-
 opac/opac-passwd.pl                                |    2 +-
 opac/opac-reserve.pl                               |    2 +-
 opac/opac-search.pl                                |    2 +-
 opac/opac-sendbasket.pl                            |    2 +-
 opac/opac-sendshelf.pl                             |    2 +-
 patroncards/manage.pl                              |    4 +-
 reports/borrowers_stats.pl                         |    2 +-
 reports/guided_reports.pl                          |    8 +-
 reserve/request.pl                                 |    2 +-
 serials/routing-preview.pl                         |    2 +-
 serials/subscription-detail.pl                     |    2 +-
 t/Koha_ExternalContent_OverDrive.t                 |    2 -
 t/Members/cardnumber.t                             |    1 -
 t/db_dependent/Exporter/Record.t                   |  125 +++++++++++++++++++-
 t/db_dependent/Sitemapper.t                        |    1 -
 t/db_dependent/www/search_utf8.t                   |    2 +-
 t/lib/Mocks.pm                                     |    1 -
 67 files changed, 568 insertions(+), 348 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/account_offset_type.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/accounttype.inc
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/waiting_holds.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list