[koha-commits] main Koha release repository branch, new/enh/bug_3659, updated. v3.02.00-590-g251e2c4

Git repo owner gitmaster at git.koha-community.org
Tue Mar 15 03:49:17 CET 2011


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/enh/bug_3659 has been updated
       via  251e2c4d748db6808a1e47ba986e374b14f29918 (commit)
      from  e1b1c43425f0bfa1d1cb101418e2a0e3c8dc9e0d (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 251e2c4d748db6808a1e47ba986e374b14f29918
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Mar 14 21:08:57 2011 -0500

    Fix for Bug 3659, Add place hold option from patron checkout tab
    
    Adds a button on patron-related pages, "Search to hold"
    Clicking search to hold sets a cookie with the patron's
    borrowernumber and sends the user to the search page.
    
    On subsequent search results pages the user will have
    the option to place holds specifically for the remembered
    patron. This works on the search results page (single
    and multiple hold) and on the detail page.
    
    The saved cookie will time out after 10 minutes or
    be erased when a new patron is loaded by circulation.pl
    
    New jQuery plugin added: jquery.cookie.min.js
    
    Revision fixes some markup and corrects an error that would lead
    to the hold being initiated for the remembered patron when this
    was not intended.
    
    Signed-off-by: Liz Rea <lrea at nekls.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 catalogue/ISBDdetail.pl                            |   11 ++
 catalogue/MARCdetail.pl                            |   11 ++
 catalogue/detail.pl                                |   12 ++-
 catalogue/labeledMARCdetail.pl                     |   11 ++
 catalogue/moredetail.pl                            |   11 ++
 catalogue/search.pl                                |   11 ++
 .../intranet-tmpl/prog/en/css/staff-global.css     |   11 ++-
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |   26 +++++
 .../prog/en/includes/circ-toolbar.inc              |   30 ++++--
 .../prog/en/includes/doc-head-close.inc            |    1 +
 .../prog/en/includes/members-toolbar.inc           |   24 ++++--
 .../en/lib/jquery/plugins/jquery.cookie.min.js     |    1 +
 .../prog/en/modules/catalogue/results.tmpl         |   98 ++++++++++++++------
 .../prog/en/modules/circ/circulation.tmpl          |    1 +
 14 files changed, 209 insertions(+), 50 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/jquery/plugins/jquery.cookie.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list