[koha-commits] main Koha release repository branch master updated. v17.05.00-417-g9917d9c

Git repo owner gitmaster at git.koha-community.org
Fri Aug 25 16:03:08 CEST 2017


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  9917d9cad1d9eb7adf9cc40b55693e24dc3cf0e8 (commit)
       via  51b7af9d9bee17c5fc6b6f2c2dfa27224b1da512 (commit)
       via  4d1a11b85faff823c25fc0e4a75d147777c1b789 (commit)
       via  729c2986b5b7100e55d7f9b81ea53cfe716c15c4 (commit)
       via  9fd2e87af4e933779199a071332cb1eebe51c272 (commit)
       via  e3f5fb8d133e743d0776a5810f3e0b80e2f9e097 (commit)
       via  bd58a0debf60156883325c291ab901e668f3f3c7 (commit)
       via  f54a0f902ad419562929dd5a4514a478ee615f97 (commit)
       via  8ed19fedcad419c6a639b7daa03bb3533f5798e0 (commit)
       via  88f616277a8b11edadb66d01bf4b33a6c99641b7 (commit)
       via  b6e6817a284764ced35dc84a1ee3af461e2a9b0d (commit)
       via  88672849c732e03b1b462515fabc9b7d43ce88d4 (commit)
       via  ae45243fae9e1ca584d72abaf050b1fc94742722 (commit)
       via  a4237785d9a2bf2bbf4cf988bc98ac4935842e91 (commit)
       via  a89d60e88bb6d6ead99921c447dce36a9e651078 (commit)
       via  e018f8319a87dac480fc8dd74e49916a9d122871 (commit)
       via  d5986c9b972e6634fbc3f52e544316ed607eb502 (commit)
       via  b08913370f77fcc1c574d9c0264f0523b6e2a53b (commit)
       via  674c32a094f0545f54d1d0240a642cc1d5587bc6 (commit)
       via  0250fb7b7681aa72ed3d5607c0c896cd5fd6659e (commit)
       via  13ca4962068b184f803b6588e53e39209a77f2b6 (commit)
      from  af791d83e435587494fa04a45375f48a3e2ad236 (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 9917d9cad1d9eb7adf9cc40b55693e24dc3cf0e8
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 11 15:02:29 2017 +0000

    Bug 18581 - Add standard edit and delete buttons to suggestions list
    
    This patch modifies the table of suggestions in the staff client, moving
    the edit link to the standard last column and styling it correctly. A
    delete button is added as well.
    
    Unrelated change: I removed the column containing suggestionid because I
    don't think it's human-relevant information.
    
    To test, apply the patch and go to Acquisitions -> Suggestions.
    
    - In each tab, the table of suggestions should have an unsorted last
      column containing "edit" and "delete" links which should be styled
      correctly and working correctly.
    - On the detailed view of a suggestion, the "delete" button in the
      toolbar should still work correctly.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 51b7af9d9bee17c5fc6b6f2c2dfa27224b1da512
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 25 12:26:53 2017 +0200

    Bug 18354: [QA Follow-up] Add a prefix for the itemtype class
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 4d1a11b85faff823c25fc0e4a75d147777c1b789
Author: Michael Andrew Cabus <michael at bywatersolutons.com>
Date:   Tue May 23 15:43:10 2017 +0000

    Bug 18354 Adding item type attribute to cover image div
    
    This adds item type so we can do things with javascript.
    
    To Test:
    
    1.) Do a search on OPAC
    2.) Inspect element to confirm item type is not present
    3.) Apply patch
    4.) Do a search on OPAC to confirm item type is present as a class
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 729c2986b5b7100e55d7f9b81ea53cfe716c15c4
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Tue Sep 27 13:39:14 2016 -0600

    Bug 17288: (follow-up) Remove unneccessary Date() function
    
    Remove line:
    var now = new Date(); from both subfields
    Also fix 18 positions (00-17) for default data in 006 field
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9fd2e87af4e933779199a071332cb1eebe51c272
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Sep 27 14:02:55 2016 +0000

    Bug 17288 (QA Followup)
    
        Don't default char 5 (is undefined in some forms)
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e3f5fb8d133e743d0776a5810f3e0b80e2f9e097
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Tue Sep 13 15:25:47 2016 -0600

    Bug 17288: (follow-up) Fix marc21_field_007.xml
    
    Bad formatted data in 007 field. Fixed
    To test follow the previous commit.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit bd58a0debf60156883325c291ab901e668f3f3c7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Sep 9 22:30:26 2016 +0000

    Bug 17288 - Advanced Editor - Rancor - Helpers for 006 and 007 fields
    
    To test:
    Open advanced cataloging editor
    Experiment with 006 and 007 fields and ensure helpers function for all
    material types
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit f54a0f902ad419562929dd5a4514a478ee615f97
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 25 10:57:46 2017 -0300

    Bug 16892: DBRev 17.05.00.004
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8ed19fedcad419c6a639b7daa03bb3533f5798e0
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Jul 28 11:45:20 2017 -0400

    Bug 16892: Address error checking in comment #47
    
    Tweaked logic to include error check for category
    and branch being valid. If not, the user is told
    about a configuration error to share with the
    library. Otherwise, it should proceed as normal.
    
    TEST PLAN is comment #35 still.
    Though include a run with an invalid category
    and/or branch code in the two system preferences:
    GoogleOpenIDConnectDefaultBranch and/or
    GoogleOpenIDConnectDefaultCategory
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 88f616277a8b11edadb66d01bf4b33a6c99641b7
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Apr 3 13:05:41 2017 -0400

    Bug 16892: Follow up use AddMember as per QA comment
    
    Same Test plan as before.
    
    Signed-off-by: Eugene Jose Espinoza <eugenegf at yahoo.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b6e6817a284764ced35dc84a1ee3af461e2a9b0d
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jul 19 10:48:35 2016 -0400

    Bug 16892: Follow up with adding missing IGNORE
    
    Signed-off-by: Eugene Jose Espinoza <eugenegf at yahoo.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 88672849c732e03b1b462515fabc9b7d43ce88d4
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Tue Jul 19 08:55:42 2016 -0400

    Bug 16892: System Preferences
    
    This adds the missing system preferences for a fresh install.
    
    Signed-off-by: Eugene Jose Espinoza <eugenegf at yahoo.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ae45243fae9e1ca584d72abaf050b1fc94742722
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Jul 11 00:42:40 2016 -0400

    Bug 16892: Add automatic patron registration via OAuth2 login
    
    10988 added the ability to log into the OPAC authenticating with
    Google Open ID Connect. This extends it, by allowing an
    unregistered patron to have an account automatically created
    with default category code and branch.
    
    This is accomplished by adding 3 system preferences.
    - GoogleOpenIDConnectAutoRegister
          whether it will attempt to auto-register the patron.
    - GoogleOpenIDConnectDefaultCategory
          This category code will be used to create Google OpenID Connect patrons.
    - GoogleOpenIDConnectDefaultBranch'
          This branch code will be used to create Google OpenID Connect patrons.
    
    Sponsored-by: Tulong Aklatan
    
    Signed-off-by: Eugene Jose Espinoza <eugenegf at yahoo.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a4237785d9a2bf2bbf4cf988bc98ac4935842e91
