[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.00-25-gfeb8f84

Git repo owner gitmaster at git.koha-community.org
Mon Jun 10 17:26:07 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, 19.05.x has been updated
       via  feb8f84ef7a92038a544aaa2f44584ee848451fd (commit)
       via  ecfe5811c8b49135b4e0ddee1db5e24d6a854940 (commit)
       via  1baddd190fe1ed72e66298a6b01394e86e58d0fe (commit)
       via  a4dea8c8b802bf5e1b4985762885565ad7c49e75 (commit)
       via  cb081b9fdcf2a5d05feeae3253b0dab7690daf77 (commit)
       via  be00559e0c3db37fd776946a8d83de1a58db7a9e (commit)
       via  7d82e8104b2a23e7329ac72d5867306f0004d9bf (commit)
       via  412578e2d65e4fd797dc743b3de2fb6544b14022 (commit)
       via  c868ccc360189d0b5ea5b7c096ba325a304070d0 (commit)
      from  67bddf78e245e5ef2dfe1c3040e5c820124a3b99 (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 feb8f84ef7a92038a544aaa2f44584ee848451fd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 21 16:59:38 2019 +0000

    Bug 22954: Minor markup error in OPAC messaging template
    
    This patch corrects a minor error in opac-messaging.tt in order to
    quiet errors returned by the HTML validator.
    
    To reproduce the problem you should have the
    EnhancedMessagingPreferencesOPAC  system preference enabled. Log in
    to the OPAC and go to the "your messaging" page. Run the page through
    the W3C validation service: https://validator.w3.org. Either by pasting
    in the URL for the search results (if web accessible) or by viewing
    source, copying, and pasting into "Validate by Direct Input."
    
    This patch addresses this error:
    
     - "Self-closing syntax (/>) used on a non-void HTML element. Ignoring
       the slash and treating as a start tag."
    
    To test, apply the patch and try again to reproduce the validation
    error. The error should no longer be present. There should be no
    visible change to the page.
    
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Arthur Bousquet <arthur.bousquet at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d5a8a424203cd426f7d0bd64597a6ac95536ef9c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ecfe5811c8b49135b4e0ddee1db5e24d6a854940
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 21 16:00:18 2019 +0000

    Bug 22952: Markup error in OPAC suggestions template
    
    This patch makes a minor correction to the OPAC suggestions template in
    order to quiet an error returned by the HTML validator.
    
    To reproduce the problem you should have the 'suggestion' system
    preference turned on, and you should be logged in to the OPAC as a user
    who has submitted one or more suggestions. View the "your purchase
    suggestions" page in the OPAC. Run the page through the W3C validation
    service: https://validator.w3.org. Either by pasting in the URL for the
    search results (if web accessible) or by viewing source, copying, and
    pasting into "Validate by Direct Input."
    
    This patch specifically addresses these errors:
    
     - "End tag div seen, but there were open elements."
     - "Unclosed element span."
    
    To test, apply the patch and try again to reproduce the validation
    errors. Those errors should no longer be present. There should be no
    visible change to the page.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    Signed-off-by: Nadine Pierre <nadine.pierre at inLibro.com>
    Signed-off-by: Arthur Bousquet <arthur.bousquet at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e72a9c91485c6e68819f3bb76d326f0a1a84dcd9)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 1baddd190fe1ed72e66298a6b01394e86e58d0fe
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 21 14:27:40 2019 +0000

    Bug 22948: Markup error in OPAC bibliographic detail template
    
    This patch addresses one markup problem in opac-detail.tt which triggers
    a validation error.
    
    To reproduce the problem, view the normal bibliographic detail page for
    a record in the OPAC. Run the page through the W3C validation service:
    https://validator.w3.org. Either by pasting in the URL for the search
    results (if web accessible) or by viewing source, copying, and pasting
    into "Validate by Direct Input."
    
    This patch addresses one specific error:
    
     - "The aria-labelledby attribute must point to an element in the same
       document."
    
    To test, apply the patch and try again to reproduce the validation
    errors. Those errors should no longer be present. There should be no
    visible change to the page.
    
    Test the "Save record -> Dublin Core" menu item. It should trigger a
    modal window.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a3da6d6825f686099d8e23a1abff061071d679ad)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit a4dea8c8b802bf5e1b4985762885565ad7c49e75
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jun 4 10:06:46 2019 +0100

    Bug 22960: DBRev 19.05.00.001
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 4ae854242839ebe9871b65fe0add2241eb4ae0b7)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit cb081b9fdcf2a5d05feeae3253b0dab7690daf77
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Jun 4 09:48:59 2019 +0100

    Bug 22960: (RM follow-up) Correct a further typo
    
    "This a list" changed to "This is a list"
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f6f86a79d623ac478e2636e2d0cc2272006fe5f0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit be00559e0c3db37fd776946a8d83de1a58db7a9e
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jun 2 09:18:00 2019 +0000

    Bug 22960: (QA follow-up) Fix another tiny typo
    
    This only seems to appear in the .pref file:
    
    ...pairs. the => ... pairs. The
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 76a64f8046af820b8be57fbc8d65483259a63f6c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 7d82e8104b2a23e7329ac72d5867306f0004d9bf
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Mon May 27 20:34:33 2019 +0000

    Bug 22960: Fix the same typo on db level for existing and new installations
    
    Seriously trying to kill the typo everywhere:
    - Check your DB with a report:
      select * from systempreferences where variable = 'UpdateItemLocationOnCheckin';
    - Verify the typo in the explanation column: locaiton
    - Apply patch and run database update
    - Verify the typo is fixed
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2b0347084ce8daa0a11ff4bdfd2e9f8442e65ffb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 412578e2d65e4fd797dc743b3de2fb6544b14022
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 22 12:23:47 2019 +0000

    Bug 22960: Typo found in circulation.pref in UpdateItemLocationOnCheckin preference
    
    This patch corrects a typo in circulation.pref in the description of the
    UpdateItemLocationOnCheckin preference.
    
    To see the problem, go to Administration -> System preferences ->
    Circulation and look at the description for the
    UpdateItemLocationOnCheckin preference:
    
    "The special term _BLANK_ may be used on either side of a value pair to
    update or remove the location from items with no locaiton assigned."
    
    Note the misspelling "locaiton."
    
    To test, apply the patch and refresh the circulation preferences page.
    The typo should be fixed.
    
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit d5520510602c123d1ea8d7dc9a9d874995d200c3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c868ccc360189d0b5ea5b7c096ba325a304070d0
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed May 29 13:46:15 2019 +0000

    Bug 23006: Cannot use inventory with barcodes containing special chars
    
    If a barcode contains special characters like $, the regex in inventory
    does no longer work.
    This fix (as suggested by Jonathan) replaces the regex by a eq compare.
    
    Test plan:
    Pick one barcode and add a $ somewhere in the middle, say 123$456.
    Include this barcode in a barcode file for inventory.
    Run inventory on that file and verify that barcode was read and datelastseen
    was updated. The barcode should not be reported as missing (not scanned).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 851d41ab6b9ec28901086d6a6ce15b3fd589182a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha.pm                                                    |    2 +-
 installer/data/mysql/sysprefs.sql                          |    2 +-
 installer/data/mysql/updatedatabase.pl                     |   12 +++++++++++-
 .../prog/en/modules/admin/preferences/circulation.pref     |    4 ++--
 .../bootstrap/en/includes/opac-detail-sidebar.inc          |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-suggestions.tt     |    8 +++++---
 tools/inventory.pl                                         |    2 +-
 8 files changed, 23 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list