[koha-commits] main Koha release repository branch master updated. v18.11.00-495-g9ce71f3

Git repo owner gitmaster at git.koha-community.org
Tue Feb 19 15:10:11 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, master has been updated
       via  9ce71f34ee1e106a3d1b36533e9a86b1d2c7ad01 (commit)
       via  1513c97b59a9faafeca2c5147b5cc65c4d2fd37c (commit)
       via  5b0eb51c8066abbd645731593572277ca5b46715 (commit)
       via  719153455c8c58fb8b1a8e9123acef5052dbd462 (commit)
       via  e55d16f0da01dc474dc2f4541926c1daf609aff0 (commit)
       via  d220725694302f187b3ff92c0eedda583919b735 (commit)
       via  209570f89d050f22fa90eed6a8a70ad9eb56e8a2 (commit)
       via  83dc5896e5afe0509d2732bba08f8e3f9d69f69d (commit)
       via  1ce4730d374c57e5e6f9abffe1bff112a8485cc5 (commit)
       via  89c9df6ad5869b709e45947f29ff4588d893f05c (commit)
       via  408062a2bd0158d99690222c3be9963599858042 (commit)
       via  5fbe1d71050cec607056b6c1916f65b837937c56 (commit)
       via  fc9b78277aacd20ce7a4f305ab0faeed8139c633 (commit)
       via  4b8dfad8a6a7667a06658461ce8764eff56ef838 (commit)
       via  b04a3e4b5df97018436c72b68fe50014f6fcee5a (commit)
       via  473a2d90d6eb1b814e66de0fc3a59882fed04c83 (commit)
       via  e7a1a3444b2d9a1c616766aeb38f34009f2e9527 (commit)
       via  acb455f151ac737613857c58e64a600d760a59e0 (commit)
       via  5ea9fb91632d712a6f70f4a3382ba96b4db74f69 (commit)
       via  940c5c0add3065d35f776a3a19ba87d936e84a0f (commit)
       via  02aa348f653a46cae671f5949a27a205bd5cb4fa (commit)
       via  562eaa154b9efa20431133db04823c4d36be742d (commit)
       via  0718416ff1ca70a25bc12fa3b677fdeafd7854c8 (commit)
       via  311f5f38c328267244481c8e5419be01e7d0aa12 (commit)
       via  145f578d267427fd7b0936918d988be1febe658c (commit)
       via  99ad829f991a30cd044995f3e93d52fc9b87dc1d (commit)
       via  96456cadc28e7e4b442da76adb2c9b1ece5a68f1 (commit)
       via  47839084fb788d2d5339842dfb5c6029984f2928 (commit)
       via  fd9ff6a4f012399fc8408aa25ab1185d8308ea45 (commit)
       via  8a2d5fab95ae2db5adf8cca16524b7a231680dd3 (commit)
       via  112286ead4b3b2ba3f49b50b8ef4270d9dd7824c (commit)
       via  d000b4202fc7d8d1e80467c8c9890bd71d96cef0 (commit)
       via  a27a6e6d729cd3b6be0251c1c6bda5a763fea6bc (commit)
       via  83fe95d0c5d404a2ffc6ed35e822ff0f5ee8b6e6 (commit)
       via  fcc17549bee1d1f9d85815a5bab24ba4ffaac7b3 (commit)
       via  b225ffc559d22e7a373b92bf25a3a4162dc21be2 (commit)
      from  ae85590a323c468e1ffbe566fe1f916a2901b56b (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 9ce71f34ee1e106a3d1b36533e9a86b1d2c7ad01
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Feb 11 17:45:51 2019 +0000

    Bug 19164: (QA follow-up) Minor whitespace cleanup
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1513c97b59a9faafeca2c5147b5cc65c4d2fd37c
Author: Jon Knight <J.P.Knight at lboro.ac.uk>
Date:   Mon Feb 11 15:50:30 2019 +0000

    Bug 19164: Add MARC modification template support to misc/stage-file.pl.
    
    https://bugs.koha-community.org/show_bug.cgi?id=19164
    
    Bug 19164 - Allow MARC modification templates to be used in staged MARC imports
    
    Patch checks for duplicate MARC modificiation templates and if only one is
    found that matches the name given on the command line, submits the batch
    staging of the input files using that template.
    
    Test plan:
    
    1) In the staff web client got to "Home › Tools › MARC modification templates" and create a MARC Modification Template called "Test Bug 19164". Set the action to be "Copy field 999$l to 998$l using RegEx s/NASH/FLASH/ if 999$l matches NASH"
    
    2) Download the test MARC record from this bug into a file called marc1.mrc into your koha dev user's home directory.
    
    3) Run misc/stage_file.pl with the command line:
    
       misc/stage_file.pl --file ~/marc1.mrc --add-items --marcmodtemplate "Test Bug 19164" --item-action replace --comment "testing MARC mod templates on batch staging"
    
    4) In the staff client, go to Home › Tools › Manage staged MARC records and check that the file is visible and in status "Staged"
    
    5) Click on the filename to bring up details of the staged batch, and then click on "Basic Christianity. Stott, John R. W. (0802811892)". Note that there is a 998$l field with the value "FLASH" that has been created using the MARC Modification Template.
    
    Signed-off-by: Mackey Johnstone <mackeyfj at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5b0eb51c8066abbd645731593572277ca5b46715
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sat Feb 18 19:50:32 2017 -0500

    Bug 18143: Silence ods MARC framework export flood
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 719153455c8c58fb8b1a8e9123acef5052dbd462
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Sat Feb 18 19:21:59 2017 -0500

    Bug 18143: Silence XML MARC Framework export flood
    
    TEST PLAN
    ---------
    1) Log in to staff client
    2) Click Koha administration
    3) Click MARC bibliographic framework
    4) export default as xml
    5) Read the error log
       -- it's floody and export is default framework
    6) export another framework as xml
    7) Read the error log
       -- it's floody and export is the correct framework
    8) apply the patch
    9) repeat steps 4-7
       -- expected frameworks exported, and no flooding.
    10) run koha qa test tools
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e55d16f0da01dc474dc2f4541926c1daf609aff0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 29 17:53:37 2018 +0000

    Bug 20102: Remove attribute "text/css" for <style> element used in staff client templates
    
    This patch modifies staff client templates to remove the "type"
    attribute from <style> tags. The attribute is no longer valid.
    
    To test, apply the patch and confirm the changes to the templates. The
    appearance of the staff client should be unchanged.
    
    Validating pages from the staff client should not return any errors
    related to the <style> "type" attribute.
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d220725694302f187b3ff92c0eedda583919b735
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Feb 8 16:54:37 2019 +0000

    Bug 21427: (QA follow-up) Fix for tabs
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 209570f89d050f22fa90eed6a8a70ad9eb56e8a2
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Jan 11 22:55:35 2019 +0100

    Bug 21427: Format prices on ordered/spent lists consistently
    
    Some price information on the spent and ordered list already
    used the $Price filter. With this patch all amounts should be
    formatted according to the CurrencyFormat system preference.
    
    Signed-off-by: Jack Kelliher <jke0429 at stacmail.net>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 83dc5896e5afe0509d2732bba08f8e3f9d69f69d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Dec 20 21:44:02 2018 +0100

    Bug 12759: Add missing html filters
    
    Add some missing html filters to fix QA script
    complaints.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1ce4730d374c57e5e6f9abffe1bff112a8485cc5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Nov 12 14:50:31 2018 -0300

    Bug 12759: Pass records from selected tab
    
    To remove ambiguity we should not process the records from other tabs.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 89c9df6ad5869b709e45947f29ff4588d893f05c
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Jul 10 04:10:40 2018 +0000

    Bug 12759: (follow-up) Using tabs for diff ways of adding records
    
    This patch includes the changes for both batch record modification and
    deletion.
    Checks that all public lists are included and only private lists created
    by the logged in user.
    Hides the virtualshelves option if authorities are selected.
    Doesn't show shelf option at all if none exist
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 408062a2bd0158d99690222c3be9963599858042
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Feb 15 22:52:45 2017 +0000

    Bug 12759: Use a list (shelf) for batch record modification and deletion
    
    To test:
    1) Create a list, add a record to it by its barcode that you don't mind
    deleting
    2) Go to Tools -> Batch record modification
    3) Select the record type 'Authorities'. Confirm the dropdown to select
    a list disappears. Confirm selecting 'Biblios' makes the dropdown show
    again.
    4) Select the list from the dropdown, select a modification template,
    Continue
    5) Confirm all of the records in that list show on the page. Click
    Modify selected records. Confirm this is successful.
    6) Go to Batch record deletion
    7) Select the record type 'Authorities'. Confirm the dropdown to select
    a list disappears. Confirm selecting 'Biblios' makes the dropdown
    show again.
    8) Select the list from the dropdown and click Continue
    9) Confirm all of the records in that list show on the page. Click
    Delete selected records. Confirm this is successful.
    10) Go back to your lists. The list should still exist but it will now be
    empty.
    
    Sponsored-by: Catalyst IT
    NOTE: Rebased to work -- Mark Tompsett
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5fbe1d71050cec607056b6c1916f65b837937c56
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Feb 8 14:44:30 2019 +0000

    Bug 14272: (QA follow-up) Remove superflous filter
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit fc9b78277aacd20ce7a4f305ab0faeed8139c633
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Nov 28 22:01:41 2018 +0000

    Bug 14272: (follow-up) Show single display of 'all' news
    
    This patch ensures that news items with location set to 'all' can be
    clicked on and shown individually also.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 4b8dfad8a6a7667a06658461ce8764eff56ef838
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Oct 30 20:08:30 2018 +0100

    Bug 14272: Fix missing TT filters
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b04a3e4b5df97018436c72b68fe50014f6fcee5a
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Tue Aug 28 22:32:28 2018 +0000

    Bug 14272: (follow-up) Fixing layout issues and expiration date hint
    
    Misunderstood the first time.
    
    I've added the hint to the news form on staff side.
    I've fixed the layout on OPAC.
    The RSS feed shows on the main page, but is hidden if there is no news
    and if viewing one news item.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 473a2d90d6eb1b814e66de0fc3a59882fed04c83
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Jul 4 01:08:17 2018 +0000

    Bug 14272: (follow-up) Fixing template error and layout
    
    To test, confirm that OpacMainUserBlock and Quote of the Day do not show
    if viewing a single news item, but do show otherwise. Confirm user
    dashboard shows where expected
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    UPDATE 24/Aug: Add expiration date text
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e7a1a3444b2d9a1c616766aeb38f34009f2e9527
Author: Charles Farmer <charles.farmer at inLibro.com>
Date:   Fri Jun 29 14:27:00 2018 -0400

    Bug 14272: (follow-up) only display news available for a particular opac lang [alternative patch]
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit acb455f151ac737613857c58e64a600d760a59e0
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Jun 13 02:27:13 2018 +0000

    Bug 14272: Show single news item [alternative patch]
    
    This is a new patch for this bug that shows a single news item on the
    OPAC using Koha Objects (Koha::News).
    
    To test:
    1) Go to Tools -> News on staff interface, make a news item to show on
    the OPAC
    2) Go to OPAC
    3) Notice news item shows and title cannot be clicked
    4) Apply patch, refresh page
    5) Notice title is now a link. Click title
    6) Confirm breadcrumbs shows title of news item
    7) Confirm RSS feed and OpacMainUserBlock are not visible
    8) In the URL, change the news_id param to an ID that does not exist
    9) Confirm that an appropriate error message shows
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5ea9fb91632d712a6f70f4a3382ba96b4db74f69
Author: Jasmine Amohia <jasmineamohia.student at wegc.school.nz>
Date:   Wed Jan 16 21:26:10 2019 +0000

    Bug 22147: Hidden 'Batch modify' button on report print layout
    
    Test plan:
    1) Create or run a report that has an itemnumber column
    2) Notice the Batch modify button under the itemnumber heading
    3) Print the page
    4) Notice the button no longer shows on the printed page
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 940c5c0add3065d35f776a3a19ba87d936e84a0f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Dec 6 15:17:37 2018 +0100

    Bug 21966: Fix descriptions of acquisition permissions to be more clear (again)
    
    This was already done and pushed on bug 3849, but some of it got
    undone accidentally by a later patch.
    
    To test:
    - Check the acquisition permissions
    - The *budget* permissions should clearly describe their
      use for 'funds'.
    
    Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 02aa348f653a46cae671f5949a27a205bd5cb4fa
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Feb 5 08:24:31 2019 -0300

    Bug 16497: Refactor tests using BASIC authentication
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 562eaa154b9efa20431133db04823c4d36be742d
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jan 18 12:02:38 2019 -0300

    Bug 16497: (follow-up) GET operations require staff access
    
    With the introduction of the /public namespace all other endpoints, the
    rest of the endpoints are restricted to privileged users.
    
    This patch makes the GET /libraries and GET /libraries/:library_id
    endpoints require 'catalogue' permissions.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0718416ff1ca70a25bc12fa3b677fdeafd7854c8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Jan 11 13:23:14 2019 -0300

    Bug 16497: (follow-up) Adapt to existing guidelines and RFC
    
    This patch makes the original implementation match what is specified on
    the RFC [1].
    
    The controller is updated, and so the tests.
    
    To test:
    - Apply this patches:
    - Run:
      $ kshell
     k$ prove t/db_dependent/api/v1/libraries.t
    => SUCCESS: Tests pass!
    
    [1] https://wiki.koha-community.org/wiki/Libraries_endpoint_RFC
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    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 311f5f38c328267244481c8e5419be01e7d0aa12
Author: Alex Arnaud <alex.arnaud at biblibre.com>
Date:   Tue Dec 5 14:56:34 2017 +0000

    Bug 16497: Add POD in Koha/REST/V1/Library.pm
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    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 145f578d267427fd7b0936918d988be1febe658c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Oct 27 12:07:50 2017 -0300

    Bug 16497: (follow-up) New column marcorgcode added
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    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 99ad829f991a30cd044995f3e93d52fc9b87dc1d
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri May 5 10:49:37 2017 +0000

    Bug 16497: Add missing field in definitions due to bug 18066
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    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 96456cadc28e7e4b442da76adb2c9b1ece5a68f1
Author: Jiří Kozlovský <mail at jkozlovsky.cz>
Date:   Sun Jul 31 11:46:57 2016 +0200

    Bug 16497: Add /api/v1/libraries
    
    CRUD for libraries via REST API.
    
    GET    /api/v1/libraries              - List all libraries
    GET    /api/v1/libraries/{branchcode} - Get one Library
    POST   /api/v1/libraries              - Add new Library
    DELETE /api/v1/libraries/{branchcode} - Delete Library
    
    Test plan:
      - apply patch
      - run tests: t/db_dependent/api/v1/libraries.t
      - test API with some API tool or simple curl
    
    e.g.:
    curl http://host:port/api/v1/libraries
    curl http://host:port/api/v1/libraries/cpl
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    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 47839084fb788d2d5339842dfb5c6029984f2928
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 15 09:44:52 2019 -0300

    Bug 7143: (follow-up) Update about page for new devs (Academy)
    
    It's now 2019!
    
    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>

