[koha-commits] main Koha release repository branch master updated. v17.11.00-391-g2ff5482

Git repo owner gitmaster at git.koha-community.org
Mon Feb 5 13:57:27 CET 2018


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  2ff5482c973eb2f1835a3e372bcee6f16c4a9445 (commit)
       via  3c2cd21cc35fdb5a048c042add0087ebedbca44e (commit)
       via  127da0e35c5117e4c6ad7a208087cf191745b49b (commit)
       via  458c8c1ae1d27cd4099328b4035fb236458fcd67 (commit)
       via  60efdccafd40de43a4917a80fc96d3f6e63626a7 (commit)
       via  e3d0bc24c97ed35653130cdc55f0da3271d958e9 (commit)
       via  e1b4b53765da4088483a7255b657b1a4c98db694 (commit)
       via  d10513dfc0d47846fdb874b0a62ce9c8c7107644 (commit)
       via  484fd322abd36bba61a8c2fa40e3902e909438c3 (commit)
       via  cad2db6016fb154049a030f0d8a74a6b539cb7a4 (commit)
       via  2bde680e0b7cb0a91731bd9a9475e3460e4b6fec (commit)
       via  eb5aa286126d204c3bfb52a2d774eeaf7bfe9b68 (commit)
       via  7b3470ca3f5df7af683e916b35880e674dd200bb (commit)
       via  5d9348ffa22ecf8cf2a2cf2f953d4e18930c2669 (commit)
       via  b0216c7ca0c78c9fbb866950562632315b588e36 (commit)
       via  3ded637bc51227acc9b107da09ba8d0f2a39862d (commit)
       via  f2502c94998c5a60e6ec038e64decc5fb64e5b6a (commit)
       via  165c56de29b259c0607d5e3000045ae5fe481af0 (commit)
       via  b4458e71e56aaa79c80b695aa9c7945a29211584 (commit)
       via  f9b93e07fd3259d2c8c795ee220d27a8a1251cd4 (commit)
       via  f477c078d86fab112c1ecf26e68dc869bf0fef54 (commit)
       via  70b4176b195a0e54d776a1de5f1212ab5707f29f (commit)
       via  cea818a56ac29ae0cb8876e514c5ec97e8ede0e2 (commit)
       via  cc37c04bf3cd7afb61e53cffd58c079fa43af4f2 (commit)
       via  3f6a7933b84ba95550518b0364a9ba90002390b5 (commit)
       via  8ba6bd033f30c4d7f393a50e299fe709e524c5f7 (commit)
       via  0f3fef5cae94b64f7ca636be082d4d4c02e1fae9 (commit)
       via  f3d62e4331a9ac00a693ce2fc855ea8131e92395 (commit)
       via  8622f4be5900d141dc4fe232476fb3cbfafd3b09 (commit)
      from  f3c6284835769dead3e9a8b6e91a14d7620a130c (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 2ff5482c973eb2f1835a3e372bcee6f16c4a9445
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Fri Feb 2 09:45:42 2018 +0200

    Bug 20124: Make "Save configuration" translatable on "did you mean?" config
    
    When saving the "Did you mean?" setting, a popup with the
    message "Successfully saved configuration" is shown, but
    it cannot be translated. Make it translatable.
    
    Test plan:
    
    1) Go to Home -> Administration -> Did you mean?
    2) Change the settings, click on "Save configuration"
    3) Popup with "Successfully saved configuration"
    4) Apply patch, update po-files, etc.
    5) Check that the msgid "Successfully saved configuration"
       is in fi-FI-staff-prog.po, and translate the message
    6) install the fi-FI language
    7) Change your UI language to finnish
    8) Repeat 1, 2, 3. You should now see the same popup
       message translated.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    Signed-off-by: Roch D'Amour <roch.damour at inlibro.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3c2cd21cc35fdb5a048c042add0087ebedbca44e
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Wed Jan 31 11:11:56 2018 +0200

    Bug 20110: Adding same user multiple times to same budget
    
    In javascript, using indexOf to test if a number exists in an array
    of strings doesn't work, and makes it possible to add the same user
    multiple times into the same budget fund.
    Make borrowernumber into string and compare that instead.
    
    Test plan:
    
    1) Go to Home -> Administration -> Budgets -> Funds -> Add Fund
    2) Add a user to the fund
    3) Try to add the same user again to the same fund. No error.
    4) Apply patch
    5) Do 1, 2, and 3 again. You should now get an error message
       saying the user is already in the list.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 127da0e35c5117e4c6ad7a208087cf191745b49b
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Wed Jan 31 08:51:30 2018 +0200

    Bug 20109: Make "Remove" translatable when adding a fund
    
    When a user has been added to the fund, the link to "Remove" that user
    is not translatable.
    
    Test plan:
    
    1) Install language xx-YY
    2) Go to Home -> Administration -> Budgets -> Funds -> Add Fund
    3) Add a user to the fund
    4) Notice how the "Remove" link after the user's name is not translated
    5) Apply patch
    6) Look in xx-YY-staff-prog.po, and if needed, translate the msgid
       "Remove"
    7) Update and reinstall the language
    8) Do 2 and 3 again. The "Remove" link should now be translated.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    https://bugs.koha-community.org/show_bug.cgi?id=10209
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 458c8c1ae1d27cd4099328b4035fb236458fcd67
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Mon Jan 29 16:09:24 2018 +0100

    Bug 20098: Inventory tool: CVS export: fix itemlost column
    
    It was mapped with "lost" instead of "itemlost".
    
    == Test plan ==
    1. Have a lost item
    2. Go to staff:/cgi-bin/koha/tools/inventory.pl
    3. Tick "Optional filters" → "items.itemlost" →
          "name of Authorized values for the lost state"
    4. Tick "Export to CSV file"
    5. Submit
    6. Open the CSV
    7. Check that the lost item is in the list
    8. You should observe that the "Lost status" column is empty for all items
         This is the problem
    9. Apply this patch
    10. Click submit to re-export the CSV
    11. Open the CSV
    12. Check that the lost item is in the list
    13. You should observe that the "Lost status" column now filled with the
          expected values.
    14. Smile because it works! :D
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Maksim Sen <maksim at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 60efdccafd40de43a4917a80fc96d3f6e63626a7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jan 22 15:48:42 2018 +0000

    Bug 20062: Remove support for Internet Explorer 7 in the staff client
    
    This patch removes JavaScript files which were added to support Internet
    Explorer 7. Templates which included the files have been modified
    accordingly.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    Perform a catalog search in the staff client and click through to view
    one of the search results. The search results navigation menu in the
    left-hand sidebar should work correctly.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e3d0bc24c97ed35653130cdc55f0da3271d958e9
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon Jan 22 13:04:33 2018 +0100

    Bug 20060: Resolve uninitialized warn from Koha::Template::Plugin::Branches
    
    The warn comes from undefined C4::Context->userenv->{branch}.
    Can be triggered by calling mainpage.pl when being logged out in staff.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e1b4b53765da4088483a7255b657b1a4c98db694
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Thu Jan 18 03:32:12 2018 +0000

    Bug 20020: use Modern::Perl in XT scripts
    
    Test Case:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    author/podcorrectness.t
    author/show-template-structure.pl
    author/translatable-templates.t
    author/valid-templates.t
    find-license-problems
    fix-old-fsf-address
    single_quotes.t
    verify-debian-docbook.t
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d10513dfc0d47846fdb874b0a62ce9c8c7107644
Author: Te Rauhina Jackson <terauhina.jackson at gmail.com>
Date:   Thu Jan 18 20:41:33 2018 +0000

    Bug 20019: use Modern::Perl in misc perl scripts
    
    Test Plan:
    Test Plan:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    services/itemrecorddisplay.pl
    suggestion/suggestion.pl
    tags/list.pl
    tags/review.pl
    virtualshelves/sendshelf.pl
    help.pl
    changelanguage.pl
    koha_perl_deps.pl
    debian/bd-to-depends
    debian/build-git-snapshot
    debian/list-deps
    docs/CAS/CASProxy/examples/koha_webservice.pl
    docs/CAS/CASProxy/examples/proxy_cas.pl
    docs/CAS/CASProxy/examples/proxy_cas_callback.pl
    docs/CAS/CASProxy/examples/proxy_cas_data.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 484fd322abd36bba61a8c2fa40e3902e909438c3
