[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.01-57-ge655c5f

Git repo owner gitmaster at git.koha-community.org
Sun Jan 12 22:45:37 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, 19.11.x has been updated
       via  e655c5f471e54cbf4de0a7625c832609ad1b6171 (commit)
       via  aeb73c273b495c9276659413cfd4f951d59b1dea (commit)
       via  1fa36b1d94e0ae03e8913cdfc66edf91e99ec066 (commit)
       via  a73cb7ec6f2cb5bb52fb1acd605e3385002e7ea2 (commit)
       via  1d457f370cd4a7d8b614549f69d850d48b07caf9 (commit)
       via  dcb7e9cb50c18a113472d5cd8405ba082bce6ec2 (commit)
       via  74d0f6b1763a1fc6e8a3e4af00cf3e1fd02bbf73 (commit)
       via  7a59b09c70593a8f097352160459b258293e881d (commit)
      from  6bec75ac565ff1f4b87a2fefb0207dcc9248fec2 (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 e655c5f471e54cbf4de0a7625c832609ad1b6171
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 2 14:38:03 2020 +0000

    Bug 23889: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit aeb73c273b495c9276659413cfd4f951d59b1dea
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 16 15:11:27 2019 +0100

    Bug 23889: Use same css class on the basic editor view
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 1fa36b1d94e0ae03e8913cdfc66edf91e99ec066
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Oct 24 14:15:41 2019 +0000

    Bug 23889: Improve style of menu header in advanced cataloging editor
    
    This patch updates the style of dropdown menu headers to make it apply
    more globally and changes the advanced cataloging editor template so
    that the correct class is applied to the menu header.
    
    To test, apply the patch and rebuild the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    Test the interfaces where these kinds of menu headers can be found:
    
     - Catalog search results: The "Sort" menu (Popularity, Author, etc.
       headings).
    
     - Saved report results: Run a report which returns a column of
       biblionumbers or itemnumbers. Check the "Batch operations" menu
       (Bibliographic records or item records headings).
    
     - Advanced cataloging editor: The settings menu (Change framework
       header).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit a73cb7ec6f2cb5bb52fb1acd605e3385002e7ea2
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 20 07:14:32 2019 +0000

    Bug 24267: (QA follow-up) Remove two calls, add transaction
    
    Call to GetAuthorizedHeading is already done just before calling ImportBreedingAuth.
    Call to GuessAuthTypeCode is not used.
    Adding transaction to test (check your database, kidclamp ;)
    
    Test plan:
    Add new authority via Z3950 in the interface.
    Run t/db_dependent/Breeding.t
    
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 1d457f370cd4a7d8b614549f69d850d48b07caf9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Dec 19 17:37:23 2019 +0000

    Bug 24267: Unit tests
    
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit dcb7e9cb50c18a113472d5cd8405ba082bce6ec2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 18 18:27:33 2019 +0000

    Bug 24267: Improve ImportBreedingAuth
    
    git grep ImportBreedingAuth - there is only one call to this routine
    from SearchZ3950Auth
    
    We pass it a MARC record, '2' for overwrite_auth
    
    We then check for this record in the DB and get the breeding id,
    however, when overwrite_auth is 2 we always add the auth to the batch
    and return the new breeding id.
    
    We don't actually use any of the other parameters returned here either
    
    To recreate:
    1 - Browse to Authorities
    2 - Select New form Z3950
    3 - Perform a search that returns results
    4 - SELECT COUNT(*) FROM import_auths
    5 - Repeat the search
    6 - SELECT COUNT(*) FROM import_auths
    7 - There are 20 more records
    8 - SELECT * FROM import_auths - note the repeated rows
    
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 74d0f6b1763a1fc6e8a3e4af00cf3e1fd02bbf73
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Mon Dec 30 20:55:41 2019 -0300

    Bug 24316: (follow up) Fix es-ES web installer
    
    Same correction, as other languages, removing
    obsolete authorised value MANUAL_INV.
    
    Same test
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 7a59b09c70593a8f097352160459b258293e881d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Dec 29 23:21:06 2019 +0100

    Bug 24316: Remove obsolete sample data for MANUAL_INV authorised value
    
    Bug 23049 replaced the MANUAL_INV authorised value by a dedicated table,
    but missed to remove the authorised value sample data from the non-English
    installers.
    
    This patch corrects this oversight.
    
    Note:
    The German (de-DE) file was changed a bit more, adding 2 missing translations
    for the new RETURN_CLAIM_RESOLUTION and to match the sequence of the en
    file.
    
    To test:
    - Verify the SQL file changes are valid by loading those files OR
    - Run the installers for each language on an empty database
    - Verify there is no error loading the optional authorised value data
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Tested with 24317 and a small followup for this bug for es-ES
    
    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.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/Breeding.pm                                     |   67 ++++----------------
 installer/data/mysql/de-DE/optional/auth_val.sql   |   21 +++---
 installer/data/mysql/es-ES/optional/auth_val.sql   |    3 -
 installer/data/mysql/fr-CA/facultatif/auth_val.sql |    3 -
 installer/data/mysql/it-IT/necessari/auth_val.sql  |    3 -
 .../data/mysql/nb-NO/2-Valgfritt/auth_val.sql      |    3 -
 installer/data/mysql/pl-PL/optional/auth_val.sql   |    3 -
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   20 +++---
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |    3 +-
 .../prog/en/modules/cataloguing/editor.tt          |    2 +-
 t/db_dependent/Breeding.t                          |   45 ++++++++++---
 12 files changed, 73 insertions(+), 102 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list