[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.02-92-g574c89e

Git repo owner gitmaster at git.koha-community.org
Fri Feb 1 17:03: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  574c89ef49fdb573d89cca4b28a74a65adb18132 (commit)
       via  3c8f67afe8d6e4dcc044d5f97a66336bd76af93e (commit)
       via  a9b3b01dd9290f964d739e0f2f818990d9a6e9ba (commit)
       via  14e2dd9c9f6ee3c2796954f3e25433197c41f9d5 (commit)
       via  4730724c661d50df4268d581691cc73de8500186 (commit)
       via  3741027605b61b0e988fd7e8df8ec60dc5fe5b99 (commit)
       via  92001cc504d03f3aa20b5295154e9ae66c0a530e (commit)
       via  e3fde6153e66b7c01b804ec7c36e22706abd3e27 (commit)
       via  527b5a309757c328b1927fe18cfed8dc7bae4f4f (commit)
       via  4bc613011026ac4e510adc1b1c67e9a724a7d21d (commit)
       via  5f733763d048de2f39d52ee21f1a7f099637f79a (commit)
       via  697d748f4016e1eaa99a0dde2b29180083e710db (commit)
       via  8a8e76bf19f14708cbce645df6744468f0f14a45 (commit)
       via  69802bed3e61f2039c14952480e57540e8f03ca8 (commit)
       via  75bda2a8743f37919efc3132d190ce70efa3c12c (commit)
       via  c8ca6926ed114062d4a55ce981b32ffeb670fc7a (commit)
       via  b27150cf9a4c62a636ed7d158e1fe44941de189b (commit)
       via  1debd138ca3603b7bf7fa0929553203c7bcbe2ac (commit)
       via  1c7b06b13a79f39bb73cadf3bbaada9d5a48bf20 (commit)
       via  62d5d98371a673bb8c1c15d5dad382cf866879d2 (commit)
       via  e96eed9b841394353cc5c4484ddc608432e22d29 (commit)
       via  ba8cd76c6239ed71246c26666f16f07f56b731b7 (commit)
       via  e227fea2a23b9da2f201e49934018342109c9cd7 (commit)
       via  ea8bd52f6dbb6aab6aabb1d9e191b0356ba1a529 (commit)
       via  e9e29c3592defd30e3ea685b2770c67da7a54bef (commit)
      from  52e13bf70c68df255b241f248ec138b96cc41cf1 (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 574c89ef49fdb573d89cca4b28a74a65adb18132
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Jan 31 13:36:04 2019 +0000

    Bug 22132: DBRev 18.11.02.001
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 914f448fe1c1d5c01e3188a827a0d18ec3001b45)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3c8f67afe8d6e4dcc044d5f97a66336bd76af93e
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jan 30 15:46:04 2019 -0300

    Bug 22132: (QA follow-up) set_password now expects a hashref
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 63f40e519c7fbbba70a2944113830a1d3ed80306)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a9b3b01dd9290f964d739e0f2f818990d9a6e9ba
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 24 15:54:08 2019 +0000

    Bug 22132: (QA follow-up) Tests - use Mojo builtin for auth
    
    Mojolicious has built in handling for encoding/decoding of of basic auth
    paramenters. We should use it to simplify our test here.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8ee08c3922dd892e9432ce243fc7244092fdd18f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 14e2dd9c9f6ee3c2796954f3e25433197c41f9d5
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 15 13:23:23 2019 -0300

    Bug 22132: Add Basic authentication to the API
    
    This patch implements Basic authentication for the API to aid testers
    and developers with tools like Postman.
    
    To test:
    - Apply this patches
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/auth_basic.t
    => SUCCESS: Tests pass!
    - Open Postman or your favourite tool
    - In Authorization, choose Basic auth.
    - Enter the username and password of a known privileged user.
    - Hit an endpoint with Postman, for example:
      ] GET http://kohadev-intra.myDNSname.org:8081/api/v1/patrons
    => SUCCESS: Basic authentication is great!
    - Sign off :-D
    
    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>
    (cherry picked from commit 26af040c79e548e9388346b247f509f743401c34)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4730724c661d50df4268d581691cc73de8500186
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 15 13:23:09 2019 -0300

    Bug 22132: Unit tests
    
    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>
    (cherry picked from commit 103670e726b9938aa1484b7486cba94adf7b69a9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3741027605b61b0e988fd7e8df8ec60dc5fe5b99
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Jan 15 13:22:53 2019 -0300

    Bug 22132: Add RESTBasicAuth syspref
    
    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>
    (cherry picked from commit 3ffed7d55a1d77df2d3c0748614434866612ed24)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 92001cc504d03f3aa20b5295154e9ae66c0a530e
Author: Olivia Lu <olivialokm at gmail.com>
Date:   Tue Jan 15 21:24:25 2019 +0000

    Bug 20634: Changing the identical label "Library:" to "Location" in Inventory Home.
    
    To find fix:
    
    1. Go to tools
    2. Go to Inventory
    3. Verify that under Item location filters the label should be "Location"
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a3993a75822972e1e013410ab020f5a749248017)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e3fde6153e66b7c01b804ec7c36e22706abd3e27
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 15 08:35:33 2018 -0500

    Bug 21495: Regression in hold override functionality
    
    The changes caused by the patches for bug 11512 have broken existing
    workflows for many libraries and are widely considered to be a bad move.
    We should revert this behavior.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Rhonda Kuiper <kuiper at roundrocktexas.gov>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 398704662487a0c8a3f848a2ae23618ee96406ff)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 527b5a309757c328b1927fe18cfed8dc7bae4f4f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 18 17:10:40 2019 +0000

    Bug 22168: Improve styling of new chart settings for reports
    
    This patch updates a number of aspects of the reports chart creation
    interface: Chart creation form is now shown in a modal window, and a
    separate link has been added to show or hide the chart itself.
    
    Also changed: Minor markup and JavaScript cleanup.
    
    To test, apply the patch and go to Reports -> Saved reports.
    
    - Run a report which returns more than one column.
    - On the report results page, click the "Create chart" button. The chart
      settings form should appear in a modal window.
    - Confirm that the form controls work correctly: Each label should give
      focus to the correct input. Changing the chart type should show or
      hide the appropriate form fields.
    - Click the "Draw" button. The modal should disappear and the chart
      should be shown.
    - Above the chart should be a "Hide chart" link which works to hide (and
      then show) the chart.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8e1efe8f10fd5b575b2ceea3b33d1ed9dd91bd96)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4bc613011026ac4e510adc1b1c67e9a724a7d21d
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jan 28 12:37:54 2019 -0300

    Bug 17006: (follow-up) set_password expects a hashref
    
    Sponsored-by: Municipal Libray Ceska Trebova
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a7978a9e97e98c5f2322b16b32289bb59bd1f26f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5f733763d048de2f39d52ee21f1a7f099637f79a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Feb 1 15:18:45 2019 +0000

    Bug 17006: Add /patrons/{patron_id}/password
    
    This patch introduces an endpoint for changing a patron's password. It
    targets privileged user with the right permissions, changing some
    patron's password.
    
    To test:
    
    - Apply this patchset
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/patrons_password.t
    => SUCCESS: tests pass!
    - Play with the different use cases highlighted by the tests, on your
    favourite REST testing tool (Postman, RESTer on FF, etc).
    
    Sponsored-by: Municipal Libray Ceska Trebova
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ae1e6b558c1e5c581fe0652774c97ae18531758a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 697d748f4016e1eaa99a0dde2b29180083e710db
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Aug 16 07:01:21 2018 -0300

    Bug 17006: OpenAPI spec
    
    Sponsored-by: Municipal Libray Ceska Trebova
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit d4570947b0ba4f52f03e190b787b2605948a1495)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8a8e76bf19f14708cbce645df6744468f0f14a45
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Aug 16 07:00:38 2018 -0300

    Bug 17006: Unit tests
    
    Sponsored-by: Municipal Libray Ceska Trebova
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit fd1e9bf59590a6772a16cd7af4212c91c6b63642)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 69802bed3e61f2039c14952480e57540e8f03ca8
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Thu Jan 17 00:51:11 2019 +0000

    Bug 19994: Used Modern::Perl in Authorities perl scripts
    
    Test plan:
    1. Review code of the following files and confirm that 'use Modern::Perl;' is used in place of
    'use strict; use warnings;'
    
    auth_finder.pl
    authorities-home.pl
    authorities.pl
    blinddetail-biblio-search.pl
    detail-biblio-search.pl
    detail.pl
    export.pl
    merge.pl
    merge_ajax.pl
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 843c4a4bae760754d96867d2596bc78651910c8e)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 75bda2a8743f37919efc3132d190ce70efa3c12c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 29 16:27:28 2018 +0000

    Bug 10562: Improve Leader06 Type Labels in MARC21slim2OPACResults.xsl
    
    This patch takes the suggestions in Bug 10562 and implements those
    changes in MARC21slim2OPACResults.xsl. This patch also makes the
    following changes:
    
     - De-duplicate famfamfam icons: Remove the /silk subdirectory and move
       non-duplicates to famfamfam/; Correct paths to these images in
       templates and CSS
     - Improve the granularity of some material type icon choices: Show
       "Film," "Picture," or "Object" instead of "Visual material."
     - Remove unnecessary title attributes from material type images
     - Implement the kind of changes made in Bug 18235, "Add classes to
       material type icons on result lists and detail pages"
    
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c747c74568850089d2a13b47aecf9987214ff8db)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c8ca6926ed114062d4a55ce981b32ffeb670fc7a
Author: helene hickey <hickeyhe at wgc.school.nz>
Date:   Thu Jan 17 02:28:57 2019 +0000

    Bug 15110: Improve decreaseHighHolds system preference description
    
    To test:
    1) Apply patch
    2) Go to Koha admin
    3) Search in system prefernces for 'high demand'
    4) Verify that the system prefernce 'decreaseLoanHighHolds' is in the
    results of the search
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit fe2dceba34310c890dd1f06b114de9f3151f59e1)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b27150cf9a4c62a636ed7d158e1fe44941de189b
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Jan 14 09:16:53 2019 +0000

    Bug 22124: Update cataloguing plugin system to not generate type parameter in script tag
    
    Test plan:
    1) Apply the patch
    2) Have defined some cataloguing plugin which generates javascript - for
    example dateaccessioned.pl
    3) Go to cataloguing/adding item and show source
    -> there should be no type parameter in script tag in code added by
    cataloguing pulgin
    4) prove t/db_dependent/FrameworkPlugin.t
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit cadb7eaab2c9617551450f84acadff0d48a846b2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1debd138ca3603b7bf7fa0929553203c7bcbe2ac
Author: Ethan Amohia <ethan.amohia at gmail.com>
Date:   Wed Jan 16 04:01:44 2019 +0000

    Bug 22136: Added 'ExtendedPatronAttributes' notes to 'Import Patrons' notes.
    
    Fixed ExtendedPatronAttributes typo.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 273656f84c9dbc49c8a3669c7994b8c0ea7f3522)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1c7b06b13a79f39bb73cadf3bbaada9d5a48bf20
