[koha-commits] main Koha release repository branch master updated. v18.05.00-1166-g89bad1f

Git repo owner gitmaster at git.koha-community.org
Fri Oct 26 19:25:44 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  89bad1fa460dc75bdaeb40e82ee56639e35fe0c9 (commit)
       via  51ce2ebfe12e344beec4d73109e885c5c303347c (commit)
       via  826111b11cc30dd1536c943d6875b54b6355eb74 (commit)
       via  9c9c68edfd37144b135af33bd656d3808799c25e (commit)
       via  582502644801b44595497caf6bbee449f0347238 (commit)
       via  ddef9376f2e26375d51c58aa83689780b94c61df (commit)
       via  1dbea5dd2c5c98b53dbc88493b97d6e0c419c244 (commit)
       via  2e9252584842fcf90aa4774eff326c631475852e (commit)
       via  c933244fe60614a6a9d0f14efec4f175966c1704 (commit)
       via  f32ee27deb7abe531ad5e5db5242f7243e3baa8d (commit)
       via  20cba0d2956de5b1ff38b4a5f4b0f620204930e0 (commit)
       via  22d817ddc863354b0a6316c6ddb91e2cc86cf603 (commit)
       via  f106c3a13aa0ee69d744c683e99d9d6ec3c10ffa (commit)
       via  7c25be79a00b6b7b8b2f4b38eb2dd9f3f6cb502e (commit)
       via  71fdba0ff014017287ca7b1f524850fadad81af1 (commit)
       via  bf8b4e773c089a4094b18c62af91711b8af99f82 (commit)
       via  59757c1f5b7de423241f91ef8c95822183786d00 (commit)
       via  75ee8420ed655c17ad69f9bfdd2b4e0d26d5c9d7 (commit)
       via  41397c855397aee9847943c2f124e0bdc8ba7eb7 (commit)
       via  b106ddb96b21a78559d7a60057e94024e7db4a16 (commit)
       via  dab4426457578094eb5aac6531d1a1db631d05c7 (commit)
       via  d71fb84f6fb40f7eb59a9f86f1a07d57f58f3c0a (commit)
       via  d8edb017e4107802e55b5887a1454651565a2e49 (commit)
       via  8ae6242d08e1611a2ede2f5cd3356fdbbf488aa1 (commit)
       via  91d168200e2283fc8f250c5103e4736afa0f520a (commit)
       via  cf44757391be03237725572821d79bd135a1335c (commit)
      from  d76fde9467d7bbe1270cf652a601d71de09b1d56 (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 89bad1fa460dc75bdaeb40e82ee56639e35fe0c9
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Oct 26 09:28:01 2018 +0000

    Bug 21680: Remove dead code - C4::Accounts::fixaccounts
    
    Test plan:
    
    git grep fixacccounts
    -- without patch there are 3 occurences
    -- with patch - no occurence of fixaccounts
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 51ce2ebfe12e344beec4d73109e885c5c303347c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 24 19:50:02 2018 -0300

    Bug 21654: Remove refund_lost_item_fee_rules.sql from the installer process
    
    This is a follow-up patch for bug 14048 comment 97
    
    Test plan:
      git grep refund_lost_item_fee_rules.sql
    should not return any results
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 826111b11cc30dd1536c943d6875b54b6355eb74
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Fri Oct 26 14:45:28 2018 +0000

    Bug 21526: (QA follow-up) Fix all the tabs
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9c9c68edfd37144b135af33bd656d3808799c25e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 17 11:34:00 2018 -0300

    Bug 21526: Remove duplicated USE raw statement
    
    See patch on bug 21576 comment 14
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 582502644801b44595497caf6bbee449f0347238
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 15 19:44:51 2018 -0300

    Bug 21526: uri escape TT variables when used in 'a href'
    
    This patch has been generated with the script provided on bug 21576.
    It only affects variable used in the href attribute of a link *when*
    href it the first attribute of the node (grep "a href")
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit ddef9376f2e26375d51c58aa83689780b94c61df
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 17 11:29:16 2018 -0300

    Bug 21576: Preserve chomp chars for USE raw
    
    See bug 21526 comments 5-7
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1dbea5dd2c5c98b53dbc88493b97d6e0c419c244
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 15 19:44:06 2018 -0300

    Bug 21576: Handle complex uri
    
    Only the first TT params in a href was taken into account.
    This also takes care to replace into href attributes only (for instance not
    title, etc.)
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 2e9252584842fcf90aa4774eff326c631475852e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 15 17:29:35 2018 -0300

    Bug 21576: Keep compatibility with QA script
    
    The QA script call 'missing_filters', it sounds better to keep it in
    order to avoid fixing it and have a weird condition (if
    module->can('subroutine_name')) to maintain
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c933244fe60614a6a9d0f14efec4f175966c1704
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Oct 12 13:57:49 2018 -0300

    Bug 21576: Add a developer script to fix missing TT filters
    
    See bug 13618 and bug 21526.
    
    We need a script to add missing filters, or replace wrong ones.
    
    Test plan:
    - Add unescaped variables to .tt files
    - prove xt/find-missing-filters.t
    will warn about them
    - perl misc/devel/add_missing_filters.pl
    will add the missing/wrong filters
    - prove xt/find-missing-filters.t
    will now be happy
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f32ee27deb7abe531ad5e5db5242f7243e3baa8d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 22 16:51:25 2018 -0300

    Bug 21562: Fix sort by checkout date in the circulation table
    
    The sort is done in SQL but resort by DataTables when displaying the
    results.
    iDataSort should be used to mimick date_due sort behavior.
    
    Test plan:
    - Check some items out
    - Modify the checkout and due dates, like:
        2018-10-22
        2018-01-23
        2018-05-27
    - Sort by checkout date, then due date. The sort should be correct for
    all values of the DateFormat syspref
    
    Followed test plan, patch works as described and passes QA test tool
    
    Signed-off-by: Alex Buckley <alexbuckley 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 20cba0d2956de5b1ff38b4a5f4b0f620204930e0
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 22 17:02:51 2018 -0300

    Bug 21629: Use cn_sort instead of itemcallnumber when displaying a list
    
    DBMS can sort callnumbers correctly using cn_sort. We should use it
    showing a list's content.
    
    Test plan:
    - Add items with callnumber to a list
    - Display the list
    - List the content by callnumbers
    => Confirm that the records are correctly sorted by callnumber
    
    Signed-off-by: Myka Kennedy Stephens <mkstephens at lancasterseminary.edu>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 22d817ddc863354b0a6316c6ddb91e2cc86cf603
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Oct 26 17:09:18 2018 +0000

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

commit f106c3a13aa0ee69d744c683e99d9d6ec3c10ffa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 25 12:00:35 2018 -0300

    Bug 21639: (follow-up) Adjust the other languages
    
    uk-UA was wrong.
    We should use the same file for all languages
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 7c25be79a00b6b7b8b2f4b38eb2dd9f3f6cb502e
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 24 19:43:18 2018 +0000

    Bug 21639: Adjust the other languages
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 71fdba0ff014017287ca7b1f524850fadad81af1
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Oct 24 01:33:42 2018 +0000

    Bug 21639: Add phone transports to new and existing installs
    
    To test:
    1 - Confirm if you do or do not have 'phone' transports defined in the
    message_transports table
    2 - Apply patch
    3 - Run updatedatabase
    4 - If you didn't have them you should now
    5 - Run updatedatabase again, confirm it doesn't error
    6 - sudo koha-mysql kohadev
    7 - DELETE from message_transports WHERE message_transport_type =
    'phone'
    8 - Run updatedatabase again
    9 - Confirm the message transports table is restored
    10 - Drop your DB (or reset_all in kohadevbox)
    11 - Ensure the table is fully populated including phone notices
    
    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 bf8b4e773c089a4094b18c62af91711b8af99f82
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Thu Oct 18 11:54:58 2018 +0200

    Bug 21587: don't drop patrons to notify in order creation
    
    It only worked on modification.
    
    == Test plan ==
    1. have/create a active budget
    2. have/create a fund
    3. have/create a vendor with minimal info
    4. create a basket with minimal info
    5. add an order line to the basket
         Add a user in "To notify on receiving"
    6. Modify the order
    7. The patrons isn't here. This is the bug
    8. Add a user in "To notify on receiving"
    9. Save
    10. Modify the order
    11. The patron is here now
    12. Apply this patch
    13. Retry step 5 to 11 and patron should be saved on order creation
    14. Celebrate! :D
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 59757c1f5b7de423241f91ef8c95822183786d00
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 25 12:55:43 2018 -0300

    Bug 21669: Do not html filter TT assignement statements
    
    Why? Because we must filter the variables when we display them.
    If we escape them on assignement, they will be double escaped:
      [% XXX = "<span>pouet</span>" | html %]
      [% XXX | html %]
      => <span>pouet</span>
    
    Also it will bring trouble if we are assigning a structure (see bug
    21663 for instance).
    
    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 75ee8420ed655c17ad69f9bfdd2b4e0d26d5c9d7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Oct 25 13:30:34 2018 +0000

    Bug 21663: Incorrect filter prevents predefined notes from being added to patron acccounts
    
    This patch removes an "html" filter from the template include which
    allows one to add predefined nots to a patron's account.
    
    To test, apply the patch and open a patron record for viewing or
    checkout. Click the "Add message" button. The "predefined notes"
    dropdown should contain the authorised_values you have with the
    'BOR_NOTES' category.
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 41397c855397aee9847943c2f124e0bdc8ba7eb7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 18 18:00:15 2018 -0300

    Bug 21603: Remove incorrect GROUP BY from C4::CourseReserves
    
    'koha_kohadev.c.department' isn't in GROUP BY
    
    Test plan:
    Prove that the test fail without this patch and pass with this patch
    applied (switch on the SQL modes)
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit b106ddb96b21a78559d7a60057e94024e7db4a16
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 18 17:37:35 2018 -0300

    Bug 21612: Remove incorrect GROUP BY's from Koha::VirtualShelves
    
    'koha_kohadev.me.shelfname' isn't in GROUP BY
    
    Same as
      commit 7e220e0d8f107cce63f32bfaa1919c04b4dea6e2
      Bug 20179: [sql_modes] Remove GROUP BY in get_shelves_containing_record
    
    Test plan:
    - Add public and privates shelves
    - Shares some of them
    - List them
    => The correct numbers of shelves must be displayed
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit dab4426457578094eb5aac6531d1a1db631d05c7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 23 10:35:24 2018 -0300

    Bug 21635: [sql_modes] Remove GROUP BY clause in batchMod.pl
    
    batchMod.pl: DBD::mysql::st execute failed: 'koha_kohadev.authorised_values.authorised_val
    ue' isn't in GROUP BY [for Statement "SELECT authorised_value, lib FROM authorised_values LEFT JOIN authorised_values_branches ON ( id = av_id )  WHERE category = ? AND ( branchcode = ? OR branchcode IS NULL )
    GROUP BY lib ORDER BY lib, lib_opac" with ParamValues: 0='WITHDRAWN', 1="CPL"] at /home/vagrant/kohaclone/tools/batchMod.pl line 396.
    
    We must use Koha::AuthorisedValues->search instead of a raw SQL query.
    
    Test plan:
    Edit some items in a batch
    Confirm that the dropdown list (AV) are correctly filled
    
    We will lose speed efficiency here, but better to be consistent, then cache AV in Koha::AuthorisedValues
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d71fb84f6fb40f7eb59a9f86f1a07d57f58f3c0a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Oct 26 16:25:02 2018 +0000

    Bug 7143: Update about page for new devs Margaret Hade and Isobel Graham
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d8edb017e4107802e55b5887a1454651565a2e49
Author: Isobel Graham <isobel.graham09 at gmail.com>
Date:   Sat Oct 20 09:12:19 2018 +0100

    Bug 20758: Fix for BrowseResultSelection typo
    
    To test:
    1) The  BrowseResultSelection description should no longer contain
    "fromt"
    
    Mentored-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8ae6242d08e1611a2ede2f5cd3356fdbbf488aa1
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 25 14:25:10 2018 +0200

    Bug 21337: (QA follow-up) Rename exception code
    
    Patron::Delete becomes Patron::FailedDelete.
    Trivial replace.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 91d168200e2283fc8f250c5103e4736afa0f520a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 25 12:56:38 2018 -0300

    Bug 13618: Remove html filter for LAST
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit cf44757391be03237725572821d79bd135a1335c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 2 08:46:58 2018 -0300

    Bug 13618: remove wrong html filter in 'Item search fields' admin
    
    The dropdown list contain the arrayref: ARRAY(0x...)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Accounts.pm                                     |   31 --
 C4/CourseReserves.pm                               |    8 +-
 C4/Installer.pm                                    |    1 -
 Koha.pm                                            |    2 +-
 Koha/Exceptions/Patron.pm                          |    2 +-
 Koha/Patrons.pm                                    |    2 +-
 Koha/Virtualshelves.pm                             |    6 +-
 acqui/addorder.pl                                  |    7 +-
 docs/history.txt                                   |    2 +
 .../sample_notices_message_transports.sql          |    9 +-
 .../sample_notices_message_transports.sql          |    9 +-
 .../sample_notices_message_transports.sql          |    9 +-
 .../sample_notices_message_transports.sql          |    9 +-
 .../sample_notices_message_transports.sql          |    9 +-
 .../sample_notices_message_transports.sql          |   11 +-
 .../sample_notices_message_transports.sql          |    9 +-
 .../sample_notices_message_transports.sql          |    9 +-
 .../sample_notices_message_transports.sql          |   10 +-
 .../sample_notices_message_transports.sql          |   46 ++-
 installer/data/mysql/updatedatabase.pl             |   14 +
 .../en/includes/acquisitions-add-to-basket.inc     |   14 +-
 .../prog/en/includes/acquisitions-toolbar.inc      |    4 +-
 .../en/includes/admin-items-search-field-form.inc  |    2 +-
 .../en/includes/authorities-search-results.inc     |    2 +-
 .../prog/en/includes/authorities-toolbar.inc       |   10 +-
 .../intranet-tmpl/prog/en/includes/authorities.inc |    2 +-
 .../prog/en/includes/biblio-view-menu.inc          |    2 +-
 .../prog/en/includes/blocked-fines.inc             |    4 +-
 .../prog/en/includes/branch-selector.inc           |    4 +-
 .../prog/en/includes/budgets-admin-toolbar.inc     |   14 +-
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |   28 +-
 .../en/includes/catalogue/itemsearch_item.json.inc |    6 +-
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |   30 +-
 .../en/includes/circ-patron-search-results.inc     |    4 +-
 .../intranet-tmpl/prog/en/includes/facets.inc      |    8 +-
 .../intranet-tmpl/prog/en/includes/holds_table.inc |    4 +-
 .../intranet-tmpl/prog/en/includes/ill-toolbar.inc |    2 +-
 .../prog/en/includes/intranet-bottom.inc           |    4 +-
 .../prog/en/includes/langmenu-staff-top.inc        |    4 +-
 .../prog/en/includes/members-toolbar.inc           |    4 +-
 .../prog/en/includes/merge-record.inc              |    2 +-
 .../prog/en/includes/patron-title.inc              |    4 +-
 .../prog/en/includes/patron-toolbar.inc            |    4 +-
 .../prog/en/includes/serials-menu.inc              |    6 +-
 .../prog/en/includes/serials-toolbar.inc           |    4 +-
 .../intranet-tmpl/prog/en/includes/vendor-menu.inc |   12 +-
 .../prog/en/includes/virtualshelves-toolbar.inc    |   10 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    6 +-
 .../prog/en/modules/acqui/acqui-home.tt            |    8 +-
 .../prog/en/modules/acqui/addorderiso2709.tt       |    6 +-
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   56 ++--
 .../prog/en/modules/acqui/basketgroup.tt           |   18 +-
 .../prog/en/modules/acqui/basketheader.tt          |    2 +-
 .../prog/en/modules/acqui/booksellers.tt           |    8 +-
 .../prog/en/modules/acqui/cancelorder.tt           |    6 +-
 .../prog/en/modules/acqui/edifactmsgs.tt           |    6 +-
 .../prog/en/modules/acqui/histsearch.tt            |   10 +-
 .../prog/en/modules/acqui/invoice-files.tt         |    6 +-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |   20 +-
 .../prog/en/modules/acqui/invoices.tt              |   12 +-
 .../prog/en/modules/acqui/lateorders.tt            |    4 +-
 .../prog/en/modules/acqui/neworderbiblio.tt        |    8 +-
 .../prog/en/modules/acqui/neworderempty.tt         |   12 +-
 .../prog/en/modules/acqui/newordersubscription.tt  |    2 +-
 .../prog/en/modules/acqui/newordersuggestion.tt    |    4 +-
 .../intranet-tmpl/prog/en/modules/acqui/ordered.tt |    6 +-
 .../prog/en/modules/acqui/orderreceive.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   58 ++--
 .../intranet-tmpl/prog/en/modules/acqui/parcels.tt |   14 +-
 .../intranet-tmpl/prog/en/modules/acqui/spent.tt   |    6 +-
 .../prog/en/modules/acqui/supplier.tt              |    6 +-
 .../prog/en/modules/acqui/transferorder.tt         |    4 +-
 .../prog/en/modules/acqui/uncertainprice.tt        |    8 +-
 .../prog/en/modules/acqui/z3950_search.tt          |    6 +-
 .../prog/en/modules/admin/aqbudgetperiods.tt       |   22 +-
 .../prog/en/modules/admin/aqbudgets.tt             |   12 +-
 .../prog/en/modules/admin/aqcontract.tt            |   18 +-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |    6 +-
 .../en/modules/admin/auth_subfields_structure.tt   |    8 +-
 .../prog/en/modules/admin/auth_tag_structure.tt    |   18 +-
 .../prog/en/modules/admin/authorised_values.tt     |    8 +-
 .../prog/en/modules/admin/authtypes.tt             |    6 +-
 .../prog/en/modules/admin/biblio_framework.tt      |    6 +-
 .../en/modules/admin/branch_transfer_limits.tt     |    2 +-
 .../prog/en/modules/admin/branches.tt              |    4 +-
 .../prog/en/modules/admin/categories.tt            |    4 +-
 .../prog/en/modules/admin/edi_accounts.tt          |    2 +-
 .../prog/en/modules/admin/itemtypes.tt             |   10 +-
 .../en/modules/admin/marc_subfields_structure.tt   |   26 +-
 .../prog/en/modules/admin/marctagstructure.tt      |   20 +-
 .../prog/en/modules/admin/matching-rules.tt        |    2 +-
 .../prog/en/modules/admin/oai_sets.tt              |    4 +-
 .../prog/en/modules/admin/patron-attr-types.tt     |    4 +-
 .../en/modules/admin/preferences/searching.pref    |    2 +-
 .../prog/en/modules/admin/systempreferences.tt     |    2 +-
 .../prog/en/modules/admin/usage_statistics.tt      |    2 +-
 .../prog/en/modules/admin/z3950servers.tt          |    8 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt    |    6 +-
 .../prog/en/modules/authorities/authorities.tt     |    4 +-
 .../prog/en/modules/authorities/detail.tt          |    8 +-
 .../prog/en/modules/authorities/merge.tt           |    6 +-
 .../modules/authorities/searchresultlist-auth.tt   |   14 +-
 .../en/modules/authorities/searchresultlist.tt     |    6 +-
 .../intranet-tmpl/prog/en/modules/basket/basket.tt |   14 +-
 .../prog/en/modules/catalogue/MARCdetail.tt        |    6 +-
 .../prog/en/modules/catalogue/advsearch.tt         |    4 +-
 .../prog/en/modules/catalogue/detail.tt            |   52 ++--
 .../prog/en/modules/catalogue/issuehistory.tt      |    2 +-
 .../prog/en/modules/catalogue/itemsearch.tt        |    4 +-
 .../prog/en/modules/catalogue/moredetail.tt        |   20 +-
 .../prog/en/modules/catalogue/results.tt           |   20 +-
 .../prog/en/modules/catalogue/search-history.tt    |    8 +-
 .../prog/en/modules/cataloguing/addbiblio.tt       |    2 +-
 .../prog/en/modules/cataloguing/addbooks.tt        |   18 +-
 .../prog/en/modules/cataloguing/additem.tt         |   20 +-
 .../prog/en/modules/cataloguing/merge.tt           |   14 +-
 .../cataloguing/value_builder/cn_browser.tt        |    2 +-
 .../en/modules/cataloguing/value_builder/macles.tt |    4 +-
 .../value_builder/marc21_linking_section.tt        |    4 +-
 .../en/modules/cataloguing/z3950_auth_search.tt    |    2 +-
 .../prog/en/modules/cataloguing/z3950_search.tt    |    4 +-
 .../prog/en/modules/circ/article-requests.tt       |    8 +-
 .../prog/en/modules/circ/branchoverdues.tt         |   12 +-
 .../prog/en/modules/circ/branchtransfers.tt        |   10 +-
 .../prog/en/modules/circ/checkout-notes.tt         |    2 +-
 .../prog/en/modules/circ/circulation-home.tt       |    2 +-
 .../prog/en/modules/circ/circulation.tt            |   20 +-
 .../en/modules/circ/circulation_batch_checkouts.tt |    6 +-
 .../prog/en/modules/circ/on-site_checkouts.tt      |    6 +-
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |    6 +-
 .../prog/en/modules/circ/pendingreserves.tt        |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/renew.tt    |   12 +-
 .../prog/en/modules/circ/request-article.tt        |    8 +-
 .../prog/en/modules/circ/reserveratios.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   42 +--
 .../prog/en/modules/circ/transferstoreceive.tt     |    6 +-
 .../prog/en/modules/circ/view_holdsqueue.tt        |    2 +-
 .../prog/en/modules/circ/waitingreserves.tt        |   10 +-
 .../prog/en/modules/clubs/club-enrollments.tt      |    2 +-
 .../intranet-tmpl/prog/en/modules/clubs/clubs.tt   |    8 +-
 .../en/modules/course_reserves/add_items-step1.tt  |    2 +-
 .../en/modules/course_reserves/add_items-step2.tt  |    2 +-
 .../en/modules/course_reserves/batch_add_items.tt  |    2 +-
 .../en/modules/course_reserves/course-details.tt   |   12 +-
 .../en/modules/course_reserves/course-reserves.tt  |    4 +-
 .../prog/en/modules/course_reserves/course.tt      |    2 +-
 .../prog/en/modules/errors/errorpage.tt            |    2 +-
 .../prog/en/modules/ill/ill-requests.tt            |   10 +-
 .../intranet-tmpl/prog/en/modules/intranet-main.tt |    2 +-
 .../prog/en/modules/members/accountline-details.tt |    6 +-
 .../prog/en/modules/members/boraccount.tt          |   16 +-
 .../prog/en/modules/members/discharge.tt           |    4 +-
 .../prog/en/modules/members/discharges.tt          |    2 +-
 .../intranet-tmpl/prog/en/modules/members/files.tt |    2 +-
 .../prog/en/modules/members/holdshistory.tt        |    2 +-
 .../prog/en/modules/members/housebound.tt          |    6 +-
 .../prog/en/modules/members/mancredit.tt           |    8 +-
 .../prog/en/modules/members/maninvoice.tt          |    8 +-
 .../prog/en/modules/members/memberentrygen.tt      |    8 +-
 .../prog/en/modules/members/members-update.tt      |    2 +-
 .../prog/en/modules/members/merge-patrons.tt       |    2 +-
 .../prog/en/modules/members/moremember-brief.tt    |    8 +-
 .../prog/en/modules/members/moremember-print.tt    |    6 +-
 .../prog/en/modules/members/moremember-receipt.tt  |    8 +-
 .../prog/en/modules/members/moremember.tt          |   18 +-
 .../intranet-tmpl/prog/en/modules/members/pay.tt   |    8 +-
 .../prog/en/modules/members/paycollect.tt          |   10 +-
 .../en/modules/members/purchase-suggestions.tt     |    2 +-
 .../prog/en/modules/members/readingrec.tt          |    2 +-
 .../prog/en/modules/members/routing-lists.tt       |    4 +-
 .../prog/en/modules/offline_circ/list.tt           |    4 +-
 .../prog/en/modules/offline_circ/process_koc.tt    |    8 +-
 .../prog/en/modules/patron_lists/list.tt           |    2 +-
 .../prog/en/modules/patron_lists/lists.tt          |   10 +-
 .../prog/en/modules/plugins/plugins-home.tt        |    6 +-
 .../prog/en/modules/reports/bor_issues_top.tt      |    2 +-
 .../prog/en/modules/reports/cash_register_stats.tt |   10 +-
 .../prog/en/modules/reports/catalogue_out.tt       |    4 +-
 .../en/modules/reports/guided_reports_start.tt     |   14 +-
 .../prog/en/modules/reports/itemslost.tt           |    4 +-
 .../prog/en/modules/reports/orders_by_budget.tt    |    4 +-
 .../prog/en/modules/reports/reserves_stats.tt      |    2 +-
 .../prog/en/modules/reports/serials_stats.tt       |    4 +-
 .../prog/en/modules/reserve/request.tt             |   34 +--
 .../prog/en/modules/reviews/reviewswaiting.tt      |    8 +-
 .../en/modules/rotating_collections/addItems.tt    |    2 +-
 .../rotating_collections/editCollections.tt        |    2 +-
 .../rotating_collections/rotatingCollections.tt    |    8 +-
 .../prog/en/modules/serials/checkexpiration.tt     |    4 +-
 .../prog/en/modules/serials/claims.tt              |    2 +-
 .../prog/en/modules/serials/routing.tt             |    2 +-
 .../prog/en/modules/serials/serials-collection.tt  |    8 +-
 .../prog/en/modules/serials/serials-search.tt      |   12 +-
 .../en/modules/serials/subscription-batchedit.tt   |    4 +-
 .../prog/en/modules/serials/subscription-detail.tt |   10 +-
 .../en/modules/serials/subscription-frequencies.tt |    2 +-
 .../modules/serials/subscription-numberpatterns.tt |    2 +-
 .../prog/en/modules/serials/viewalerts.tt          |    4 +-
 .../prog/en/modules/suggestion/suggestion.tt       |   22 +-
 .../intranet-tmpl/prog/en/modules/tags/list.tt     |    2 +-
 .../intranet-tmpl/prog/en/modules/tags/review.tt   |    2 +-
 .../prog/en/modules/tools/batchMod-del.tt          |   10 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |    8 +-
 .../prog/en/modules/tools/batch_delete_records.tt  |   10 +-
 .../en/modules/tools/batch_record_modification.tt  |   16 +-
 .../prog/en/modules/tools/csv-profiles.tt          |    4 +-
 .../prog/en/modules/tools/holidays.tt              |    4 +-
 .../prog/en/modules/tools/inventory.tt             |    2 +-
 .../prog/en/modules/tools/koha-news.tt             |    4 +-
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |    6 +-
 .../prog/en/modules/tools/manage-marc-import.tt    |   10 +-
 .../prog/en/modules/tools/modborrowers.tt          |    4 +-
 .../prog/en/modules/tools/overduerules.tt          |    2 +-
 .../prog/en/modules/tools/showdiffmarc.tt          |    2 +-
 .../prog/en/modules/tools/upload-images.tt         |    2 +-
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |   14 +-
 .../prog/en/modules/virtualshelves/shelves.tt      |   28 +-
 koha-tmpl/intranet-tmpl/prog/js/checkouts.js       |   20 +-
 .../en/includes/authorities-search-results.inc     |    2 +-
 .../bootstrap/en/includes/item-status.inc          |    6 +-
 .../bootstrap/en/includes/masthead-langmenu.inc    |    4 +-
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |   10 +-
 .../bootstrap/en/includes/opac-authorities.inc     |    6 +-
 .../bootstrap/en/includes/opac-bottom.inc          |    4 +-
 .../bootstrap/en/includes/opac-facets.inc          |   10 +-
 .../bootstrap/en/includes/opac-topissues.inc       |    2 +-
 .../bootstrap/en/includes/page-numbers.inc         |   10 +-
 .../bootstrap/en/includes/shelfbrowser.inc         |    8 +-
 .../bootstrap/en/modules/errors/errorpage.tt       |    2 +-
 .../opac-tmpl/bootstrap/en/modules/maintenance.tt  |    2 +-
 .../bootstrap/en/modules/opac-advsearch.tt         |    2 +-
 .../bootstrap/en/modules/opac-alert-subscribe.tt   |    4 +-
 .../bootstrap/en/modules/opac-auth-MARCdetail.tt   |    4 +-
 .../bootstrap/en/modules/opac-auth-detail.tt       |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-auth.tt    |   12 +-
 .../en/modules/opac-authoritiessearchresultlist.tt |   10 +-
 .../opac-tmpl/bootstrap/en/modules/opac-basket.tt  |    6 +-
 .../opac-tmpl/bootstrap/en/modules/opac-browser.tt |    4 +-
 .../bootstrap/en/modules/opac-course-details.tt    |    6 +-
 .../bootstrap/en/modules/opac-course-reserves.tt   |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   78 ++---
 .../bootstrap/en/modules/opac-downloadshelf.tt     |    2 +-
 .../en/modules/opac-full-serial-issues.tt          |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-idref.tt   |    4 +-
 .../bootstrap/en/modules/opac-illrequests.tt       |   12 +-
 .../bootstrap/en/modules/opac-imageviewer.tt       |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    2 +-
 .../bootstrap/en/modules/opac-memberentry.tt       |    2 +-
 .../bootstrap/en/modules/opac-opensearch.tt        |    6 +-
 .../bootstrap/en/modules/opac-password-recovery.tt |    2 +-
 .../bootstrap/en/modules/opac-readingrecord.tt     |   14 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   28 +-
 .../bootstrap/en/modules/opac-routing-lists.tt     |    2 +-
 .../bootstrap/en/modules/opac-search-history.tt    |    8 +-
 .../bootstrap/en/modules/opac-serial-issues.tt     |    6 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |   26 +-
 .../bootstrap/en/modules/opac-showreviews-rss.tt   |    4 +-
 .../bootstrap/en/modules/opac-showreviews.tt       |    6 +-
 .../bootstrap/en/modules/opac-tags_subject.tt      |    2 +-
 .../bootstrap/en/modules/opac-topissues.tt         |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-user.tt    |   22 +-
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    2 +-
 misc/cronjobs/rss/lastAcquired-1.0.tt              |    2 +-
 misc/cronjobs/rss/lastAcquired-2.0.tt              |    2 +-
 misc/devel/add_missing_filters.pl                  |   93 ++++++
 opac/opac-shelves.pl                               |    2 +-
 t/db_dependent/CourseReserves.t                    |    5 +-
 t/db_dependent/Koha/Patrons.t                      |    2 +-
 t/lib/QA/TemplateFilters.pm                        |  192 ++++++++++--
 t/template_filters.t                               |  305 ++++++++++++++------
 tools/batchMod.pl                                  |   17 +-
 virtualshelves/shelves.pl                          |    2 +-
 272 files changed, 1584 insertions(+), 1219 deletions(-)
 create mode 100755 misc/devel/add_missing_filters.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list