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

Git repo owner gitmaster at git.koha-community.org
Fri Sep 27 18:28:32 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  e9c77aaf3acbcf1a2d2d4e492673fe2739685b5d (commit)
       via  74553d7fef8ebd6059915478bf978596f620a975 (commit)
      from  4d75243e27cab93cd84ee6bbfd71362326569c21 (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 e9c77aaf3acbcf1a2d2d4e492673fe2739685b5d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Sep 27 15:55:29 2013 +0000

    Bug 10836: (follow-up) improve display toggles on the OPAC hold request form
    
    This patch improves the the toggles for displaying and hiding the hold
    options div and the toggles for displaying the table of specific copies
    to request.  It also moves the copy table into the hold options div.
    
    To test:
    
    [1] Select a single title in the OPAC and click on the place hold
        button.
    [2] Click 'Show more options', and select a specific copy to request.
    [3] Click 'Hide options'.  Verify that the hold options, including the
        copy table, are hidden.
    [4] Click 'Show more options'.  Verify that the specific copy radio
        button is still selected and that the copy selected in step to is
        selected.
    [5] Enable DisplayMultiPlaceHold and select several titles to
        request.
    [6] Do steps 2, 3, and 4 on various titles on the request form.  Verify
        that toggling the options link for one title on the form affects
        the visibility only for that title.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    While signing off I removed one <br /> tag and corrected a float in the
    CSS. This helps keep the border between individual hold listings.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 74553d7fef8ebd6059915478bf978596f620a975
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Aug 21 15:24:19 2013 -0400

    Bug 10836 - New layout for placing holds in the OPAC
    
    This patch changes the layout of the OPAC's place hold screen,
    eliminating the table in favor of a more flexible, open display.
    
    To test, place single and multiple holds under various conditions:
    
    - Items which are not available to be place on hold
    - With OpacHoldNotes on and off
    - With OPACItemHolds on and off
    - With OPACAllowHoldDateInFuture on and off
    - With IndependentBranches on and off
    - With JavaScript disabled
    
    Test setting hold notes, holding specific copies, and setting hold start
    dates. When setting a hold start date and hold expiration date, the two
    datepickers should work together to prevent invalid date combinations
    (dates after today, expiration dates which precede the start date).
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   37 +-
 .../prog/en/includes/date-format.inc               |    0
 .../opac-tmpl/prog/en/modules/opac-reserve.tt      |  419 ++++++++++----------
 3 files changed, 242 insertions(+), 214 deletions(-)
 copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/includes/date-format.inc (100%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list