[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-5-g00ebb05

Git repo owner gitmaster at git.koha-community.org
Tue Jun 27 16:23:34 CEST 2017


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, 17.05.x has been updated
       via  00ebb0588ef44077cd2275ae80059b0b7bdddfad (commit)
       via  d6eb92b44f85a82db4dc063bd369b449f17cd7a5 (commit)
      from  dafd66b7a6cbabea3af905a3f78064109424d032 (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 00ebb0588ef44077cd2275ae80059b0b7bdddfad
Author: Marc Véron <veron at veron.ch>
Date:   Thu May 18 20:02:33 2017 +0200

    Bug 18630: Translatability (Clubs): 'Cancel' is ambiguous and leads to mistakes
    
    The button to cancel a club enrollement is labelled with 'Cancel'. That is ambiguous and translates e.g. in German to 'Abbrechen' which can lead to
    mistakes.
    
    To test:
    - Apply patch
    - Enroll a patron to a club
    - Enable public enrollment in OPAC
    - Verify that the button to cancel enrollment in both OPAC and staff client
      reads 'Cancel enrollement' (instead of 'Cancel' without patch)
      (The button appears on the patron's detail pages in OPAC and staff client)
    
    Amended for comment #4 / mv
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 628d8391d29a59f7d6a0ecfb52081684cee81403)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d6eb92b44f85a82db4dc063bd369b449f17cd7a5
Author: Marc Véron <veron at veron.ch>
Date:   Sun Jun 4 19:55:08 2017 +0200

    Bug 11235: Names for reports and dictionary are cut off when quotes are used
    
    To reproduce for saved reports:
    
    - Go to Home > Reports > Guided reports wizard
    - Create a report with double quotes in it's name, e.g. 'My "double quoted" report'
    - Go to "Saved reports", locate in the list the new report (name is correct here,
      is correct in database as well)
    - From the selection button at the right choose "Edit"
    - Result: Content of edit field for the report name is truncated (displays only: 'My')
    
    To reproduce for Reports dictionary:
    
    - Go to Home > Reports > Guided reports wizard
    - Create a new definition, give it the name 'The "double quoted" definition' and enter
      a text with double quotes for "Description"
    - Save
    - Verify that in the list of definitions both name and descriptions are truncated
      (in database as well)
    
    To test:
    - Apply patch
    - Verify that issues described above can no longer be reproduced
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit f4c965781d82e9537015b695cc15677cd06d72cd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../prog/en/modules/clubs/patron-clubs-tab.tt      |    2 +-
 .../prog/en/modules/reports/dictionary.tt          |   74 ++++++++++----------
 .../en/modules/reports/guided_reports_start.tt     |    4 +-
 .../bootstrap/en/modules/clubs/clubs-tab.tt        |    2 +-
 4 files changed, 41 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list