[koha-commits] main Koha release repository branch master updated. v3.16.00-329-g3ea58cb

Git repo owner gitmaster at git.koha-community.org
Wed Jul 30 16:56:13 CEST 2014


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  3ea58cbe4968d08e3653cf8d712e55f5e780d703 (commit)
       via  c62e53bb972bf8f200bbf3c693b3089ebc721fda (commit)
      from  61440fab138cf4d05491cb0b1af6b2aebc50a13c (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 3ea58cbe4968d08e3653cf8d712e55f5e780d703
Author: Nick Clemens <Nick at quecheelibrary.org>
Date:   Sat Jun 7 11:18:13 2014 -0400

    Bug 11905 - when editing item, cursor is positioning in search box and not to item
    
    cataloging-search.inc had embedded js to set focus into the search box.
    This patch removes that js from the cataloging-search.inc and adds it into
    addbooks.tt and merge.tt to set focus on those pages and allow focus to be set
    to the edit items form on additem.tt
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c62e53bb972bf8f200bbf3c693b3089ebc721fda
Author: Juhani Seppälä <jseppal at student.uef.fi>
Date:   Thu Jul 17 11:45:06 2014 +0300

    Bug 11888: Random password suggestion does not work twice
    
    This patch adds a simple ajax-call to pull a new suggested password
    from the same perl script.
    
    To test:
    1) Search for a patron and select "Change password" from the moremember-view.
    2) In the member-password-view, click on "Click to fill with a randomly generated suggestion".
    3) Confirm that you get a new suggested password and click the same link again.
    4) Note that you do not get another suggested password - nothing is happening.
    5) Apply patch.
    6) Repeat steps 1-3 and confirm that you can keep clicking for a new suggested password.
    
    Patch works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. Works as desribed.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/includes/cataloging-search.inc         |    3 ---
 .../prog/en/modules/cataloguing/addbooks.tt        |    4 ++++
 .../prog/en/modules/cataloguing/merge.tt           |    3 +++
 .../prog/en/modules/members/member-password.tt     |   21 +++++++++++++++++---
 4 files changed, 25 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list