Author: Zoe Bennett <zoebennett1308 at gmail.com>
Date:   Thu Jan 18 03:32:43 2018 +0000

    Bug 20018: use Modern::Perl in offline_circ scripts
    
    Test Plan:
    - Check that it now says 'use Modern::Perl' and not 'use trict; use
    warnings;' in the follwing plugins perl scripts
    
    enqueue_koc.pl
    list.pl
    process.pl
    process_koc.pl
    service.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cad2db6016fb154049a030f0d8a74a6b539cb7a4
Author: Jenny Way <jwayway at hotmail.com>
Date:   Thu Jan 18 02:04:47 2018 +0000

    Bug 20017: use Modern::Perl in Tools perl scripts
    
    Test plan:
    Check that the following files don't contain use strict; use warnings;
    and have use Modern::Perl instead.
    background-job-progress.pl
    batchMod.pl
    copy-holidays.pl
    exceptionHolidays.pl
    holidays.pl
    import_borrowers.pl
    koha-news.pl
    letter.pl
    manage-marc-import.pl
    newHolidays.pl
    overduerules.pl
    quotes-upload.pl
    quotes.pl
    quotes/quotes-upload_ajax.pl
    quotes/quotes_ajax.pl
    scheduler.pl
    stage-marc-import.pl
    upload-cover-image.pl
    
    Also the credits have been added to newHolidays.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 2bde680e0b7cb0a91731bd9a9475e3460e4b6fec
