[koha-commits] main Koha release repository branch master updated. v19.11.00-1507-g600217eb69

Git repo owner gitmaster at git.koha-community.org
Fri Mar 27 10:19:53 CET 2020


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  600217eb69abf8218b68c32b8eaca223c87ceec3 (commit)
       via  46ecd9def51f2bb48f962d2492cddfc567bc2162 (commit)
       via  2849b188c885bb6752e9e5c7db381e291ed4bb30 (commit)
       via  dcc93816914d467191481542f318c1c8ca415105 (commit)
       via  11a91d6e0cde1711c51a771a2aa38abf761f7114 (commit)
       via  2611789b1ffad7be201cad50cff263428f688e53 (commit)
       via  c923f2f622b39bd2345561a7c8c74f30db61daf4 (commit)
      from  70aee86791d17754fa2300c38908ee8049cb7106 (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 600217eb69abf8218b68c32b8eaca223c87ceec3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 13:30:02 2018 -0300

    Bug 22001: Enable RaiseError for tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 46ecd9def51f2bb48f962d2492cddfc567bc2162
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 13:30:27 2018 -0300

    Bug 22001: Add tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2849b188c885bb6752e9e5c7db381e291ed4bb30
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 13:30:52 2018 -0300

    Bug 22001: Remove the RaiseError occurrences from tests
    
    Unless it is needed!
    Also remove $dbh when not used later.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dcc93816914d467191481542f318c1c8ca415105
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Jan 30 12:26:57 2020 +0100

    Bug 22685: Use DBIx::Class relationships in Koha::Acq::Bookseller methods
    
    To match PERL15 we change the behavior of Koha::Object methods to make
    them use the DBIx::Class relationships.
    
    Test plan:
    - Create a vendor, basket and contact
    - Edit the vendor => the contact must appears
    - Go to the view of a vendor => you cannot delete the vendor, it has
    a basket attached
    - Create another vendor, without basket
    - Go to the view of the vendor => You can delete it
    
    Additionally:
     % prove t/db_dependent/Koha/Acquisition/Booksellers.t
    must return green
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 11a91d6e0cde1711c51a771a2aa38abf761f7114
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Wed Mar 25 21:14:06 2020 +0000

    Bug 20648: Attribute option 'Display in check-out' should be renamed
    
    This patch rewords the 'Display in check-out' option in the patron
    attribute policy
    
    To test:
    
    1) Apply patch
    2) Go to /cgi-bin/koha/admin/patron-attr-types.pl?op=add_attribute_type
    3) Check that the 8th line down has been renamed to "Display in patron's
    brief information:"
    4) Check the description of this same option has been changed to "Check
    to show this attribute in the brief information panel in the patron's
    record (staff client)."
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2611789b1ffad7be201cad50cff263428f688e53
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Mar 26 07:41:46 2020 -0400

    Bug 24475: Cronjobs don't always live in misc
    
    In git installs, cronjobs live in misc, but for package installs, they
    live under bin. Let's just still with 'misc/cronjobs' which is always
    cromulent.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c923f2f622b39bd2345561a7c8c74f30db61daf4
Author: David Roberts <david at koha-ptfs.co.uk>
Date:   Wed Mar 25 21:59:22 2020 +0000

    Bug 24475: Reword FinesMode system preference
    
    This patch changes the wording of the FinesMode and
    CalculateFinesOnReturn system preferences explanations
    
    1) Install Patch
    2) Check that the wording of the FinesMode system preference has changed
    to "NOTE: If the misc/cronjobs/fines.pl cronjob is being run, accruing
    and final fines will be calculated when the cron runs and accruing fines
    will be finalized when an item is returned. If CalculateFinesOnReturn is
    enabled, final fines will be calculated when an item is returned."
    3) Check that the wording of the CalculateFinesOnReturn system
    preference has changed to add "NOTE: This system preference requires
    FinesMode to be set to 'Calculate and charge.'" to the existing note.
    
    Signed-off-by: Sally <sally.healey at cheshiresharedservices.gov.uk>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Acquisition/Bookseller.pm                              |  7 +++++--
 Koha/Database.pm                                            |  6 ++++--
 .../prog/en/modules/admin/patron-attr-types.tt              |  4 ++--
 .../prog/en/modules/admin/preferences/circulation.pref      |  6 +++---
 t/db_dependent/Acquisition.t                                |  3 ---
 t/db_dependent/Acquisition/CancelReceipt.t                  |  2 --
 t/db_dependent/Acquisition/GetBasketsInfosByBookseller.t    |  3 ---
 t/db_dependent/Acquisition/GetOrdersByBiblionumber.t        |  2 --
 t/db_dependent/Acquisition/Invoices.t                       |  1 -
 t/db_dependent/Acquisition/NewOrder.t                       |  2 --
 t/db_dependent/Acquisition/OrderFromSubscription.t          |  1 -
 t/db_dependent/Acquisition/TransferOrder.t                  |  3 ---
 t/db_dependent/Acquisition/close_reopen_basket.t            |  1 -
 t/db_dependent/Acquisition/populate_order_with_prices.t     |  3 ---
 t/db_dependent/ArticleRequests.t                            |  1 -
 t/db_dependent/AudioAlerts.t                                |  3 ---
 t/db_dependent/Auth_with_cas.t                              |  1 -
 t/db_dependent/Bookseller.t                                 |  1 -
 t/db_dependent/Circulation.t                                |  3 ---
 t/db_dependent/Circulation/GetTopIssues.t                   |  1 -
 t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t |  1 -
 t/db_dependent/CourseReserves.t                             |  2 --
 t/db_dependent/DecreaseLoanHighHolds.t                      |  2 --
 t/db_dependent/Filter_MARC_ViewPolicy.t                     |  1 -
 t/db_dependent/Holds/RevertWaitingStatus.t                  |  1 -
 t/db_dependent/Installer.t                                  |  2 --
 t/db_dependent/Items.t                                      |  2 --
 t/db_dependent/Koha/Acquisition/Booksellers.t               | 13 ++++++-------
 t/db_dependent/Koha/Acquisition/Currencies.t                |  4 ----
 t/db_dependent/Koha/Database.t                              |  4 +++-
 t/db_dependent/Koha_Misc_Files.t                            |  1 -
 t/db_dependent/Letters.t                                    |  1 -
 t/db_dependent/Letters/TemplateToolkit.t                    |  1 -
 t/db_dependent/Passwordrecovery.t                           |  3 ---
 t/db_dependent/Patron/Relationships.t                       |  5 -----
 t/db_dependent/Reports/Guided.t                             |  1 +
 t/db_dependent/Serials/Frequency.t                          |  1 -
 t/db_dependent/Serials/GetNextSeq.t                         |  1 -
 t/db_dependent/Serials/Numberpattern.t                      |  1 -
 t/db_dependent/Serials_2.t                                  |  1 -
 t/db_dependent/ShelfBrowser.t                               |  1 -
 t/db_dependent/cronjobs/advance_notices_digest.t            |  2 --
 42 files changed, 24 insertions(+), 81 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list