[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-11-ga80e585

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 11:30:00 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  a80e585cf839677ec84748ba23572b63fca73e89 (commit)
       via  9dcaeba3e05e9f5bd9b2c3375edf92b749aa7dfd (commit)
      from  7f0612052770654aaa7d5344d18522dbfc8b9aab (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 a80e585cf839677ec84748ba23572b63fca73e89
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Aug 10 13:15:27 2017 -0300

    Bug 5471: Use uri_escape_utf8 to handle utf8 chars correctly
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 04966a6203646cae79a48a00ef0873c1f6c64b06)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9dcaeba3e05e9f5bd9b2c3375edf92b749aa7dfd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jun 9 12:29:58 2017 +0000

    Bug 5471 - Quotes in tags fail
    
    This patch makes changes to the tag moderation template and JavaScript
    to fix handling of tags with double or single quotes. This patch also
    moves the tags moderation JavaScript out of the template and into a
    separate JS file.
    
    To test you should have multiple tags awaiting moderation, including
    tags which contain double and single quotes.
    
    - Go to Tools -> Tags.
    - In the list of tags pending approval, test approving and rejecting
      tags, including those containing single or double quotes.
      - The state of the "Approve" or "Reject" buttons should correctly
        change according to the action you chose.
      - The label in the status column should update correctly.
    - In the "Check lists" form, submitting approved, rejected, and
      unclassified terms should result in the correct message.
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    Works correctly based on test plan. Tested using single- and
    double-quoted tags. Passes QA Tools.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ee6f8e186bc93df9d7943ea38f05615b2e8a813f)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |  216 ++++----------------
 .../intranet-tmpl/prog/js/pages/tags-review.js     |  162 +++++++++++++++
 tags/review.pl                                     |    9 +-
 3 files changed, 201 insertions(+), 186 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/js/pages/tags-review.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list