Author: Zoe Bennett <zoebennett1308 at gmail.com>
Date:   Thu Jan 18 03:24:23 2018 +0000

    Bug 20016: use Modern::Perl in svc scripts
    
    Test Plan:
    - Check that it now says 'use Modern::Perl' and not 'use trict; use
    warnings;' in the follwing plugins svc scripts
    
    authentication
    bib
    bib_profile
    checkouts
    config/systempreferences
    import_bib
    new_bib
    
    https://bugs.koha-community.org/show_bug.cgi?id=20016
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit eb5aa286126d204c3bfb52a2d774eeaf7bfe9b68
Author: Jenny Way <jwayway at hotmail.com>
Date:   Thu Jan 18 00:56:42 2018 +0000

    Bug 20015: use Modern::Perl in Serials perl script
    
    Test plan:
    Check that use strict; use warnings; doesn't exist in the following
    files and use Modern::Perl; is written instead.
    acqui-search-result.pl
    acqui-search.pl
    checkexpiration.pl
    reorder_members.pl
    routing-preview.pl
    routing.pl
    serials-collection.pl
    serials-edit.pl
    subscription-add.pl
    subscription-bib-search.pl
    subscription-renew.pl
    viewalerts.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7b3470ca3f5df7af683e916b35880e674dd200bb
Author: Jenny Way <jwayway at hotmail.com>
Date:   Thu Jan 18 00:40:57 2018 +0000

    Bug 20013: use Modern::Perl in Reserve perl script
    
    Test plan:
    Check the following files that use strict; use warnings; doesn't exist
    and use Modern::Perl; is written instead.
    modrequest.pl
    modrequest_suspendall.pl
    placerequest.pl
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5d9348ffa22ecf8cf2a2cf2f953d4e18930c2669
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Thu Jan 18 02:58:06 2018 +0000

    Bug 20012: use Modern::Perl in Reports perl scripts
    
    Test Case:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    borrowers_out.pl
    cat_issues_top.pl
    catalogue_out.pl
    catalogue_stats.pl
    dictionary.pl
    issues_avg_stats.pl
    issues_stats.pl
    itemslost.pl
    manager.pl
    reports-home.pl
    serials_stats.pl
    stats.print.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b0216c7ca0c78c9fbb866950562632315b588e36
Author: Zoe Bennett <zoebennett1308 at gmail.com>
Date:   Thu Jan 18 03:13:55 2018 +0000

    Bug 20011: use Modern::Perl in plugins perl scripts
    
    Test Plan:
    - Check that it now says 'use Modern::Perl' and not 'use trict; use
    warnings;' in the follwing plugins perl scripts
    
    plugins-home.pl
    plugins-uninstall.pl
    plugins-upload.pl
    run.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3ded637bc51227acc9b107da09ba8d0f2a39862d
Author: Grace Smyth <gracesmythh at gmail.com>
Date:   Thu Jan 18 03:58:42 2018 +0000

    Bug 20010: use Modern::Perl in Patroncards perl scripts
    
    Test Plan:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    create-pdf.pl
    edit-batch.pl
    edit-layout.pl
    edit-profile.pl
    edit-template.pl
    home.pl
    image-manage.pl
    manage.pl
    print.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f2502c94998c5a60e6ec038e64decc5fb64e5b6a
Author: Te Rauhina Jackson <terauhina.jackson at gmail.com>
Date:   Thu Jan 18 03:43:59 2018 +0000

    Bug 20009: use Modern::Perl in Members perl scripts
    
    Test Plan:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    boraccount.pl
    default_messageprefs.pl
    deletemem.pl
    files.pl
    mancredit.pl
    maninvoice.pl
    member-flags.pl
    member-password.pl
    memberentry.pl
    members-home.pl
    members-update-do.pl
    moremember.pl
    notices.pl
    pay.pl
    paycollect.pl
    printfeercpt.pl
    printinvoice.pl
    printslip.pl
    readingrec.pl
    routing-lists.pl
    setstatus.pl
    update-child.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 165c56de29b259c0607d5e3000045ae5fe481af0
