[koha-commits] main Koha release repository branch master updated. v19.11.00-104-g91bf28c

Git repo owner gitmaster at git.koha-community.org
Thu Jan 2 13:43:57 CET 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  91bf28ced90470addb6aee265cabf442fb645be8 (commit)
       via  3078524db838170d9d5f99a32360fe5b0b2d9325 (commit)
       via  ee4d99cc76a79ad11c1b0a2b096abb2f9b85bf0e (commit)
       via  611cb461893cf09481895ee23b769cb5ee078bed (commit)
       via  0d52062219bc898e46aff1920f1ccc4e61d4c604 (commit)
      from  c1d56dde9300dfed53e72612276717cce0f65de2 (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 91bf28ced90470addb6aee265cabf442fb645be8
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 2 12:18:48 2020 +0000

    Bug 24282: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 3078524db838170d9d5f99a32360fe5b0b2d9325
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri Dec 20 08:40:37 2019 +0100

    Bug 24282: SCSS conversion broke style in search results item status
    
    Before SCSS conversion, there was a style for search results item status :
      #searchresults span.status {
    Conversion to SCSS added ul :
      #searchresults ul span.status {
    Now style does not apply anymore.
    You can see that items on loan are not red anymore.
    
    To test, apply the patch and regenerate your CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    Clear your browser cache if necessary.
    
    All rules using #searchresults in 17.11 :
        font-size : 90%;
        list-style: url(../img/item-bullet.gif);
        padding : .2em 0;
            clear : left;
    }
    
        clear : left;
        color : #900;
        display : block;
    }
    
        clear : left;
        display : block;
    }
    
        display : block;
    }
    
        float : left;
        margin : 3px 5px 3px -5px;
    }
    
        vertical-align : top;
    }
    
    Apply patch update intranet CSS file and check you see the same rules.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ee4d99cc76a79ad11c1b0a2b096abb2f9b85bf0e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Dec 13 19:58:52 2019 +0000

    Bug 24244: Send null instead of empty string if branch not set
    
    Fix NewSuggestion if branchcode is passed with an empty string.
    Error was "Broken FK constraint"
    
    Test plan:
    Create a new suggestion, select "any" for the library.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 611cb461893cf09481895ee23b769cb5ee078bed
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Dec 15 12:43:25 2019 +0100

    Bug 24244: Add test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0d52062219bc898e46aff1920f1ccc4e61d4c604
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Dec 30 06:52:03 2019 -0500

    Bug 24317: Sample patron data not loading for non-English installations
    
    Bug 14570 removed the guarantorid column from the English sample data but missed the other translated installers. This means the sample patrons can no longer be installed for other languages.
    
    Test Plan:
    1) Attempt to install the sample patron data in German, Spanish, Norwegian, and Polish
    2) Note the error
    3) Apply this patch
    4) Repeat step 1
    5) No error!
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    On top of Bug 24316 + followup
    
    Tested doing clean install for de-DE es-ES fr-CA it-IT nb-NO pl-PL
    up to loading of all mandatory & optional data.
    All languages load without problems.
    A small qa error fixed in commit message.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Suggestions.pm                                  |    2 +
 .../data/mysql/de-DE/optional/sample_patrons.sql   |  102 ++++++++++----------
 .../data/mysql/es-ES/optional/sample_patrons.sql   |  102 ++++++++++----------
 .../mysql/nb-NO/2-Valgfritt/sample_patrons.sql     |  102 ++++++++++----------
 .../data/mysql/pl-PL/optional/sample_patrons.sql   |  102 ++++++++++----------
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   28 +++---
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 t/db_dependent/Suggestions.t                       |    1 +
 8 files changed, 222 insertions(+), 219 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list