[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-134-ga04d410

Git repo owner gitmaster at git.koha-community.org
Sun Oct 20 08:58:34 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.8.x has been updated
       via  a04d410ecb539dc9c25a70be53cbaa6b4ae1b222 (commit)
       via  7712e62a2c56715783f4294395eb4f657964a80b (commit)
       via  3f3785575c3c2137aef5bde6216eb65d4719137e (commit)
       via  729cd95fc5baebdb7f3578e8ffabdfe06a5deb67 (commit)
       via  291ce17fa8af1137ba577f860d026fd608a3233c (commit)
      from  cef0a523d1310eec53e623d9bf56f08af2640e58 (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 a04d410ecb539dc9c25a70be53cbaa6b4ae1b222
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Mon Jun 17 17:01:33 2013 +0200

    Bug 10483: fix item uniqueness check on order form
    
    When syspref "UniqueItemFields" is defined, the item uniqueness is
    tested in acquisition by an AJAX call to check_uniqueness.pl.  This
    patch fixes an issue where check_uniqueness.pl wasn't looking
    at the correct CGI parameters.
    
    Test plan :
    - Select an existing item with barcode
    - Add "barcode" to "UniqueItemFields" syspref (use space as separator
      for multiple values)
    - Set "AcqCreateItem" syspref to "Create an item when placing an order"
    - Go to an acquisition basket
    - Create a new order from empty
    - Enter existing barcode in item form and save
    => You get an alert that barcode already exists and order is not saved
    - Enter a non-existing barcode in item form and save
    => Order and item are created
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 1c9135262b9233f59fd05e34c90980e7dc8be338)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit df428a49e5c8b9106771d308bd1c1dea62d64429)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit df428a49e5c8b9106771d308bd1c1dea62d64429)

commit 7712e62a2c56715783f4294395eb4f657964a80b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Aug 16 07:21:10 2013 -0400

    Bug 10664 [QA Followup] - fix error in overdue_notices.pl if there is no active currency
    
    Fixes the following koha-qa.pl error:
     FAIL   misc/cronjobs/overdue_notices.pl
        OK     pod
        OK     forbidden patterns
        OK     valid
        FAIL   critic
                   # Variables::ProhibitConditionalDeclarations:
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit e476378323eb8dd31e67e4741d271d88de61b59e)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 22f96c6ebeb77da5efe7285d1980ce705e22726e)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 22f96c6ebeb77da5efe7285d1980ce705e22726e)

commit 3f3785575c3c2137aef5bde6216eb65d4719137e
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Wed Jul 31 08:04:25 2013 +0200

    Bug 10664: fix error in overdue_notices.pl if there is no active currency
    
    If there is no active currency, when running overdue_notices.pl
    you get a sofware error "Can't use an undefined value as a HASH
    reference" on GetCurrency() function call.
    
    With this patch, if there is no active currency, fines are formated
    by default 0.00 and notices are correctly generated.
    
    Test plan :
    - have at least one borrower with overdue that should trigger a notice
    - verify that there is no active currency (Adminitration > Currency &
      Exchange rates)
    - run misc/cronjobs/overdue_notices.pl -v -n (to get the notice directly
      on output)
    
    => without the patch you get the software error
    => with the patch, notices are correctly generated
    
    If an active currency is defined, the script overdue_notices.pl runs
    the same with or without patch
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit a9a3bb7b3d7e8e862cf0f772246667258a20b786)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 5e12ca5684ee19c54685a4dc935fb242eaf0c3bc)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 5e12ca5684ee19c54685a4dc935fb242eaf0c3bc)

commit 729cd95fc5baebdb7f3578e8ffabdfe06a5deb67
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue May 28 15:43:05 2013 +0200

    Bug 10362: ensure that all messages and alerts are shown upon checkin
    
    If an item is returned and has mutiple error or warnings (e.g.,
    it both needs to be transferred and the patron was debarred
    in the course of the return), because of a bug in the template,
    not all of the messages would be displayed.
    
    This patch changes the template to show both messages and alerts.
    
    Test plan :
    - Perform an checkout that will a checkin :
      * need a transfert (return in a different branch)
      * set user debarred (depends on issuing rules)
    - Perform check-in
    => You get tranfert message and debarment alert
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5192fd81adaccf9b0f4a01dcc0ffc689edc9468f)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 8525d49e0601c85807235c007f712666c2abbceb)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 8525d49e0601c85807235c007f712666c2abbceb)

commit 291ce17fa8af1137ba577f860d026fd608a3233c
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Aug 12 16:15:37 2013 +0100

    Bug 10712: Save missing config variables to install log
    
    The variables for AUTH_INDEX_MODE and ZEBRA_TOKENIZER were not
    being saved to the koha_install_log file.  As a result when using the
    --prev-install-log option in Makefile.PL the user was still prompted
    to select them.
    
    This patch adds the appropriate variables to the list saved in
    the install log.
    
    To test:
    
    On a (non-package) system installed/upgraded without the patch running
    'perl Makefile.PL --prev-install-log /path/to/koha-install-log' will
    still prompt you to choose authorities indexing mode and select
    between chr and icu, after upgrading with this patch applied the same
    command should get the responses from the install log and not require
    user intervention.
    
    The values can be seen written into misc/koha-install-log
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 40e6f6a8f22b8af7adef79a0ece80a61a69ccc50)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 521d260a5931119c688fd872c30041ffe1c5c692)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 521d260a5931119c688fd872c30041ffe1c5c692)

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

Summary of changes:
 acqui/check_uniqueness.pl                               |    4 ++--
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt |    3 +--
 misc/cronjobs/overdue_notices.pl                        |    4 +++-
 misc/koha-install-log                                   |    2 ++
 rewrite-config.PL                                       |    1 +
 5 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list