[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-15-ga2c471d

Git repo owner gitmaster at git.koha-community.org
Fri May 16 10:07:43 CEST 2014


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, 3.14.x has been updated
       via  a2c471dc40fc9a049e554282eb0507e0d94a2cf0 (commit)
      from  964d8cbe4c1ebbcc90c10ee9ff808ab09431cec1 (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 a2c471dc40fc9a049e554282eb0507e0d94a2cf0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jan 29 12:17:09 2014 -0500

    Bug 11636 - make it possible to remove patrons from patron list during add process
    
    If your patrons have card numbers with leading zeroes this causes
    problems removing patron entries during the process of adding patrons to
    an existing list. This patch refactors the relevant JavaScript to
    correct the problem and to remove inline "onclick" from generated HTML.
    
    This patch also includes a fix for Bug 11632 - Untranslatable string
    "Remove" in patron lists.
    
    To test:
    
    1. If necessary, create or modify a patron to have a card number
       with leading zeroes.
    2. Go to Tools -> Patron lists.
    3. Click "Add patrons" on an existing list.
    4. Perform a patron search and choose one of the results.
    5. Click the "remove" link next to the patron name which was just added.
       Nothing will happen.
    6. Apply the patch and test again. The "remove" link should now work.
    
    To test the fix for Bug 11632, after applying the patch run "translate
    update [language code]" and confirm that the "Remove" string is listed
    in the updated po file for patron_lists/list.tt.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script, works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f3d5887870bad581e312b40bd474b38b5788122d)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list