[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-62-g7a5abcd

Git repo owner gitmaster at git.koha-community.org
Mon May 18 00:54:56 CEST 2015


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, 3.18.x has been updated
       via  7a5abcdcdd5e5e9ff1ecc29f40abf5618831ab87 (commit)
       via  0eabbedfa8f61f84bbfa4fc3dffca62e9f7abae7 (commit)
      from  7cefe4827f23e69336026940fde6137690b46888 (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 7a5abcdcdd5e5e9ff1ecc29f40abf5618831ab87
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 8 16:21:15 2015 +0200

    Bug 9139: New subscription form - Does not check form on the first page
    
    The vendor and Record input try to sent the form if the focus is on the
    inputs (normal behavior).
    But the form is on 2 pages, and the popup message ask you to fill info
    on the second page when you are on the first one. This does not make
    sense.
    
    This patch suggests to launch search when the enter key is press on
    these inputs.
    
    Test plan:
    1/ Create a new subscription
    2/ Put the focus in the Vendor input and press enter: the vendor search
    popup should appear
    3/ Put the focus in the Record input and press enter: the record search
    popup should appear
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit b678c7359e2e7fe33d58d936f3227990911d43b6)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 0eabbedfa8f61f84bbfa4fc3dffca62e9f7abae7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 27 13:03:22 2015 +0200

    Bug 11576: Make "manage" translatable - serials-collection
    
    If a subscription is irregular, a tab with "manage" is displayed on the
    serial collection page.
    But this string is not translatable.
    
    Test plan:
    1/ Go on the serial collection page of an irregular subscription (or
    create one).
    2/ Note that the first tab was named "managed", it's now "Manage".
    3/ Update a po lang file and confirm you see the string and you are able
    to translate it.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described, no koha-qa errors
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 27b4db696f4b7a30b6dfdd96937839628c341335)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/modules/serials/serials-collection.tt        |    6 +++++-
 .../prog/en/modules/serials/subscription-add.tt          |   14 +++++++++++++-
 2 files changed, 18 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list