[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-36-g0e223d7

Git repo owner gitmaster at git.koha-community.org
Tue May 14 14:23:48 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  0e223d740761390611509b5fb6d7c8c4fdcc2cb8 (commit)
       via  11e900426c18da722017bbf48ad928c3b494d047 (commit)
      from  baddc8bce2a13098c5e3c55848f50b958b00164d (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 0e223d740761390611509b5fb6d7c8c4fdcc2cb8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Mar 12 14:30:48 2013 -0400

    Bug 9575 - Serious Holds Problem with IndependantBranches
    
    If IndependantBranches is enabled, all holds for an item display the
    currently logged in library no matter what, and modifying the holds will
    set all pickup locations for all the holds to that logged in library!
    
    Test plan:
     1) Disable IndependantBranches
     2) Place 3 holds on a record with 3 different pickup locations
     3) Enable IndependantBranches
     4) Refresh the holds page for that record, all the holds show now
        show a pickup location of the logged in branch
     5) Modify the order of the holds
     6) Disable IndependantBranches
     7) Refresh the holds, verify the holds all now have a pickup
        location of the logged in branch
     8) Apply the patch
     9) Repeat steps 1-3
    10) Refresh the holds page for that record, all the holds should
        now show the correct pickup branch, but it cannot be changed
        as IndependantBranches is enabled.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    In my tests the above test plan only worked out if my user
    had no superlibrarian permission. But then behaviour for
    independentbranches off/on was all correct.
    All tests and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 98b96c88d7ee97aa194cf7d2f1f69f1c5cabbb96)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 11e900426c18da722017bbf48ad928c3b494d047
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon May 13 09:57:52 2013 -0400

    Bug 10233 - Toolbar background missing from staff client catalogue page
    
    The toolbar on the cataloging home page lacks the standard toolbar id,
    resulting in an inconsistent appearance. This patch adds the correct id.
    
    To test, apply the patch, clear your browser cache, and view the
    cataloging home page (cataloguing/addbooks.pl). The toolbar should look
    like other toolbars in Koha (for instance, members/members-home.pl).
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Template change only, no string changed involved.
    Works as described.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 17519118767f3b5d7977125844fae589e0dc4f1a)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 .../prog/en/modules/cataloguing/addbooks.tt        |    2 +-
 reserve/request.pl                                 |   10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list