[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-941-g484b7ec

Git repo owner gitmaster at git.koha-community.org
Fri Aug 16 17:27:03 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, master has been updated
       via  484b7ec7320b73519def7ef25487c942d93f5059 (commit)
       via  572d46e6395123293c1b5c86055a527ab5c647da (commit)
       via  70ede048e5b108a5fb795cd52ed733c8e9b3f131 (commit)
      from  1e84b1217afc74f490423538b7b8808e3d34513a (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 484b7ec7320b73519def7ef25487c942d93f5059
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 16 15:36:10 2013 +0000

    bug 5825: (follow-up) consult item-level_itypes
    
    This patch teaches GetHoldsQueueItems to consult
    the item-level_itypes system preference and return
    the item-level or bib-level item type accordingly.
    
    To test:
    
    - Arrange so that an item that shows up on the holds queue
      report has one item type while its bib has a different one.
    - Run the report with item-level_itypes ON.  Verify that
      the item-level item type is displayed.
    - Change item-level_itypes to OFF.  Run the report again and
      verify that the bib-level item type is displayed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 572d46e6395123293c1b5c86055a527ab5c647da
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Aug 16 15:34:07 2013 +0000

    bug 5825: (follow-up) add regression test
    
    To test:
    
    Verify that prove -v t/db_dependent/HoldsQueue.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 70ede048e5b108a5fb795cd52ed733c8e9b3f131
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 8 16:06:14 2013 -0400

    Bug 5825 - Add Item Type column to Holds Queue report
    
    The hold queue report shows collection code but not item type. This
    patch adds it. Also added is use of the KohaAuthorisedValues template
    plugin to display the collection code description instead of code.
    
    To test, apply the patch and view the holds queue. There should be a new
    item type column showing an item type description for each row. The
    collection column should now show the collection description instead of
    code.
    
    Signed-off-by: Melia Meggs <melia at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

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

Summary of changes:
 C4/HoldsQueue.pm                                   |    9 ++++++++-
 .../prog/en/modules/circ/view_holdsqueue.tt        |    8 ++++++--
 t/db_dependent/HoldsQueue.t                        |    3 ++-
 3 files changed, 16 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list