[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-89-gac16246829

Git repo owner gitmaster at git.koha-community.org
Fri May 8 00:19:32 CEST 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  ac162468290f24cdc105f8848740a52c805dd481 (commit)
       via  8cbe6a740ceb9d1529da6cc9ae8ff681d8f924fd (commit)
       via  8395bc9421042c9cb3e0eeab06ac03a3f2eddee9 (commit)
       via  b095050dcf30b3848e0424d14d3a18c1167b2b23 (commit)
       via  09b527d717be485b1e4de39a0877ac6d0050a40a (commit)
       via  1b9fd03f17cc1d99ea0960173be87ae33d76df40 (commit)
       via  a934499b8cc192781f263b0ba2b3edd5374e64cf (commit)
       via  6d02cbad0b8f64293ceae4a3cc2640a149a2756a (commit)
      from  55b5a0e1121ae72d635e89f110b1063e9fb2877b (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 ac162468290f24cdc105f8848740a52c805dd481
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Apr 12 22:06:05 2020 +0000

    Bug 14369: Only show 'Create labels' link on staged records import when status is imported
    
    The label creator won't be able to add a batch for items, if they are
    not imported into the database (missing itemnumber). This patch hides
    the link, when the status is not imported, to avoid the error situation.
    
    To test:
    - Export a record with items from your Koha installation
    - Delete items and record from Koha
    - Stage the record with the items - the "Create labels" link should be showing
    - Try to create the labels - note error
    - Apply patch
    - Retry - the link should no longer show
    - Import the records - the link should show now
    - Create labels again - a new batch should have been created
    - Verify the link on the batch # leads to the batch in the labels module
    
    Bonus: Moves the message from the .pl file to the template to make
    it translatable.
    
    Signed-off-by: David Nind <david at davidnind.com>
    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 8cbe6a740ceb9d1529da6cc9ae8ff681d8f924fd
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Apr 21 12:14:13 2020 +0100

    Bug 20484: (RM follow-up) Highlight ES disablement
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 8395bc9421042c9cb3e0eeab06ac03a3f2eddee9
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 21 10:54:56 2020 +0000

    Bug 20484: Implement blocking_errors for ES config page
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit b095050dcf30b3848e0424d14d3a18c1167b2b23
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Apr 8 10:11:38 2020 +0000

    Bug 20484: Allow configuration of ES before switching to ES
    
    To test:
    1 - Set SearchEngine syspref to Zebra
    2 - Be a user with permission to manage search engine configuration (manage_search_engine_config)
    3 - Confirm you do not see 'Search engine configuration' on Admin main page
    4 - Apply patch
    5 - Confirm you see it with '(Elasticsearch)' appended
    6 - Be a user without above permission
    7 - Confirm you cannot see the 'Search engine configuration'
    8 - Confirm you cannot access directly:
        /cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 09b527d717be485b1e4de39a0877ac6d0050a40a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 13 21:45:22 2020 +0000

    Bug 13557: Add hint for on-site checkouts to list of current checkouts in OPAC
    
    In the list of checkouts it's currently not possible for the
    patront or tell the difference between normal checkouts (item
    is at home with them) and on-site checouts (items remained at
    the library). This patch adds a hint to the list of checkouts to
    allow differentiating these kinds of checkouts.
    
    To test:
    - In your patron account, have multiple checkouts, some on-site,
      some others, overdue items, etc.
    - Go to: OPAC > your summary > Checked out
    - Verify that there is no hint for the on-site checkouts
    - Apply patch
    - Check again, there should now be a note
    
    The note also has a class, so would be easy to be hidden
    or formatted differently: class="onsite_checkout".
    
    Signed-off-by: David Nind <david at davidnind.com>
    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 1b9fd03f17cc1d99ea0960173be87ae33d76df40
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Apr 14 13:14:37 2020 +0000

    Bug 21211: Add patron toolbar to suggestions, discharges and ill requests tabs
    
    When paging through the patron account in staff, using the tabs on
    the right, you notice that some pages are missing the patron toolbar
    on top and that the headings, where they exist, vary in size.
    
    This patch adds the patron toolbar to 3 more tabs and changes headings
    to h1 to be consistent with older tabs. It has also been suggested on
    another tab that this is preferrable for screen readers.
    
    Note: Modification log was left out for now, as this is also used in tools.
    
    To test:
    - Activate ILL (ILLModule pref)
    - Activate discharges (UseDischarge pref)
    - Go to any patron account, tab through the tabs...
    - Verify that discharge, purchase suggestions and ill requests are
      missing the toolbar
    - Apply patch
    - Verify that the toolbar now appears on these pages and works
      correctly
    - Also veriy that the headings are now consistently h1 on all pages
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    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 a934499b8cc192781f263b0ba2b3edd5374e64cf
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Apr 14 16:57:38 2020 +0000

    Bug 18680: Add an empty entry by default to sort1/sort2 values in patron account
    
    When using sort1/sort2 with authorised values to create a pull down
    list, there will be no empty entry unless one is manually added to
    the authorised values list.
    
    This is not a good default behaviour, as it can easily
    cause errors on patron creation. Without the empty entry, the first
    alphabetic value is pre-selected and will be saved if not explicitly
    changed. It also doesn't allow to mark sort1/sort2 as mandatory,
    as the value is always 'set', the required message won't be triggered.
    
    This adds an empty parameter to av-build-dropbox.inc to allow selectively
    adding this empty entry without causing side-effects in other places
    this include is used.
    
    To test:
    - Create authorised values for either Bsort1 or Bsort2 authorised
      value category
    - Create a new patron:
      - you should see a pull down list on one and an input field for the other
      - for the pull down list, there will be no empty entry and the first
        alphabetic value will be preselected
    - Make your sort1 and sort2 mandatory using BorrowerMandatoryField
    - Verify there is still on empty entry
    - Apply patch
    - Repeat tests and verify that the behaviour is as expected
      - There should now be an empty entry
      - When the field is marked mandatory and empty is left, the required
        warning will be shown.
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    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 6d02cbad0b8f64293ceae4a3cc2640a149a2756a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon Apr 13 03:46:25 2020 +0200

    Bug 10561: Rephrase DisplayOPACiconsXSLT and DisplayIconsXSLT slightly
    
    As the pref removes the whole 'line' of information, this tries to makes
    the behaviour a little clearer by adding a 'and descriptions' to the pref
    text. It now reads:
    
    [Show|Don't show]  the format, audience, and material type icons and
    descriptions in XSLT MARC21 results and detail pages in ...
    
    To test:
    - Check both preference descriptions in the staff client
    - Verify the text reads correctly and this helps things
    
    Signed-off-by: David Roberts <david at koha-ptfs.co.uk>
    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:
 admin/searchengine/elasticsearch/mappings.pl             | 13 +++++++++++--
 koha-tmpl/intranet-tmpl/prog/en/includes/admin-menu.inc  |  6 +++---
 .../intranet-tmpl/prog/en/includes/av-build-dropbox.inc  |  6 ++++--
 .../intranet-tmpl/prog/en/includes/blocking_errors.inc   |  2 ++
 .../intranet-tmpl/prog/en/modules/admin/admin-home.tt    |  6 +++---
 .../prog/en/modules/admin/preferences/opac.pref          |  2 +-
 .../prog/en/modules/admin/preferences/staff_client.pref  |  2 +-
 .../modules/admin/searchengine/elasticsearch/mappings.tt | 10 +++++++---
 .../intranet-tmpl/prog/en/modules/members/discharge.tt   |  6 ++++--
 .../intranet-tmpl/prog/en/modules/members/housebound.tt  |  2 +-
 .../prog/en/modules/members/ill-requests.tt              |  5 ++++-
 .../prog/en/modules/members/memberentrygen.tt            |  4 ++--
 .../prog/en/modules/members/purchase-suggestions.tt      |  3 ++-
 .../intranet-tmpl/prog/en/modules/members/statistics.tt  |  2 +-
 .../prog/en/modules/tools/manage-marc-import.tt          | 16 +++++++++++++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt    |  1 +
 tools/manage-marc-import.pl                              |  4 ++--
 17 files changed, 62 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list