[koha-commits] main Koha release repository branch master updated. v3.22.00-929-g08eabd2

Git repo owner gitmaster at git.koha-community.org
Wed Mar 23 00:01:19 CET 2016


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  08eabd2b9688d8394f07af118beabb3980b0b1d0 (commit)
       via  db0ecc3cc5dbde028db8b083dbe5d75740552445 (commit)
      from  515e2d7c9d2b5afe3f7c0618596f1d9e5e699315 (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 08eabd2b9688d8394f07af118beabb3980b0b1d0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 22 11:04:41 2016 +0000

    Bug 15585: Remove "shift on reference is experimental" warning
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit db0ecc3cc5dbde028db8b083dbe5d75740552445
Author: charles <charles.farmer at inlibro.com>
Date:   Wed Jan 27 15:17:32 2016 -0500

    Bug 15585 - Move C4::Passwordrecovery to the new namespace Koha::Patron::Password::Reset
    
    As promised, here is the long-awaited sequel to #8753.
    
    What has changed :
    
        - The Koha::Patron::Password::Reset is now used in place of C4::Passwordrecovery
        - That ugly shift-grep contraption is no more (goodbye old friend)
        - The generated unique key won't end in a dot anymore
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../Patron/Password/Recovery.pm                    |   15 +++---
 opac/opac-password-recovery.pl                     |   15 +++---
 t/db_dependent/Passwordrecovery.t                  |   52 ++++++++++----------
 3 files changed, 44 insertions(+), 38 deletions(-)
 rename C4/Passwordrecovery.pm => Koha/Patron/Password/Recovery.pm (91%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list