[koha-commits] main Koha release repository branch 3.10.x updated. v3.08.00-1350-g464acf3

Git repo owner gitmaster at git.koha-community.org
Mon Nov 26 07:40:49 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, 3.10.x has been updated
       via  464acf31ce98b87a6bc8e20b29b5bda46e0e0cf1 (commit)
       via  454e49be7f3f541896a8918b26b923ac87479f9a (commit)
       via  6484e99ce20363c6ec320532c629258552a917ed (commit)
      from  eb523d0379683892107d57ba7d2db51152d4f851 (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 464acf31ce98b87a6bc8e20b29b5bda46e0e0cf1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 20 09:49:19 2012 -0500

    Bug 9115 - basket window should close automatically when placing a hold
    
    If you choose to place a hold from the Cart pop-up, the entire
    holds process (possibly including login) takes place in the cart
    window. Upon completion of the operation you're left with a second
    window which has lost its context as the Cart.
    
    This patch revises the hold process so that when you click the
    hold link in the cart the operation is moved to the main window
    and the Cart window closes.
    
    Since the holdSel() function doesn't require interaction with
    template variables I have moved it to basket.js along with the
    described changes.
    
    To test, put items in your Cart and open it. Select items to
    place on hold and click the "Place hold" link. The cart
    should close, and the items you selected should appear on the
    place hold screen in the main window.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Checked in Firefox and Chromium in Ubuntu, works nicely.
    All tests pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 454e49be7f3f541896a8918b26b923ac87479f9a
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Oct 18 12:23:32 2012 +0200

    Bug 8660: follow-up: Porting changes to ccsr theme
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 6484e99ce20363c6ec320532c629258552a917ed
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Aug 22 16:10:06 2012 +0200

    Bug 8660: Tag status does not show on multiple tag add
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Passed-QA-by: Paul Poulain <paul.poulain at biblibre.com>
    Passed-QA-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 koha-tmpl/opac-tmpl/ccsr/en/css/opac.css           |   27 +++-
 .../opac-tmpl/ccsr/en/includes/doc-head-close.inc  |    3 +-
 koha-tmpl/opac-tmpl/ccsr/en/js/tags.js             |   20 ++--
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   25 +++-
 .../opac-tmpl/prog/en/includes/doc-head-close.inc  |    3 +-
 koha-tmpl/opac-tmpl/prog/en/js/basket.js           |   10 ++
 koha-tmpl/opac-tmpl/prog/en/js/tags.js             |   20 ++--
 koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt |  107 ++++++----------
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |   72 ++++++-----
 .../opac-tmpl/prog/en/modules/opac-results.tt      |   87 +++++++------
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |  132 ++++++++++++--------
 .../opac-tmpl/prog/en/modules/opac-suggestions.tt  |    4 +-
 12 files changed, 282 insertions(+), 228 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list