[koha-commits] main Koha release repository branch master updated. v3.18.00-348-gb5721e8

Git repo owner gitmaster at git.koha-community.org
Thu Feb 19 14:03:55 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, master has been updated
       via  b5721e8758d8fa002a5006ef828cdbe48ce1ec64 (commit)
       via  82a100abb56a19d9eb6610ccf677759dd3a99376 (commit)
       via  7e94b04eabdbb4877bb53eddb4750fd9ba594d58 (commit)
       via  7a1d9250bb72aa3f2fc9744d2e7ff2bd106d456f (commit)
       via  f1ea9624bd197b04f78750bcc4d8f07ef2f9675d (commit)
       via  407e9c163a2fe338c1b567f36511f363c7216490 (commit)
       via  aed056a636dd8b5231b8484ba9a8531c5d84f740 (commit)
       via  d374d87b417f77a22679571ee054a358a2438123 (commit)
       via  4318eeef5ffed524513b803855dd0afe565e320c (commit)
      from  6b12857de2ee915b8d4cf1ef78e212ed9e1d53b1 (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 b5721e8758d8fa002a5006ef828cdbe48ce1ec64
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Nov 14 15:44:46 2014 +0100

    Bug 12970: Fix the footer if several tax rate exist
    
    If more that 1 tax rate exist, 1 total ligne should be display in the
    footer.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 82a100abb56a19d9eb6610ccf677759dd3a99376
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Sep 25 16:39:11 2014 +0200

    Bug 12970: Cancelled orders
    
    Previous patch does modify the code for cancelled orders.
    
    Test plan:
    Cancel 1+ orders and verify the prices are correct (i.e. the same as
    the non-cancelled orders) and that the prices are formated.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7e94b04eabdbb4877bb53eddb4750fd9ba594d58
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Sep 25 16:32:01 2014 +0200

    Bug 12970: Format totals
    
    The total values should be formated too.
    
    Test plan:
    1/ Go on the basket page
    2/ Using the CurrencyFormat, verify the totals are correctly formated.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7a1d9250bb72aa3f2fc9744d2e7ff2bd106d456f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 19 17:09:34 2014 +0200

    Bug 12970: Use the centralize VAT and prices calculation - basket.pl
    
    Bug 12969 introduces a subroutine to centralize VAT and prices
    calculation.
    It should be use in the acqui/basket.pl script.
    
    Test plan:
    0/ Don't apply the patch
    1/ Create 4 suppliers with the different configurations
    2/ Create a basket and create several orders
    3/ Go on the basket page
    4/ Apply the patch
    5/ Verify you don't see any difference before and after applying the
    patch
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit f1ea9624bd197b04f78750bcc4d8f07ef2f9675d
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Mon Jan 12 12:18:19 2015 +0100

    Bug 13568 OAI Server doesn't handle properly resumption token
    
    When responding to ListRecords and ListIdentifiers verbs, OAI server doesn't
    return proper resumption token. At the end of a result set, OAI server
    generates a resumption token even if there isn't anymore records. Consequently,
    OAI harverster will send a new request, based on this invalid resumption,
    token. OAI Server responds with an empty resultset, which is considered as an
    invalid response by most of the harvesters.
    
    TO TEST:
    
    - Find in your DB, a day where a few biblio records have been created. The
      number of created biblios must inferior to OAI-PMH:MaxCount.
    
    - Let say this day is 2014-01-09. Send an OAI-PMH request to Koha OAI Server:
    
      /cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml&from=2014-01-09&until=2014-01-09
    
    - At the end of the result, you will see a resumption token which looks like that:
    
      <resumptionToken cursor="47">marcxml/47/2014-01-09/2014-01-09/</resumptionToken>
    
      This is wrong. No resumptiion token should be sent since there isn't anymore
      records to harvest.
    
    - Apply the patch.
    
    - Resend the OAI-PMH request. There is no resumption token at the end of the
      result.
    
    - You could test also with ListIdenfiers verb in place of ListRecord.
    
    Signed-off-by: Christophe Brocquet <christophe.brocquet at obspm.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 407e9c163a2fe338c1b567f36511f363c7216490
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Mon Feb 16 10:50:17 2015 +0100

    Bug 13712 - Missing newline in DB update 3.19.00.010
    
    To test:
    - Make sure your database is pre 3.19.00.010 (for example by loading in
      an older backup)
    - Run through the web-based database update (web installer, step 3)
    - Verify that updates 3.19.00.010 and 3.19.00.011 are squashed
      together on one line
    - Apply the patch
    - Reset the database and run the web-based database upgrade again
    - Verify that the two uupdates are noe displayed on separate lines
      (as separate bullet points)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit aed056a636dd8b5231b8484ba9a8531c5d84f740
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 17 12:45:22 2014 +0100

    Bug 12976: Fix some comment in tests
    
    Previous comments were wrong.
    Actually the main part of price values is correct.
    Only some rounding and tax values are badly calculated.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d374d87b417f77a22679571ee054a358a2438123
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Nov 14 15:51:24 2014 +0100

    Bug 12976: Fix the footer if several tax rate exist
    
    If more that 1 tax rate exist, 1 total ligne should be display in the
    footer.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 4318eeef5ffed524513b803855dd0afe565e320c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 22 17:10:10 2014 +0200

    Bug 12976: Use the centralize VAT and prices calculation - invoice.pl
    
    Bug 12969 introduces a subroutine to centralize VAT and prices
    calculation.
    It should be use in the acqui/invoice.pl script.
    
    Test plan:
    0/ Don't apply the patch
    1/ Create 4 suppliers with the different configurations
    2/ Create a basket and create several orders
    3/ Receive the items and create an invoice
    4/ Go on the invoice page acqui/invoice.pl?invoiceid=XXX
    5/ Verify you don't see any difference before and after applying the
    patch on the invoice details table.
    Note: The only different you should see is the price formating for
    "Total tax exc.". Before this patch "432.10" was displayed "432.1".
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   35 ++--
 acqui/basket.pl                                    |   43 ++--
 acqui/invoice.pl                                   |   34 ++--
 installer/data/mysql/updatedatabase.pl             |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   47 ++---
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |   33 ++--
 opac/oai.pl                                        |   64 +++---
 t/Prices.t                                         |  208 +++++++++++++++++++-
 8 files changed, 323 insertions(+), 143 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list