[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.00-66-g7f4a7c4

Git repo owner gitmaster at git.koha-community.org
Thu Dec 20 11:16:08 CET 2018


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, 18.11.x has been updated
       via  7f4a7c42ad23e84e3dab1cffaaa81f7897171758 (commit)
       via  4dbb5e636093c9145dc3f3d02de4b119d93b13fb (commit)
       via  4aaaf2eecd8cb3e269c4543385ecebb5531eef17 (commit)
       via  cc6b9593c48984fb0a02e24eeedd28a85bab0977 (commit)
       via  141423906ba665f3083c08695bf2edb1ef6ff0fe (commit)
       via  84248f354249482b9d5e1cbfaea1ee82bff10218 (commit)
       via  b55f0079e2f228db795634fd9f88cb77cfecd1dd (commit)
       via  fe09955137a211f4c60737f9187b1625ad39e052 (commit)
       via  f7f5d6f2e2a6331ba2ae0671e10ce883f550dbb3 (commit)
      from  852be591dbc2fdee1769fcab636413fcea653043 (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 7f4a7c42ad23e84e3dab1cffaaa81f7897171758
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Nov 16 09:41:04 2018 +0100

    Bug 21848: Remove Text::Unaccent from C4::Members
    
    At refactoring time the unac_string call was moved to Koha::Patron.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 5e17032700790032088fe3f2209c3d173e77d540)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4dbb5e636093c9145dc3f3d02de4b119d93b13fb
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Dec 13 13:07:48 2018 +0100

    Bug 21848: Resolve unac_string warning from Circulation.t
    
    Just add "use utf8".
    
    Test plan:
    Run Circulation.t; verify there are no warnings.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3e731ce09433cf2121332f5356b27f90ccb34654)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 4aaaf2eecd8cb3e269c4543385ecebb5531eef17
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 18 18:30:28 2018 +0000

    Bug 22022: Correct ordering for authorised values
    
    To test:
    1 - Add a shelving location with code "ZZZZ" and lib "Awake"
    2 - Load some items in batch modification
    3 - Note shelving location dropdown is wrong
    4 - Apply patch
    5 - Reload page
    6 - Note order is correct
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit e6cec898e078fc04d87e2faf26badba10fa6f348)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cc6b9593c48984fb0a02e24eeedd28a85bab0977
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 19 16:31:25 2018 +0000

    Bug 22024: DBRev 18.11.00.003
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f56dd2e829569cf40157347640fdcb203890e757)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 141423906ba665f3083c08695bf2edb1ef6ff0fe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 19 13:43:32 2018 -0300

    Bug 22024: Fix number of fields in uk-UA
    
    ERROR 1136 (21S01) at line 23: Column count doesn't match value count at row 22
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit fe147e9df64fab7cbe1fdbc859b72a4c396fae52)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 84248f354249482b9d5e1cbfaea1ee82bff10218
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Dec 18 22:43:05 2018 +0100

    Bug 22024: Correct new installations with missing data
    
    For a new installation the data in the class_* will be
    missing as class_sources.sql couldn't be executed. It will
    fail with:
    
    DBD::mysql::st execute failed: Cannot add or update a child row:
    a foreign key constraint fails (`koha_kohadev`.`class_sources`,
    CONSTRAINT `class_source_ibfk_2` FOREIGN KEY (`class_split_rule`)
    REFERENCES `class_split_rules` (`class_split_rule`)) at /usr/share/perl5/DBIx/RunSQL.pm line 273.
    
    As this might have been missed and the web installer can still
    be completed, this patch checks for the tables being empty and
    adds the default data if they are.
    
    To test:
    - Without the patch
    - Run the de-DE or another translated installer
    - Verify the error is shown
    - Complete the installer
    - Verify class_sources table is empty
    - Apply patches
    - Run the database update
    - Verify data classification sources, filing rules, and
      slitting rules are now complete
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit c904db832ec4ee70bfb58ff918564a2502a53937)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b55f0079e2f228db795634fd9f88cb77cfecd1dd
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Dec 18 22:22:12 2018 +0100

    Bug 22024: Update translated web installer files with new class splitting rules
    
    When adding the new splitting rules for classification sources
    with bug 15836, we missed updating the translated installers.
    
    This has the danger of data missing for new installations already
    set up with 18.11.
    
    This patch corrects the installer files.
    
    To test:
    - Verify the class_sources.sql installs correctly for all languages
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 3e7fc75f50a46d03983db3763ad37aaf5b49983c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fe09955137a211f4c60737f9187b1625ad39e052
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 5 16:23:24 2018 -0300

    Bug 21956: (bug 21775 follow-up) Use set_preference to reset the value
    
    Test plan:
    Set AudioAlerts to 0
    Prove t/db_dependent/selenium/regressions.t
    => Without this patch the value of the pref is not reset to 0
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 674a34471f6eddfc849c480c557f6576f8572516)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f7f5d6f2e2a6331ba2ae0671e10ce883f550dbb3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Dec 11 15:15:57 2018 +0000

    Bug 21984: Pass param_name in pagination URL
    
    To test:
     1 - Create a report like:
        SELECT <<cat>>,<<dog>>,<<cat>> FROM items
     2 - Run the report, enter 'CATS' and 'DOGS'
     3 - Get results LIKE "CAT | DOG | CAT"
     4 - Try to go to page 2
     5 - FAIL! (last column is blank)
     6 - Apply patch
     7 - Run the repot, enter 'CATS' and 'DOGS'
     8 - Verify first page looks right
     9 - Go to page 2
    10 - Results are correct!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: “Lucas Gass” <lucas at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit f28a97034dd06b0f2b0e2e5fc56bea3878ffc717)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Members.pm                                      |    1 -
 Koha.pm                                            |    2 +-
 .../data/mysql/de-DE/mandatory/class_sources.sql   |   20 +--
 .../data/mysql/en/mandatory/class_sources.sql      |    2 +-
 .../data/mysql/es-ES/mandatory/class_sources.sql   |   19 ++-
 .../data/mysql/fr-CA/obligatoire/class_sources.sql |   19 ++-
 .../mysql/fr-FR/1-Obligatoire/class_sources.sql    |   19 ++-
 .../data/mysql/it-IT/necessari/class_sources.sql   |   19 ++-
 .../mysql/nb-NO/1-Obligatorisk/class_sources.sql   |   19 ++-
 .../data/mysql/pl-PL/mandatory/class_sources.sql   |   19 ++-
 .../data/mysql/ru-RU/mandatory/class_sources.sql   |   54 +++----
 .../data/mysql/uk-UA/mandatory/class_sources.sql   |  152 ++++++++++----------
 installer/data/mysql/updatedatabase.pl             |   38 +++++
 reports/guided_reports.pl                          |    4 +
 t/db_dependent/Circulation.t                       |    1 +
 t/db_dependent/selenium/regressions.t              |    4 +-
 tools/batchMod.pl                                  |    2 +-
 17 files changed, 229 insertions(+), 165 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list