Author: Zoe Bennett <zoebennett1308 at gmail.com>
Date:   Wed Jan 17 23:00:28 2018 +0000

    Bug 19999: use Modern::Perl in label scripts
    
    Test Plan:
    - Check that it now says 'use Modern::Perl;' and not 'use strict; use
    warnings;' in the following labels perl scripts:
    
    label-create-csv.pl
    label-create-pdf.pl
    label-create-xml.pl
    label-edit-batch.pl
    label-edit-layout.pl
    label-edit-profile.pl
    label-edit-template.pl
    label-home.pl
    label-item-search.pl
    label-print.pl
    spinelabel-home.pl
    spinelabel-print.pl
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b4458e71e56aaa79c80b695aa9c7945a29211584
Author: Te Rauhina Jackson <terauhina.jackson at gmail.com>
Date:   Thu Jan 18 03:14:44 2018 +0000

    Bug 19998: use Modern::Perl in error perl scripts
    
    Test Plan:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    400.pl
    401.pl
    402.pl
    403.pl
    404.pl
    500.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f9b93e07fd3259d2c8c795ee220d27a8a1251cd4
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Thu Jan 18 01:57:32 2018 +0000

    Bug 19997: use Modern::Perl in Circulation perl scripts
    
    Test Case:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    bookcount.pl
    branchoverdues.pl
    branchtransfers.pl
    circulation.pl
    hold-transfer-slip.pl
    reserveratios.pl
    returns.pl
    selectbranchprinter.pl
    transfer-slip.pl
    transferstoreceive.pl
    view_holdsqueue.pl
    waitingreserves.pl
    ypattrodue-attr-search-authvalue.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f477c078d86fab112c1ecf26e68dc869bf0fef54
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Feb 4 15:26:58 2018 +0100

    Bug 19996: (QA follow-up) Remove commented use warnings;
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 70b4176b195a0e54d776a1de5f1212ab5707f29f
Author: Grace Smyth <gracesmythh at gmail.com>
Date:   Thu Jan 18 03:30:08 2018 +0000

    Bug 19996: use Modern::Perl in cataloguing perl scripts
    
    Test Case:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    addbiblio.pl
    addbooks.pl
    additem.pl
    linkitem.pl
    moveitem.pl
    value_builder/normarc_field_007.pl
    value_builder/normarc_field_008.pl
    value_builder/normarc_leader.pl
    value_builder/unimarc_field_010.pl
    value_builder/unimarc_field_100.pl
    value_builder/unimarc_field_105.pl
    value_builder/unimarc_field_106.pl
    value_builder/unimarc_field_110.pl
    value_builder/unimarc_field_115a.pl
    value_builder/unimarc_field_115b.pl
    value_builder/unimarc_field_116.pl
    value_builder/unimarc_field_117.pl
    value_builder/unimarc_field_120.pl
    value_builder/unimarc_field_121a.pl
    value_builder/unimarc_field_121b.pl
    value_builder/unimarc_field_122.pl
    value_builder/unimarc_field_123a.pl
    value_builder/unimarc_field_123d.pl
    value_builder/unimarc_field_123e.pl
    value_builder/unimarc_field_123f.pl
    value_builder/unimarc_field_123g.pl
    value_builder/unimarc_field_123i.pl
    value_builder/unimarc_field_123j.pl
    value_builder/unimarc_field_124.pl
    value_builder/unimarc_field_124a.pl
    value_builder/unimarc_field_124b.pl
    value_builder/unimarc_field_124c.pl
    value_builder/unimarc_field_124d.pl
    value_builder/unimarc_field_124e.pl
    value_builder/unimarc_field_124f.pl
    value_builder/unimarc_field_124g.pl
    value_builder/unimarc_field_125.pl
    value_builder/unimarc_field_125a.pl
    value_builder/unimarc_field_125b.pl
    value_builder/unimarc_field_126.pl
    value_builder/unimarc_field_126a.pl
    value_builder/unimarc_field_126b.pl
    value_builder/unimarc_field_127.pl
    value_builder/unimarc_field_128a.pl
    value_builder/unimarc_field_128b.pl
    value_builder/unimarc_field_128c.pl
    value_builder/unimarc_field_130.pl
    value_builder/unimarc_field_135a.pl
    value_builder/unimarc_field_140.pl
    value_builder/unimarc_field_141.pl
    value_builder/unimarc_field_210c.pl
    value_builder/unimarc_field_210c_bis.pl
    value_builder/unimarc_field_225a.pl
    value_builder/unimarc_field_4XX.pl
    value_builder/unimarc_field_686a.pl
    value_builder/unimarc_field_700-4.pl
    value_builder/unimarc_leader.pl
    z3950_auth_search.pl
    z3950_search.pl
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cea818a56ac29ae0cb8876e514c5ec97e8ede0e2
Author: Zoe Bennett <zoebennett1308 at gmail.com>
Date:   Thu Jan 18 00:45:11 2018 +0000

    Bug 19995: use Modern::Perl in Catalogue perl scripts
    
    Test Plan:
    - Check that it now says 'use Modern::Perl;' and not 'use strict; use
    warnings;' in the following catalogue perl scripts.
    
    MARCdetail.pl
    export.pl
    image.pl
    imageviewer.pl
    issuehistory.pl
    labeledMARCdetail.pl
    moredetail.pl
    search.pl
    showmarc.pl
    updateitem.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit cc37c04bf3cd7afb61e53cffd58c079fa43af4f2
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Thu Jan 18 00:48:55 2018 +0000

    Bug 19993: use Modern::Perl in Acquisition perl scripts
    
    Test Case:
    Check the following files have been updated from
    use strict;
    use warnings;
    to
    use Modern::Perl;
    
    acqui-home.pl
    addorder.pl
    basketgroup.pl
    basketheader.pl
    booksellers.pl
    check_budget_total.pl
    check_duplicate_barcode_ajax.pl
    edi_ean.pl
    edifactmsgs.pl
    edimsg.pl
    finishreceive.pl
    histsearch.pl
    invoice.pl
    invoices.pl
    neworderbiblio.pl
    neworderempty.pl
    newordersuggestion.pl
    ordered.pl
    orderreceive.pl
    parcel.pl
    parcels.pl
    pdfformat/layout2pages.pm
    pdfformat/layout2pagesde.pm
    pdfformat/layout3pages.pm
    pdfformat/layout3pagesfr.pm
    spent.pl
    supplier.pl
    uncertainprice.pl
    updatesupplier.pl
    z3950_search.pl
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Corrected a single semicolon in edimsg.pl during signoff.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 3f6a7933b84ba95550518b0364a9ba90002390b5
Author: Jenny Way <jwayway at hotmail.com>
Date:   Wed Jan 17 21:48:57 2018 +0000

    Bug 19992: use Modern::Perl in Admin perl scripts
    
    Test plan:
    Check use warnings; use strict doesn't exist and use Modern::Perl is written instead in the following files:
    
    admin/admin-home.pl
    admin/aqcontract.pl
    admin/aqplan.pl
    admin/auth_tag_structure.pl
    admin/branch_transfer_limits.pl
    admin/check_budget_parent.pl
    admin/check_parent_total.pl
    admin/checkmarc.pl
    admin/classsources.pl
    admin/clone-rules.pl
    admin/didyoumean.pl
    admin/edi_accounts.pl
    admin/edi_ean_accounts.pl
    admin/import_export_framework.pl
    admin/item_circulation_alerts.pl
    admin/marctagstructure.pl
    admin/matching-rules.pl
    admin/printers.pl
    admin/smart-rules.pl
    admin/systempreferences.pl
    admin/transport-cost-matrix.pl
    
    Signed-off-by: Jon Knight <J.P.Knight at lboro.ac.uk>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8ba6bd033f30c4d7f393a50e299fe709e524c5f7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 5 09:34:42 2018 -0300

    Bug 19989: remove confusing variable
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0f3fef5cae94b64f7ca636be082d4d4c02e1fae9
Author: Zoe Bennett <zoebennett1308 at gmail.com>
Date:   Wed Jan 17 04:01:01 2018 +0000

    Bug 19989: Use Koha::Patron::Modifications->delete instead of loop
    
    Test:
    1) Make a change to the user in the OPAC
    2) In the staff client make sure this is the only request
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f3d62e4331a9ac00a693ce2fc855ea8131e92395
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jan 30 18:22:42 2018 +0000

    Bug 12932: Check the Perl version even if all modules installed
    
    The description in comment #0 is quite true, because the
    scope of the $checkmodule variable is local to just the
    module checking. If we change the scope, we can include the
    perl check as part of the new scope, and thus properly set
    its value.
    
    As Debian Jessie, Stretch and Ubuntu Xenial all have good
    versions of Perl by default, the easiest way to test this
    is to:
    - make sure to have some optional modules not installed.
    - change the system preference 'Version' to one just under
      the current version in your SQL client.
    - modify the version check line to 5.030000
    - restart_all and try going to the staff client.
      -- This should not inform you that your perl version is bad.
    - git reset hard back to origin/master
    - apply the patch
    - modify the version check line to 5.030000
    - change the system preference 'Version' to one just under
      the current version in your SQL client.
    - restart_all and try going to the staff client.
      -- This should trigger the patch, and you should
         be informed your perl version is bad.
    - git reset hard back to origin/master
    - apply the patch
    - run koha qa test tools
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8622f4be5900d141dc4fe232476fb3cbfafd3b09
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Thu Jan 25 13:04:09 2018 +0200

    Bug 11827: Make "Cancel Rating" translatable in jQuery rating plugin
    
    - Make the "Cancel rating" text translatable (and change
      capitalization to conform to Koha coding guidelines)
    - Improve the two other messages to use formatted strings
      instead of concatenation.
    - Use the exact same text for the "your rating" text, so it
      only appears once in the po-file.
    
    Test plan:
    
    1. See that the "Cancel rating" -text doesn't appear in
       po/xx-YY-opac-bootstrap.po
    2. Note how there's two versions of the your rating -text
       ("your rating: %s, " and "your rating:") in the po-file
    3. Apply patch
    4. Update the xx-YY translation
    5. Check the po-file. It should now contain the "Cancel rating"
       and a single "your rating: %s, "
    6. Translate those texts, and update & install the language.
    7. Go to the OPAC detail page of a biblio, and check the
       rating texts.
    8. Hovering over the rating minus -sign should show the translated
       "Cancel rating"
    9. Check that the text after the stars is correct with and without
       your rating
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Template/Plugin/Branches.pm                   |    2 +-
 acqui/acqui-home.pl                                |    3 +-
 acqui/addorder.pl                                  |    3 +-
 acqui/basketgroup.pl                               |    3 +-
 acqui/basketheader.pl                              |    3 +-
 acqui/booksellers.pl                               |    3 +-
 acqui/check_budget_total.pl                        |    3 +-
 acqui/check_duplicate_barcode_ajax.pl              |    3 +-
 acqui/edi_ean.pl                                   |    3 +-
 acqui/edifactmsgs.pl                               |    3 +-
 acqui/edimsg.pl                                    |    3 +-
 acqui/finishreceive.pl                             |    3 +-
 acqui/histsearch.pl                                |    3 +-
 acqui/invoice.pl                                   |    3 +-
 acqui/invoices.pl                                  |    3 +-
 acqui/neworderbiblio.pl                            |    3 +-
 acqui/neworderempty.pl                             |    3 +-
 acqui/newordersuggestion.pl                        |    3 +-
 acqui/ordered.pl                                   |    3 +-
 acqui/orderreceive.pl                              |    3 +-
 acqui/parcel.pl                                    |    3 +-
 acqui/parcels.pl                                   |    3 +-
 acqui/pdfformat/layout2pages.pm                    |    3 +-
 acqui/pdfformat/layout2pagesde.pm                  |    3 +-
 acqui/pdfformat/layout3pages.pm                    |    3 +-
 acqui/pdfformat/layout3pagesfr.pm                  |    3 +-
 acqui/spent.pl                                     |    3 +-
 acqui/supplier.pl                                  |    3 +-
 acqui/uncertainprice.pl                            |    3 +-
 acqui/updatesupplier.pl                            |    3 +-
 acqui/z3950_search.pl                              |    3 +-
 admin/admin-home.pl                                |    3 +-
 admin/aqcontract.pl                                |    3 +-
 admin/aqplan.pl                                    |    3 +-
 admin/auth_tag_structure.pl                        |    3 +-
 admin/branch_transfer_limits.pl                    |    3 +-
 admin/check_budget_parent.pl                       |    3 +-
 admin/check_parent_total.pl                        |    3 +-
 admin/checkmarc.pl                                 |    3 +-
 admin/classsources.pl                              |    3 +-
 admin/clone-rules.pl                               |    3 +-
 admin/didyoumean.pl                                |    3 +-
 admin/edi_accounts.pl                              |    3 +-
 admin/edi_ean_accounts.pl                          |    3 +-
 admin/import_export_framework.pl                   |    3 +-
 admin/item_circulation_alerts.pl                   |    3 +-
 admin/marctagstructure.pl                          |    3 +-
 admin/matching-rules.pl                            |    3 +-
 admin/printers.pl                                  |    3 +-
 admin/smart-rules.pl                               |    3 +-
 admin/systempreferences.pl                         |    3 +-
 admin/transport-cost-matrix.pl                     |    3 +-
 catalogue/MARCdetail.pl                            |    3 +-
 catalogue/export.pl                                |    3 +-
 catalogue/image.pl                                 |    3 +-
 catalogue/imageviewer.pl                           |    3 +-
 catalogue/issuehistory.pl                          |    3 +-
 catalogue/labeledMARCdetail.pl                     |    3 +-
 catalogue/moredetail.pl                            |    3 +-
 catalogue/search.pl                                |    3 +-
 catalogue/showmarc.pl                              |    3 +-
 catalogue/updateitem.pl                            |    3 +-
 cataloguing/addbiblio.pl                           |    4 +-
 cataloguing/addbooks.pl                            |    4 +-
 cataloguing/additem.pl                             |    4 +-
 cataloguing/linkitem.pl                            |    3 +-
 cataloguing/moveitem.pl                            |    4 +-
 cataloguing/value_builder/normarc_field_007.pl     |    2 +-
 cataloguing/value_builder/normarc_field_008.pl     |    2 +-
 cataloguing/value_builder/normarc_leader.pl        |    3 +-
 cataloguing/value_builder/unimarc_field_010.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_100.pl     |    4 +-
 cataloguing/value_builder/unimarc_field_105.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_106.pl     |    4 +-
 cataloguing/value_builder/unimarc_field_110.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_115a.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_115b.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_116.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_117.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_120.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_121a.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_121b.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_122.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_123a.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_123d.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_123e.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_123f.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_123g.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_123i.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_123j.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_124.pl     |    4 +-
 cataloguing/value_builder/unimarc_field_124a.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_124b.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_124c.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_124d.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_124e.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_124f.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_124g.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_125.pl     |    4 +-
 cataloguing/value_builder/unimarc_field_125a.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_125b.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_126.pl     |    4 +-
 cataloguing/value_builder/unimarc_field_126a.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_126b.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_127.pl     |    4 +-
 cataloguing/value_builder/unimarc_field_128a.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_128b.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_128c.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_130.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_135a.pl    |    3 +-
 cataloguing/value_builder/unimarc_field_140.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_141.pl     |    4 +-
 cataloguing/value_builder/unimarc_field_210c.pl    |    4 +-
 .../value_builder/unimarc_field_210c_bis.pl        |    3 +-
 cataloguing/value_builder/unimarc_field_225a.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_4XX.pl     |    3 +-
 cataloguing/value_builder/unimarc_field_686a.pl    |    4 +-
 cataloguing/value_builder/unimarc_field_700-4.pl   |    4 +-
 cataloguing/value_builder/unimarc_leader.pl        |    3 +-
 cataloguing/z3950_auth_search.pl                   |    4 +-
 cataloguing/z3950_search.pl                        |    3 +-
 changelanguage.pl                                  |    3 +-
 circ/bookcount.pl                                  |    3 +-
 circ/branchoverdues.pl                             |    3 +-
 circ/branchtransfers.pl                            |    3 +-
 circ/circulation.pl                                |    3 +-
 circ/hold-transfer-slip.pl                         |    3 +-
 circ/reserveratios.pl                              |    3 +-
 circ/returns.pl                                    |    3 +-
 circ/selectbranchprinter.pl                        |    3 +-
 circ/transfer-slip.pl                              |    3 +-
 circ/transferstoreceive.pl                         |    3 +-
 circ/view_holdsqueue.pl                            |    3 +-
 circ/waitingreserves.pl                            |    3 +-
 circ/ypattrodue-attr-search-authvalue.pl           |    5 +-
 debian/bd-to-depends                               |    3 +-
 debian/build-git-snapshot                          |    3 +-
 debian/list-deps                                   |    3 +-
 docs/CAS/CASProxy/examples/koha_webservice.pl      |    3 +-
 docs/CAS/CASProxy/examples/proxy_cas.pl            |    3 +-
 docs/CAS/CASProxy/examples/proxy_cas_callback.pl   |    3 +-
 docs/CAS/CASProxy/examples/proxy_cas_data.pl       |    3 +-
 errors/400.pl                                      |    3 +-
 errors/401.pl                                      |    3 +-
 errors/402.pl                                      |    3 +-
 errors/403.pl                                      |    3 +-
 errors/404.pl                                      |    3 +-
 errors/500.pl                                      |    3 +-
 help.pl                                            |    3 +-
 installer/install.pl                               |    3 +-
 koha-tmpl/intranet-tmpl/lib/shims/json2.js         |  486 --------------------
 koha-tmpl/intranet-tmpl/lib/shims/json2.min.js     |    1 -
 .../prog/en/modules/admin/aqbudgets.tt             |    4 +-
 .../prog/en/modules/admin/didyoumean.tt            |    2 +-
 .../prog/en/modules/catalogue/results.tt           |    3 -
 .../prog/en/modules/cataloguing/addbiblio.tt       |    3 -
 .../prog/en/modules/cataloguing/additem.tt         |    3 -
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    5 +-
 koha_perl_deps.pl                                  |    3 +-
 labels/label-create-csv.pl                         |    3 +-
 labels/label-create-pdf.pl                         |    3 +-
 labels/label-create-xml.pl                         |    3 +-
 labels/label-edit-batch.pl                         |    3 +-
 labels/label-edit-layout.pl                        |    3 +-
 labels/label-edit-profile.pl                       |    3 +-
 labels/label-edit-template.pl                      |    3 +-
 labels/label-home.pl                               |    3 +-
 labels/label-item-search.pl                        |    3 +-
 labels/label-print.pl                              |    3 +-
 labels/spinelabel-home.pl                          |    3 +-
 labels/spinelabel-print.pl                         |    3 +-
 members/boraccount.pl                              |    3 +-
 members/default_messageprefs.pl                    |    3 +-
 members/deletemem.pl                               |    3 +-
 members/files.pl                                   |    3 +-
 members/mancredit.pl                               |    3 +-
 members/maninvoice.pl                              |    3 +-
 members/member-flags.pl                            |    3 +-
 members/member-password.pl                         |    3 +-
 members/memberentry.pl                             |    3 +-
 members/members-home.pl                            |    3 +-
 members/members-update-do.pl                       |    3 +-
 members/moremember.pl                              |    3 +-
 members/notices.pl                                 |    3 +-
 members/pay.pl                                     |    3 +-
 members/paycollect.pl                              |    3 +-
 members/printfeercpt.pl                            |    3 +-
 members/printinvoice.pl                            |    3 +-
 members/printslip.pl                               |    3 +-
 members/readingrec.pl                              |    3 +-
 members/routing-lists.pl                           |    3 +-
 members/setstatus.pl                               |    3 +-
 members/update-child.pl                            |    3 +-
 offline_circ/enqueue_koc.pl                        |    3 +-
 offline_circ/list.pl                               |    3 +-
 offline_circ/process.pl                            |    3 +-
 offline_circ/process_koc.pl                        |    3 +-
 offline_circ/service.pl                            |    3 +-
 opac/opac-memberentry.pl                           |    8 +-
 patroncards/create-pdf.pl                          |    4 +-
 patroncards/edit-batch.pl                          |    4 +-
 patroncards/edit-layout.pl                         |    3 +-
 patroncards/edit-profile.pl                        |    3 +-
 patroncards/edit-template.pl                       |    3 +-
 patroncards/home.pl                                |    3 +-
 patroncards/image-manage.pl                        |    3 +-
 patroncards/manage.pl                              |    3 +-
 patroncards/print.pl                               |    3 +-
 plugins/plugins-home.pl                            |    3 +-
 plugins/plugins-uninstall.pl                       |    3 +-
 plugins/plugins-upload.pl                          |    3 +-
 plugins/run.pl                                     |    3 +-
 reports/borrowers_out.pl                           |    3 +-
 reports/cat_issues_top.pl                          |    3 +-
 reports/catalogue_out.pl                           |    3 +-
 reports/catalogue_stats.pl                         |    3 +-
 reports/dictionary.pl                              |    3 +-
 reports/issues_avg_stats.pl                        |    3 +-
 reports/issues_stats.pl                            |    3 +-
 reports/itemslost.pl                               |    3 +-
 reports/manager.pl                                 |    3 +-
 reports/reports-home.pl                            |    3 +-
 reports/serials_stats.pl                           |    3 +-
 reports/stats.print.pl                             |    3 +-
 reserve/modrequest.pl                              |    3 +-
 reserve/modrequest_suspendall.pl                   |    3 +-
 reserve/placerequest.pl                            |    3 +-
 serials/acqui-search-result.pl                     |    3 +-
 serials/acqui-search.pl                            |    3 +-
 serials/checkexpiration.pl                         |    3 +-
 serials/reorder_members.pl                         |    3 +-
 serials/routing-preview.pl                         |    3 +-
 serials/routing.pl                                 |    3 +-
 serials/serials-collection.pl                      |    3 +-
 serials/serials-edit.pl                            |    3 +-
 serials/subscription-add.pl                        |    3 +-
 serials/subscription-bib-search.pl                 |    3 +-
 serials/subscription-renew.pl                      |    3 +-
 serials/viewalerts.pl                              |    3 +-
 services/itemrecorddisplay.pl                      |    3 +-
 suggestion/suggestion.pl                           |    3 +-
 svc/authentication                                 |    3 +-
 svc/bib                                            |    3 +-
 svc/bib_profile                                    |    3 +-
 svc/checkouts                                      |    3 +-
 svc/config/systempreferences                       |    3 +-
 svc/import_bib                                     |    3 +-
 svc/new_bib                                        |    3 +-
 tags/list.pl                                       |    3 +-
 tags/review.pl                                     |    3 +-
 tools/background-job-progress.pl                   |    3 +-
 tools/batchMod.pl                                  |    3 +-
 tools/copy-holidays.pl                             |    3 +-
 tools/exceptionHolidays.pl                         |    3 +-
 tools/holidays.pl                                  |    3 +-
 tools/import_borrowers.pl                          |    3 +-
 tools/inventory.pl                                 |    2 +-
 tools/koha-news.pl                                 |    3 +-
 tools/letter.pl                                    |    3 +-
 tools/manage-marc-import.pl                        |    3 +-
 tools/newHolidays.pl                               |   20 +-
 tools/overduerules.pl                              |    3 +-
 tools/quotes-upload.pl                             |    3 +-
 tools/quotes.pl                                    |    3 +-
 tools/quotes/quotes-upload_ajax.pl                 |    3 +-
 tools/quotes/quotes_ajax.pl                        |    3 +-
 tools/scheduler.pl                                 |    3 +-
 tools/stage-marc-import.pl                         |    3 +-
 tools/upload-cover-image.pl                        |    3 +-
 virtualshelves/sendshelf.pl                        |    3 +-
 xt/author/podcorrectness.t                         |    4 +-
 xt/author/show-template-structure.pl               |    3 +-
 xt/author/translatable-templates.t                 |    4 +-
 xt/author/valid-templates.t                        |    3 +-
 xt/find-license-problems                           |    3 +-
 xt/fix-old-fsf-address                             |    3 +-
 xt/single_quotes.t                                 |    3 +-
 xt/verify-debian-docbook.t                         |    4 +-
 278 files changed, 329 insertions(+), 1046 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/shims/json2.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/shims/json2.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list