[koha-commits] main Koha release repository branch master updated. v16.11.00-69-gb133b0e

Git repo owner gitmaster at git.koha-community.org
Fri Dec 16 12:58:38 CET 2016


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  b133b0e94d57546e70eeb3a3b20befd130c343e6 (commit)
      from  d5a160ed956703c3572dcc9dde8d1e253272f011 (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 b133b0e94d57546e70eeb3a3b20befd130c343e6
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue Apr 5 14:51:43 2016 +0200

    Bug 16203: Convert item plugins to new style (see bug 10480)
    
    Converts item plugins to new style (with builder and launcher).
    See also bugs 10480 and 13437.
    
    The following plugins have been adjusted:
    barcode_manual.pl
    barcode.pl
    callnumber-KU.pl
    callnumber.pl
    cn_browser.pl (Added license statement too)
    dateaccessioned.pl
    macles.pl
    stocknumberam123.pl
    stocknumberAV.pl
    stocknumber.pl
    
    Test plan:
    Connect the plugin to an item field.
    Verify that the plugin still works.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Tested if all plugins compile okay.
    Ran most of them thru FrameworkPlugin.t.
    Tested them in the item editor.
    
    Note: the form for macles.pl comes up, further hard to test.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 cataloguing/value_builder/barcode.pl          |   40 ++++++++++----------
 cataloguing/value_builder/barcode_manual.pl   |   36 +++++++++---------
 cataloguing/value_builder/callnumber-KU.pl    |   32 +++++++++-------
 cataloguing/value_builder/callnumber.pl       |   32 +++++++++-------
 cataloguing/value_builder/cn_browser.pl       |   50 +++++++++++++++++--------
 cataloguing/value_builder/dateaccessioned.pl  |   36 +++++++++---------
 cataloguing/value_builder/macles.pl           |   45 +++++++++-------------
 cataloguing/value_builder/stocknumber.pl      |   36 +++++++++---------
 cataloguing/value_builder/stocknumberAV.pl    |   28 ++++++++------
 cataloguing/value_builder/stocknumberam123.pl |   30 ++++++++-------
 10 files changed, 193 insertions(+), 172 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list