[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-90-g1dc63ee

Git repo owner gitmaster at git.koha-community.org
Mon May 13 11:58:29 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.10.x has been updated
       via  1dc63ee38be10f0c13e261de3323b329449fa0ca (commit)
       via  7709959aae3122ddfe7049c1d2ee953daa055cc7 (commit)
       via  2574391dfd7afeac55a2a15d9a80be99daf90b3f (commit)
      from  baa2d7f049760b9ad147e6b9bbe3f2ec64fc687a (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 1dc63ee38be10f0c13e261de3323b329449fa0ca
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 10 09:50:51 2013 -0400

    Bug 9679 - can't place hold from cart in CCSR
    
    When the CCSR theme is enabled, selecting items in the cart and clicking
    "place hold" triggers a JavaScript error and fails. This patch adds a
    function missing from the CCSR version of basket.js.
    
    To test, apply the patch and clear your browser cache.
    
    - Enable the CCSR theme and put items into the OPAC cart.
    - Open the cart, select one or more items, and click "place hold."
    
    The cart should automatically close and the main window should redirect
    to the holds screen showing your selections.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All test passed
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Confirmed patch fixes the problem described.
    All tests and QA script pass, JavaScript only change.
    No strings involved, save for inclusion in 3.12.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit d0f93e67726ed242e1124d36ed00d1a4a3645701)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit 2b0ba53cad029941c8ecb21825cee5c904e89529)
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7709959aae3122ddfe7049c1d2ee953daa055cc7
Merge: 2574391 baa2d7f
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon May 13 22:04:44 2013 +1200

    Merge remote-tracking branch 'kc/3.10.x' into 3.10.x

commit 2574391dfd7afeac55a2a15d9a80be99daf90b3f
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon Apr 8 21:20:51 2013 +1200

    Bug 9591 : Set Library changes after viewing Holds Queue >> reserves item
    
    To test
    1. Log in to the staff client. Note your logged in library.
    2. Navigate to Circulation -> Holds queue.
    3. Select a holds queue report for a library other than your own.
    4. From the holds queue report page, click the "Check out" tab and
       enter the card number of a patron who has holds.
    5. On the circulation page for that patron, click the "Holds" tab.
    6. Click one of the titles in the list of holds.
    
    Your logged in branch will now match the library you chose for the
    holds queue report.
    
    Alternate sequence:
    
    4. From the holds queue report page, click the "Check out" tab and
       do a non-exact search (search which will return more than one result)
       for a patron who has holds.
    5. Choose the correct patron from the list of results.
    
    Your logged in branch will now match the library you chose for
    the holds queue report.
    
    Apply the patch and repeat, this time it should not change your logged
    in branch
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Weird bug, the patch works for me.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Good catch. All tests and QA script pass.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 circ/view_holdsqueue.pl                            |    2 +-
 .../prog/en/modules/circ/view_holdsqueue.tt        |    2 +-
 koha-tmpl/opac-tmpl/ccsr/en/js/basket.js           |   10 ++++++++++
 3 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list