[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.03-7-g46de4d2

Git repo owner gitmaster at git.koha-community.org
Mon Feb 2 09:50:53 CET 2015


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.18.x has been updated
       via  46de4d267ade7cfc9a4302e522a040a6feb6cad1 (commit)
       via  bc61da8b4aba76afe007af24f8754400b4ec0695 (commit)
       via  9977f217a5f6be5c181f544d1c1034770c46acf0 (commit)
       via  630fc320e30105f3ee2a0f3c69599dea9efd2698 (commit)
      from  10e13ddb74fb2a65892932fd0677dc94df3aec0f (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 46de4d267ade7cfc9a4302e522a040a6feb6cad1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 7 08:26:57 2015 -0500

    Bug 13525 - Date sorting on accounts (fines) tab doesn't work correctly
    
    Date sorting of charges under Patron -> Fines -> Account is done based
    on formatted dates, so sorting is broken depending on your dateformat
    system preference. This patch implements the standard "title-string"
    date sorting method.
    
    To test, apply the patch and view the Account tab. Test sorting of
    charges under various settings of the dateformat system preference. Date
    sorting should work correctly in all cases.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described and fixes sorting problem.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 229cb65629c93d30191bc6c797d06021942239b2)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    	members/boraccount.pl

commit bc61da8b4aba76afe007af24f8754400b4ec0695
Author: Justin <justinvos at live.com>
Date:   Wed Jan 14 23:16:29 2015 +0000

    Bug - 11345 - Self registration captcha
    
    Test Plan
     - Open the opac site
     - Navigate to the self registration page (Home -> Register here)
     - Notice that there is no note stating that the verification box is case-sensitive
     - Apply patch
     - Refresh page
     - Notice that there is now an extra note stating that the verification box is case-sensitive.
    
    Followed test plan. Hint displays as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 580ed6360ddf0eac902fe807bc76abddec86529a)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 9977f217a5f6be5c181f544d1c1034770c46acf0
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Thu Jan 8 14:50:52 2015 +0200

    Bug 13025 - Software error: Undefined subroutine &C4::Circulation::HasOverdues called at /home/koha/kohaclone/C4/Circulation.pm line 1925
    
    This error only appears when using the SIPServer, it doesn't manifest when using the SIP unit tests
    or when using the staff client.
    
    --------------------
     ------------------
      PREPARE THE TEST
     ------------------
    --------------------
    
    0a. Find a borrower.
    0b. Find an Item (cardnumber 'debar123') and check-out to the borrower
    0c. Find a borrower and add a manual debarrment to it, indefinetely in effect.
        This is the default behaviour.
    0d. Configure and start a SIP-server which you can access with telnet.
        See http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup
        In this example, the Borrower defined as the Check-out/in machine has the following credentials:
        username: herkules password: palautathan branchcode: JOE_JOE
        but you are free to use your own, it doesn't affect this test plan.
    0e. access your server with telnet
    
    -----------------------
     ---------------------
      REPLICATE THE ISSUE
     ---------------------
    -----------------------
    1. Paste the following SIP-command to login:
    9300CNherkules|COpalautathan|CPJOE_JOE|
    2. Paste the following SIP-command to check-in the Item of the debarred Borrower:
    09N20140721    07501620140721    075016AP|AO|ABdebar123|AC|BIN|
    3. The connection should die and in the SIP Server's error log you can find the following error:
    Software error: Undefined subroutine &C4::Circulation::HasOverdues called at /home/koha/kohaclone/C4/Circulation.pm line 1925
    
    --------------------
     ------------------
      AFTER THIS PATCH
     ------------------
    --------------------
    
    Redo steps 1-2.
    3. No error is given and the connection doesn't die.
    
    No unit tests included and never will, because setting up the test environment would be very tedious.
    It is entirely possible but the scaffolding required is beyond the scope of this patch.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Note: I did not test this patch with SIP, but I did not find any
    regression on checking or renewing an item.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 84064ae4e4b07d1fa07e9be01546e104e4e70a01)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 630fc320e30105f3ee2a0f3c69599dea9efd2698
Author: Abby <abbyrobnz at gmail.com>
Date:   Thu Jan 15 20:28:54 2015 +0000

    Bug 13587: Fix Authorised Values Toolbar
    
    To test:
    1. Go to Home > Administration > Authorised Values
    2. Notice no plus icons are appearing infront "New Authorised Value..." and "New Category" in the toolbar.
    3. Apply the patch.
    4. Check that the plus icons infront of "New Authorised Value..." and "New Category" in the toolbar are appearing as they should.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Nice addition! I added spaces to match the formatting on the other pages a bit more closely.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 752d627266455d787ba5ce1d88ed0f98d1282b4a)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Circulation.pm                                            |    4 ++--
 .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt |    4 ++--
 .../intranet-tmpl/prog/en/modules/members/boraccount.tt      |   10 +++++++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt |    1 +
 members/boraccount.pl                                        |    2 --
 5 files changed, 12 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list