[koha-commits] main Koha release repository branch master updated. v3.18.00-102-gb4e8436

Git repo owner gitmaster at git.koha-community.org
Sun Jan 4 17:00:40 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  b4e843615a76d3a9a8516f82a2ebad96aa9c4d1a (commit)
       via  8ad2ea87158754cd434c135e71398e9719e45d00 (commit)
       via  1c9275d5c581c8adb7503160b52c989f70efb28d (commit)
       via  a19958ee2c2e76d0eb6033ed37900099eb7aa028 (commit)
       via  e525f510328a06ebaa64004357aaf75808c3d63f (commit)
       via  053ee5c955c69f4b229fff915bd1c591fc13477e (commit)
       via  fda72f1ecc613fc67389dbfa84ef2b91c3db85b7 (commit)
      from  e0122701aa9589b77f44e9a6cb20043aa19a8cbf (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 b4e843615a76d3a9a8516f82a2ebad96aa9c4d1a
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Jan 4 12:55:45 2015 -0300

    Bug 13379: DBRev 3.19.00.005
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 8ad2ea87158754cd434c135e71398e9719e45d00
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Dec 3 12:33:48 2014 +0100

    Bug 13379: Extends authorised_values.category to varchar(32)
    
    This patch does 2 things:
    1/ It fixes a bug caused by the different data fields used for
    authorised_values.category and
    borrower_attribute_types.authorised_value_category (varchar(16) vs
    varchar(10)).
    To reproduce:
    - Create a AV category with a length > 10
    - Try to link a patron attribute type with this AV, it won't work.
    
    2/ Extends this field to varchar(32): sometime 16 is not enough to
    describe something
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No koha-qa errors. Error reproduced, fixed by patch.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1c9275d5c581c8adb7503160b52c989f70efb28d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 26 15:27:52 2014 +0200

    Bug 12969: Fix typo
    
    rrpgsti should be rrpgste
    
    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 a19958ee2c2e76d0eb6033ed37900099eb7aa028
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Sep 19 17:09:15 2014 +0200

    Bug 12969: Add a subroutine to calculate VAT and prices
    
    This patch adds a new subroutine populate_order_with_prices in the
    C4::Acquisition module.
    
    Its goal is to refactore the VAT and prices calculation into Koha.
    All scripts will use this subroutine.
    
    Test plan:
    Verify that the prices in t/Prices.t are consistent with the values
    listed in the file "Prices and VAT calculation - before" submit on bug
    12964.
    Verify that
      prove t/Prices.t
    returns green
    
    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 e525f510328a06ebaa64004357aaf75808c3d63f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sun Jan 4 12:38:21 2015 -0300

    Bug 13346: DBRev 3.19.00.004
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 053ee5c955c69f4b229fff915bd1c591fc13477e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 26 12:58:41 2014 +0100

    Bug 13346: OpacExportOptions becomes multiple
    
    The list of options is limited, the interface could be more ergonomic.
    
    Test plan:
    - verify that you are still allowed to change (add/remove) options for the
      OpacExportOptions pref.
    - At the OPAC, verify the selected options appear correctly (check the
      3 pages opac-ISBDdetail.pl, opac-MARCdetail.pl and opac-detail.pl).
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit fda72f1ecc613fc67389dbfa84ef2b91c3db85b7
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Nov 30 07:59:24 2014 +0100

    Bug 8909: MARC21 240$a (Uniform title) is not a URL
    
    Patch removes the 'isUrl' attribute from all 240$a fields in the various
    frameworks. The change removes the broken link from the staff detail
    MARC tab view.
    
    Changes are a little easier to spot with: git diff --color-words HEAD^
    
    To test:
    - Load some or all of the frameworks
    - Verify that 240$a is no longer marked as being an URL
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   72 ++++
 Koha/Number/Price.pm                               |    9 +
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |   16 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |   16 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |   16 +-
 .../unimarc_standard_system_preferences.sql        |    2 +-
 .../Obligatoire/marc21_framework_DEFAULT.sql       |    2 +-
 .../Optionnel/marc21_simple_bib_frameworks.sql     |   16 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |   16 +-
 installer/data/mysql/kohastructure.sql             |    6 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |   16 +-
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  |    2 +-
 .../optional/marc21_simple_bib_frameworks.sql      |   16 +-
 .../marc21_bibliographic_DEFAULT_general.sql       |    2 +-
 .../optional/marc21_bibliographic_AR_general.sql   |    2 +-
 .../optional/marc21_bibliographic_BKS_general.sql  |    2 +-
 .../optional/marc21_bibliographic_CF_general.sql   |    2 +-
 .../optional/marc21_bibliographic_IR_general.sql   |    2 +-
 .../optional/marc21_bibliographic_KT_general.sql   |    2 +-
 .../optional/marc21_bibliographic_SER_general.sql  |    2 +-
 .../optional/marc21_bibliographic_SR_general.sql   |    2 +-
 .../optional/marc21_bibliographic_VR_general.sql   |    2 +-
 installer/data/mysql/sysprefs.sql                  |    2 +-
 .../marc21_bibliographic_DEFAULT_general.sql       |    2 +-
 .../optional/marc21_bibliographic_AR_general.sql   |    2 +-
 .../optional/marc21_bibliographic_BKS_general.sql  |    2 +-
 .../optional/marc21_bibliographic_CF_general.sql   |    2 +-
 .../optional/marc21_bibliographic_IR_general.sql   |    2 +-
 .../optional/marc21_bibliographic_KT_general.sql   |    2 +-
 .../optional/marc21_bibliographic_SER_general.sql  |    2 +-
 .../optional/marc21_bibliographic_SR_general.sql   |    2 +-
 .../optional/marc21_bibliographic_VR_general.sql   |    2 +-
 installer/data/mysql/updatedatabase.pl             |   28 ++
 .../prog/en/modules/admin/authorised_values.tt     |    2 +-
 .../prog/en/modules/admin/preferences/opac.pref    |   13 +-
 .../bootstrap/en/includes/opac-detail-sidebar.inc  |    3 +-
 kohaversion.pl                                     |    2 +-
 opac/opac-ISBDdetail.pl                            |    5 -
 opac/opac-MARCdetail.pl                            |    5 -
 opac/opac-detail.pl                                |    5 -
 t/Prices.t                                         |  403 ++++++++++++++++++++
 46 files changed, 611 insertions(+), 108 deletions(-)
 create mode 100644 t/Prices.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list