[koha-commits] main Koha release repository branch master updated. v16.11.00-414-g7704478

Git repo owner gitmaster at git.koha-community.org
Tue Feb 14 15:19:26 CET 2017


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  7704478836c42088519bb4a91833720d921bc890 (commit)
       via  b4c66d5cc4be5ca555799a719ff07ffae5b2f45f (commit)
      from  4bd2188affee568de81342d0af24fcf0239d9f01 (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 7704478836c42088519bb4a91833720d921bc890
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jan 20 17:34:56 2017 +0000

    Bug 17935: Follow up for C4::Plugin...
    
    TEST PLAN
    ---------
    -- apply first patch
    git grep "C4::Plugin"
    -- still two references
    perldoc Koha::Plugins::Base
    perldoc Koha::Plugins::Handler
    
    -- apply this patch
    git grep "C4::Plugin"
    -- no references
    perldoc Koha::Plugins::Base
    perldoc Koha::Plugins::Handler
    -- should look fixed
    
     Please enter the commit message for your changes. Lines starting
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b4c66d5cc4be5ca555799a719ff07ffae5b2f45f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Jan 18 16:56:16 2017 +0100

    Bug 17935: Adjust some POD lines, fix a few typos
    
    This patch does the following:
    
    [1] Move some POD lines from Cache to Caches.
    [2] Correct C4::Plugins to Koha::Plugins in POD line of Koha::Plugins
    [3] POD Koha/AuthorisedValue.pm: lib_opac moved to opac_description
    [4] The POD in Koha/Patron.pm uses head2 and head3 inconsistently.
        Ran s/^=head2/=head3/ on those lines (7 substitutions on 7 lines)
    [5] Correct a copied POD line from reports/issues_stats.pl in
        reports/reserve_stats.pl.
    [6] Correct a test description in t/db_dependent/Koha/Authorities.t.
        You should never delete the library :)
    [7] Correct typo shouild in a comment of rebuild_zebra.pl
    
    Test plan:
    [1] Read the patch. Does it make sense?
    [2] Run perldoc Koha/Cache.pm and Koha/Caches.pm
    [3] Run t/db_dependent/Koha/Authorities.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/AuthorisedValue.pm               |    8 +++-----
 Koha/Cache.pm                         |   13 +++----------
 Koha/Caches.pm                        |   29 +++++++++++++++++++++++++++++
 Koha/Patron.pm                        |   14 +++++++-------
 Koha/Plugins.pm                       |    2 +-
 Koha/Plugins/Base.pm                  |    2 +-
 Koha/Plugins/Handler.pm               |    2 +-
 misc/migration_tools/rebuild_zebra.pl |    4 ++--
 reports/reserves_stats.pl             |    2 +-
 t/db_dependent/Koha/Authorities.t     |    2 +-
 10 files changed, 49 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list