[koha-commits] main Koha release repository branch new/bug_7628 created. v3.08.00-573-g56c9fca

Git repo owner gitmaster at git.koha-community.org
Fri Aug 3 15:05:19 CEST 2012


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, new/bug_7628 has been created
        at  56c9fca7293f4d46eccd9d8976e4993c3ecfffd8 (commit)

- Log -----------------------------------------------------------------
commit 56c9fca7293f4d46eccd9d8976e4993c3ecfffd8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jul 20 10:48:27 2012 +0200

    Bug 7628: Escape '+' characters for categorycode
    
    uri escape the following characters:
        &, @, /, ;, :, =, +, ? and $
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Test and sign off second patch (independently from first patch).
    
    Added categories like '+zwoelf' or '? Test' before applying the patch.
    Deletion was not possible.
    
    After applying patch deletion is possible, patch works as expected.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit e3e5b1892ff56893dca73330e38c58a7dda83647
Author: Marc Veron <veron at veron.ch>
Date:   Wed Jul 18 07:57:36 2012 +0200

    Bug 7628 - Required format is not enforced for Patron Categories
    
    Enforces category code with allowed characters only.
    
    Test plan:
    
    - Before applying patch, create a category code like Test+
    
    - Try to delete category with this code -> does not work
    
    - Apply patch
    
    - Try to create category with code containg other characters than letters, numbers, - and _
    
    - Result: You are not allowed to do so, appropriate message pops up
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list