[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-75-g869de32

Git repo owner gitmaster at git.koha-community.org
Sun Aug 18 06:13:57 CEST 2013


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.8.x has been updated
       via  869de3235805965d0bca2d68590c376445034c79 (commit)
       via  932a913a0098203a136b0eb2c7893a22a8840579 (commit)
      from  2d845f686c49b9f7d4dc6685aac4b902d7a30d0d (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 869de3235805965d0bca2d68590c376445034c79
Author: Marc Veron <veron at veron.ch>
Date:   Fri Jun 14 16:37:23 2013 +0200

    Bug 5894: Display all titles when confirming copy of items from cart to list
    
    Adds missing code that splits biblios before calling template.
    
    To test:
    - Add some items to cart
    - Open cart, select some or all items
    - Add to list; with patch, following window shold show something
      like "Add 3 items to a list:", followed by list of items
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit bed99a851646fd0c7a4c906dd9dfe60c485b40c6)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 7c92496cf7f7ee1016b934a8e01e995b680f9761)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 7c92496cf7f7ee1016b934a8e01e995b680f9761)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit e94b493fc7f6217a92d91f78ce6849d73fd8c6e8)

commit 932a913a0098203a136b0eb2c7893a22a8840579
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Jun 7 10:17:54 2013 +0200

    Bug 10428: undefined check in add additem.pl
    
    In additem.pl, in the code that generates item form you find:
    
    @values = $itemrecord->field($tag)->subfield($subtag) if ($itemrecord && defined($itemrecord->field($tag)->subfield($subtag)));
    
    This patch adds the check of $itemrecord->field($tag) undef.
    I did not found a way to test it because item tag is always defined
    when editing an item, but it would be safer/prettier to add this check.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e31b158245f4eff36decebf30c8a87c8cfebe472)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 54d414ee2d16a2969c91e5a83cb8c66858fed03c)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 54d414ee2d16a2969c91e5a83cb8c66858fed03c)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 3390a6efc74714f6ebd577d06f344acbff001357)

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

Summary of changes:
 cataloguing/additem.pl         |    2 +-
 opac/opac-addbybiblionumber.pl |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list