[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-766-g0397e7e

Git repo owner gitmaster at git.koha-community.org
Fri Jul 5 17:33:12 CEST 2013


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, master has been updated
       via  0397e7ea64c208c140d7178ed34c3bd4b266fcfb (commit)
      from  bed99a851646fd0c7a4c906dd9dfe60c485b40c6 (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 0397e7ea64c208c140d7178ed34c3bd4b266fcfb
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Jun 26 17:52:40 2013 +0200

    Bug 9113: fix handling of certain characters by item batch modification tool
    
    If you're using the batch modification tool and entering a call number
    like "E+ 123 ABC", the tool removes the + and puts a space in its place,
    e.g., "E  123 ABC"
    
    This is because the form is posted via Ajax by background-job-progressbar.js.
    Values are URI-encoded using escape(), but this method does not escape some
    characters: * @ - _ + . /
    
    Also, "+" is considered as a space in a URI.
    
    This patch replaces escape() by encodeURIComponent() which encodes every character.
    
    Test plan :
    Perform an items batch modification by setting '* @ - _ + . /' in a field
    (notes for example) and see that all characters are saved correctly.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/js/background-job-progressbar.js       |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list