[koha-commits] main Koha release repository branch master updated. v19.05.00-1020-gb0a143a

Git repo owner gitmaster at git.koha-community.org
Thu Oct 24 12:23:03 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  b0a143acd3675f59ceb408638cad322327287094 (commit)
       via  d09083fc874512e8539c721cb8d0c808df261fe2 (commit)
       via  346f8b163a45a15b522c05ab6da532f922588559 (commit)
       via  2f315139e213ca9241d385dfea0aa747999c8464 (commit)
       via  030eb694a87029e3220e8f930f509556c9e816ea (commit)
      from  1b9f3621dfc82144e498d6d7d53cdda3b6d352a0 (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 b0a143acd3675f59ceb408638cad322327287094
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Oct 22 12:38:50 2019 +0100

    Bug 23633: Hide paid transactions by default on the OPAC
    
    This patch adds filtering on paid for type transactions to the OPAC
    accounts page.  The filtering is enabled by default but may be toggled
    to show historical transactions.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d09083fc874512e8539c721cb8d0c808df261fe2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jul 29 13:19:19 2019 +0000

    Bug 23392: Don't display private notes in MARC21
    
    To test:
    1 - Add some notes to a record in fields 541,542,561,583,590
    2 - Ensure all of these are visible in the frameworks
    3 - Note they appear in the 'Title notes'/'Description' tabs on OPAC/Staff client
    4 - Mark first indicator '0' on all notes
    5 - They still display
    6 - Apply patch
    7 - Notes no longer show on OPAC
    8 - Notes still show on Staff client
    9 - prove -v t/Biblio/GetMarcNotes.t
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 346f8b163a45a15b522c05ab6da532f922588559
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Oct 21 22:08:45 2019 +0000

    Bug 23863: (QA follow-up) Add missing html filter
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2f315139e213ca9241d385dfea0aa747999c8464
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Oct 22 14:07:46 2019 -0400

    Bug 23863: Editing a basket clears create_items value
    
    Test Plan:
    1) Create a basket with a non-default value for aqbasket.create_items
    2) Click Edit from basket.pl
    3) Click Save without changing anything
    4) Note that aqbasket.create_items is no longer set
    5) Apply this patch
    6) Restart all the things!
    7) Repeat steps 1-3
    8) Note create_items is unchanged!
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 030eb694a87029e3220e8f930f509556c9e816ea
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 21 17:55:17 2019 +0200

    Bug 23855: Fix "Mark selected suggestion as" status
    
    On the suggestions management page (suggestion/suggestion.pl) you can
    select suggestions and change their status.
    But it only works for "ACCEPTED" or "REJECTED".
    
    Maybe caused by bug 22905.
    
    Test plan:
    Select at least one suggestion on the screen and select the "Pending"
    status.
    => The status of the selected suggestions must have been updated
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Biblio.pm                                       |   13 ++++++++-
 acqui/basketheader.pl                              |    1 +
 .../prog/en/modules/acqui/basketheader.tt          |    4 ++-
 .../opac-tmpl/bootstrap/en/modules/opac-account.tt |   29 ++++++++++++++++++--
 opac/opac-basket.pl                                |    2 +-
 opac/opac-detail.pl                                |    2 +-
 suggestion/suggestion.pl                           |    4 +--
 t/Biblio/GetMarcNotes.t                            |   15 ++++++++--
 8 files changed, 58 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list