[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.05-89-g3557009

Git repo owner gitmaster at git.koha-community.org
Fri Nov 9 16:55:36 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.05.x has been updated
       via  3557009b1668f9fbc20222fd4c2351b99beee5b8 (commit)
       via  d1705d48be968d85ac950ade04ed0e3c97106ea8 (commit)
      from  4e6f0b60f4b765cfa6c08883305d46d44dc1b9b5 (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 3557009b1668f9fbc20222fd4c2351b99beee5b8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 13 13:39:42 2018 +0000

    Bug 10442: Remove references to non-standard "error" class
    
    The CSS for <div class="error"> is obsolete and should not be used. This
    patch removes the definition from the main CSS file and corrects
    instances of its use in the templates to the standard <div class="dialog
    alert">.
    
    To test:
    
    - In Acquisitions -> Late orders, locate an order from a vendor which
      doesn't have an email address. Selecting that order and clicking
      "Claim" should trigger an error dialog, "This vendor has no email." It
      should be styled correctly.
    
    - With  AcqCreateItem set to "when placing an order," add to an existing
      order using the "From a new (empty) record" option. Add two items with
      identical barcodes and submit the form. A error should show at
      the top of the page.
    
    - With AcqCreateItem set to "when receiving an order," receive an order
      and add two items with identical barcodes. Submitting the form should
      trigger an error message at the top of the page.
    
    With the remaining cases I don't know how to trigger the errors in
    question, so a visual check of the changes may be required:
    
    - Administration -> Funds -> "You are not authorized to modify this
      fund"
    - Administration -> Search engine configuration
      (/admin/searchengine/elasticsearch/mappgings.pl) -> Various
      modification errors.
    - With the  AutoEmailOpacUser preference set to "send," adding a patron
      without an email address can trigger an error, "This member has no
      email."
    - With plugins enabled, and installed, there are error messages
      displayed under various circumstances.
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 52028d9932ce1d10ad690261d8f6983b074b2909)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d1705d48be968d85ac950ade04ed0e3c97106ea8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri Nov 9 15:38:43 2018 +0000

    Bug 21702: (follow-up) Fix another typo
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt  |    6 +++---
 .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt     |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/orderreceive.tt      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt   |    2 +-
 .../en/modules/admin/searchengine/elasticsearch/mappings.tt  |    4 ++--
 .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt  |    4 ++--
 .../intranet-tmpl/prog/en/modules/plugins/plugins-home.tt    |    8 ++++++--
 koha-tmpl/intranet-tmpl/prog/js/additem.js                   |   10 +++++-----
 members/mancredit.pl                                         |    2 +-
 9 files changed, 22 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list