[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-28-gf15bc76

Git repo owner gitmaster at git.koha-community.org
Thu Apr 25 08:00:39 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, 3.10.x has been updated
       via  f15bc76f298c66ba68195066e27efb93618072eb (commit)
       via  e0ffef4a84da00e9fd79bc3a46c09fdd9f090ff0 (commit)
       via  c0c8a46be7b61539cd920e1cf51791e38c99813b (commit)
       via  4a1f2f70bb8264f37c31fc041350571cbb718d80 (commit)
      from  db7011c58c88e32c9cda3a1ae1a5adf315f261f1 (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 f15bc76f298c66ba68195066e27efb93618072eb
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 3 13:05:52 2013 -0400

    Bug 8770 - amount does not equal amountoutstanding on a fine with no payments or credits
    
    If a lost item fee is owed and partially paid off when an item is
    returned and a refund is processed, Koha tries to pay off existing
    fees before adding any leftover balance as a credit on the account.
    
    However, those fee payments aren't actually processed, due to a bug
    where the accountnumber was quoted as a string literal, and thus the
    for the fee payment would fail. This did not result in an DB error,
    as the query was still valid SQL. Checking the return value of the
    query would have revealed that the accountline had not been updated.
    
    History:
    This bug was introduced on April 23, 2007 with the commit
    'reintroducing fixaccountforlostandreturned as requested by rosalie'.
    Commit id 111d590e9cdaf801256822e23f170bfc2365338f
    
    On July 30, 2009 the error was flagged with a FIXME and remained
    in that state until now.
    Commit id 51e8fc2cb6a0cf79f19206c822a4361aeca6f63f
    
    Test plan:
    1) Create a test patron
    2) Check out an item to that patron and give it a due date in the past
    3) Run fines.pl to generate the fine for the item
    4) Mark the item long overdue on the item tab (not in edit items)
    5) Pay for the lost item
    6) Check the item back in
    7) Note the incorrect fines. Only the lost fee balance  due is refunded,
       not the entire lost fee, but no other fees are paid off.
    8) Apply the patch
    9) Repeat steps 1-6, then not the fines are paid correctly
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Totel due is correct after applying the patch.
    All tests and QA script pass.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e0ffef4a84da00e9fd79bc3a46c09fdd9f090ff0
Author: Corey Fuimaono <agent.075 at gmail.com>
Date:   Wed Jan 16 10:48:03 2013 +1300

    bug 9397 - Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items] {REVISION 1.1}
    
    testing procedure:
    1. Check in Invalid Item
    2. See that new header has been added. "Can't Check in"
    
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    A followup may come that makes this text invisible, but this helps accessibility a great dea, and passes validation.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Amended patch: replace "Can't Check in" with "Cannot check in" and
    delete a h3 element with the same text in order to avoid duplicated
    messages.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c0c8a46be7b61539cd920e1cf51791e38c99813b
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Mar 13 14:24:20 2013 -0300

    Bug 9812 - Forbid access to several files through the browser
    
    This patch hides (-Indexes) and forbids (Deny from all) access to some stuff through a browser.
    Specifically "xlst", "modules" and "includes" dirs and its contents.
    
    This is just a quick fix we talked about at IRC. The proper solution would be to remove this from htdocs which will still be needed.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4a1f2f70bb8264f37c31fc041350571cbb718d80
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 26 10:19:58 2013 -0400

    Bug 9981: Handle sort1 field when duplicating patron
    
    It is noted in Bug 5432 that during a duplicate operation one field,
    'Sort1' does not automatically clear when the cursor moves into it. This
    patch corrects this.
    
    Edit a patron record to have data in the Sort1 and Sort2 fields. Perform
    a duplicate operation on this patron and confirm that the Sort1 and
    Sort2 fields show the information from the original patron record. When
    you click on each field the contents should disappear.
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    
    Works as described.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Circulation.pm                                  |    2 +-
 etc/koha-httpd.conf                                |   20 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    2 +-
 .../prog/en/modules/members/memberentrygen.tt      |    6 +++++-
 4 files changed, 27 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list