[koha-commits] main Koha release repository branch new/bug_5347 created. v3.06.00-398-gbee324c

Git repo owner gitmaster at git.koha-community.org
Fri Jan 20 14:16:03 CET 2012


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, new/bug_5347 has been created
        at  bee324cec2a16c37e505557e5d8b19f8ad7889f0 (commit)

- Log -----------------------------------------------------------------
commit bee324cec2a16c37e505557e5d8b19f8ad7889f0
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Thu Jan 19 16:48:54 2012 +0100

    Koha version updated

commit d12a381f49322d7a908d0fd9050a1bcdf1be800c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Jan 17 11:39:54 2012 +0100

    Bug 5347: Followup change class for message + Unit test

commit 6c2984e78a5a8e26c995523655a9b86442813318
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 30 10:34:03 2011 +0100

    Bug 5347: Set translatable the "no email" error
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This bookseller has no email shows up correctly, when vendor has
    no email address.
    
    Small change made: Changed bookseller to vendor.

commit 3e282ff91b4c01fd027b7c8c5f86d24869cbe20c
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Fri Dec 30 10:24:31 2011 +0100

    Bug 5347: Follow up - Fix warnings, check/uncheck all and makes error message translatable
    
    This patch fixes some minor problems found in late order management:
    
     1) Silences 2 warns in Letters.p
    After patch is applied no more warns should show up in the logs.
    
     2) Fixes check/uncheck al
    When limiting on one vendor the checkbox in the last header column
    was doing nothing. I changed the checkbox to 2 links 'check all' and
    'uncheck all' as it's done in other templates.
    
     3) Email has been sent
    The message was hardcoded into the lateorders.pl file and not
    translatable.
    I moved it to the template and changed the wording slightly.
    
    Note: The error message 'The bookseller has no email' comes from
    Letters.pm. I didn't change that, because I was not sure where it is
    used. The error message as is can not be translated and should be
    moved into the templates too.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit ec5d6794681f78bb13788fd0efc8579f8c426fa8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 28 09:44:39 2011 +0100

    Bug 5347: Followup Adds columns claims_count and claimed_date in aqorders
    
    FIX encoding problem
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Umlauts and diacritics now show up correctly in generated claims notices.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit b8e9829be5a59c84ba699fc015820cd4eb3fbc0a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 2 14:03:50 2011 +0100

    Bug 5347: Adds columns claims_count and claimed_date in aqorders
    
    This patch adds 2 columns in the aqorders table :
    - claims_count : number of claims for an orders
    - claimed_date : date of the lastest claim
    
    In the lateorders.pl table, you can not select orders from different
    supplier because there is just one letter sent after clicking the "Claim
    order" button. So, it's logic that you want to select only orders from
    this supplier.
    
    Modification in C4/Letters.pm:
    refactoring code for claimacquisition and claimissues letter type.
    Now, fields for theses letters check the table name. It's not possible
    to chooce aqorders.title, this field doesn't exist !
    Furthermore, you can add a <order> tag around your item fields, like
    this :
    
    -- Begin example
    <<LibrarianFirstname>>
    <<LibrarianSurname>>
    
    <<aqbooksellers.contact>>
    <<aqbooksellers.address1>>
    <<aqbooksellers.phone>>
    <<aqbasket.basketno>>
    <<aqbooksellers.phone>>
    <order>Library : <<items.homebranch>>
    In your possesssion : <<biblio.author>>. <<biblio.title>>.
    <<biblioitems.publishercode>>, <<biblioitems.publicationyear>>.
    Callnumber : <<items.itemcallnumber>>. doc type : <<items.itype>>
    Barcode : <<items.barcode>>
    Date for the return : <<items.onloan>>.</order>
    
    <<LibrarianSurname>>
    -- End example
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list