[koha-commits] main Koha release repository branch master updated. v18.11.00-67-g5e17032

Git repo owner gitmaster at git.koha-community.org
Thu Dec 20 02:09:40 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, master has been updated
       via  5e17032700790032088fe3f2209c3d173e77d540 (commit)
       via  3e731ce09433cf2121332f5356b27f90ccb34654 (commit)
       via  e6cec898e078fc04d87e2faf26badba10fa6f348 (commit)
       via  f56dd2e829569cf40157347640fdcb203890e757 (commit)
       via  fe147e9df64fab7cbe1fdbc859b72a4c396fae52 (commit)
       via  c904db832ec4ee70bfb58ff918564a2502a53937 (commit)
       via  3e7fc75f50a46d03983db3763ad37aaf5b49983c (commit)
       via  674a34471f6eddfc849c480c557f6576f8572516 (commit)
       via  f28a97034dd06b0f2b0e2e5fc56bea3878ffc717 (commit)
       via  5ea668056a6222c88c37a8ba5ee638ad827ec284 (commit)
       via  6d44f9dac8235dfe0259ea5b935c5a8908d2e441 (commit)
       via  7f322d7ff87285cd0bc1370a0438f2bc8bb7c084 (commit)
       via  457e560a06e00d861ec88bc7354969aac7ab9099 (commit)
       via  09ef91653bc8e0349d4e8613482251d7e3c165b5 (commit)
      from  64242cabea21e9ee7673666cad88eb403d1053d6 (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 5e17032700790032088fe3f2209c3d173e77d540
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>

commit 3e731ce09433cf2121332f5356b27f90ccb34654
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>

commit e6cec898e078fc04d87e2faf26badba10fa6f348
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>

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

    Bug 22024: DBRev 18.12.00.003
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit fe147e9df64fab7cbe1fdbc859b72a4c396fae52
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>

commit c904db832ec4ee70bfb58ff918564a2502a53937
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>

commit 3e7fc75f50a46d03983db3763ad37aaf5b49983c
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>

commit 674a34471f6eddfc849c480c557f6576f8572516
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>

commit f28a97034dd06b0f2b0e2e5fc56bea3878ffc717
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>

commit 5ea668056a6222c88c37a8ba5ee638ad827ec284
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 19 16:12:52 2018 +0000

    Bug 21065: DBRev 18.12.00.002
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6d44f9dac8235dfe0259ea5b935c5a8908d2e441
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Dec 18 13:52:15 2018 +0000

    Bug 19850: (QA follow-up) Make the update idempotent
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    https://bugs.koha-community.org/show_bug.cgi?id=21065
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7f322d7ff87285cd0bc1370a0438f2bc8bb7c084
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 12:49:44 2018 -0300

    Bug 21065: Set ON DELETE SET NULL on accountlines.borrowernumber
    
    Note: Why do we have ON UPDATE SET NULL on accountlines.itemnumber?
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 457e560a06e00d861ec88bc7354969aac7ab9099
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 12:48:09 2018 -0300

    Bug 21065: Add koha_object(s)_class methods to accountline
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 09ef91653bc8e0349d4e8613482251d7e3c165b5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 14 12:47:11 2018 -0300

    Bug 21065: Add tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Members.pm                                      |    1 -
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/Accountline.pm                  |   28 ++--
 .../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 ++-
 installer/data/mysql/kohastructure.sql             |    4 +-
 .../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             |   57 ++++++++
 reports/guided_reports.pl                          |    4 +
 t/db_dependent/Circulation.t                       |    1 +
 t/db_dependent/Koha/Account/Lines.t                |   29 +++-
 t/db_dependent/selenium/regressions.t              |    4 +-
 tools/batchMod.pl                                  |    2 +-
 20 files changed, 295 insertions(+), 179 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list