[koha-commits] main Koha release repository branch master updated. v18.11.00-1622-ge65b708

Git repo owner gitmaster at git.koha-community.org
Thu May 30 12:50:52 CEST 2019


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  e65b708f5385aa9df352cebe3c688a152fe1e176 (commit)
       via  122d92b9f89ddb22d58134c48dd8fb296fa84f3d (commit)
       via  22eba6b957fe763f5bcb0412585966dece5d9ea2 (commit)
       via  8e9cd13d98f5574cc327c02679f612c4f4e18956 (commit)
       via  9c4f36862261ed1be89770c90f0cfa8b019f5226 (commit)
       via  7d42e29c8b8cd913b052d10525c4d0b2cb36fc0d (commit)
       via  02305630824e46c9c7846aa6f163265970463d1e (commit)
       via  8fed07826ee9fd69f3b92bbb6decb864e4c7dfd2 (commit)
       via  2329d2ea8393e133bf689eb2d311fb0bcc99640f (commit)
       via  936cf409992d6393473f564a25f70ea8b390e74b (commit)
       via  1cdf657c057a7a565016df28a17151a2f4fce134 (commit)
       via  bb06060c4c3e0f4393f24096400ee4c8312a44ec (commit)
       via  427e4ebc6ba4d52154bc8330b8edf54d5a6b88b2 (commit)
       via  848a0d41fffba7df1be9f2584770112f0938beb0 (commit)
       via  366ef794969c3bc67c70ea7c9d85cb04944f4f05 (commit)
       via  3034c028264f072fc1a447a11a518255282fc990 (commit)
       via  d36566d6eaa9dd02528bbd1219747ccfd4e6b531 (commit)
       via  f5894d41d21b3d57217397f7d8de500082e66157 (commit)
       via  39c4d9d55e5a2e137adbbbd2b29b5b829f66b59e (commit)
       via  9613d9f1647bfceeb15b60c731f2c84796a12f87 (commit)
       via  990c94721c0822d4660021080f52f5c5edf2ef66 (commit)
       via  bf501498634eca478f7f902bb9e41c42731c7622 (commit)
       via  533ff7ab29a1ca6d35d0e306dd97273838ad3064 (commit)
      from  e9aa9b84fcc1b18a7988b380760374c8c9a6848d (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 e65b708f5385aa9df352cebe3c688a152fe1e176
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue May 14 08:22:43 2019 +0200

    Bug 22901: On items search fix search field change listening
    
    In items search, when there is a custom field with authorised values :
    when changing the conditional select AND/OR then the authorised values select disappears.
    This behaviour is like when the search field is changed.
    
    The bug is that JavaScript code meaning search field change listens on all selects instead of only search field select.
    
    Test plan :
    1) Define a custom items search field with authorised values
    2) Go to items search
    3) Click on 'New field'
    4) On second line, select custom field
    5) The authorised values select appears
    6) Select 'AND' in conditional select
    7) Without patch the authorised values select disappears, with patch nothing changes
    8) On second line, select a non-custom field
    9) The authorised values select is replaced by a text field
    10) On second line, select custom field
    11) The authorised values select appears
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 122d92b9f89ddb22d58134c48dd8fb296fa84f3d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 23 18:35:31 2019 +0000

    Bug 22981: Remove type attribute from script tags: Catalog
    
    This patch removes the "type" attribute from <script> tags in several
    catalog-related templates.
    
    To test, apply the patch and confirm that the following work properly
    without any JavaScript errors in the browser console:
    
     - Catalog -> Advanced search
     - Catalog -> Item search
     - Search history
    
    Validating the HTML source of these pages should return no errors
    related to the "type" attribute.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 22eba6b957fe763f5bcb0412585966dece5d9ea2
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 23 15:54:07 2019 +0000

    Bug 22979: Remove type attribute from script tags: Authorities
    
    This patch removes the "type" attribute from <script> tags in several
    authorities templates. Also removed: Obsolete "//<![CDATA[ //]]>"
    markers.
    
    To test, apply the patch and confirm that examples of affected pages
    work properly without any JavaScript errors in the browser console:
    
     - Authorities -> Search -> View authority record
     - Authorities -> Search -> Edit authority record
     - Cataloging -> New record
       - Trigger the authority search form by clicking the plugin link next
         to a tag which has been linked to an authority type (e.g. 100a ->
         Personal name).
       - Search for an authority record.
       - Select an authority record.
    
    Validating the HTML source of any of these pages should return no errors
    related to the "type" attribute.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    https://bugs.koha-community.org/show_bug.cgi?id=22797
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8e9cd13d98f5574cc327c02679f612c4f4e18956
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 23 13:50:07 2019 +0000

    Bug 22975: Remove type attribute from script tags: Acquisitions
    
    This patch removes the "type" attribute from <script> tags in several
    acquisitions templates. Also removed: Obsolete "//<![CDATA[ //]]>"
    markers.
    
    This patch also makes minor indentation changes, so diff using the "-w"
    flag.
    
    To test, apply the patch and confirm that examples of affected pages
    work properly without any JavaScript errors in the browser console:
    
     - Acquisitions -> Vendors -> Vendor -> Basket groups
     - Acquisitions -> Vendors -> Vendor -> Receive shipments
     - Acquisitions -> Vendors -> Vendor -> Basket:
       In the table of orders, click "Transfer." Transfer an order
    
    Validating the HTML source of any of these pages should return no errors
    related to the "type" attribute.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9c4f36862261ed1be89770c90f0cfa8b019f5226
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 23 12:37:45 2019 +0000

    Bug 22973: Remove type attribute from script tags: Staff client includes 2/2
    
    This patch removes the "type" attribute from <script> tags in several
    staff client include files. Also removed: Obsolete "//<![CDATA[ //]]>"
    markers.
    
    This patch also makes minor indentation changes, so diff using the "-w"
    flag.
    
    To test, apply the patch and confirm that examples of affected pages
    work properly without any JavaScript errors in the browser console:
    
     - Installer -> Onboarding (uses installer-strings.inc,
       validator-strings.inc)
     - Patrons -> Patron details -> Change password (uses
       password_check.inc)
     - Patrons -> Patron details -> Print summary (slip-print.inc)
     - Circulation -> Check out (strings.inc, timepicker.inc)
     - Cataloging -> New from Z39.50/SRU (z3950_search.inc)
    
    Validating the HTML source of any of these pages should return no errors
    related to the "type" attribute.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7d42e29c8b8cd913b052d10525c4d0b2cb36fc0d
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Fri May 24 13:52:58 2019 -0500

    Bug 20537: Added checks to remove warning from overdue_notices.pl
    
    When executing overdue_notices.pl on borrowers that lack a surname, we
    see this error:
    Use of uninitialized value in concatenation (.) or string at
    /usr/share/koha/bin/cronjobs/overdue_notices.pl line 575.
    
    This patch fixes this issue by setting the $borr variable
    based on the information that has been defined.
    
    To test:
    1) Create a borrower and set its surname to null
    2) Checkout an item to the borrower and set it to be overdue
    3) Navigate to kohaclone/misc/cronjobs and enter a koha-shell
    4) Run the script: ./overdue_notices.pl
    5) Observe the error appears
    6) Apply the patch
    7) Repeat steps 3-4
    8) Observe the error is gone
    9) Sign off!
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 02305630824e46c9c7846aa6f163265970463d1e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu May 16 13:02:29 2019 -0500

    Bug 22907: Add missing use statement
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8fed07826ee9fd69f3b92bbb6decb864e4c7dfd2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 14 12:27:25 2019 -0500

    Bug 22907: Remove previous code handling the same thing
    
    See:
      commit a71b96295fb07084e4f87ac1a471e89355f3c5a4
      Bug 12627: Fix default values
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2329d2ea8393e133bf689eb2d311fb0bcc99640f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 14 12:06:24 2019 -0500

    Bug 22907: Fix new suggestion with strict sql modes
    
    With sql_strict_modes turned on, if you try to create a new suggestion
    you will get:
    Incorrect integer value: '' for column '$INT_COLUMN' at row 1
    
    Test plan:
    Turn on strict_sql_modes, create a new suggestion, then edit it.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    JD: Edit after SO, remove unecessary changes (not related to this bug)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 936cf409992d6393473f564a25f70ea8b390e74b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 14 12:05:53 2019 -0500

    Bug 22907: Add tests
    
    Do not use copyrightdate as it is weird to have it int
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1cdf657c057a7a565016df28a17151a2f4fce134
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri May 17 13:19:33 2019 +0000

    Bug 22932: GetLatestSerials should not return formatted date
    
    This patch updates GetLatestSerials in Serials.pm to remove date
    formatting. Formatting of dates should be done in the template using
    $KohaDates.
    
    To test, apply the patch and locate a bibliographic record in the staff
    client which has a subscription with issues.
    
     - On the bibliographic detail page for that record, view the
       "Subscriptions" tab. Dates in the table of recent issues should be
       formatted correctly.
     - View the details for the subscription in the Serials module. Create
       or edit a routing list for that serial. In the "Issue" dropdown the
       issue dates should be formatted correctly.
     - View the bibliographic detail page for the record in the OPAC. Open
       the "Subscriptions" tab. In the table of recent issues publication
       date and received date should be formatted correctly. The table
       should sort correctly on these dates.
    
    Note: Although opac-ISBDdetail.pl calls GetLatestSerials, as far as I
    can tell there is no serial-related output to update. The code appears
    to be unused.
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bb06060c4c3e0f4393f24096400ee4c8312a44ec
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon May 13 18:05:38 2019 +0000

    Bug 22914: Add holds column to batch item delete to fix show/hide columns behaviour
    
    The changes on 19490 caused a bug, where the show/hide column feature hides the
    wrong column on the items table. The two templates share a js file, and
    the data passed is the same.
    
    Adding the column to the template brings things back into alignment,
    the data is already there, we just show it.
    
    TEST PLAN:
    1. Go to Tools > Batch item deletion and enter at least one barcode.
    2. Try to hide a column that is showing
    3. Notice it hides the wrong column
    4. apply patch
    5. repeat steps 1 and 2.
    6. Notice the correct column is being hidden
    7. Verify the new column for number of holds on the item works correctly
       for item and record level holds
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 427e4ebc6ba4d52154bc8330b8edf54d5a6b88b2
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Fri May 24 12:56:40 2019 -0500

    Bug 21450: (QA follow-up) remove a couple of unused variables to make QA script happy
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 848a0d41fffba7df1be9f2584770112f0938beb0
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Sep 28 14:58:20 2018 +0000

    Bug 21450: Cache authorities search using term and auth_type
    
    This is a simple fix to prevent incorrect caching of results when using
    link_bibs_to_authorities
    
    To test:
    1 - Find or create a record with the same term in a subject and genre
    heading
    2 - Find or create authority records for the term as a subject and genre
    type
    3 - Run link bibs to authorities
    4 - Verify both tags in the record are linked to the subject heading
    5 - Aply patch
    6 - Unlink the record and re-run the script (or just re-run)
    7 - Each tag should be linked to correct authority
    
    Signed-off-by: Frank Hansen <frank.hansen at ub.lu.se>
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 366ef794969c3bc67c70ea7c9d85cb04944f4f05
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jan 23 21:07:41 2019 +0000

    Bug 21450: Unit tests
    
    To test:
    1 - Apply just this patch
    2 - prove -v t/db_dependent/Linker_Default.t
    3 - It fails
    4 - Apply second patch
    5 - prove -v t/db_dependent/Linker_Default.t
    6 - It passes
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Bug 21450: Remove copyright lines
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3034c028264f072fc1a447a11a518255282fc990
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 16 10:54:03 2019 +0000

    Bug 22724: Check permissions in the script before displaying template
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d36566d6eaa9dd02528bbd1219747ccfd4e6b531
Author: Hayley Mapley <hayleymapley at catalyst.net.nz>
Date:   Wed May 8 15:39:33 2019 +1200

    Bug 22724: Allow only users with correct permissions to 'Write off selected'
    
    Due to the addition of a 'Write off selected' button in 18.11, users without
    writeoff permissions could mistakenly view and action the 'Write off
    selected' option for a patron in Accounting > Make a payment (Fines > Pay fines).
    The attached patch corrects this error.
    
    Test plan:
    1) Make sure that a staff user has '(writeoff) Write off fines and fees'
    permission disabled
    2) Bring up a patron with an unpaid fee, go to Accounting -> Make a
    payment
    3) Note that 'Write off selected' button is displayed.
    4) Select a fee, click 'Write off selected'. Note that staff member has
    access to 'Write off an amount toward selected fines'
    5) Apply the patch
    6) Repeat steps 1-2, and note that the button is no longer displayed
    7) Bonus points, as a staff user with writeoff permissions enabled check
    that all four buttons (Pay amount, Pay selected, Write off all, Write
    off selected) are displayed
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f5894d41d21b3d57217397f7d8de500082e66157
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 14 13:43:12 2019 +0000

    Bug 22904: Untranslatable strings in members-menu.js
    
    This patch moves several English strings out of members-menu.js and into
    str/members-menu.inc where they can be picked up by the translation
    process. The following strings are affected:
    
    "Are you sure you want to renew this patron's registration?"
    "Are you sure you want to update this child to an Adult category?  This
    cannot be undone."
    "Dates of birth should be entered in the format 'MM/DD/YYYY'"
    "Dates of birth should be entered in the format 'YYYY-MM-DD'"
    "Dates of birth should be entered in the format 'DD/MM/YYYY'"
    "Dates of birth should be entered in the format 'DD.MM.YYYY'"
    
    This patch also makes a correction to members-toolbar.inc in order to
    enable the presence of the "Update child to Adult" menu item.
    
    To test:
    
     - Install and update a language.
     - Check the po-file for that language. You should find no msgid for
       the strings listed above.
     - Apply the patch.
     - Update the language you installed.
     - You should find entries for all the strings above.
     - Translate those messages and update the translated templates.
     - Reinstall the translation.
    
    In the staff client:
    
     - Select your updated translation.
     - Open an expired patron's account and choose "Renew patron" from the
       "More" button in the toolbar. You should be prompted for confirmation
       using the translation you provided.
     - To test the "Update child" confirmation you should have only one
       patron category in the "Adult" category.
       - Open a patron record with a child category and choose "Update
         child" from the "More" menu in the toolbar. You should be prompted
         for confirmation using the translation you provided.
     - To test the date format messages: From the patrons home page, expand
       the advanced search options in the header search form. Select "Date
       of birth" under "Search fields." A correctly-translated tooltip
       should appear above the search field.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 39c4d9d55e5a2e137adbbbd2b29b5b829f66b59e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 14 12:23:25 2019 -0500

    Bug 22908: Prevent ModSuggestion to send a notice if something wrong happened
    
    There is a return value $status_update_table that is set to 0, then we
    send the alert (whatever the value of this variable). We must return
    earlier if something happened!
    
    Test plan:
    Not sure how to recreate it via the interface, so just run the tests?
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9613d9f1647bfceeb15b60c731f2c84796a12f87
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue May 14 12:21:57 2019 -0500

    Bug 22908: Add tests
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 990c94721c0822d4660021080f52f5c5edf2ef66
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 23 13:29:26 2019 +0000

    Bug 22974: Patron password update validation broken
    
    This patch adds back an include file to the change password template
    which was inadvertently removed by Bug 21964. This broke Javascript
    validation of the new password fields.
    
    To test, apply the patch and enable the RequireStrongPassword system
    preference.
    
     - Go to Patrons -> Patron details -> Change password.
     - Try entering a weak password in the "New password" field. You should
       get a validation error: "Password must contain at least 3 characters,
       including UPPERCASE, lowercase and numbers."
     - Try entering a password in the second password field which doesn't
       match the first. You should get a validation error: "Please enter the
       same password as above."
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Bin Wen <bin.wen at inlibro.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bf501498634eca478f7f902bb9e41c42731c7622
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Fri May 17 14:00:32 2019 +0100

    Bug 21662: (QA follow-up) Use commitdates over RM dates
    
    The manual maintanence of the history.txt file lead to some
    discrepancies in first commit dates for many contributors. After a
    discussion regarding the automation proccess (and with some of the
    contributors who would be most heavily affected) we decided to update
    the history file on mass to match the commite dates found in the
    repository.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 533ff7ab29a1ca6d35d0e306dd97273838ad3064
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Mon May 27 09:39:34 2019 +0000

    Bug 15221: (QA follow-up) Fix Message.t
    
    As Jonathan reported on comment11, SIP/Message.t fails now.
    
    This is a trivial fix for that. In the first case we should just no longer
    expect the alert flag. In the second case it makes more sense to toggle
    the value of the checked_in_ok setting.
    
    Test plan:
    Run t/db_dependent/SIP/Message.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Linker/Default.pm                               |   20 +-
 C4/Serials.pm                                      |    2 -
 C4/Suggestions.pm                                  |   51 +-
 docs/contributors.yaml                             |  406 +++++------
 docs/history.txt                                   |  710 ++++++++++----------
 .../prog/en/includes/installer-strings.inc         |    2 +-
 .../prog/en/includes/members-toolbar.inc           |    1 +
 .../prog/en/includes/password_check.inc            |    2 +-
 .../intranet-tmpl/prog/en/includes/slip-print.inc  |    2 +-
 .../prog/en/includes/str/members-menu.inc          |    7 +
 .../intranet-tmpl/prog/en/includes/strings.inc     |    4 +-
 .../intranet-tmpl/prog/en/includes/timepicker.inc  |   46 +-
 .../prog/en/includes/validator-strings.inc         |   42 +-
 .../prog/en/includes/z3950_search.inc              |    4 +-
 .../prog/en/modules/acqui/basketgroup.tt           |   56 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |    2 +-
 .../prog/en/modules/acqui/transferorder.tt         |    4 +-
 .../prog/en/modules/authorities/auth_finder.tt     |    2 +-
 .../prog/en/modules/authorities/authorities.tt     |    4 +-
 .../authorities/blinddetail-biblio-search.tt       |    2 +-
 .../prog/en/modules/authorities/detail.tt          |    2 +-
 .../modules/authorities/searchresultlist-auth.tt   |    4 +-
 .../prog/en/modules/catalogue/advsearch.tt         |    2 +-
 .../prog/en/modules/catalogue/detail.tt            |    4 +-
 .../prog/en/modules/catalogue/itemsearch.tt        |    4 +-
 .../prog/en/modules/catalogue/search-history.tt    |    3 +-
 .../prog/en/modules/members/member-password.tt     |    1 +
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |    4 +-
 .../prog/en/modules/serials/routing.tt             |    9 +-
 .../prog/en/modules/tools/batchMod-del.tt          |   43 +-
 koha-tmpl/intranet-tmpl/prog/js/members-menu.js    |   14 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    4 +-
 members/paycollect.pl                              |   17 +-
 misc/cronjobs/overdue_notices.pl                   |    9 +-
 t/db_dependent/Linker_Default.t                    |   79 +++
 t/db_dependent/SIP/Message.t                       |    5 +-
 t/db_dependent/Suggestions.t                       |   10 +-
 37 files changed, 845 insertions(+), 738 deletions(-)
 create mode 100755 t/db_dependent/Linker_Default.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list