commit fd9ff6a4f012399fc8408aa25ab1185d8308ea45
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 24 16:13:47 2019 +0000

    Bug 21845: Sort of issues in OPAC subscription table
    
    This patch adds a default sort option to the table of subscriptions on
    the OPAC detail page. This sorting option matches the sort of data
    passed from GetLatestSerials.
    
    To test, apply the patch and locate a subscription in the OPAC which has
    multiple issues. They should be sorted by default on publication date.
    
    Signed-off-by: mikael <mikael.Olangcay-Brisebois at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8a2d5fab95ae2db5adf8cca16524b7a231680dd3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 17 16:39:52 2019 +0000

    Bug 22156: Subscription result list sorts on "checkbox" by default
    
    This patch adds default sorting by title to the subscription search
    results list. Previously no default sort was defined, so it defaulted to
    sorting by the first column in the table.
    
    To test, apply the patch and go to Serials.
    
    - Perform a search of subscriptions which will return multiple results.
    - Confirm that the table of open subscriptions is sorted by default by
      title ascending.
    - Confirm the same for the table of closed subscriptions.
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 112286ead4b3b2ba3f49b50b8ef4270d9dd7824c
Author: root <root at f1ebe1bec408>
Date:   Tue Feb 19 12:08:10 2019 +0000

    Bug 22351: Compiled CSS
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d000b4202fc7d8d1e80467c8c9890bd71d96cef0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 15 16:12:22 2019 +0000

    Bug 22351: SCSS conversion broke style on last checked out information
    
    This patch makes a minor change to the staff client SCSS to correct an
    error which happened in the SCSS conversion.
    
    To test, apply the patch and regenerate the staff client CSS. Check out
    an item to a patron. The box showing information about the item you just
    checked out should be flush with the checkout form box.
    
    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>

