[koha-commits] main Koha release repository branch master updated. v19.11.00-1779-g4da2a353b7

Git repo owner gitmaster at git.koha-community.org
Wed Apr 15 14:09:20 CEST 2020


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  4da2a353b71f0d9ae9f508704dddb65fa493e457 (commit)
       via  b87fdec6da2c3bee74180b5a8611645a718e1e5b (commit)
       via  e83ed955fdd7c01b0be49ef78fdf1bdc7168efa2 (commit)
       via  24d1e78575ee9b5e80115bb608a3263794fa67a7 (commit)
      from  0f3c451c9dcb7597e9906a44a1c623a736cc7e5e (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 4da2a353b71f0d9ae9f508704dddb65fa493e457
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Apr 15 12:37:24 2020 +0100

    Bug 25152: DBRev 19.12.00.073
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b87fdec6da2c3bee74180b5a8611645a718e1e5b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Apr 15 11:29:21 2020 +0200

    Bug 25152: Make subscription.closed tinyint(1)
    
    https://wiki.koha-community.org/wiki/Coding_Guidelines#SQL12:_Booleans
    
    Boolean fields must be tinyint(1), not int(1)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e83ed955fdd7c01b0be49ef78fdf1bdc7168efa2
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 13 04:32:56 2020 +0200

    Bug 22468: Standardize on labelling ccode table columns as Collections
    
    We now display the descriptions everywhere, so we should drop the
    'code' from labels.
    
    This changes text in a lot of playes in Koha, including:
    
    - The relatives checkouts table when displayed for the guarantor
    - The new order and order receive forms in acquisitoins (item creation)
    - The description of CCODE in the authorised values table
    - The column description on results in item search
    - The branch tranfers page
    - Course reserves: add reserve items (one and in batch)
    - Patron account > statistics tab
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 24d1e78575ee9b5e80115bb608a3263794fa67a7
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 13 04:18:36 2020 +0200

    Bug 24939: Fix capitalization of labels in sys pref editor
    
    The headings/labels of sections in the sys pref editor didn't follow
    Koha's capitalization rules.
    
    To test:
    - Go to Administration > System preferences
    - Check all tabs for the spelling of the headings
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha.pm                                              |  2 +-
 Koha/Schema/Result/Subscription.pm                   | 12 ++++++++----
 installer/data/mysql/kohastructure.sql               |  2 +-
 installer/data/mysql/updatedatabase.pl               |  7 +++++++
 .../prog/en/includes/relatives-issues-table.inc      |  2 +-
 .../prog/en/modules/acqui/neworderempty.tt           |  2 +-
 .../prog/en/modules/acqui/orderreceive.tt            |  4 ++--
 .../prog/en/modules/admin/authorised_values.tt       |  2 +-
 .../prog/en/modules/admin/preferences/admin.pref     |  2 +-
 .../en/modules/admin/preferences/cataloguing.pref    |  4 ++--
 .../en/modules/admin/preferences/circulation.pref    | 20 ++++++++++----------
 .../modules/admin/preferences/enhanced_content.pref  |  4 ++--
 .../prog/en/modules/admin/preferences/opac.pref      |  6 +++---
 .../prog/en/modules/admin/preferences/searching.pref |  6 +++---
 .../prog/en/modules/catalogue/itemsearch.tt          |  6 +++---
 .../prog/en/modules/circ/branchtransfers.tt          |  4 ++--
 .../en/modules/course_reserves/add_items-step2.tt    |  2 +-
 .../en/modules/course_reserves/batch_add_items.tt    |  2 +-
 .../prog/en/modules/members/statistics.tt            |  2 +-
 19 files changed, 51 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list