[koha-commits] main Koha release repository branch master updated. v19.05.00-219-g6c773a8

Git repo owner gitmaster at git.koha-community.org
Tue Jun 25 18:41:07 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  6c773a891704ee94c0e8159048c3c1aec62986d3 (commit)
       via  6538de6397a337f1f1181a3197994a7fff0410d8 (commit)
       via  e639400225e2d04823eee7a00e490d87f8d60401 (commit)
       via  2455286da42b73fa3efc29ac1a51ca81a0017a8e (commit)
       via  316eda1036fd08f9c78578b27e85fd79c6895237 (commit)
       via  2351693b61db83e0405157fd75951abee8df0116 (commit)
       via  6b6dc7bc791853d4dafb7f9ab02d3767c926ff08 (commit)
       via  7bc7cd4676632c835a16341191e07a5e7e13054a (commit)
      from  35093039df3b42ae33c746385669ba13deb38c7d (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 6c773a891704ee94c0e8159048c3c1aec62986d3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jun 25 09:21:44 2019 +0100

    Bug 23191: (follow-up) Improve output
    
    This patch adds a check of what plugins installed before the script run
    and outputs only those plugins that have been installed for the first
    time or upgraded during this run.
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6538de6397a337f1f1181a3197994a7fff0410d8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Jun 24 13:30:54 2019 +0100

    Bug 23191: Add commandline script to install plugins
    
    This adds an initial skeliton script to enable plugin installation at
    the commandline.
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e639400225e2d04823eee7a00e490d87f8d60401
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jun 24 12:39:15 2019 -0500

    Bug 23126: Add tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2455286da42b73fa3efc29ac1a51ca81a0017a8e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Jun 21 01:25:02 2019 +0000

    Bug 23126: Remove more unnecessary linebreak processing from serial collection
    
    This should have no visible effect on the templates as the
    information the grep changes is not used in the template.
    
    It's also strange, that these lines existed, as
    GetSubscriptionsFromBiblionumber contained the same changes.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Arthur Bousquet <arthur.bousquet at inlibro.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 316eda1036fd08f9c78578b27e85fd79c6895237
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Jun 18 08:06:10 2019 +0200

    Bug 23126: Display multi-line entries in subscrpitions correctly
    
    There are several notes and other fields in a subscription that
    can be entered as multi-line input with breaks. We should display
    them as they were entered with keeping the line breaks intact.
    
    To test:
    - Add a subscription
      - Add comments including line breaks in internal and OPAC note
      - Check the manual history checkbox
    - Go to the subscription detail page, tab 'Planning'
    - Use the 'Edit history' link to edit the history
    - Enter content with line breaks in all the input fields where
      it's possible
    - Go to the OPAC detail page for your subscription record
    - Go to tab 'Subscriptions' > More details > Brief history
    - Verify the line breaks show there as <br>
    - Apply patch
    - Relaod page, verify all information displays correctly now
    - Go back to the detail page, subscription tab - verify same there
    - Go back to the subscription detail page in staff
      - Check editing the history works as expected
      - Verify information on all tabs displays correctly
      - Receive a serial issue - verify note on top displays right
      - Go to the serial collection page of the subscription - same there
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2351693b61db83e0405157fd75951abee8df0116
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jun 19 12:07:58 2019 +0200

    Bug 23156: Add pagination to checkouts in ILS-DI GetPatronInfo service
    
    When patrons have a lot of checkouts, GetPatronInfo can take a lot of
    time. This patch introduces two new parameters to allow pagination of
    this list of checkouts
    
    Also, fix a warning in C4::ILSDI::Services::GetPatronInfo
    
    Test plan:
    1. Go to /cgi-bin/koha/ilsdi.pl?service=GetPatronInfo&patron_id=X&show_loans=1
       where X is a borrowernumber of a patron who has several checkouts
       Verify that all checkouts are listed
    2. Add '&loans_per_page=1&loans_page=1' to the URL. Verify that you have
       now only one checkout listed, and that there is a new element
       <total_loans> which contain the total number of checkouts
    3. Increase the page number in the URL until you have seen all checkouts
    4. prove t/db_dependent/ILSDI_Services.t
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6b6dc7bc791853d4dafb7f9ab02d3767c926ff08
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 21 11:02:43 2019 +0000

    Bug 23179: Add 'edit subfields' button to framework management
    
    To test:
    1) Go to Administration > MARC bibliographic framework
    2) On a line click Actions > MARC structure
    3) Note the dropdowns for each tag are: Edit, Subfields, Delete
    4) Apply patch
    5) Reload and note dropdowns are: Edit tag, View subfields, Edit subfields, Delete
    6) Confirm options do what is selected
    
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7bc7cd4676632c835a16341191e07a5e7e13054a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jun 11 16:46:27 2019 +0000

    Bug 23096: Add floating toolbar to OPAC lists
    
    This patch makes the list contents table's toolbar "stick" to the top of
    the screen when scrolling. Minor markup changes have been made to enable
    this change.
    
    To test, apply the patch and open a list in the OPAC which has multiple
    titles on it. Confirm that the toolbar sticks to the top of the screen
    when you scroll down.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/ILSDI/Services.pm                               |   17 ++-
 C4/Serials.pm                                      |    3 -
 .../prog/en/modules/admin/marctagstructure.tt      |    5 +-
 .../prog/en/modules/serials/serials-collection.tt  |    2 +-
 .../prog/en/modules/serials/serials-edit.tt        |    2 +-
 .../prog/en/modules/serials/subscription-detail.tt |    4 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    2 +-
 .../bootstrap/en/modules/opac-serial-issues.tt     |    4 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |   10 ++
 misc/devel/install_plugins.pl                      |  112 ++++++++++++++++++++
 opac/ilsdi.pl                                      |    2 +-
 opac/opac-serial-issues.pl                         |    6 --
 serials/serials-collection.pl                      |    4 -
 t/db_dependent/ILSDI_Services.t                    |   55 +++++++++-
 t/db_dependent/Serials.t                           |   27 ++++-
 15 files changed, 227 insertions(+), 28 deletions(-)
 create mode 100755 misc/devel/install_plugins.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list