Author: helene hickey <hickeyhe at wgc.school.nz>
Date:   Thu Jan 17 01:09:04 2019 +0000

    Bug 19818: Add id into tag html from moremember.tt
    
    1) Go to the patron details for a patron
    2) On the right of the screen, right click one of the labels below
       'Library use' etc, and Inspect Element
    3) View <li> tags which should now each have a unique <id> tag for each
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a011f4e6444a2a337042cc49ed9f529bb101fde9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 62d5d98371a673bb8c1c15d5dad382cf866879d2
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Nov 30 10:26:54 2018 +0000

    Bug 21926: Enhance OAI-PMH:archiveID system preference description
    
    Test plan:
    1) Apply the patch
    2) Go to Administration -> System preferences -> Web services, section
    OAI-PMH
    3) See description on OAI-PMH:archiveID and confirm it does make sense
    and have the link to implementation guidelines
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ddc4c5b8aa75cfe8994ff150a0cae4cc51656852)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e96eed9b841394353cc5c4484ddc608432e22d29
Author: helene hickey <hickeyhe at wgc.school.nz>
Date:   Wed Jan 16 23:20:38 2019 +0000

    Bug 21290: Updating documentation for ModItem
    
    To test:
    Review the patch and check it is now updated correctly
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9a5bfee706f85bc5fd53a9c2d0616c2e1186379a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ba8cd76c6239ed71246c26666f16f07f56b731b7
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Wed Jan 16 20:53:40 2019 +0000

    Bug 20679: Removed 'rows per page' from report print layout
    
    Test plan:
    1. Create a report or view an existing report
    2. Notice that 'Rows per page:' is visible
    3. Print report (Ctrl+P)
    4. Confirm that on printed report, 'Rows per page:' is no longer visible
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 65b64bcafacf983a101f263e554b6d7274567bb9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e227fea2a23b9da2f201e49934018342109c9cd7
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Wed Jan 16 23:10:35 2019 +0000

    Bug 22149: Fixed grammar in the manage_circ_rules_from_any_libraries description
    
    Test plan:
    1. Review patch and confirm that the sentence makes sense
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 9e79de6ef2d1662d04018203d2f9ff48be8a0f0f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ea8bd52f6dbb6aab6aabb1d9e191b0356ba1a529
Author: Jack Kelliher <jke0429 at stacmail.net>
Date:   Tue Jan 15 03:24:17 2019 +0000

    Bug 21930: Reworded message on permissions.inc
    
    1. Go to patrons account, more, Set Permissions.
    2. Dropdown the Parameters section.
    3. Text should display "If not set the logged in user could only edit
    circulation rules for its the own library (please note that
            manage_circ_rules is still required)"
    4. Apply patch and reload page
    5. Text should now display "Edit circulation rules from any library. If
    not set the logged in user could only edit circulation rules for their
    own library (please note that manage_circ_rules is still required)"
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ae84cf1e7a512ce198e5fe7e0b4dd3930967ba76)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e9e29c3592defd30e3ea685b2770c67da7a54bef
Author: helene hickey <hickeyhe at wgc.school.nz>
Date:   Tue Jan 15 21:08:47 2019 +0000

    Bug 22029: Google plus has been removed from the social links.
    
    For testing:
    1) Make sure SocailNetworks is enabled
    2) Find a book and verify that in the social links, there is a Google
    Plus option
    3) apply patch and verify that the Google Plus option is no longer there
    
    Signed-off-by: David Nind <david at davidnind.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 380e57ed72aa3b11e91b3897501b9966392a3eaf)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Items.pm                                        |    3 +-
 Koha.pm                                            |    2 +-
 Koha/FrameworkPlugin.pm                            |    4 +-
 Koha/REST/V1/Auth.pm                               |   46 ++++-
 Koha/REST/V1/Patrons/Password.pm                   |   76 +++++++++
 api/v1/swagger/paths.json                          |    3 +
 api/v1/swagger/paths/patrons_password.json         |   84 +++++++++
 authorities/auth_finder.pl                         |    3 +-
 authorities/authorities-home.pl                    |    3 +-
 authorities/authorities.pl                         |    4 +-
 authorities/blinddetail-biblio-search.pl           |    3 +-
 authorities/detail-biblio-search.pl                |    4 +-
 authorities/detail.pl                              |    4 +-
 authorities/export.pl                              |    3 +-
 authorities/merge.pl                               |    3 +-
 authorities/merge_ajax.pl                          |    3 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   12 ++
 koha-tmpl/intranet-tmpl/prog/css/print.css         |    1 +
 koha-tmpl/intranet-tmpl/prog/css/reports.css       |   36 ++++
 koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc |  180 ++++++++++----------
 .../intranet-tmpl/prog/en/includes/permissions.inc |    2 +-
 .../prog/en/includes/reports-toolbar.inc           |    3 +-
 .../en/modules/admin/preferences/circulation.pref  |    4 +-
 .../en/modules/admin/preferences/web_services.pref |   10 +-
 .../prog/en/modules/members/moremember.tt          |   58 +++----
 .../en/modules/reports/guided_reports_start.tt     |   76 +++++----
 .../prog/en/modules/tools/import_borrowers.tt      |    2 +-
 .../prog/en/modules/tools/inventory.tt             |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/css/sci.css          |   12 +-
 koha-tmpl/opac-tmpl/bootstrap/css/sco.css          |   12 +-
 .../opac-tmpl/bootstrap/en/includes/calendar.inc   |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    2 -
 .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt |    2 +-
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   21 ++-
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   78 ++++-----
 .../silk/bricks.png => lib/famfamfam/OB.png}       |  Bin 825 -> 825 bytes
 .../lib/famfamfam/{silk => }/arrow_left.png        |  Bin 345 -> 345 bytes
 .../lib/famfamfam/{silk => }/arrow_refresh.png     |  Bin 685 -> 685 bytes
 .../lib/famfamfam/{silk => }/book_previous.png     |  Bin 680 -> 680 bytes
 .../lib/famfamfam/{silk => }/calendar.png          |  Bin 675 -> 675 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/cancel.png  |  Bin 587 -> 587 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/cd.png      |  Bin 673 -> 673 bytes
 .../lib/famfamfam/{silk => }/chart_curve.png       |  Bin 710 -> 710 bytes
 .../lib/famfamfam/{silk => }/controller.png        |  Bin 666 -> 666 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/cross.png   |  Bin 655 -> 655 bytes
 .../lib/famfamfam/{silk => }/database.png          |  Bin 390 -> 390 bytes
 .../lib/famfamfam/{silk => }/drive_web.png         |  Bin 686 -> 686 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/dvd.png     |  Bin 764 -> 764 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/font.png    |  Bin 567 -> 567 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/help.png    |  Bin 786 -> 786 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/link.png    |  Bin 343 -> 343 bytes
 .../lib/famfamfam/{silk => }/magnifier.png         |  Bin 615 -> 615 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/note.png    |  Bin 500 -> 500 bytes
 .../lib/famfamfam/{silk => }/paintbrush.png        |  Bin 548 -> 548 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/pencil.png  |  Bin 450 -> 450 bytes
 .../lib/famfamfam/{silk => }/pictures.png          |  Bin 704 -> 704 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/report.png  |  Bin 649 -> 649 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/script.png  |  Bin 748 -> 748 bytes
 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book.png    |  Bin 593 -> 0 bytes
 .../opac-tmpl/lib/famfamfam/silk/book_link.png     |  Bin 789 -> 0 bytes
 .../opac-tmpl/lib/famfamfam/silk/book_open.png     |  Bin 622 -> 0 bytes
 .../opac-tmpl/lib/famfamfam/silk/computer_link.png |  Bin 792 -> 0 bytes
 koha-tmpl/opac-tmpl/lib/famfamfam/silk/film.png    |  Bin 653 -> 0 bytes
 .../opac-tmpl/lib/famfamfam/silk/keyboard.png      |  Bin 570 -> 0 bytes
 koha-tmpl/opac-tmpl/lib/famfamfam/silk/map.png     |  Bin 804 -> 0 bytes
 koha-tmpl/opac-tmpl/lib/famfamfam/silk/music.png   |  Bin 385 -> 0 bytes
 .../opac-tmpl/lib/famfamfam/silk/newspaper.png     |  Bin 658 -> 0 bytes
 koha-tmpl/opac-tmpl/lib/famfamfam/silk/picture.png |  Bin 606 -> 0 bytes
 .../opac-tmpl/lib/famfamfam/silk/report_disk.png   |  Bin 760 -> 0 bytes
 koha-tmpl/opac-tmpl/lib/famfamfam/silk/sound.png   |  Bin 610 -> 0 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/stop.png    |  Bin 700 -> 700 bytes
 .../lib/famfamfam/{silk => }/text_list_bullets.png |  Bin 344 -> 344 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/user.png    |  Bin 741 -> 741 bytes
 .../opac-tmpl/lib/famfamfam/{silk => }/world.png   |  Bin 923 -> 923 bytes
 .../lib/famfamfam/{silk => }/world_link.png        |  Bin 957 -> 957 bytes
 reserve/request.pl                                 |    2 +-
 t/db_dependent/api/v1/auth_basic.t                 |   93 ++++++++++
 t/db_dependent/api/v1/patrons_password.t           |  145 ++++++++++++++++
 79 files changed, 755 insertions(+), 249 deletions(-)
 create mode 100644 Koha/REST/V1/Patrons/Password.pm
 create mode 100644 api/v1/swagger/paths/patrons_password.json
 copy koha-tmpl/opac-tmpl/{bootstrap/lib/famfamfam/silk/bricks.png => lib/famfamfam/OB.png} (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/arrow_left.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/arrow_refresh.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/book_previous.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/calendar.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/cancel.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/cd.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/chart_curve.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/controller.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/cross.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/database.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/drive_web.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/dvd.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/font.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/help.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/link.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/magnifier.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/note.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/paintbrush.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/pencil.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/pictures.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/report.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/script.png (100%)
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_link.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/book_open.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/computer_link.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/film.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/keyboard.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/map.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/music.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/newspaper.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/picture.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/report_disk.png
 delete mode 100644 koha-tmpl/opac-tmpl/lib/famfamfam/silk/sound.png
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/stop.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/text_list_bullets.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/user.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/world.png (100%)
 rename koha-tmpl/opac-tmpl/lib/famfamfam/{silk => }/world_link.png (100%)
 create mode 100644 t/db_dependent/api/v1/auth_basic.t
 create mode 100644 t/db_dependent/api/v1/patrons_password.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list