[koha-commits] main Koha release repository branch 17.11.x updated. v17.11.09-77-gd56da69

Git repo owner gitmaster at git.koha-community.org
Mon Sep 24 12:51:31 CEST 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, 17.11.x has been updated
       via  d56da699f625a40421ab0be8f11f02a2bb47c22b (commit)
       via  29891abbf82692f7f13952537ce601f6e6f4ef15 (commit)
       via  69e6348e373a1f54dd6af6e75d306a01d040ab49 (commit)
       via  f31598ff9943cd9a2715e9fc9e14cac4b6ff1121 (commit)
       via  9ab177907cb0b568118770b5e9f7e5ffb0ffe54b (commit)
       via  b610d6c95cec777c72f7c49f6ea281edb5862533 (commit)
       via  72dd35a026c6232b90f9ca1160c5131f8b0b304d (commit)
       via  8b9601ea764839b9f0371ea958da05576ac47f75 (commit)
       via  c8bc46464a045108d1f94ed842e4c5cf647ef228 (commit)
       via  ae819fce4cfc12e2e04f1b449c47466d5b3cefab (commit)
       via  73926ff81d8823f3dace210593feaa995e22d919 (commit)
       via  157bc44132814d9387d76a97b97748e4b29e810c (commit)
       via  f180314f58c57ce0c6c1094fa19da88502085144 (commit)
       via  c0c26af655e5ffb1cb187185fce8c828a119c641 (commit)
       via  b829bde8601b1d5651dc5d4425350a96944ce7a9 (commit)
       via  e28ef43417a0b72887e975ee2f1f92e9a3476bee (commit)
       via  026a7672c7f73f1ae6630e5c10db79a31d0e8190 (commit)
      from  ac7fa5b07a8ee552840ccf76dd868e33c1eb0378 (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 d56da699f625a40421ab0be8f11f02a2bb47c22b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Aug 3 15:13:57 2018 +0000

    Bug 13692: series link is taking you to just 800a instead of whole 800
    
    This patch modifies the OPAC and staff client's XSL template for the
    detail page so that series links based on a traced 490 tag use both
    author and series title from the 800 tag.
    
    To test you should have multiple titles in the same series with matching
    490 and 800 tags in each record. Apply the patch and restart Plack if
    necessary.
    
    View the detail page for one of the series' titles. The "Series:" link
    should link to a search which uses both series title and author.
    Clicking the link should return the correct results.
    
    Test both the OPAC and staff client.
    
    Signed-off-by: John Sterbenz <jsterben at umich.edu>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit cf5a92461835725fe44bb726c98bcfbf909dfdc8)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 145eef6a9037b93cd8902f0a77582fcadbf517bc)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 29891abbf82692f7f13952537ce601f6e6f4ef15
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Aug 23 14:44:31 2018 +0000

    Bug 21262: Do not format numbers for editing if too big
    
    This patch copies the code from bug 15770 to the format_for_editing
    sub.
    
    It also corrects schema issue, listing the purpose for two acq columns
    instead of claing unused
    
    To test:
    1 - Edit a fund
    2 - Set warning at amount to: 100000000000000
    3 - Save budget
    4 - Try to edit - internal server error
    5 - Apply patch
    6 - Should be able to edit budget
    7 - Number should appear unformatted
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    2 quick notes:
    1. Code must be moved to a subroutine if reused later
    2. It would have prefered to have the comment of the 2 DB columns on a separate patch
    (even separate bug report). As it's minor and that the patch will certainly backported
    I will not block it.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 7a84297ac4b29f4bdaf1bc4d01def71eb924d4fa)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ad16c9f5b20525303eb631107883cb37e36de8cd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 69e6348e373a1f54dd6af6e75d306a01d040ab49
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Sep 16 09:49:46 2018 -0700

    Bug 21360: Prevent IssueSlip.t to fail when run at 23:59
    
    Not sure what happened on bug 15029 (Make the IssueSlip tests pass even if
    launched after 23:00) but we should have tested with 23:59, not 23:50...
    
    koha_1       |     # Looks like you planned 3 tests but ran 2.
    koha_1       |
    koha_1       | #   Failed test 'Issue slip'
    koha_1       | #   at t/db_dependent/Members/IssueSlip.t line 294.
    koha_1       | Label not found for "last SKIP" at /usr/share/perl5/Test/More.pm line 1370.
    koha_1       | # Looks like your test exited with 255 just after 1.
    koha_1       | [23:59:10] t/db_dependent/Members/IssueSlip.t
    koha_1       | Dubious, test returned 255 (wstat 65280, 0xff00)
    koha_1       | Failed 3/3 subtests
    
    Test plan:
    0/ Don't apply this patch
    1/ sudo date -s "2018-09-15 23:59:00";prove t/db_dependent/Members/IssueSlip.t
    => You should get the error
    2/ Apply this patch and repeat 1.
    => Tests should pass now!
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 60788555b3d79902ccef9f20cf76d4c764efcba0)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c28d8f0600806f9930d115b2fdbccc21f5e86436)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f31598ff9943cd9a2715e9fc9e14cac4b6ff1121
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sat Sep 15 21:44:05 2018 +0000

    Bug 21288: DBRev 18.05.03.002
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 11e513f83f0c5fdd0d47de14b7c09635faf58ae4)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 44ce16d0069fdff7b487753277c11d368a083ccb)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 9ab177907cb0b568118770b5e9f7e5ffb0ffe54b
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Thu Aug 30 11:29:54 2018 +0300

    Bug 21288: Slowness in acquisition caused by GetInvoices
    
    The SQL query done by GetInvoices is quite slow on our production server,
    taking about a minute.
    
    In the query, there's this join:
    
      LEFT JOIN subscription ON biblio.biblionumber = subscription.biblionumber
    
    but there's no index on subscription.biblionumber. Adding the index speeds
    up the query so it only takes up about 3 seconds.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit cb406f72b0266c97ac904754cc9637035000f5ca)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 40536fedd39a0a22c3e93a00721b573d66392e09)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit b610d6c95cec777c72f7c49f6ea281edb5862533
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon May 14 16:18:29 2018 +0200

    Bug 20765: Fix search for items by acqdate in label batch
    
    In Tools >  Label creator, when creating a batch you can add items using a search.
    
    This search has filters on acquisition date.
    Actually those filters does not work.
    The create a search using CCL syntaxe to query Zebra search engine.
    
    The cause is that operator "ge" or "le" must be before "st-date-normalized" in CCL query.
    Looks like it is because of "st-date-normalized" uses "r=o" in ccl.properties.
    
    Test plan :
    1) Check in advance search you have indexed acquisition date
    2) Go to Tools > Label creator
    3) Click on New > Label batch
    4) Click on Add item(s)
    5) Enter a relevent date in "Added on or after date" and in "Added on or before date"
    6) Click on "Search"
    => SUCCESS: You get results
    7) Apply the patch
    8) Retry the 'Add item(s)' step
    => SUCCESS: Patch doesn't change behaviour for old Zebra
    9) Get rid of the patch on your working branch
    10) Use the latest Zebra:
    - /etc/apt/sources.list.d/indexdata.list:
    deb http://ftp.indexdata.dk/debian jessie main
    - Add the repo key:
      $ wget http://ftp.indexdata.dk/debian/indexdata.asc -O- | sudo apt-key add -
    - Upgrade:
      $ sudo apt update; sudo apt dist-upgrade
      $ sudo koha-rebuild-zebra -f -a -b -v kohadev
      $ restart_all
    11) Retry the 'Add item(s)' step
    => FAIL: No results!
    9) Apply the patch, retry
    => SUCCESS: Search results!
    - Sign off :-D
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Followed the test plan and it works.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    It doesn't break with 2.0.59-1 (stretch/jessie), and fixes the problem
    for 2.1.X.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a6f8eac4edb6463d8ff16928d6f2cddcf4dfbfc2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 06f0209840d290bb1a7340f4b1af8d55e932f7c1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 72dd35a026c6232b90f9ca1160c5131f8b0b304d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 14 11:53:37 2018 +0200

    Bug 19179: (QA follow-up) Replace second E-mail
    
    Better write here exactly what we need to type in the pref text box.
    Since E-mail will not work and Email will :)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit b0ef7174fe601bbf39408e455365ea563949b4bb)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 31db0813d36f21a0c898b75841a3e34364619a84)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8b9601ea764839b9f0371ea958da05576ac47f75
