[koha-commits] main Koha release repository branch master updated. v18.05.00-478-g4ae91ba

Git repo owner gitmaster at git.koha-community.org
Tue Aug 14 15:02:54 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, master has been updated
       via  4ae91ba2633bac7ec607c8519433ba3cacbde1fd (commit)
       via  8fc88514c35a9b6cfa9ce93e38ebb7aa2a36ccd1 (commit)
       via  9d10d076122c4adb6c14b1b86b3bcca0e33ecc4a (commit)
       via  27bf38f34f03a5bc26abb8f928a8e37c3486b91e (commit)
       via  889f148e4ed85abde34e73fba3840a54c9953419 (commit)
       via  484067b228d5cce461c6199b85b2b87cacd3ae40 (commit)
       via  e97f6ab9be6108cbe4d61ea8dd4b876527bd67ba (commit)
       via  1dfb177d3fff713185bcb0aa86517ef40629fedc (commit)
       via  ed6070a5b43d0f3baaaf07c67faaa92baf00e7aa (commit)
       via  12dd41ed661c6f120e90f93e5f528abb51871d82 (commit)
       via  3aef9a158ba866e2ce8a712e87ae9f2ae3b7ed40 (commit)
       via  81431ee28a3ee128aa7fa5bfb40400b17c868786 (commit)
       via  8255c8edcf34487a8bfe5fe2a7592097684b2220 (commit)
       via  e8c42c3a94d25d672181b5ad4f023d4aa54288a5 (commit)
       via  2280877fdd9685aecff0b144319ca3bffc39b78a (commit)
       via  ad0f90b797c77b853ff61501310892282f582988 (commit)
       via  40577065b60ab87330f1fc0c3e6bbe52f2373e6c (commit)
       via  5ecf4da7d49357832b77ee087d968e071ab46b93 (commit)
       via  b5520f3e019f38cbd2ea75be0a13806f68a2f515 (commit)
       via  2588811ef249f0996527e952e4ef5307c1834a71 (commit)
       via  77196e91402cdb59242f80e596f1812d238923c2 (commit)
       via  880afc9035c752bb6fbea0ad5505d8730462ce2c (commit)
       via  cacb57689070315fd1fae176e3761abc6870107f (commit)
       via  b1a4205cac57a6432ed2471f0d1ac5c3ce3b527a (commit)
      from  24a5b9d700fd2d3847e6d7e16502b1c24e8e872e (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 4ae91ba2633bac7ec607c8519433ba3cacbde1fd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 24 16:10:53 2018 +0000

    Bug 21112: Re-indent staff client cart template
    
    This patch reindents the template for the staff client cart, basket.tt
    
    - Trailing spaces removed
    - Indentation changed to a consistent 4 spaces
    - Markup indentation made more consistent
    
    To test, apply the patch and add multiple items to the cart in the staff
    client.
    
    View the cart and confirm that it looks as it should both in the "brief"
    and "more details" views.
    
    HTML validation before and after the patch should return the same
    results.
    
    Signed-off-by: DEVINIM <kohadevinim at devinim.com.tr>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8fc88514c35a9b6cfa9ce93e38ebb7aa2a36ccd1
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Tue Jul 31 19:15:36 2018 +0000

    Bug 21137: Standardize breadcrumbs for tags page
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9d10d076122c4adb6c14b1b86b3bcca0e33ecc4a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 10:03:42 2018 -0300

    Bug 21137: Replace BORROWER_INFO with logged_in_user
    
    it also removes 'category_type' and 'description' from a couple of
    opac scripts, they are not needed.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 27bf38f34f03a5bc26abb8f928a8e37c3486b91e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 11:08:09 2018 -0300

    Bug 21137: use logged_in_user from opac-user.pl
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 889f148e4ed85abde34e73fba3840a54c9953419
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 09:57:29 2018 -0300

    Bug 21137: Replace USER_INFO with logged_in_user
    
    This patch set does several things:
    - it removes USER_INFO and BORROWER_INFO
    These 2 variables contained logged-in patron's info. They must be
    accessed from logged_in_user
    - Use patron-title.inc for the breadcrumb at the OPAC, for consistencies
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 484067b228d5cce461c6199b85b2b87cacd3ae40
Author: Jenny Way <jwayway at hotmail.com>
Date:   Tue Jan 16 20:37:37 2018 +0000

    Bug 18236: MARC21 - Add classes to material type on intranet detail and results pages
    
    Test plan:
    1. Open a list of results
    2. Use fn+f12 to inspect element
    3. Without patch it should show that the image class is 'materialtype'
    4. With patch there will be an additional class
    -Books = mt_icon_BK
    -Kit = mt_icon_MX
    -Article = mt_icon_AR
    -Continuous resource = mt_icon_CR
    -Mixed material = mt_icon_MX
    -Computer files = mt_icon_CF
    -Map = mt_icon_MP
    -Music = mt_icon_MU
    -Sound = mt_icon_MU
    -Score = mt_icon_PR
    -Visual material = mt_icon_VM
    
    OR
    1. Try using the classes in css to change the style
    
    -When viewing the details of a record, the material type img should also have the
    same changes
    -Check that the material type classes in the results page is the same as
    the details page
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    I've squashed the patches to make chanes easier readable.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e97f6ab9be6108cbe4d61ea8dd4b876527bd67ba
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 11:22:14 2018 -0300

    Bug 20795: Inform the user about this change, add to pod
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1dfb177d3fff713185bcb0aa86517ef40629fedc
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sun May 20 14:44:45 2018 +0000

    Bug 20795: Pass incrreased verbosity to zebra rebuild script
    
    To test:
    1 - Run koha-rebuild-zebra with multiple '-v'
    2 - Note no increased verbosity
    3 - Apply patch
    4 - Run the updated koha-rebuild-zebra script with multiple '-v'
    5 - Note increased verbosity
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ed6070a5b43d0f3baaaf07c67faaa92baf00e7aa
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Aug 14 12:33:52 2018 +0000

    Bug 21121: DBRev 18.06.00.014
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 12dd41ed661c6f120e90f93e5f528abb51871d82
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 10:51:59 2018 -0300

    Bug 21121: Add the IGNORE clause
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 3aef9a158ba866e2ce8a712e87ae9f2ae3b7ed40
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Mon Jul 23 04:34:06 2018 +0000

    Bug 21121: Added new system preference to control hiding of personal patron information in the circulation page
    
    Libraries may want to hide personal patron data from the circulation
    page for privacy reasons this syspref introduces that ability for
    library staff to control the display of this data themselves without
    having to ask support vendors to hide it for them.
    
    Test plan:
    1. View circulation page and input a patrons barcode or name
    2. Notice if the patron has a phone number, email, street address and
       city set then these are displayed in the left hand side of the screen
       under the patrons name. Otherwise if all/any of these fields are not
       set for the patron then the text: "No <datafield> stored." is
       displayed.
    3. Apply this patch
    4. Run ./updatedatabase.pl from the Koha shell to run the atomicupdate
    5. Restart memcached and plack
    6. Notice a new systempreference named
       'HidePersonalPatronDetailOnCirculation' has been added, which has the
       default value 'Dont'
    7. Without changing the default value notice the personal patron
       information is still displayed on the circulation page
    8. Change the value of the syspref to 'Do' and now notice the phone
       number, email address, street address and city are now hidden in the
       circulation page
    
    Sponsored-By: Catalyst IT
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 81431ee28a3ee128aa7fa5bfb40400b17c868786
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Jul 17 16:21:13 2018 -0300

    Bug 20226: Centralize update child code (CATCODE_MULTI)
    
    Code and variables to deal with the update child feature are not
    centralized but copied/pasted in several scripts. Which leads to issues
    obsviously (bug 20805 for instance).
    
    Moreover the strings used by the templates are also in several template
    files (or .inc)
    
    To deal with that this patch introduces the idea to create 1 .inc file
    per .js file
    Here we have members-menu.inc for members-menu.js
    
    Test plan:
    - Remove all your adult categories (categories.category_type='A')
    - Create a patron with a child category
    - Try to update to adult category
    => The entry does no longer appears! (This is a change in the behaviour)
    - Create one adult category
    - Update to adult category
    => There is a JS confirmation message, if you accept the patron will
    be updated to the adult category
    - Create (at least) another adult category
    - Create another child
    - Update to adult category
    => No more confirmation message but a popup to select the adult category
    - Pick one
    => The patron has been updated to the adult category
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8255c8edcf34487a8bfe5fe2a7592097684b2220
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Dec 4 17:43:12 2017 +0000

    Bug 19743: Unit Tests
    
    Signed-off-by: Te Rauhina Jackson <terauhina.jackson 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 e8c42c3a94d25d672181b5ad4f023d4aa54288a5
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Dec 4 16:16:52 2017 +0000

    Bug 19743: Update header and footer on each item for checkin / checkout / renewal notices
    
    When generating the checkout notice for a patron we only update the
    section in between the '---' tags
    
    For template toolkit purposes it means we cannot affect the content
    based on more than a single item. For instance, we want to add the total
    cost of all items checked out.
    
    Test Plan:
    1) Add "Thank you for visiting <<branches.branchname>>." to the bottom of the checkout notice. Below the second '----'.
    2) Check out an item to a patron to generate that notice
    3) Note the branch name in the notice
    4) Update the branch name in the branches editor, change it to something else
    5) Check out a 2nd item to that patron
    6) Notice the items list updated, but the branch name did not
    7) Apply this patch
    8) Check out a 3rd item to that patron
    9) Notice the branch name updated this time
    
    Signed-off-by: Te Rauhina Jackson <terauhina.jackson 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 2280877fdd9685aecff0b144319ca3bffc39b78a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 6 18:15:10 2018 +0000

    Bug 21164: Fix alignment on new basket form in acquisitions
    
    This patch removes some unnecessary " "'s from the template for
    creating a new basket in acquisitions. This fixes the alignment on the
    form fields.
    
    To test, apply the patch and go to Acquisitions -> Vendor -> New basket.
    All the form fields should be correctly left-aligned with each other.
    
    Signed-off-by: Pierre-Luc Lapointe <pierreluc.lapointe at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ad0f90b797c77b853ff61501310892282f582988
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Aug 8 16:45:28 2018 +0000

    Bug 21185: Incorrect title tag on tags review page
    
    This patch corrects the title tag on the tags review page.
    
    To test, apply the patch and go to Tools -> Tags. The page title
    (probably shown in the browser tab) should start with "Koha ->" instead
    of "Home ->".
    
    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 40577065b60ab87330f1fc0c3e6bbe52f2373e6c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 13:18:47 2018 -0300

    Bug 21139: No table in toolbar
    
    We do not need this selector, we will not have a table in the toolbar
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5ecf4da7d49357832b77ee087d968e071ab46b93
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 12:34:29 2018 -0300

    Bug 21139: Floating toolbar - Resize toolbar on window resize
    
    Prior to this patch the toolbar was not resized when the window was
    resized
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b5520f3e019f38cbd2ea75be0a13806f68a2f515
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 12:31:01 2018 -0300

    Bug 21139: Floating toolbar - Remove horizontal scrollbar on resize
    
    To test:
    - add/edit a patron
    - resize the window
    => Without this patch a horizontal scrollbar appears when resized
    shorter
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2588811ef249f0996527e952e4ef5307c1834a71
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 12:28:54 2018 -0300

    Bug 21139: Floating toolbars - Remove unecessary height
    
    This patch remove some pixels under the toolbar, they were used by the
    hidden element.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 77196e91402cdb59242f80e596f1812d238923c2
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Aug 1 12:28:37 2018 -0300

    Bug 21139: Floating toolbar - Remove dup id
    
    We should not have twice the same id, we always use fixFloat() on an
    element with an id and then duplicate this element.
    The id must be changed (just in case)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 880afc9035c752bb6fbea0ad5505d8730462ce2c
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Aug 10 17:18:39 2018 +0000

    Bug 19390: Make jQuery selector more specific, so OPAC view link can open in new tab
    
    The OPAC view link in the staff result list already had a target="_blank",
    but it didn't work, because of the JavaScript for the result list browser
    in staff.
    
    The JavaSript code was looking for the links to the detail page in staff
    and this also selected the link to the detail page in OPAC. By changing
    detail.pl to \detail.pl opac-detail.pl will no longer be selected.
    
    To test:
    - Search in the staff interface
    - Click "OPAC view" links in staff result lists
    - Click "OPAC view' links in detai page
    - Verify both now open in a new tab
    - Click other links and test that navigation (previous, next,
      return to results) works as expected
    - Inside the staff client, you should see something like
      searchid=scs_1533922927978 added to the URLs
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Followed the test plan and it works.
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit cacb57689070315fd1fae176e3761abc6870107f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 10 17:39:09 2018 -0300

    Bug 21208: Fix housebound deliverer/chooser names
    
    When creating a housebound visit, the names of the chooser and deliverer are the
    same as the housebound patron (even though the housebound patron does not have
    chooser and deliverer roles).
    
    It has been caused by:
      commit 5f80977875ff124d411f2cd89de4a944fa9c27af
      Bug 18403: Use patron-title.inc when hidepatronname is used
    patron-title.inc now starts looking for a variable named "patron", which exists in
    members/housebound.
    A better fix could be to renamed this "patron" variable tested by
    patron-title.inc, but at first glance it's the only place this issue
    exists.
    
    Test plan:
    1- Make sure HouseboundModule is enabled in system preferences
    2- Go to a patron file (Patron A)
    3- Edit this patron's housebound roles to Chooser
    4- Go to another patron file (Patron B)
    5- Edit this patron's housebound roles to Deliverer
    6- Go to a third patron's file (Patron C)
    7- Go to the Housebound tab
    8- Fill out the housebound profile for Patron c
    9- Click on "Add a new delivery"
    10- Fill out day and time
    11- Check the Chooser drop down
    12- Check the Deliverer drop down
    13- Save the delivery
    14- Notice the Chooser and Deliverer names are correct
    15- Click on the name of the Chooser, it goes to Patron A's file
    16- Go back and click on the name of the Deliverer, it goes to Patron B's file
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b1a4205cac57a6432ed2471f0d1ac5c3ce3b527a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 13 11:54:36 2018 -0300

    Bug 21213: Add diagnostics to Circulation.t
    
    Jenkins reported failures on a D9 run. No idea why it is failing so
    adding diag and wait for the next failure.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |    4 +-
 C4/InstallAuth.pm                                  |    2 +-
 C4/Message.pm                                      |    6 +-
 Koha.pm                                            |    2 +-
 Koha/Template/Plugin/Categories.pm                 |    3 +-
 admin/aqbudgets.pl                                 |    5 +-
 admin/aqplan.pl                                    |   12 +-
 circ/circulation.pl                                |    6 -
 debian/scripts/koha-rebuild-zebra                  |    4 +-
 installer/data/mysql/updatedatabase.pl             |    9 +
 koha-tmpl/intranet-tmpl/js/browser.js              |    4 +-
 .../lib/jquery/plugins/jquery.fixFloat.js          |   17 +-
 .../prog/en/includes/cateditor-ui.inc              |   10 +-
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |   66 +--
 .../prog/en/includes/members-toolbar.inc           |   11 +-
 .../prog/en/includes/patron-search.inc             |   11 -
 .../prog/en/includes/str/members-menu.inc          |   24 +
 .../prog/en/modules/acqui/basketheader.tt          |   18 +-
 .../en/modules/admin/preferences/circulation.pref  |    6 +
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |  526 +++++++++++---------
 .../prog/en/modules/cataloguing/addbiblio.tt       |    2 +-
 .../prog/en/modules/cataloguing/addbooks.tt        |    2 +-
 .../prog/en/modules/circ/circulation.tt            |   10 +-
 .../en/modules/circ/circulation_batch_checkouts.tt |   11 +-
 .../prog/en/modules/members/apikeys.tt             |    1 +
 .../prog/en/modules/members/boraccount.tt          |    2 +-
 .../prog/en/modules/members/deletemem.tt           |   12 +-
 .../prog/en/modules/members/discharge.tt           |    1 +
 .../prog/en/modules/members/discharges.tt          |    1 +
 .../intranet-tmpl/prog/en/modules/members/files.tt |    1 +
 .../prog/en/modules/members/holdshistory.tt        |    1 +
 .../prog/en/modules/members/housebound.tt          |   27 +-
 .../prog/en/modules/members/mancredit.tt           |    1 +
 .../prog/en/modules/members/maninvoice.tt          |    1 +
 .../prog/en/modules/members/member-flags.tt        |    1 +
 .../prog/en/modules/members/member-password.tt     |    1 +
 .../prog/en/modules/members/member.tt              |    1 +
 .../prog/en/modules/members/memberentrygen.tt      |    1 +
 .../prog/en/modules/members/members-update.tt      |    1 +
 .../prog/en/modules/members/merge-patrons.tt       |    1 +
 .../prog/en/modules/members/moremember.tt          |    1 +
 .../prog/en/modules/members/nl-search.tt           |    1 +
 .../prog/en/modules/members/notices.tt             |   11 +-
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |    1 +
 .../prog/en/modules/members/paycollect.tt          |    1 +
 .../en/modules/members/purchase-suggestions.tt     |    1 +
 .../prog/en/modules/members/readingrec.tt          |    1 +
 .../prog/en/modules/members/routing-lists.tt       |    1 +
 .../prog/en/modules/members/statistics.tt          |    1 +
 .../prog/en/modules/members/update-child.tt        |   25 +-
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |    2 +-
 .../prog/en/modules/tools/import_borrowers.tt      |    1 +
 .../prog/en/modules/tools/picture-upload.tt        |    1 +
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    2 +-
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   24 +-
 koha-tmpl/intranet-tmpl/prog/js/members-menu.js    |    6 +-
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |    2 +-
 .../bootstrap/en/includes/patron-title.inc         |   13 +-
 .../bootstrap/en/modules/opac-account-pay-error.tt |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-account.tt |    2 +-
 .../bootstrap/en/modules/opac-downloadshelf.tt     |    4 +-
 .../bootstrap/en/modules/opac-illrequests.tt       |    4 +-
 .../bootstrap/en/modules/opac-issue-note.tt        |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    2 +-
 .../modules/opac-memberentry-update-submitted.tt   |    2 +-
 .../bootstrap/en/modules/opac-memberentry.tt       |    2 +-
 .../bootstrap/en/modules/opac-messaging.tt         |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-passwd.tt  |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-privacy.tt |    2 +-
 .../bootstrap/en/modules/opac-readingrecord.tt     |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-reserve.tt |    2 +-
 .../bootstrap/en/modules/opac-routing-lists.tt     |    2 +-
 .../bootstrap/en/modules/opac-search-history.tt    |    2 +-
 .../bootstrap/en/modules/opac-shareshelf.tt        |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |    2 +-
 .../bootstrap/en/modules/opac-suggestions.tt       |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-tags.tt    |    3 +
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |   66 +--
 members/boraccount.pl                              |    6 -
 members/deletemem.pl                               |    6 -
 members/files.pl                                   |    6 -
 members/holdshistory.pl                            |    6 -
 members/housebound.pl                              |    6 -
 members/mancredit.pl                               |    5 -
 members/maninvoice.pl                              |    6 -
 members/member-flags.pl                            |    6 -
 members/member-password.pl                         |    6 -
 members/moremember.pl                              |    6 -
 members/notices.pl                                 |    6 -
 members/pay.pl                                     |    6 -
 members/paycollect.pl                              |    5 -
 members/printinvoice.pl                            |    6 -
 members/readingrec.pl                              |    6 -
 members/statistics.pl                              |    6 -
 members/update-child.pl                            |   21 +-
 opac/opac-account.pl                               |    6 -
 opac/opac-messaging.pl                             |    2 +-
 opac/opac-routing-lists.pl                         |    5 -
 opac/opac-user.pl                                  |    3 +-
 t/db_dependent/Circulation.t                       |    7 +-
 t/db_dependent/Letters/TemplateToolkit.t           |  126 ++++-
 101 files changed, 681 insertions(+), 612 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/str/members-menu.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list