[koha-commits] main Koha release repository branch new/bug_7919 created. v3.08.00-1388-g9037845

Git repo owner gitmaster at git.koha-community.org
Wed Dec 5 16:06:50 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_7919 has been created
        at  90378453d36291968914107c8b49458a9e6be2c8 (commit)

- Log -----------------------------------------------------------------
commit 90378453d36291968914107c8b49458a9e6be2c8
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Dec 5 10:11:35 2012 -0500

    Bug 7919: Increment version number
    
    Database update for bug 7919 has been given version 3.11.00.005

commit 014f8183030ad2242e8e7da26fb37f6fab0b157b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 4 10:13:49 2012 +0100

    Bug 7919: Followup: Fix plural and GetAuthvalueDropbox
    
    Remove plural if there is just one branch limitation
    (authorised_values.tt, categorie.tt and patron-attr-types.tt)
    
    FIX a bug in GetAuthvalueDropbox (called by acqui/fetch_sort_dropbox.pl)
    
    Signed-off-by: Melia Meggs <melia at bywatersolutions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit acbfe26c9ef6e40f4509babd6e1d39e1762e13e3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 28 16:36:03 2012 +0100

    Bug 7919 : Display of values depending on the connexion library
    
    In a librairies network, we would like to declare specific values just
    for one (or more) library.
    Here we implement the ability to associate categories, patron attributes
    types and/or authorised_values with librairies (branches).
    
    This patch adds 3 new association tables:
    - categories_branches ( association table between categories and branches )
    - authorised_values_branches ( association table between
      authorised_values and branches )
    - borrower_attribute_types_branches (association table between
      borrower_attribute_types and branches )
    
    Plan test:
      - Create (or modify) categories, patron attributes and
        authorised_values and link it with one (or more) library.
      - Set one of these librairies
      - Go to one of the multiple pages where this specific value must be displayed
        and check that it does appear.
      - Set a library not concerned.
      - Check on the same pages this value is doest not appear.
    
    A page list:
    cataloguing/addbiblio.pl
    cataloguing/additems.pl
    members/members-home.pl
    members/memberentry.pl
    acqui/neworderempty.pl
    tools/modborrowers.pl
    and others :)
    
    Please say me if filters don't work on some pages.
    
    Signed-off-by: Delaye Stephane <stephane.delaye at biblibre.com>
    Signed-off-by: Koha Team Lyon 3 <koha at univ-lyon3.fr>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Melia Meggs <melia at bywatersolutions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list