Author: Charlotte Cordwell <charlotte.cordwell123 at gmail.com>
Date:   Fri Sep 7 03:35:36 2018 +0000

    Bug 19179: Email option for SMSSendDriver is not documented
    
    'Email' is not documented as a valid setting.
    
    1) Apply patch.
    2) Go to Administration --> search SMSSendDriver
    3) Check if SMSSendDriver has this message is at the end of the box:
       "If you would prefer to receive SMS via E-mail set SMSSendDriver to Email"
    
    Signed-off-by:  Michal Denar <black23 at gmail.coml>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 2d6cf8bd7a0e290c8bb947ed1880f1e906d0e74c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 9f221f9ae8b16846bd3b9b35b19d4b5434050f95)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c8bc46464a045108d1f94ed842e4c5cf647ef228
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jul 27 12:43:50 2018 +0000

    Bug 21127: Remove jqTransform jQuery plugin from the OPAC
    
    This patch removes the jqTransform jQuery plugin from the OPAC. It was
    added for the CCSR theme, which no longer exists.
    
    http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=c7c2e9efbde273f2b77786316b7502a8847072bd
    
    There will be no visible changes to the OPAC after applying the patch.
    Search the Koha codebase for references to jqTransform and confirm that
    none exist.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 83e515820abb6e2fa8ddf30f61b3f4972a48ed10)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 903b880f330026d476d761901a2099972159a94c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ae819fce4cfc12e2e04f1b449c47466d5b3cefab
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Mon Aug 20 07:30:45 2018 +0300

    Bug 21248: Fix COinS carp in MARC details page on unknown record
    
    Looking up a nonexistent record in the MARC details -page causes
    the COinS to carp. The fix is trivial, just move the COinS call
    couple lines, after the record existence check.
    
    TEST PLAN
    ---------
    1) reset_all for kohadevbox
    2) log in to staff client - admin/admin
    3) search catalogue for green
    4) tweak the top URL to have a bad biblionumber (eg. 9999)
    5) cat /var/log/koha/kohadev/plack-err.log
       -- floody! with errors.
    6) echo | sudo tee /var/log/koha/kohadev/plack-err.log
    7) restart_all
    8) repeat steps 2 through 5.
       -- just nice starting messages, not floody.
    9) run koha qa test tools
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    (cherry picked from commit 030047da428521c248868e3ee5d655afd3bed05b)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    (cherry picked from commit 7fe692bf0ec4dd6744c81c068c400927ccc0c54d)
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 73926ff81d8823f3dace210593feaa995e22d919
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Sep 7 09:50:40 2018 +0200

    Bug 13779: (QA follow-up) Correct checkauth call in offline_circ/download.pl
    
    Script offline_circ/download.pl does not use the return values of
    checkauth. So should not assign them to bad chosen variables that do
    not correspond with checkauth but with get_template_and_user.
    
    Test plan:
    Look for $template, $loggedinuser, $cookie, $flags in the code.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit bf7082f854a1db9eb5b7eb77e5f450d018d8e07b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ee2d5ae04dc4c5fed9f09c9067c3de0037cdba8e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 157bc44132814d9387d76a97b97748e4b29e810c
