[koha-commits] main Koha release repository branch master updated. v3.20.00-1142-g6c94dc7

Git repo owner gitmaster at git.koha-community.org
Fri Nov 6 16:09:44 CET 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, master has been updated
       via  6c94dc79878c727b47f0617548613e1b7f5794a3 (commit)
       via  3083387e1cd0945cb6ccea4c5eafbb01b176d984 (commit)
       via  85ae12e5864d8fd35f42a53c66440f00f7f4a35d (commit)
       via  571ec9a94b9323cd23f9012d9b1f837fd9bf974c (commit)
       via  b4967bf0ed60c5cca0c7f60591d21d2919f477a1 (commit)
       via  0bdfe12b4f099c60080303e8a42da929e2550ba7 (commit)
      from  8fcd788c6d52348bc05f15c67a86494053995087 (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 6c94dc79878c727b47f0617548613e1b7f5794a3
Author: Lyon3 Team <koha at univ-lyon3.fr>
Date:   Wed Nov 4 17:06:10 2015 +0100

    Bug 15130: useless unitialization warnings when updating authorities
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Fixes a trivial coding error.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 3083387e1cd0945cb6ccea4c5eafbb01b176d984
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 6 09:20:31 2015 -0500

    Bug 14632: (QA followup) Restore missing "Delete batch" button.
    
    This button was removed by accident in bug 14676
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 85ae12e5864d8fd35f42a53c66440f00f7f4a35d
Author: Indranil Das Gupta <indradg at gmail.com>
Date:   Mon Aug 3 09:57:53 2015 +0530

    Bug 14632: Fix alert message for single item batch
    
    Fixes the incorrect msg "Please select at least label to delete."
    for attempts to delete from single patron batches. Notifies the
    user that doing so will delete the batch. It disallows direct
    deletion, instead suggests the users to use the 'Delete batch'
    option assuming the users know what they are doing.
    
    Test plan
    =========
    
    1/ Load a single patron batch in edit mode and attempt to delete
       the single record. The JS alert message will inform that "Please
       select at least label to delete."
    2/ Apply patch and refresh page and try to delete the single record
       again.
    3/ This time the alert will inform the user that doing so will delete
       the batch and should that be desired action to choose the 'Delete
       batch' option from the toolbar.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      It works as before but with an understantable warning message.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 571ec9a94b9323cd23f9012d9b1f837fd9bf974c
Author: Marc Véron <veron at veron.ch>
Date:   Wed Nov 4 10:13:46 2015 +0100

    Bug 15117: Transfer Order: Better user information and translation handling
    
    While transferring an order, a untranslatable JavaScript confirmation
    dialog pops up.
    
    This patch moves the information about the order to be transferred to the
    top of the screen to better inform the user what order is to be transferred,
    and simplifies the confirmation dialog.
    
    To test:
    - Apply patch
    - Transfer an order from a basket to another basket
    - Verify, that on top of the screen an information is displayed about which
      order from which vendor and basket is to be transferred
    - Verify that the transfer works OK
    - Update a po lang file and confirm you see the string and you are able
      to translate it.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Dialog box with readable & translatable info.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit b4967bf0ed60c5cca0c7f60591d21d2919f477a1
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Aug 11 16:51:53 2015 +0100

    Bug 14673: Work around change to AddIssue return
    
    Return from AddIssue used to be due date or undef.
    Now it is less straightforward returning am issue object
    if an issue row is created or undef. If the issue is a renewal
    undef is returned. As that case was not handled properly it
    caused the server site to crash the listener causing a
    communications error on the client.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0bdfe12b4f099c60080303e8a42da929e2550ba7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Nov 6 13:24:39 2015 +0000

    Bug 14045: Fix failing tests if issuing rules exist
    
    If there is issuing rules defined, one test does not pass as it assumes
    there is none defined.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |    2 +-
 C4/SIP/ILS/Transaction.pm                          |   20 +++++++++++++++++++
 C4/SIP/ILS/Transaction/Checkout.pm                 |    8 +-------
 C4/SIP/ILS/Transaction/Renew.pm                    |    6 +-----
 acqui/transferorder.pl                             |    4 ++++
 .../prog/en/modules/acqui/transferorder.tt         |   21 +++++++++++++++++++-
 .../prog/en/modules/patroncards/edit-batch.tt      |   11 +++++-----
 t/db_dependent/Circulation/TooMany.t               |    1 +
 8 files changed, 54 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list