[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha1-73-g716eaec

Git repo owner gitmaster at git.koha-community.org
Tue Oct 22 22:46:52 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  716eaecc6c35b0491ba248ddba27273181f48856 (commit)
       via  a5161d8fcec01559fb12c7d271b7545ce70432ca (commit)
       via  d6cbbcd07c603266939f5b2e627364c8c25c1c67 (commit)
       via  2e4411e77f54cc4d67c43e6862dff31f7593950e (commit)
      from  eb0e1e6bba31a2e741ed9b074ba7e1c9dd0c6083 (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 716eaecc6c35b0491ba248ddba27273181f48856
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Oct 22 20:59:50 2013 +0000

    Bug 10493: (follow-up) fix unitialized variable warning
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a5161d8fcec01559fb12c7d271b7545ce70432ca
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 21 16:46:26 2013 -0400

    Bug 10493: (follow-up) fix various QA issues
    
    Adds a new Template Toolkit filter EncodeUTF8 to encode strings
    to utf8 for correct display of diactritics.
    
    Adds the new JavaScript function removeFocus() to staff-global.js
    Use this function to remove the focus from any element for
    repeated scanning actions on errors so the librarian doesn't
    continue scanning and miss the error.
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    This works as described - you have to actually look at the
    error and pick what you want to do or confirm it. I think
    maybe tying the action to a shortcut (c = confirm or similar)
    would be nice, so you can get away with only using the keyboard.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d6cbbcd07c603266939f5b2e627364c8c25c1c67
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Aug 1 15:37:46 2013 -0400

    Bug 10493: (follow-up) fix minor template issues
    
    This template followup fixes some minor template errors and adds some
    style to dialog buttons matching those seen on the circulation page.
    
    To test, submit barcodes to trigger the various error conditions:
    Non-existant barcode, over the renew limit, restricted patron, item on
    hold. Override and Ignore buttons should be properly styled and
    functional.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2e4411e77f54cc4d67c43e6862dff31f7593950e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jun 19 05:28:01 2013 -0400

    Bug 10493: Add renewal script
    
    This patch adds a renewal tool that functions similar to the returns where a
    librarian can continuously scan items for renewal. This script blocks
    renewals that are impossible, and allow the same renewal overrides
    as circulation.pl
    
    Test plan:
     1) Apply the patches for bug 8798
     2) Apply this patch
     3) Browse to /cgi-bin/koha/circ/renew.pl
     4) Enter an invalid barcode, you should get an error message
     5) Enter a valid, but not checked out barcode, you should get an error
        message.
     6) Enter a valid barcode that is checkout out and should be renewable,
        you should get a success message.
     7) Enable AllowRenewalLimitOverride
     8) Enter a barcode for an item that has been renewed too many times
     9) You should get a warning which you can override.
    10) Disable AllowRenewalLimitOverride
    11) Repeat steap 8
    12) You should get a blocking error message
    11) Enter a barcode for an item with unfilled holds on it,
        you should get an overridable warning
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Passes all tests and QA script, some issues have been
    addressed in follow-ups.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   37 ++++--
 C4/Items.pm                                        |    4 +
 C4/Reserves.pm                                     |    7 +-
 Koha/Schema/Result/Issue.pm                        |    7 +-
 Koha/Schema/Result/Item.pm                         |    6 +-
 .../Template/Plugin/EncodeUTF8.pm                  |   25 ++--
 circ/renew.pl                                      |  103 ++++++++++++++++
 koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js |    7 ++
 .../prog/en/modules/circ/circulation-home.tt       |    1 +
 .../intranet-tmpl/prog/en/modules/circ/renew.tt    |  124 ++++++++++++++++++++
 10 files changed, 293 insertions(+), 28 deletions(-)
 copy opac/opac-changelanguage.pl => Koha/Template/Plugin/EncodeUTF8.pm (64%)
 mode change 100755 => 100644
 create mode 100755 circ/renew.pl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list