[koha-commits] main Koha release repository branch master updated. v19.11.00-132-g42d40e3

Git repo owner gitmaster at git.koha-community.org
Fri Jan 3 12:14:47 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  42d40e372e25cc4790290dcd0bb31c50f237f5fe (commit)
       via  dc5fe323d2e8393caa76103c1402a0448003f61e (commit)
      from  65fb97389b229c0a4de2a09570168ee4a48359bc (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 42d40e372e25cc4790290dcd0bb31c50f237f5fe
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Jan 3 10:49:15 2020 +0000

    Bug 23261: (RM follow-up) Add missing uri filter
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dc5fe323d2e8393caa76103c1402a0448003f61e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 11 13:02:07 2019 +0100

    Bug 24217: use Modern::Perl for modules when strict is missing
    
    We absolutely need that for modules.
    We are enabling strict by using Modern::Perl.
    Note that other modules from C4 use strict and warnings, instead of
    Modern::Perl
    
    Test plan: git grep 2505 **/*.pm should not return any results
    
    And let's see later what needs to be fixed.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Accounts.pm                                                   |    3 +--
 C4/Auth_with_ldap.pm                                             |    3 +--
 C4/AuthoritiesMarc/MARC21.pm                                     |    3 +--
 C4/AuthoritiesMarc/UNIMARC.pm                                    |    3 +--
 C4/BackgroundJob.pm                                              |    3 +--
 C4/Budgets.pm                                                    |    3 +--
 C4/Circulation.pm                                                |    4 +---
 C4/Contract.pm                                                   |    2 --
 C4/InstallAuth.pm                                                |    3 +--
 C4/Installer/UpgradeBackup.pm                                    |    3 +--
 C4/Items.pm                                                      |    3 +--
 C4/Koha.pm                                                       |    3 +--
 C4/Members.pm                                                    |    3 +--
 C4/Members/AttributeTypes.pm                                     |    3 +--
 C4/Output.pm                                                     |    3 +--
 C4/Overdues.pm                                                   |    3 +--
 C4/Print.pm                                                      |    3 +--
 C4/Record.pm                                                     |    6 ++----
 C4/Reports.pm                                                    |    3 +--
 C4/Reserves.pm                                                   |    3 +--
 C4/Scheduler.pm                                                  |    3 +--
 C4/Search.pm                                                     |    3 +--
 C4/Search/PazPar2.pm                                             |    3 +--
 C4/Suggestions.pm                                                |    4 +---
 C4/TmplTokenType.pm                                              |    3 +--
 C4/XISBN.pm                                                      |    3 +--
 .../opac-tmpl/bootstrap/en/modules/opac-recordedbooks-search.tt  |    2 +-
 misc/translator/TmplTokenizer.pm                                 |    3 +--
 misc/translator/VerboseWarnings.pm                               |    3 +--
 29 files changed, 29 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list