[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.01-7-g1d9b0fa

Git repo owner gitmaster at git.koha-community.org
Thu Jan 3 15:45:37 CET 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, 18.11.x has been updated
       via  1d9b0fa57efd9a7215b38e5f5b7d30fba788caa6 (commit)
       via  8b27475331dce6cdd01dd765b1eca0e42a51be5f (commit)
       via  66502804d2571c473a647cac2ab3e63fa62e1aa8 (commit)
       via  ddfa48bf7029216051da386d211bbd4327a7453b (commit)
       via  af6136fad7e3f777d647724f73fff3c926fbb6ff (commit)
       via  ee0711bac4c175212f80cfb0826e2ce6f3152e60 (commit)
      from  46d725c128ad238794974dfd2bf35e99e3a5b6bc (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 1d9b0fa57efd9a7215b38e5f5b7d30fba788caa6
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Dec 26 12:25:54 2018 -0300

    Bug 21547: (follow-up) Rely on Koha::Patron->set_password checks
    
    This patch makes the controller just call $patron->set_password and use
    the exceptions it might raise instead of manually checking the passwor
    strength.
    
    No behaviour change should be expected. It also removes some leftovers.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3f734900f0a86e5478afc22cb77b493500e998e9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8b27475331dce6cdd01dd765b1eca0e42a51be5f
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 11 12:00:31 2018 +0200

    Bug 21547: Use set_password in opac-passwd and remove sub goodkey
    
    Remove sql statement to change password by calling set_password.
    Remove sub goodkey by calling C4::Auth::checkpw_hash.
    Adding the scalar before param Oldkey (from bug 21036).
    
    Rebased on top of 21178 (using set_password instead of update_password).
    
    Test plan:
    Try to change password in OPAC with good and bad pw.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 085cfc6bca30718a6d719d645709097cf86f01db)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 66502804d2571c473a647cac2ab3e63fa62e1aa8
Author: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
Date:   Sat Dec 1 10:05:38 2018 +0000

    Bug 21929: Typo in orderreceive.tt
    
    lass -> class
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3c14a0d3526351fde4d785b5f60117f62edea5a9)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ddfa48bf7029216051da386d211bbd4327a7453b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 16 11:51:40 2018 -0300

    Bug 21571: Make ACCTDETAILS translatable
    
    This patch makes the notice "ACCTDETAILS" translatable.
    
    Test plan:
    1. Switch on TranslateNotices and AutoEmailOpacUser
    2. Define templates for different languages for ACCTDETAILS
    3. Create a new patron, define an email address, userid and password.
    Also pick a different "preferred language" then the default value
    4. You should receive the email with the correct, translated, email.
    
    Signed-off-by: Hugo Agud <hagud at orex.es>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a200aafd3b181b736dc288e208730a50372fbfd8)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit af6136fad7e3f777d647724f73fff3c926fbb6ff
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Dec 16 01:25:44 2015 +0100

    Bug 21789: Example usage of I18N Template::Toolkit plugin
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 727f33d858e50d26dfb60cec516533d0c4107d2a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ee0711bac4c175212f80cfb0826e2ce6f3152e60
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 20 18:55:34 2018 -0300

    Bug 22033: Remove related_resultset from the list of available methods
    
    It is not covered by tests.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ccbed38e213de6a6b9331fc34d2f872bf5ab5fc7)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Letters.pm                                      |    1 +
 C4/Search.pm                                       |    1 -
 Koha/Object.pm                                     |    4 +-
 .../prog/en/modules/acqui/orderreceive.tt          |    2 +-
 .../prog/en/modules/catalogue/results.tt           |    3 +-
 opac/opac-passwd.pl                                |   47 ++++++--------------
 6 files changed, 19 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list