[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.06-6-g75e51cd

Git repo owner gitmaster at git.koha-community.org
Fri Nov 1 18:30:57 CET 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.12.x has been updated
       via  75e51cdc63948da19779fd650d191d1a1785bfd7 (commit)
       via  668e9cfcf4b678658a51652f59b527ce5953f2c6 (commit)
       via  bf33bd5cafce6a166f5c0e54098ab38c9ac59615 (commit)
       via  629f31a79df41547db20aff5b63134ef1fd85e89 (commit)
       via  31751808fa4a97f97157561bc36ec1fc43c13a09 (commit)
      from  4eff83df314743b72f09dc0d6e34080227cef658 (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 75e51cdc63948da19779fd650d191d1a1785bfd7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 9 13:43:21 2013 -0400

    Bug 9943: activate "Pay selected" button only when at least one fine is selected
    
    If you select no fines but click the "pay selected" button the resulting
    screen offers to let you pay against all fines, which is confusing. To
    simplify things this patch disables the "pay selected" button if no
    lines are selected.
    
    To test, apply the patch and find a patron with outstanding fines. From
    the "pay fines" page (members/pay.pl) try selecting and deselecting
    checkboxes and using the "select all" and "clear all" links. When no
    item is selected the "Pay selected" button should become disabled.
    Confirm that the form submits correctly when one or more fines is
    selected.
    
    Signed-off-by: Melia Meggs <melia at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Works nicely in my tests.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 6434f9264ac0415e1e52904dc953a00ee0806491)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 668e9cfcf4b678658a51652f59b527ce5953f2c6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 1 10:09:51 2013 -0400

    Bug 10619 - fix errors in sco.css for the CCSR OPAC templates
    
    sco.css is not missing from CCSR, but some image paths in the CSS are
    incorrect, resulting in some missing images. This patch corrects those
    broken paths.
    
    This patch also hides the Cart/Lists/login region of the template which
    should not be visible in self checkout.
    
    To test, enable self-checkout and switch to the CCSR theme. Load a
    patron for self-checkout and confirm that images associated with buttons
    appear correctly: By the help link in the upper-right, on the 'Finish'
    button, etc. Try checking out an item which is already checked out to
    that patron to see more examples.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    CSS changes only, works nicely.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 794f0f28c931ae885232c23d02f94bfed66158f5)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bf33bd5cafce6a166f5c0e54098ab38c9ac59615
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 5 15:27:58 2013 -0400

    Bug 10027: (follow-up) improve display of fine details on printed invoice
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    
    Checked invoice is correctly printed for
    - partially paid fines
    - paid fines
    - unpaid fines
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e30612bb3f0465363842ff4269245095d32dee3b)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 629f31a79df41547db20aff5b63134ef1fd85e89
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 10 13:49:16 2013 -0400

    Bug 10027: (follow-up) tidy members/printinvoice.pl
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 70f23f2a69a66b76d411f81787e8e63e0a87a2a1)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 31751808fa4a97f97157561bc36ec1fc43c13a09
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 10 13:45:18 2013 -0400

    Bug 10027: include fine details when printing a fine
    
    Previously printing a fine invoice would result in a page with both the
    single item charge and the total outstanding amount. Right now only the
    total outstanding is printed.
    
    Test Plan:
    1) Print a fine, note the fine doesn't show, only the total
    2) Apply patch
    3) Print a fine, not the fine does show
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 2fa06f48d957f7ea39286a52513a580e2ed5b13e)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |   31 +++-
 .../prog/en/modules/members/printinvoice.tt        |   12 +-
 koha-tmpl/opac-tmpl/ccsr/en/css/sco.css            |   39 ++++-
 members/printinvoice.pl                            |  157 ++++++++++----------
 4 files changed, 143 insertions(+), 96 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list