Author: David Cook <dcook at prosentient.com.au>
Date:   Thu Jul 19 16:57:22 2018 +1000

    Bug 13779: sessionID declared twice in C4::Auth::checkauth()
    
    The bug is that $sessionID is declared twice in C4::Auth::checkauth().
    At the moment, this doesn't actually create a problem, because no
    one seems to be using the $sessionID which is returned by checkauth(),
    except in the case of opac/external/overdrive/auth.pl which skips
    the second declartion as it doesn't require auth.
    
    This patch removes the redefining of the $sessionID variable.
    
    In terms of testing, try logging in with a username and password
    and see if it works. The only risk this patch would pose is breaking
    auth I would think, since nothing is actually using the return value
    from checkauth() for $sessionID.
    
    NOTE:
    It was initially defined near the top of the function (~line 791).
    I believe the scoping would mean the correct version of $sessionID
    would be used in the latter lines for the unset'ing.
    I have skimmed code to see if the sessionID return value is used.
    I did not test overdrive, as I do not know how. However, this is
    the only area, I think this could possibly break. This change makes
    sense to me.
    
    QA: Please test overdrive.
    opac/external/overdrive/auth.pl only checks if the value is set, so
       this patch might fix/break something there?
    opac/svc/overdrive same kind of check.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    This is a (tiny) code improvement. Now we consistently return the session
    id that is also stored in the returned cookie. (Which can be an 'anon'
    session.)
    Fact is that Koha almost everywhere ignores the returned session id and
    sometimes gets the session from the cookie (obviously). The session id is
    also passed to the template by get_template_and_user but never used in
    templates.
    As mentioned, the two overdrive scripts are the exception. But since both
    test on both $user && $sessionID, they will not choke on an anynonomous
    session id without userid. So theoretically fine, but not tested.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 331af8521b5fba4b5553c182888a4017b2ce9c3a)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 89f6aacecc787affd07856d6c092f21bacab7993)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit f180314f58c57ce0c6c1094fa19da88502085144
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu May 17 10:33:32 2018 -0300

    Bug 20776: Add Selenium::Remote::Driver to the dependency list
    
    This dependency is missing from the PerlDependencies.pm file.
    This patch adds it.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 418c65d2e28eb6a2c9e3bb56505918434cf5f04c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1c58af16bedfe8502c0afb83912b2e4661871b93)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit c0c26af655e5ffb1cb187185fce8c828a119c641
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Aug 24 10:45:52 2018 -0300

    Bug 21267: Set X-FORWARDED-PROTO https if required
    
    This patch makes the apache configuration for the reverse proxy
    (required for Plack) so it sets the X-FORWARDED-PROTO header correctly
    for Plack::Middleware::ReverseProxy to use it.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Ulrich Kleiber <ulrich.kleiber at bsz-bw.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Since we actually resolve 19799 now (Changing language on OPAC redirects
    back to homepage), I will move that code to a new enh report.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 302dd7bf8233ebf640bfde82fc050f8b08b2757c)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ee1eec9d255e3a9341c9e17558d6d1f835add5ce)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit b829bde8601b1d5651dc5d4425350a96944ce7a9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 10 17:02:38 2018 -0300

    Bug 21168: Handle deleted checked-in items on checking in
    
    circ/returns.pl generates a server error when attempting to checkin an item while
    the list of previously-returned items contains an item that has been deleted.
    Error text: Can't call method "biblio" on an undefined value at /usr/share/koha/intranet/cgi-bin/circ/returns.pl line 606.
    
    Test plan:
    - checkout two items
    - checkin item1
    - on a separate tab, delete item1
    - on the original tab (which still shows item1 in the list of Checked-In Items), attempt to check in item2
    => No error appears
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 823c76cdc58b7b80b365a4f313fed3462f0df720)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a87364d0ffbf906a4888f5d6d66e1a74cf280f58)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit e28ef43417a0b72887e975ee2f1f92e9a3476bee
Author: Kyle M Hall <kyle at bywatersolutiosn.com>
Date:   Thu Aug 16 07:11:17 2018 -0400

    Bug 21231: BlockReturnofLostItems does not prevent lost items being found
    
    When the syspref BlockReturnOfLostItems is set to Block, the item is blocked from being returned, but is still considered found -- it's set to lost=0 and a refund is applied to the patron (if circ rules allow). The item can then be checked in a second time and returned as it is no longer lost.
    
    Test Plan:
    1) Set an item to lost
    2) Set BlockReturnOfLostItems to Block
    3) Check the lost item in
    4) Checkin  message should say item is lost and cannot be returned
    5) Check lost status of item, it should remain unchanged
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ca2430480eaa4338b3e4aed766589b1406565d69)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 3af501884e136454bca1c5a78c1a6b56e876f6be)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 026a7672c7f73f1ae6630e5c10db79a31d0e8190
Author: Kyle M Hall <kyle at bywatersolutiosn.com>
Date:   Thu Aug 16 07:10:43 2018 -0400

    Bug 21231: Add Unit Test
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 44d7063209137696d0c844ff82880a973029e534)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 1bb7e7c0167be0feffc86b574620c5fc65120993)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Auth.pm                                         |    2 +-
 C4/Circulation.pm                                  |    4 +-
 C4/Installer/PerlDependencies.pm                   |    5 +
 C4/Items.pm                                        |   16 +-
 Koha.pm                                            |    2 +-
 Koha/Number/Price.pm                               |    5 +
 catalogue/MARCdetail.pl                            |    3 +-
 circ/returns.pl                                    |    2 +
 debian/templates/apache-shared-intranet-plack.conf |    2 +-
 debian/templates/apache-shared-opac-plack.conf     |    2 +-
 installer/data/mysql/kohastructure.sql             |    5 +-
 installer/data/mysql/updatedatabase.pl             |   11 +
 .../prog/en/modules/admin/preferences/patrons.pref |    2 +
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    7 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    2 +-
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |    2 +-
 .../jquery/plugins/jquery.jqtransform_select.js    |  366 --------------------
 labels/label-item-search.pl                        |    4 +-
 offline_circ/download.pl                           |    3 +-
 t/db_dependent/Circulation/Returns.t               |    5 +-
 t/db_dependent/Members/IssueSlip.t                 |   21 +-
 21 files changed, 78 insertions(+), 393 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.jqtransform_select.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list