commit a27a6e6d729cd3b6be0251c1c6bda5a763fea6bc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 30 19:58:25 2019 +0000

    Bug 22239: JavaScript error on subscription detail page when there are no orders
    
    This page modifies the subscription detail page so that a JavaScript
    error isn't triggered when a subscription has no acquisition details.
    
    To test, apply the patch and go to Serials.
    
     - Locate a subscription which isn't tied to acquisitions. In the
       browser console there should be no errors.
     - Locate a subscription which is part of an order. There should be an
       'Acquisitions details' tab and the order information on that tab
       should be displayed as a collapsible tree.
    
    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>

commit 83fe95d0c5d404a2ffc6ed35e822ff0f5ee8b6e6
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Feb 13 13:25:20 2019 +0100

    Bug 22323: cronjob runreport.pl CSV add encoding
    
    Cronjob runreport.pl runs SQL reports and can export as CSV.
    This export needs to be UTF-8 encoded.
    
    This pathes replaces use of Text::CSV_XS by Text::CSV::Encoded like in other places like tools/viewlog.pl.
    It adds a decode of headers bcause they will be encoded lika other lines.
    
    Test plan:
    1) Create a new item with itemnotes 'accentué'
    2) Create a SQL report with :
    SELECT barcode,itemnotes AS itè FROM items WHERE itemnotes LIKE 'accenté'
    3) Run this report
    4) You see well encoded header and content
    5) Run from command line (replace X by report number) :
    misc/cronjobs/runreport.pl X --format=csv --csv-header --store-results
    6) You well encoded header and content
    7) Go to saved reports table
    8) Look at saved results of report
    9) You well encoded header and content
    
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit fcc17549bee1d1f9d85815a5bab24ba4ffaac7b3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Feb 17 10:54:24 2019 -0300

    Bug 21904: Add missing PROCESS stt
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b225ffc559d22e7a373b92bf25a3a4162dc21be2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 6 13:58:44 2018 -0300

    Bug 21904: Hide libraries outside of the group in the header
    
    Fix typo
    
    To test:
    1 - Create a library group with two libraries
    2 - Enable hiding patron info for that group
    3 - Find or create a patron at one of those libraries without
    view_borrower_infos_from_any_libraries permission (but with staff side
    permission)
    4 - Sign in as that staff person
    5 - Click 'Patrons'
    6 - Click the [+] to expand search options
    7 - Set the 'Library' dropdown to a library outside of the group
    8 - Search
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/ImportExportFramework.pm                        |    4 +
 Koha/REST/V1/Library.pm                            |  314 +++++++++++++++
 api/v1/swagger/definitions.json                    |    3 +
 api/v1/swagger/definitions/library.json            |   90 +++++
 api/v1/swagger/parameters.json                     |    3 +
 api/v1/swagger/parameters/library.json             |    9 +
 api/v1/swagger/paths.json                          |    6 +
 api/v1/swagger/paths/libraries.json                |  403 ++++++++++++++++++++
 api/v1/swagger/x-primitives.json                   |    6 +
 docs/history.txt                                   |   12 +-
 koha-tmpl/intranet-tmpl/prog/css/print.css         |    1 +
 .../intranet-tmpl/prog/css/src/staff-global.scss   |    2 +-
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/includes/doc-head-close.inc            |    2 +-
 .../prog/en/includes/patron-search.inc             |   11 +-
 .../intranet-tmpl/prog/en/includes/permissions.inc |    8 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |    2 +-
 .../prog/en/modules/acqui/basketgroup.tt           |    2 +-
 .../prog/en/modules/acqui/booksellers.tt           |    2 +-
 .../prog/en/modules/acqui/duplicate_orders.tt      |    2 +-
 .../prog/en/modules/acqui/edifactmsgs.tt           |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/ordered.tt |   46 +--
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt   |   10 +-
 .../en/modules/admin/branch_transfer_limits.tt     |    2 +-
 .../prog/en/modules/admin/categories.tt            |    2 +-
 .../prog/en/modules/admin/classsources.tt          |    2 +-
 .../prog/en/modules/batch/print-notices.tt         |    2 +-
 .../prog/en/modules/catalogue/imageviewer.tt       |    2 +-
 .../prog/en/modules/catalogue/moredetail.tt        |    2 +-
 .../prog/en/modules/cataloguing/merge.tt           |    2 +-
 .../value_builder/unimarc_field_210c_bis.tt        |    2 +-
 .../en/modules/cataloguing/z3950_auth_search.tt    |    2 +-
 .../prog/en/modules/cataloguing/z3950_search.tt    |    2 +-
 .../prog/en/modules/circ/article-requests.tt       |    2 +-
 .../prog/en/modules/circ/view_holdsqueue.tt        |    2 +-
 .../prog/en/modules/clubs/templates-add-modify.tt  |    2 +-
 .../en/modules/reports/guided_reports_start.tt     |    2 +-
 .../prog/en/modules/serials/serials-search.tt      |    4 +-
 .../prog/en/modules/serials/subscription-detail.tt |   10 +-
 .../prog/en/modules/tools/batchMod-del.tt          |    2 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |    4 +-
 .../prog/en/modules/tools/batch_delete_records.tt  |   98 ++++-
 .../en/modules/tools/batch_record_modification.tt  |   97 ++++-
 .../prog/en/modules/tools/koha-news.tt             |    5 +-
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt  |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    1 +
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |   63 ++-
 .../opac-tmpl/bootstrap/en/modules/sci/sci-main.tt |    4 +-
 misc/cronjobs/runreport.pl                         |   11 +-
 misc/stage_file.pl                                 |   96 +++--
 opac/opac-main.pl                                  |   20 +-
 t/db_dependent/api/v1/libraries.t                  |  312 +++++++++++++++
 tools/batch_delete_records.pl                      |   10 +
 tools/batch_record_modification.pl                 |   10 +
 54 files changed, 1550 insertions(+), 169 deletions(-)
 create mode 100644 Koha/REST/V1/Library.pm
 create mode 100644 api/v1/swagger/definitions/library.json
 create mode 100644 api/v1/swagger/parameters/library.json
 create mode 100644 api/v1/swagger/paths/libraries.json
 create mode 100644 t/db_dependent/api/v1/libraries.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list