[koha-commits] main Koha release repository branch master updated. v18.11.00-1566-g9515ee6

Git repo owner gitmaster at git.koha-community.org
Wed May 15 19:21:40 CEST 2019


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  9515ee6bf05236d189f5318bc33a5469e45acc5b (commit)
       via  3bcde5d91fb19e30ee14c8ecc82c8f3985a22c2c (commit)
       via  f2d886c3b3513ace62f428d4e42d4d144a689172 (commit)
       via  3d3944cba3ce11af8ecc7feeee4ad0fef737f069 (commit)
       via  71018d4cca41c9e9eeab1d8980af4f7253a728a8 (commit)
       via  990cc79ef085b74764cd68875fc0fd6dc6da8ffe (commit)
       via  1114ba929f0aa634d6f9c10d8931c2ca25871c7d (commit)
      from  5cc8fb5e07eab457f998c42e1b7cd22c387e647b (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 9515ee6bf05236d189f5318bc33a5469e45acc5b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 9 17:52:26 2019 +0000

    Bug 22657: (QA follow-up) Restore previous version of regex
    
    This patch restores the previous version of the regular expression which
    parses the OPACSuggestionMandatoryFields system preference value.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3bcde5d91fb19e30ee14c8ecc82c8f3985a22c2c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Mar 20 18:58:02 2019 +0000

    Bug 22657: Remove JavaScript from OPAC suggestion validation of required fields
    
    This patch modifies the OPAC suggestion form so that it doesn't require
    JavaScript for form validation. This change doesn't alter the behavior
    of the form for users but does fit with the general goal of progressive
    enhancement for the OPAC.
    
    The patch adds "required" labels to required fields to better identify
    required fields.
    
    To test, apply the patch and make sure there are required fields
    specified in the OPACSuggestionMandatoryFields system preference.
    
     - Log in to the OPAC and go to Your purchase suggestions -> New
       purchase suggestion.
     - Verify that the fields specified in OPACSuggestionMandatoryFields are
       highlighted and marked "required."
     - Verify that you can't submit the form without filling out these
       fields.
    
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f2d886c3b3513ace62f428d4e42d4d144a689172
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat May 11 21:01:51 2019 +0000

    Bug 4833: (QA follow-up) Add budgetname to SearchSuggestion
    
    This patch adds the budgetname to the return of SearchSuggestion
    to improve performance.
    
    To test:
    - Same test plan as for the first patch
    - Verify fund names show in the table
    - Run t/db_dependent/Suggestions.t
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3d3944cba3ce11af8ecc7feeee4ad0fef737f069
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Mar 11 07:47:43 2019 +0000

    Bug 4833: Show acq information when selecting suggestion for order
    
    When adding an order line to a basket using the 'from a suggestion'
    feature, the list of accepted suggestions doesn't show any information
    from the acquisition are of the suggestions.
    
    This patch adds new columns to the list for:
    - library
    - fund
    - price
    - quantity
    - total
    
    To test:
    - Create several suggestions with
      - Empty acq values
      - A specific library, any library
      - Set acq values (fund, price, quantity)
      - Accept your suggestions
    - Create a new basket/order
      - Add an order line from accepted suggestions
      - Verify the list displays nicely with the new columns
      - Verify filters etc. still work ok
    
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 71018d4cca41c9e9eeab1d8980af4f7253a728a8
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat May 11 12:59:33 2019 +0000

    Bug 21651: (QA follow-up) Remove remaining obsolete file from German web installer
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 990cc79ef085b74764cd68875fc0fd6dc6da8ffe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 24 17:02:39 2018 -0300

    Bug 21651: Always insert notice templates related tables
    
    The 3 following files must be mandatory and insert during the install process:
    - message_transport_types.sql
    - sample_notices_message_attributes.sql
    - sample_notices_message_transports.sql
    
    They insert data for
    - message_transport_types
    - message_attributes
    - message_transport_type
    
    Otherwise the notice templates (table letter) will fail.
    
    Moreover these 3 files are identical and are put in several places (1 per language)
    to make the description translatable (using the related .txt file)
    
    Test plan:
    - Install Koha in English and in another language
    - Select all the sample data
    => They all should be inserted correctly
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1114ba929f0aa634d6f9c10d8931c2ca25871c7d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 24 16:34:46 2018 -0300

    Bug 21651: Remove language specific sql file for notice templates related tables
    
    This patch removes the 3 following files for the different languages
    - message_transport_types.sql
    - sample_notices_message_attributes.sql
    - sample_notices_message_transports.sql
    They were all identical, only one version is kept in installer/data/mysql/mandatory
    
    .txt files are removed as well
    
    They inserted data for
    - message_transport_types
    - message_attributes
    - message_transport_type
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Installer.pm                                    |   22 +--
 C4/Suggestions.pm                                  |    4 +-
 acqui/newordersuggestion.pl                        |    2 +
 .../de-DE/mandatory/message_transport_types.txt    |    2 -
 .../sample_notices_message_attributes.sql          |    8 -
 .../sample_notices_message_attributes.txt          |    2 -
 .../sample_notices_message_transports.txt          |    2 -
 .../mysql/en/mandatory/message_transport_types.sql |    7 -
 .../mysql/en/mandatory/message_transport_types.txt |    2 -
 .../sample_notices_message_attributes.txt          |    1 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    2 -
 .../es-ES/mandatory/message_transport_types.sql    |    7 -
 .../es-ES/mandatory/message_transport_types.txt    |    1 -
 .../sample_notices_message_attributes.sql          |    9 --
 .../sample_notices_message_attributes.txt          |    1 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    2 -
 .../fr-CA/obligatoire/message_transport_types.sql  |    8 -
 .../fr-CA/obligatoire/message_transport_types.txt  |    1 -
 .../sample_notices_message_attributes.sql          |    8 -
 .../sample_notices_message_attributes.txt          |    1 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    1 -
 .../1-Obligatoire/message_transport_types.sql      |    7 -
 .../1-Obligatoire/message_transport_types.txt      |    2 -
 .../sample_notices_message_attributes.sql          |    9 --
 .../sample_notices_message_attributes.txt          |    3 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    1 -
 .../it-IT/necessari/message_transport_types.sql    |   11 --
 .../it-IT/necessari/message_transport_types.txt    |    2 -
 .../sample_notices_message_attributes.sql          |   11 --
 .../sample_notices_message_attributes.txt          |    2 -
 .../sample_notices_message_transports.sql          |   24 ---
 .../sample_notices_message_transports.txt          |    1 -
 .../mandatory/message_transport_types.sql          |    0
 .../sample_notices_message_attributes.sql          |    0
 .../sample_notices_message_transports.sql          |    0
 .../1-Obligatorisk/message_transport_types.sql     |   28 ----
 .../1-Obligatorisk/message_transport_types.txt     |    1 -
 .../sample_notices_message_attributes.sql          |    9 --
 .../sample_notices_message_attributes.txt          |    1 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    1 -
 .../pl-PL/mandatory/message_transport_types.sql    |    7 -
 .../pl-PL/mandatory/message_transport_types.txt    |    1 -
 .../sample_notices_message_attributes.sql          |    9 --
 .../sample_notices_message_attributes.txt          |    1 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    1 -
 .../ru-RU/mandatory/message_transport_types.sql    |    9 --
 .../ru-RU/mandatory/message_transport_types.txt    |    2 -
 .../sample_notices_message_attributes.sql          |   11 --
 .../sample_notices_message_attributes.txt          |    1 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    1 -
 .../uk-UA/mandatory/message_transport_types.sql    |    9 --
 .../uk-UA/mandatory/message_transport_types.txt    |    1 -
 .../sample_notices_message_attributes.sql          |   15 --
 .../sample_notices_message_attributes.txt          |    1 -
 .../sample_notices_message_transports.sql          |   20 ---
 .../sample_notices_message_transports.txt          |    1 -
 .../prog/en/modules/acqui/newordersuggestion.tt    |   24 +++
 .../bootstrap/en/modules/opac-suggestions.tt       |  162 +++++++++++++++-----
 opac/opac-suggestions.pl                           |    4 +-
 t/db_dependent/Suggestions.t                       |   10 +-
 67 files changed, 179 insertions(+), 457 deletions(-)
 delete mode 100644 installer/data/mysql/de-DE/mandatory/message_transport_types.txt
 delete mode 100644 installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/de-DE/mandatory/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/de-DE/mandatory/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/en/mandatory/message_transport_types.sql
 delete mode 100644 installer/data/mysql/en/mandatory/message_transport_types.txt
 delete mode 100644 installer/data/mysql/en/mandatory/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/en/mandatory/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/en/mandatory/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/message_transport_types.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/message_transport_types.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/es-ES/mandatory/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/fr-CA/obligatoire/message_transport_types.sql
 delete mode 100644 installer/data/mysql/fr-CA/obligatoire/message_transport_types.txt
 delete mode 100644 installer/data/mysql/fr-CA/obligatoire/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/fr-CA/obligatoire/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/fr-CA/obligatoire/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/fr-CA/obligatoire/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.sql
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/message_transport_types.txt
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/it-IT/necessari/message_transport_types.sql
 delete mode 100644 installer/data/mysql/it-IT/necessari/message_transport_types.txt
 delete mode 100644 installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/it-IT/necessari/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/it-IT/necessari/sample_notices_message_transports.txt
 rename installer/data/mysql/{de-DE => }/mandatory/message_transport_types.sql (100%)
 rename installer/data/mysql/{en => }/mandatory/sample_notices_message_attributes.sql (100%)
 rename installer/data/mysql/{de-DE => }/mandatory/sample_notices_message_transports.sql (100%)
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.sql
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/message_transport_types.txt
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/message_transport_types.sql
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/message_transport_types.txt
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/pl-PL/mandatory/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/message_transport_types.sql
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/message_transport_types.txt
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/ru-RU/mandatory/sample_notices_message_transports.txt
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/message_transport_types.sql
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/message_transport_types.txt
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.sql
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/sample_notices_message_attributes.txt
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.sql
 delete mode 100644 installer/data/mysql/uk-UA/mandatory/sample_notices_message_transports.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list