[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-80-g24a749d

Git repo owner gitmaster at git.koha-community.org
Sat Nov 22 15:13:10 CET 2014


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  24a749d7ed85dc97d899448df24d7469b029ce3f (commit)
       via  aeb86b69ebc40e03ee9b56c0c9d99287db140559 (commit)
      from  8fd15d90bf91cea0921fe65f147f640acca8ddf7 (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 24a749d7ed85dc97d899448df24d7469b029ce3f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 21 08:13:46 2014 -0500

    Bug 13293 - Regression: Override renewal limit option broken with AJAX circ
    
    The "Override renewal limit" checkbox no longer works to un-hide the
    renewal checkboxes in the table of checkouts. I assume this is because
    the script works in such a way that it is looking for the checkboxes
    before they are part of the document.
    
    Test Plan:
    1) Apply this patch
    2) Check the "Override renewal limit" checkbox
    3) Note the checkbox now appears
    
    Note, this change allows the "X of Y renewals remaining" to be displayed
    for non-renewable items. I left this as it is for two reasons: 1) it
    gives the librarian more information that may be useful, and 2) it looks
    nicer and more uniform.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I confirm the bug and the solution.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes tests and QA script, works as described.
    Exception: on-site checkouts can't be renewed.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit aeb86b69ebc40e03ee9b56c0c9d99287db140559
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 18 09:16:53 2014 -0500

    Bug 13271 - Subject search links broken if XSLT and OPACPopupAuthorsSearch are both off
    
    This patch corrects some faults in the OPAC's bootstrap template which
    prevent additional author and subject searches from working correctly
    with OPACPopupAuthorsSearch both on and off.
    
    Some JavaScript has been removed because it was used only by the prog
    theme and is obsolete.
    
    Locate a title with multiple subjects and additional authors. Test the
    following conditions:
    
    OPACXSLTDetailsDisplay is blank and OPACPopupAuthorsSearch is off:
    
     - Clicking an additional author or subject link should directly trigger
       the correct search without an JavaScript error.
    
    OPACXSLTDetailsDisplay is blank and OPACPopupAuthorsSearch is on:
    
     - Clicking an additional author or subject link should trigger a modal
       window where you can select options for searching. Checking boxes and
       submitting the form should perform the correct search.
    
    OPACXSLTDetailsDisplay is set to "default" and OPACPopupAuthorsSearch is
    on OR off:
    
     - Clicking an additional author or subject link should directly trigger
       the correct search without an JavaScript error.
       (OPACPopupAuthorsSearch only works with the non-XSL view).
    
    For extra credit: Test with JavaScript disabled and confirm that link
    still work correctly.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    I confirm the bug and the solution. Before various JS errors: "ReferenceError:
    e is not defined" and "ReferenceError: showSubjects is not defined". After:
    Comforting silence, and functionnality.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |   28 ++++++++++--------
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   30 +++++++++-----------
 2 files changed, 29 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list