[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.10-16-g94683b9

Git repo owner gitmaster at git.koha-community.org
Fri May 29 10:15:05 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.16.x has been updated
       via  94683b9eacde26fa77711bf18319a287f837fc7a (commit)
       via  9f7d9127973d3fe64b7df3b5668f8fb83b7628fa (commit)
       via  24da605c7b69b0a20e8d67416f762fc3c0d95cb9 (commit)
      from  fddeb231827dfb17af18ecd4ea0e7f26644105b1 (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 94683b9eacde26fa77711bf18319a287f837fc7a
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Wed Apr 29 01:56:45 2015 +0000

    Bug 14075: Undefined value creates noisy warns in C4::AuthoritiesMarc
    
    This match sets $sortby (previously undefined value) as an empty string to get rid of the warns.
    
    To test:
    
    1) Go to a URL such as http://localhost:8080/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&value=a&marclist=any&and_or=and
    2) Notice the warns in the error log
    3) Apply patch
    4) Reload URL
    5) Notice page still works but no warns in error log
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: I would have done $sortby //= '';
          But this works too. :)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 9f7d9127973d3fe64b7df3b5668f8fb83b7628fa
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri May 15 15:28:56 2015 -0300

    Bug 14204: (QA followup) remove unneeded messages
    
    TEST PLAN
    ---------
    1) Apply first patch
    2) prove -v t/db_dependent/Labels/t_Batch.t
       -- YUCK! No meaningful messages on a lot of the ok's.
    3) Apply this patch
    4) prove -v t/db_dependent/Labels/t_Batch.t
       -- YAY! Meaningful test results
    5) koha qa test tools
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

commit 24da605c7b69b0a20e8d67416f762fc3c0d95cb9
Author: Nick Clemens <nick at quecheelibrary.org>
Date:   Thu May 14 19:56:43 2015 +0000

    Bug 14204: Fix t/db_dependent/Labels/t_Batch.t failing test from Bug 12991
    
    This patch updaes the batch_id variable after items are added to test batch
    
    To test:
    1. prove t/db_dependent/Labels/t_Batch.t and see two tests fail
    2. apply patch
    3. prove again, tests pass!
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: The $batch->add_item() call to C4::Creators::Batch::add_item
          triggers the change of the batch_id so this line is necessary!
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Mason James <mtj at kohaaloha.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm           |    1 +
 t/db_dependent/Labels/t_Batch.t |   38 +++++++++++++++++++-------------------
 2 files changed, 20 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list