[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-rc2-3-ge1dbabd

Git repo owner gitmaster at git.koha-community.org
Fri May 17 13:57:02 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.12.x has been updated
       via  e1dbabdb7a3bc0ec92d629b862a077f1b6594fbb (commit)
       via  41beb7a569b3cf3be3814d55a648859828b1a49d (commit)
       via  6a3c13ad5c9b19df7ed29e0d733e63351fc1955a (commit)
      from  bbc4267296a2d00522648eafd232ecc69a31712e (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 e1dbabdb7a3bc0ec92d629b862a077f1b6594fbb
Author: Lyon3 Team <koha at univ-lyon3.fr>
Date:   Thu Mar 21 14:47:43 2013 +0100

    Bug 9824 - Hide basket with no expected items in basqket list by bookseller
    
    Before patch you will see in acqui/booksellers.pl all the baskets ever
    created.
    After the patch you will see in acqui/booksellers.pl only the basket
    with expected items.
    
    Test plan :
    * Create a basket with some orders lines
    You should see this basket in acqui/booksellers.pl
    * receive or cancel all the line in this basket
    This basket shouldn't appear any more in acqui/booksellers.pl
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit a0a6d6e64bca28b4d9bc668f614ed286b07327f9)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 41beb7a569b3cf3be3814d55a648859828b1a49d
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri May 17 07:53:53 2013 -0400

    Add Rafal Kopaczka to the history
    
    Welcome, Rafal! You are the 211th developer with a patch in Koha.
    (cherry picked from commit 3898e70fe55b9e56a474220223adcf205a12add1)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 6a3c13ad5c9b19df7ed29e0d733e63351fc1955a
Author: Rafal Kopaczka <rkk0 at poczta.onet.pl>
Date:   Wed May 15 16:19:05 2013 +0200

    Bug 10266 - Statuses not appearing in the OPAC
    
    Simply revert order of 2 lines in Items.pm. Previous line write to
    variable used in next line as function argument.
    
    To Test:
    
    Give an item a special restricted value, define one if you have to
    in the authorised values.
    
    Observe that, without this patch, statuses are not shown in the
    OPAC in parentheses. My example was an item that had a restricted
    value of "Library Staff Only"
    
    It should have been shown under status on the detail page of the
    OPAC, but was not.
    
    Apply the patch, observe that restricted values are now shown
    for your item, for example:
    Available (Library Staff Only) in the status column.
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and test plan.
    Simple change fixing a display problem, no string changes.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 5c95148bb1852d4b26e64368b6d1013b60a5cf18)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Acquisition.pm |    3 ++-
 C4/Items.pm       |    2 +-
 docs/history.txt  |    1 +
 3 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list