Author: Magnus Enger <magnus at libriotech.no>
Date:   Thu Aug 17 22:48:07 2017 +0200

    Bug 19134: C4::SMS falils on long driver name
    
    Code in C4::SMS takes the part of the SMS::Send-driver that comes after
    SMS::Send and tries to turn it into part of a path to a YAML file
    that can contain additional parameters to SMS::Send. The current
    code works for e.g. SMS::Send::A::B, but if there is one or more
    extra names, it fails to turn :: into /. So we have:
    SMS::Send::A::B    -> SMS/Send/A/B
    SMS::Send::A::B::C -> SMS/Send/A/B::C
    This patch makes sure all occurrences of :: are turned into /, by
    adding a "g" modifier at the end of the regex.
    
    Testing:
    Testing this preperly would take a whole lot of setup for a very
    small change. I would suggest that the following two oneliners
    are enough to demonstrate that the change makes sense:
    $ perl -e '$x = "a::b::c"; $x =~ s|::|/|; print $x, "\n";'
    $ perl -e '$x = "a::b::c"; $x =~ s|::|/|g; print $x, "\n";'
    
    So:
    - Check that the output of these oneliners make sense
    - Check that the patch changes the code in a similar way to the
      change from the first oneliner to the second.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a89d60e88bb6d6ead99921c447dce36a9e651078
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 25 10:34:48 2017 -0300

    Bug 19040: Update 2 occurrences of GetMarcBiblio in 22_to_30
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit e018f8319a87dac480fc8dd74e49916a9d122871
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 25 09:43:02 2017 +0200

    Bug 19040: [QA Follow-up] Adjust embed_items parameter in showdiffmarc
    
    Trivial adjustment
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d5986c9b972e6634fbc3f52e544316ed607eb502
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Aug 4 13:42:56 2017 -0400

    Bug 19040: Refactor GetMarcBiblio parameters
    
    Change parameters to a hashref.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Looks good to me.
    Two calls in migration_tools/22_to_30 still in old style.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b08913370f77fcc1c574d9c0264f0523b6e2a53b
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 14 16:19:15 2017 -0300

    Bug 18817: Update links manually
    
    Without the anchor it is not possible to retrieve the html page, so
    these occurrences have been updated manually (and yes it was painful)
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 674c32a094f0545f54d1d0240a642cc1d5587bc6
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 14 15:38:05 2017 -0300

    Bug 18817: Update links with anchor automatically
    
    I generate a mapping files (old anchor > new anchor) from the doc files.
    Here are the links that have been updated automatically
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0250fb7b7681aa72ed3d5607c0c896cd5fd6659e
Author: Joy Nelson <joy at bywatersolutions.com>
Date:   Mon Jun 19 07:45:16 2017 -0700

    Bug 18817 Correct Manual URL
    
    Corrected the manual url in the help screen for 17.05 onward.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 13ca4962068b184f803b6588e53e39209a77f2b6
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Wed Aug 2 10:15:10 2017 +1200

    Bug 18046: CAS logout infinite redirect
    
    To test (You need a CAS server and CAS configured in Koha)
    
    1/ Login using CAS in Koha
    2/ Logout in Koha
    3/ Notice you get redirected again and again
    4/ Apply patch
    5/ Login with CAS, then logout
    6/ Notice logout works, but no longer infinitely redirected
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Patch has been in production use for several months
    on several instances. Fixes a critical bug.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Looks like a typical workaround, but evidently works.
    Not tested with CAS.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Auth_with_cas.pm                                |    1 +
 C4/AuthoritiesMarc.pm                              |    2 +-
 C4/Biblio.pm                                       |   34 +-
 C4/HoldsQueue.pm                                   |    2 +-
 C4/ILSDI/Services.pm                               |    4 +-
 C4/Items.pm                                        |    2 +-
 C4/Labels/Label.pm                                 |    4 +-
 C4/Record.pm                                       |    2 +-
 C4/SMS.pm                                          |    2 +-
 C4/Search.pm                                       |    4 +-
 C4/Serials.pm                                      |    2 +-
 C4/ShelfBrowser.pm                                 |    2 +-
 Koha.pm                                            |    2 +-
 Koha/Biblio.pm                                     |    6 +-
 Koha/BiblioUtils.pm                                |    8 +-
 Koha/Exporter/Record.pm                            |    2 +-
 Koha/OAI/Server/Repository.pm                      |    5 +-
 basket/basket.pl                                   |    2 +-
 basket/downloadcart.pl                             |    4 +-
 basket/sendbasket.pl                               |    4 +-
 catalogue/ISBDdetail.pl                            |    4 +-
 catalogue/MARCdetail.pl                            |    4 +-
 catalogue/detail.pl                                |    2 +-
 catalogue/export.pl                                |    4 +-
 catalogue/labeledMARCdetail.pl                     |    2 +-
 catalogue/moredetail.pl                            |    2 +-
 catalogue/showmarc.pl                              |    2 +-
 cataloguing/addbiblio.pl                           |    2 +-
 cataloguing/additem.pl                             |    8 +-
 cataloguing/linkitem.pl                            |    2 +-
 cataloguing/merge.pl                               |    6 +-
 .../value_builder/marc21_linking_section.pl        |    2 +-
 cataloguing/value_builder/unimarc_field_4XX.pl     |    2 +-
 circ/branchoverdues.pl                             |    2 +-
 circ/reserveratios.pl                              |    2 +-
 circ/transferstoreceive.pl                         |    2 +-
 circ/waitingreserves.pl                            |    5 +-
 installer/data/mysql/sysprefs.sql                  |    3 +
 installer/data/mysql/updatedatabase.pl             |   13 +
 .../intranet-tmpl/lib/koha/cateditor/resources.js  |    1 +
 .../prog/en/data/marc21_field_007.xml              | 1206 ++++++++++++++++++++
 .../prog/en/includes/cateditor-widgets-marc21.inc  |   28 +
 .../prog/en/modules/admin/preferences/admin.pref   |   12 +
 .../intranet-tmpl/prog/en/modules/help/about.tt    |    2 +-
 .../prog/en/modules/help/acqui/acqui-home.tt       |    2 +-
 .../prog/en/modules/help/acqui/addorderiso2709.tt  |    2 +-
 .../prog/en/modules/help/acqui/basket.tt           |    2 +-
 .../prog/en/modules/help/acqui/basketgroup.tt      |    3 +-
 .../prog/en/modules/help/acqui/basketheader.tt     |    3 +-
 .../prog/en/modules/help/acqui/booksellers.tt      |    2 +-
 .../prog/en/modules/help/acqui/edifactmsgs.tt      |    2 +-
 .../prog/en/modules/help/acqui/histsearch.tt       |    2 +-
 .../prog/en/modules/help/acqui/invoice.tt          |    2 +-
 .../prog/en/modules/help/acqui/invoices.tt         |    2 +-
 .../prog/en/modules/help/acqui/lateorders.tt       |    2 +-
 .../prog/en/modules/help/acqui/neworderbiblio.tt   |    2 +-
 .../prog/en/modules/help/acqui/neworderempty.tt    |    2 +-
 .../en/modules/help/acqui/newordersubscription.tt  |    2 +-
 .../en/modules/help/acqui/newordersuggestion.tt    |    2 +-
 .../prog/en/modules/help/acqui/orderreceive.tt     |    2 +-
 .../prog/en/modules/help/acqui/parcel.tt           |    2 +-
 .../prog/en/modules/help/acqui/parcels.tt          |    2 +-
 .../prog/en/modules/help/acqui/supplier.tt         |    2 +-
 .../prog/en/modules/help/acqui/uncertainprice.tt   |    2 +-
 .../prog/en/modules/help/acqui/z3950_search.tt     |    2 +-
 .../prog/en/modules/help/admin/admin-home.tt       |    2 +-
 .../prog/en/modules/help/admin/aqbudgetperiods.tt  |    2 +-
 .../prog/en/modules/help/admin/aqbudgets.tt        |    2 +-
 .../prog/en/modules/help/admin/aqcontract.tt       |    2 +-
 .../prog/en/modules/help/admin/aqplan.tt           |    2 +-
 .../modules/help/admin/auth_subfields_structure.tt |    2 +-
 .../en/modules/help/admin/auth_tag_structure.tt    |    2 +-
 .../en/modules/help/admin/authorised_values.tt     |    2 +-
 .../prog/en/modules/help/admin/authtypes.tt        |    2 +-
 .../prog/en/modules/help/admin/biblio_framework.tt |    4 +-
 .../modules/help/admin/branch_transfer_limits.tt   |    2 +-
 .../prog/en/modules/help/admin/branches.tt         |    4 +-
 .../prog/en/modules/help/admin/categorie.tt        |    2 +-
 .../prog/en/modules/help/admin/checkmarc.tt        |    4 +-
 .../prog/en/modules/help/admin/cities.tt           |    4 +-
 .../prog/en/modules/help/admin/classsources.tt     |    4 +-
 .../prog/en/modules/help/admin/columns_settings.tt |    2 +-
 .../prog/en/modules/help/admin/currency.tt         |    4 +-
 .../prog/en/modules/help/admin/didyoumean.tt       |    2 +-
 .../prog/en/modules/help/admin/edi_accounts.tt     |    4 +-
 .../prog/en/modules/help/admin/edi_ean_accounts.tt |    2 +-
 .../prog/en/modules/help/admin/fieldmapping.tt     |    4 +-
 .../modules/help/admin/item_circulation_alerts.tt  |    2 +-
 .../en/modules/help/admin/items_search_fields.tt   |    2 +-
 .../prog/en/modules/help/admin/itemtypes.tt        |    4 +-
 .../prog/en/modules/help/admin/koha2marclinks.tt   |    4 +-
 .../modules/help/admin/marc_subfields_structure.tt |    2 +-
 .../prog/en/modules/help/admin/marctagstructure.tt |    4 +-
 .../prog/en/modules/help/admin/matching-rules.tt   |    2 +-
 .../prog/en/modules/help/admin/oai_set_mappings.tt |    2 +-
 .../prog/en/modules/help/admin/oai_sets.tt         |    2 +-
 .../en/modules/help/admin/patron-attr-types.tt     |    4 +-
 .../prog/en/modules/help/admin/preferences.tt      |    2 +-
 .../prog/en/modules/help/admin/smart-rules.tt      |    2 +-
 .../en/modules/help/admin/systempreferences.tt     |    2 +-
 .../en/modules/help/admin/transport-cost-matrix.tt |    2 +-
 .../prog/en/modules/help/admin/z3950servers.tt     |    2 +-
 .../modules/help/authorities/authorities-home.tt   |    2 +-
 .../en/modules/help/authorities/authorities.tt     |    2 +-
 .../prog/en/modules/help/authorities/detail.tt     |    4 +-
 .../prog/en/modules/help/authorities/merge.tt      |    4 +-
 .../prog/en/modules/help/catalogue/detail.tt       |    2 +-
 .../prog/en/modules/help/catalogue/issuehistory.tt |    4 +-
 .../prog/en/modules/help/catalogue/itemsearch.tt   |    4 +-
 .../prog/en/modules/help/catalogue/moredetail.tt   |    4 +-
 .../en/modules/help/catalogue/search-history.tt    |    2 +-
 .../prog/en/modules/help/catalogue/search.tt       |    2 +-
 .../prog/en/modules/help/cataloguing/addbiblio.tt  |    2 +-
 .../prog/en/modules/help/cataloguing/addbooks.tt   |    3 +-
 .../prog/en/modules/help/cataloguing/additem.tt    |    2 +-
 .../prog/en/modules/help/cataloguing/linkitem.tt   |    2 +-
 .../prog/en/modules/help/cataloguing/merge.tt      |    2 +-
 .../prog/en/modules/help/cataloguing/moveitem.tt   |    2 +-
 .../prog/en/modules/help/circ/branchoverdues.tt    |    4 +-
 .../prog/en/modules/help/circ/branchtransfers.tt   |    2 +-
 .../prog/en/modules/help/circ/circulation-home.tt  |    2 +-
 .../prog/en/modules/help/circ/circulation.tt       |    2 +-
 .../prog/en/modules/help/circ/offline.tt           |    4 +-
 .../prog/en/modules/help/circ/on-site_checkouts.tt |    4 +-
 .../prog/en/modules/help/circ/overdue.tt           |    4 +-
 .../prog/en/modules/help/circ/pendingreserves.tt   |    4 +-
 .../prog/en/modules/help/circ/renew.tt             |    4 +-
 .../prog/en/modules/help/circ/reserveratios.tt     |    3 +-
 .../prog/en/modules/help/circ/returns.tt           |    2 +-
 .../en/modules/help/circ/selectbranchprinter.tt    |    4 +-
 .../en/modules/help/circ/transferstoreceive.tt     |    4 +-
 .../prog/en/modules/help/circ/view_holdsqueue.tt   |    4 +-
 .../prog/en/modules/help/circ/waitingreserves.tt   |    4 +-
 .../en/modules/help/course_reserves/add_items.tt   |    2 +-
 .../modules/help/course_reserves/course-details.tt |    2 +-
 .../help/course_reserves/course-reserves.tt        |    2 +-
 .../prog/en/modules/help/course_reserves/course.tt |    2 +-
 .../en/modules/help/labels/label-edit-batch.tt     |    4 +-
 .../en/modules/help/labels/label-edit-layout.tt    |    4 +-
 .../en/modules/help/labels/label-edit-profile.tt   |    4 +-
 .../en/modules/help/labels/label-edit-template.tt  |    4 +-
 .../prog/en/modules/help/labels/label-home.tt      |    4 +-
 .../prog/en/modules/help/labels/label-manage.tt    |    8 +-
 .../prog/en/modules/help/labels/spinelabel-home.tt |    4 +-
 .../intranet-tmpl/prog/en/modules/help/mainpage.tt |    2 +-
 .../prog/en/modules/help/members/boraccount.tt     |    2 +-
 .../prog/en/modules/help/members/discharge.tt      |    4 +-
 .../prog/en/modules/help/members/files.tt          |    2 +-
 .../prog/en/modules/help/members/mancredit.tt      |    4 +-
 .../prog/en/modules/help/members/maninvoice.tt     |    4 +-
 .../prog/en/modules/help/members/member-flags.tt   |    2 +-
 .../en/modules/help/members/member-password.tt     |    3 +-
 .../prog/en/modules/help/members/member.tt         |    4 +-
 .../prog/en/modules/help/members/memberentry.tt    |    2 +-
 .../prog/en/modules/help/members/members-home.tt   |    4 +-
 .../prog/en/modules/help/members/members-update.tt |    4 +-
 .../prog/en/modules/help/members/moremember.tt     |    4 +-
 .../prog/en/modules/help/members/notices.tt        |    4 +-
 .../prog/en/modules/help/members/pay.tt            |    2 +-
 .../prog/en/modules/help/members/paycollect.tt     |    2 +-
 .../modules/help/members/purchase-suggestions.tt   |    4 +-
 .../prog/en/modules/help/members/readingrec.tt     |    2 +-
 .../prog/en/modules/help/members/routing-lists.tt  |    2 +-
 .../prog/en/modules/help/members/statistics.tt     |    2 +-
 .../intranet-tmpl/prog/en/modules/help/nohelp.tt   |    4 +-
 .../prog/en/modules/help/offline_circ/list.tt      |    2 +-
 .../en/modules/help/offline_circ/process_koc.tt    |    2 +-
 .../prog/en/modules/help/patron_lists/lists.tt     |    4 +-
 .../prog/en/modules/help/patroncards/edit-batch.tt |    4 +-
 .../en/modules/help/patroncards/edit-layout.tt     |    4 +-
 .../en/modules/help/patroncards/edit-profile.tt    |    4 +-
 .../en/modules/help/patroncards/edit-template.tt   |    4 +-
 .../prog/en/modules/help/patroncards/home.tt       |    4 +-
 .../en/modules/help/patroncards/image-manage.tt    |    2 +-
 .../prog/en/modules/help/patroncards/manage.tt     |    2 +-
 .../prog/en/modules/help/plugins/plugins-home.tt   |    4 +-
 .../prog/en/modules/help/plugins/plugins-upload.tt |    2 +-
 .../en/modules/help/reports/acquisitions_stats.tt  |    4 +-
 .../prog/en/modules/help/reports/bor_issues_top.tt |    4 +-
 .../prog/en/modules/help/reports/borrowers_out.tt  |    4 +-
 .../en/modules/help/reports/borrowers_stats.tt     |    3 +-
 .../prog/en/modules/help/reports/cat_issues_top.tt |    4 +-
 .../prog/en/modules/help/reports/catalogue_out.tt  |    4 +-
 .../en/modules/help/reports/catalogue_stats.tt     |    3 +-
 .../prog/en/modules/help/reports/dictionary.tt     |    4 +-
 .../prog/en/modules/help/reports/guided_reports.tt |    2 +-
 .../en/modules/help/reports/issues_avg_stats.tt    |    4 +-
 .../prog/en/modules/help/reports/issues_stats.tt   |    2 +-
 .../prog/en/modules/help/reports/itemslost.tt      |    2 +-
 .../prog/en/modules/help/reports/manager.tt        |    2 +-
 .../prog/en/modules/help/reports/reports-home.tt   |    2 +-
 .../prog/en/modules/help/reports/reserves_stats.tt |    4 +-
 .../prog/en/modules/help/reports/serials_stats.tt  |    4 +-
 .../prog/en/modules/help/reserve/request.tt        |    2 +-
 .../prog/en/modules/help/reviews/reviewswaiting.tt |    4 +-
 .../rotating_collections/rotatingCollections.tt    |    4 +-
 .../en/modules/help/serials/checkexpiration.tt     |    4 +-
 .../prog/en/modules/help/serials/claims.tt         |    3 +-
 .../prog/en/modules/help/serials/routing.tt        |    4 +-
 .../en/modules/help/serials/serials-collection.tt  |    4 +-
 .../prog/en/modules/help/serials/serials-edit.tt   |    2 +-
 .../prog/en/modules/help/serials/serials-home.tt   |    3 +-
 .../en/modules/help/serials/subscription-add.tt    |    3 +-
 .../en/modules/help/serials/subscription-detail.tt |    4 +-
 .../help/serials/subscription-frequencies.tt       |    4 +-
 .../help/serials/subscription-numberpatterns.tt    |    2 +-
 .../prog/en/modules/help/suggestion/suggestion.tt  |    3 +-
 .../prog/en/modules/help/tags/list.tt              |    4 +-
 .../prog/en/modules/help/tags/review.tt            |    4 +-
 .../prog/en/modules/help/tools/batchMod.tt         |    4 +-
 .../en/modules/help/tools/batch_delete_records.tt  |    2 +-
 .../help/tools/batch_record_modification.tt        |    2 +-
 .../prog/en/modules/help/tools/cleanborrowers.tt   |    4 +-
 .../prog/en/modules/help/tools/csv-profiles.tt     |    2 +-
 .../prog/en/modules/help/tools/export.tt           |    2 +-
 .../prog/en/modules/help/tools/holidays.tt         |    3 +-
 .../prog/en/modules/help/tools/import_borrowers.tt |    2 +-
 .../prog/en/modules/help/tools/inventory.tt        |    2 +-
 .../prog/en/modules/help/tools/koha-news.tt        |    2 +-
 .../prog/en/modules/help/tools/letter.tt           |    2 +-
 .../en/modules/help/tools/manage-marc-import.tt    |    3 +-
 .../help/tools/marc_modification_templates.tt      |    4 +-
 .../prog/en/modules/help/tools/modborrowers.tt     |    4 +-
 .../prog/en/modules/help/tools/overduerules.tt     |    3 +-
 .../prog/en/modules/help/tools/picture-upload.tt   |    2 +-
 .../prog/en/modules/help/tools/quotes-upload.tt    |    2 +-
 .../prog/en/modules/help/tools/quotes.tt           |    2 +-
 .../prog/en/modules/help/tools/scheduler.tt        |    2 +-
 .../en/modules/help/tools/stage-marc-import.tt     |    2 +-
 .../prog/en/modules/help/tools/tools-home.tt       |    4 +-
 .../en/modules/help/tools/upload-cover-image.tt    |    4 +-
 .../prog/en/modules/help/tools/viewlog.tt          |    4 +-
 .../prog/en/modules/help/virtualshelves/shelves.tt |    2 +-
 .../prog/en/modules/suggestion/suggestion.tt       |   34 +-
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |    2 +-
 misc/batchRebuildBiblioTables.pl                   |    2 +-
 misc/batchRebuildItemsTables.pl                    |    4 +-
 misc/batchRepairMissingBiblionumbers.pl            |    2 +-
 misc/cronjobs/build_browser_and_cloud.pl           |    2 +-
 misc/cronjobs/check-url-quick.pl                   |    2 +-
 misc/cronjobs/check-url.pl                         |    2 +-
 misc/link_bibs_to_authorities.pl                   |    2 +-
 .../UNIMARC_sync_date_created_with_marc_biblio.pl  |    2 +-
 misc/maintenance/process_record_through_filter.pl  |    2 +-
 misc/maintenance/remove_items_from_biblioitems.pl  |    2 +-
 misc/maintenance/sanitize_records.pl               |    2 +-
 misc/maintenance/touch_all_biblios.pl              |    2 +-
 misc/migration_tools/22_to_30/missing090field.pl   |    2 +-
 .../22_to_30/rebuild_unimarc_100.pl                |    2 +-
 misc/migration_tools/buildEDITORS.pl               |   10 +-
 misc/migration_tools/create_analytical_rel.pl      |    2 +-
 misc/migration_tools/import_lexile.pl              |    2 +-
 misc/migration_tools/rebuild_zebra.pl              |    2 +-
 misc/migration_tools/switch_marc21_series_info.pl  |    2 +-
 misc/migration_tools/upgradeitems.pl               |    2 +-
 opac/opac-ISBDdetail.pl                            |    4 +-
 opac/opac-MARCdetail.pl                            |    4 +-
 opac/opac-basket.pl                                |    2 +-
 opac/opac-detail.pl                                |    2 +-
 opac/opac-downloadcart.pl                          |    4 +-
 opac/opac-downloadshelf.pl                         |    4 +-
 opac/opac-export.pl                                |    7 +-
 opac/opac-reserve.pl                               |    4 +-
 opac/opac-search.pl                                |    2 +-
 opac/opac-sendbasket.pl                            |    4 +-
 opac/opac-sendshelf.pl                             |    4 +-
 opac/opac-shelves.pl                               |    2 +-
 opac/opac-showmarc.pl                              |    2 +-
 opac/opac-showreviews.pl                           |    2 +-
 opac/opac-tags.pl                                  |    2 +-
 opac/opac-user.pl                                  |    2 +-
 opac/svc/auth/googleopenidconnect                  |   38 +-
 serials/subscription-add.pl                        |    4 +-
 svc/bib                                            |   11 +-
 svc/checkouts                                      |    6 +-
 svc/holds                                          |    3 +-
 svc/new_bib                                        |    7 +-
 svc/records/preview                                |    2 +-
 t/Biblio.t                                         |    6 +-
 t/db_dependent/Authorities/Merge.t                 |   24 +-
 t/db_dependent/Biblio.t                            |    8 +-
 t/db_dependent/Items.t                             |    2 +-
 .../Koha/Filter/EmbedItemsAvailability.t           |    4 +-
 t/db_dependent/OAI/Server.t                        |    2 +-
 t/db_dependent/OAI/Sets.t                          |    4 +-
 t/db_dependent/Reserves.t                          |    2 +-
 tags/list.pl                                       |    2 +-
 tools/batch_delete_records.pl                      |    2 +-
 tools/batch_record_modification.pl                 |    2 +-
 tools/showdiffmarc.pl                              |    5 +-
 virtualshelves/downloadshelf.pl                    |    4 +-
 virtualshelves/sendshelf.pl                        |    4 +-
 virtualshelves/shelves.pl                          |    2 +-
 293 files changed, 1805 insertions(+), 436 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_007.xml


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list