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

Git repo owner gitmaster at git.koha-community.org
Wed May 29 17:35:41 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  a90a72c62dcfcbb1989d5ea60a80f51bcee8a23d (commit)
      from  55f3553b25629cb24643dafd004786fe05629d81 (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 a90a72c62dcfcbb1989d5ea60a80f51bcee8a23d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Mar 8 12:16:19 2013 -0500

    Bug 9773 - Replace YUI AJAX calls in cataloging plugins with jQuery
    
    Several cataloging plugins make some simple AJAX GET calls via the YUI
    AJAX feature. This code can be easily converted to jQuery.
    
    To test, link each plugin to the relelvant field by editing your MARC
    stucture. Confirm that functionality is unchanged.
    
    For callnumber.pl and callnumber-KU.pl, test by linking to 952o.
    callnumber.pl is triggered on blur of (when you focus on and click away
    from) the 952o entry field. callnumber-KU.pl is triggered by clicking
    the "..." link.
    
    stocknumberam123.pl should be linked to 952i. If your data doesn't
    already have information stored for inventory number, modify at least
    one record to add one. The plugin is triggered on blur of the 952i
    field. It should increment the highest value inventory number stored in
    your system.
    
    unimarc_field_010.pl is UNIMARC-specific, so I'm guessing about its
    functionality. I tested it by linking the plugin to MARC21 field 020a.
    The plugin is triggered on blur of the affected field (020a in my test).
    You can confirm that the plugin returns valid data by using a tool like
    Firebug to view the XHR response. Or if you're not using UNIMARC you can
    hack the plugin to update a different field instead (line 57,
    /^tag_210_subfield_c/ ). I tried "245_subfield_c" instead of
    "210c_subfield_c." Nonsensical, but useful for testing.
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Tried the 3 MARC21 plugins. Did not try the Unimarc one, but it's exactly the same code change.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 cataloguing/value_builder/callnumber-KU.pl     |   13 +++++--------
 cataloguing/value_builder/callnumber.pl        |   13 +++++--------
 cataloguing/value_builder/stocknumberam123.pl  |   13 +++++--------
 cataloguing/value_builder/unimarc_field_010.pl |   11 ++++-------
 4 files changed, 19 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list