[koha-commits] main Koha release repository branch master updated. v18.11.00-1244-g6b61049

Git repo owner gitmaster at git.koha-community.org
Thu Apr 18 14:21:57 CEST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  6b610497ffba5008f4e2541dc6cb07727ac5a63a (commit)
       via  bc1a21ec65377c8e7b331b89b45ebcddf9a7e4c7 (commit)
       via  f88923c05a303fc0d458055b1d27a17a775f07d1 (commit)
       via  9d80f9dc6b7d87bdf2e1536647a0bc8530465bd7 (commit)
       via  03c03ed8cdb94cda4cfd661e3b04f97cb36d8dc4 (commit)
       via  0bb1e01a0c553c18953be9799329128700e2d42b (commit)
       via  729987f40d442fd20c331e7ceec32f2e24486a5a (commit)
       via  8bf043b94d73724244429adfae249d87ca5c8b9c (commit)
       via  6f1459e2cea0b3ea2d14a649bda813cd9dee84ab (commit)
       via  752eba6cfeee809e74cc24bcfa4d95b14e7b9b68 (commit)
       via  5867683fe9aa91d9284d3554cebff9bbec2fa117 (commit)
       via  bc3f6a6aac993040e2cf57999bbbebeb1eb5ec9a (commit)
       via  f8bd40c1a619f530d5d8abc7e82b50b82a7d8db6 (commit)
       via  1758c8bc5da3c7d54f7537c80027dae0c369d847 (commit)
       via  8011f226975fa4f38586d7e0f2e4ce747bdced2b (commit)
       via  d6e1c6ffe639c08be9876c9e6f2f3551b3a82cb0 (commit)
       via  cb83128f62f258ad4bf97896b44fbf0ca65f7b35 (commit)
       via  0c95e22afe13349b60d134217fce6718bfa9727f (commit)
       via  cc501af15082f3da329d0557b337dce944626511 (commit)
       via  c90329fbe5c65c25908001383f24009811104240 (commit)
       via  074233b9d3732f0282df598a1742a37c8859f24a (commit)
       via  e600ae6c4b125ee40ce80346ce15f954a1fa424d (commit)
       via  d9cefbdd19c35ae83d0ffa59ca99aaf4bc775cac (commit)
       via  e8011cadddeedd594ba7fbbf90a49ce1822afa18 (commit)
       via  086a0007d2d484ecbd6ae6d60317ed4f0d3434b1 (commit)
       via  c9fa30a55b585b3351ece9c3f789fd18d9807fac (commit)
       via  4e40784f99f883a4f2634ed938764221d818096c (commit)
       via  d482c7b27257f5a63425633a17efed0747c317a1 (commit)
      from  2d54c95e902c9111eb812d1b48dc0bb8df824f75 (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 6b610497ffba5008f4e2541dc6cb07727ac5a63a
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Dec 19 00:19:07 2018 +0100

    Bug 21545: Translate new ACCOUNT_PAYMENT and ACCOUNT_WRITEOFF notices to German
    
    To test:
    - Apply patch
    - Run the German web installer
    - Verify the sample notices installs without error
    - Verify it looks 'German' in the GUI :)
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bc1a21ec65377c8e7b331b89b45ebcddf9a7e4c7
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Dec 19 00:06:55 2018 +0100

    Bug 21545: Translate 'Stock rotation slip'
    
    Throwing in some capitalization fixes for the English
    version of the notice as well.
    
    To test:
    - Verify the changes make sense and the SQL is still valid
      and executes
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f88923c05a303fc0d458055b1d27a17a775f07d1
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jan 8 10:40:21 2019 -0500

    Bug 19619: Add support for SIP2 field CM ( Hold Pickup Date ) to Koha
    
    The CM field was all set up for implementation, but never completed.
    We should fully implement the CM ( Hold Pickup Date ), which according
    to the SIP2 protocol specification is "The date that the hold expires".
    
    Test Plan:
    1) Set up a waiting hold for an item
    2) Using the sip cli emulator, send an item information request for that item
    3) Note the CM field does not show up
    4) Apply this patch
    5) Restart all the things!
    6) Repeat the item information request
    7) Note the CM field is now transmitted!
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 9d80f9dc6b7d87bdf2e1536647a0bc8530465bd7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 18 11:54:07 2019 +0000

    Bug 15253: (follow-up) Fix qa complaints
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 03c03ed8cdb94cda4cfd661e3b04f97cb36d8dc4
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue May 1 11:47:12 2018 +0000

    Bug 15253: Add Koha::Logger based logging for SIP2
    
    Now that we have Koha::Logger, we should use it in our SIP server. This
    has the potential to make debugging SIP issue much easier. We should add
    the userid for the sipuser to the namespace so we can allow for separate
    files per sip user if wanted.
    
    Also modifies the log4perl.conf to lazy-open filehandles to log files,
    so the same config can be used with log-files needing different
    permissions.
    
    Test Plan:
    1) Apply this patch set
    2) Update the modififed log4perl.conf to your system
    3) Restart your sip server
    4) Tail your sip2.log, run some queries
    5) Note you still get the same output messages as before, with the
       addition of the ip address and username ( if available )
       prefixing the message.
    
    Based on original patches by Kyle Hall and additions by Olli-Antti
    Kivilahti.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 0bb1e01a0c553c18953be9799329128700e2d42b
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Apr 6 11:25:01 2019 +0000

    Bug 22645: Add 'ISSN' sarch option to OPAC simple search pull down
    
    To test:
    - Apply patch
    - Verify that the ISSN option shows up in the pull down
      for the simple search on top of the OPAC
    - Search for an ISSN with the new search option
    - Verify the correct search result shows
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 729987f40d442fd20c331e7ceec32f2e24486a5a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 11 18:49:13 2019 +0000

    Bug 22175: (follow-up) Identify columns to exclude from export
    
    Bug 21216 added a way to designate DataTables columns to include in
    export operations (Copy, CSV, print, etc). However, this solution did
    not take hidden columns into account. This patch revises the global
    columns configuration settings so that exports will include only visible
    columns and will exclude columns with a "noExport" class on the <th>.
    
    To test, apply the patch and clear your browser cache if necessary.
    
     - Go to Tools -> Stock rotation
     - In the table of rotas, hide some columns in the table and verify that
       export operations include only your visible selections, excluding the
       last column with buttons.
     - Choose a rota and select Manage -> Items. Test that this table works
       in the same way.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8bf043b94d73724244429adfae249d87ca5c8b9c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Jan 25 14:02:01 2019 +0000

    Bug 22175: Make stock rotation table sortable
    
    This patch adds sorting and column configuration to the stock
    rotation tables, both rotas and items. No new defaults for the table are
    defined.
    
    To test, apply the patch and clear your browser cache if necessary.
    
     - Go to Tools -> Stock rotation.
       - In the table of rotas test that sorting works correctly.
       - Test that the "Column visibility" button works to show and hide
         columns. The "actions" column should be excluded.
       - Test that export options (Excel, CSV, etc) exclude the "actions"
         column.
       - Choose a rota with multiple items on it and select manage ->
         items. Repeat the above DataTables functionality tests.
    
     - Go to Administration -> Columns settings and edit the default
       configuration of the stock rotation tables. Confirm that these
       changes are reflected in the corresponding tables.
    
    Signed-off-by: Jose-Mario Monteiro-Santos <jose-mario.monteiro-santos at inLibro.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 6f1459e2cea0b3ea2d14a649bda813cd9dee84ab
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 18 10:51:21 2019 +0000

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

commit 752eba6cfeee809e74cc24bcfa4d95b14e7b9b68
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Mar 18 16:48:51 2019 +0000

    Bug 22532: Database update
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 5867683fe9aa91d9284d3554cebff9bbec2fa117
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Mar 18 16:46:00 2019 +0000

    Bug 22532: Remove Z39.50 random
    
    Test plan:
    Try to search, preview and import authority from Z39.50, everything
    should work as expected
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit bc3f6a6aac993040e2cf57999bbbebeb1eb5ec9a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 18 10:32:32 2019 +0000

    Bug 22521: (RM follow-up) Adjust tests to use new accounttype
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit f8bd40c1a619f530d5d8abc7e82b50b82a7d8db6
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 18 10:08:58 2019 +0000

    Bug 22318: DBRev 18.12.00.058
    
    This includes DBRev 18.12.00.057 for bug 13795
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 1758c8bc5da3c7d54f7537c80027dae0c369d847
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Apr 8 10:28:38 2019 +0100

    Bug 22318: (QA follow-up) Correct name of atomicupdate
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 8011f226975fa4f38586d7e0f2e4ce747bdced2b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 19 13:39:39 2019 +0000

    Bug 22318: (follow-up) Add new options to new table filter form
    
    This patch adds the new language/location options to the form for
    filtering entries in the table of news items. Since this markup is
    duplicated twice in the template, its contents have been moved to a
    BLOCK.
    
    To test, apply the patch and go to Tools -> News. At the top of the
    table of news items the "Display location" form should show all options
    including OpacNavRight for all your enabled languages.
    
    Confirm that location/language selection still works correctly upon
    adding and editing news items.
    
    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 d6e1c6ffe639c08be9876c9e6f2f3551b3a82cb0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 14 15:49:25 2019 +0000

    Bug 22318: Example implementation: OpacNavRight system preference
    
    This patch implements a Koha news system replacement of the OpacNavRight
    system preference. The changes to koha-news.tt enable the selection of
    "OpacNavRight" as a location for the content. opac-main.pl is modified
    to ensure that the user's selected language is passed to the template
    for use by the KohaNews plugin.
    
    The database update process takes the contents of Koha's OpacNavRight
    system preference and adds it to the Koha news system. The OpacNavRight
    system preference is then removed from the database.
    
    When the new entry is added to Koha news, the language is set based on
    the top selected language in the "opaclanguages" preference. The entry
    is added to "All libraries" without an author, title, or expiration
    date.
    
    Note that this patch doesn't change the way OPAC news is displayed. I
    think it's best to keep existing markup and code for that since it
    handles details like branch selection and RSS.
    
    To test, apply the patch and run the database update.
    
     - In the staff client go to Tools -> News and confirm that there is now
       an entry with the location "OpacNavRight_en" (assuming an "en"
       English interface).
     - Confirm that the previous contents of OpacNavRight were added
       correctly.
     - Go to Administration -> System preferences -> OPAC and verify that
       the OpacNavRight preference has been removed.
     - In the OPAC, confirm that the correct content is displayed in the
       region previously defined in the OpacNavRight system preference.
     - Test that the language and library-specific nature of news items is
       reflected in the behavior of this content area:
       - Define different text based on language and location. Confirm that
         switching translations and logging in to the OPAC both trigger the
         correct display of different content.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    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 cb83128f62f258ad4bf97896b44fbf0ca65f7b35
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 14 15:46:24 2019 +0000

    Bug 22318: Extend Koha news feature to include other content areas
    
    This patch lays the groundwork for using the Koha news tool to replace
    OPAC system preferences which embed HTML content in the Koha interface.
    This will allow multiple translations of these content blocks to be
    created.
    
    This adds a new template plugin, KohaNews. It has a single subroutine,
    get(), which takes three parameters:
    
     - "location" -- the area of the template where the content will appear.
       This will correspond to the system preference it replaces:
       OpacMainUserBlock, OpacNavRight, etc.
     - "lang" -- the user's currently-selected language.
     - "library" -- the user's home library (if they are logged in)
    
    A new "koha_news_block" block is added to the OPAC templates'
    html_helpers include. The content area is activated in the template
    using this syntax:
    
    [% PROCESS koha_news_block news => KohaNews.get( location =>
    "OpacNavRight", lang => news_lang, library => branchcode ) %]
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    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 0c95e22afe13349b60d134217fce6718bfa9727f
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Apr 10 00:33:48 2019 +0200

    Bug 6730: Rename 'basket' filter to 'basket name' on receive page
    
    This way it's clear that you can search for the name here, but
    not for the number. It also matches the labelling of the
    other filter: Basket group name below.
    
    To test:
    - Receive shipment
    - Enter invoice number and go to receive page
    - Look at the filters on the left
    - Confirm the changed label and that basket name is searched
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit cc501af15082f3da329d0557b337dce944626511
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Mar 20 15:29:32 2019 +0000

    Bug 13795: Remove occurences of unused columns in code
    
    These patch removes these two columns from backfill_statstics script
    and from columns.def - this file is used to create description in guided
    reports
    
    Test plan:
    1. Run installer/data/mysql/backfull_statistics.pl
    --> without this patch, there are associatedborrower and usercode errors
    reported
    --> with patch, these two columns are not reported
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c90329fbe5c65c25908001383f24009811104240
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Mar 20 15:26:38 2019 +0000

    Bug 13795: Make database update idempotent
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 074233b9d3732f0282df598a1742a37c8859f24a
Author: Nicole <nicole at bywatersolutions.com>
Date:   Tue Feb 2 09:33:46 2016 -0500

    Bug 13795: Delete unused columns from statistics table
    
    The following 2 fields are never used in the statistics table:
    
    associatedborrower
    usercode
    
    This patch removes them.
    
    To test:
    
    * check the database and make sure columns are gone
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit e600ae6c4b125ee40ce80346ce15f954a1fa424d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Dec 5 21:05:32 2018 +0000

    Bug 21957: Add a flag to ModBiblio to avoid linking auths if called from linker
    
    To test:
    1 - prove -v t/db_dependent/Biblio.t
    2 - Set BiblioAddsAuthoorities and AutoCreateAuthorities
    3 - Modify a biblio to add a heading with no existing auth record
    4 - Ensure the record was created on saving
    5 - Ensure that editing works as normal otherwise
    6 - Run link_bibs_to_authorities
    7 - Ensure results are as expected
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d9cefbdd19c35ae83d0ffa59ca99aaf4bc775cac
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Apr 18 10:00:48 2019 +0000

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

commit e8011cadddeedd594ba7fbbf90a49ce1822afa18
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Mar 16 13:19:11 2019 +0100

    Bug 8701: Remove links to OpacHiddenItems.txt in favor of wiki page
    
    Removes the OpacHiddenItems.txt file from Koha as this is not
    accessible for most people and replaces it with links to the wiki
    page like it's already done from the system preference editor.
    
    For reporting and the initial patch
    Thanks-to: Jane Sandberg <sandbej at linnbenton.edu>
    
    To test:
    - Changes are invisible from the GUI
    - Apply patch and run database update
    - SELECT * FROM systempreferences WHERE variable = "OpacHiddenItems";
    - Verify the description has the wiki link
    - Verify that docs/opac/OpacHiddenItems.txt has been removed
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 086a0007d2d484ecbd6ae6d60317ed4f0d3434b1
Author: Kris Sinnaeve <kris.sinnaeve at etf.edu>
Date:   Tue Apr 16 21:37:17 2019 +0000

    Bug 22139: Fields of ACCTDETAILS email not populating
    
    To test:
    * Make sure AutoEmailOpacUser is set to "send"
    * Create a new patron with a username and password, and an email address
    * In Kohadevbox, check the mail (usually you can type "mail" and go down
    to the last message) - these do not go into the message queue and they
    are processed immediately.
    notice that the email does not have
    <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>
    
    Apply this patch, restart the things, retest as above.
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit c9fa30a55b585b3351ece9c3f789fd18d9807fac
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Wed Apr 10 14:39:40 2019 +0100

    Bug 22461: Clarify and correct the hash reduction
    
    There were a couple of bugs in the previous patch which meant it wasn't
    working as intended. This patch corrects those bugs and simplifies the
    code a little along the way.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit 4e40784f99f883a4f2634ed938764221d818096c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 21 14:05:49 2019 -0300

    Bug 22461: Filter ldap mapping before inserting patron's info
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

commit d482c7b27257f5a63425633a17efed0747c317a1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Mar 15 20:16:41 2019 -0300

    Bug 22461: Fix LDAP user replication
    
    From bug 20287:
    -        $borrowernumber = C4::Members::AddMember(%borrower) or die "AddMember failed";
    +        Koha::Patron->new( \%borrower )->store;
             C4::Members::Messaging::SetMessagingPreferencesFromDefaults( { borrowernumber => $borrowernumber, categorycode => $borrower{'categorycode'} } );
    
    $borrowernumber is not updated with the value of the newly created patron
    
    This patch restores the previous behavior (as well as the die)
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 C4/Auth_with_ldap.pm                               |    9 +-
 C4/Biblio.pm                                       |   12 +--
 C4/Breeding.pm                                     |   66 ++++++---------
 C4/ImportBatch.pm                                  |   18 ++--
 C4/SIP/ILS.pm                                      |    2 +-
 C4/SIP/ILS/Item.pm                                 |   11 ++-
 C4/SIP/ILS/Patron.pm                               |    2 +-
 C4/SIP/ILS/Transaction/Checkout.pm                 |    2 +-
 C4/SIP/ILS/Transaction/RenewAll.pm                 |    2 +-
 C4/SIP/SIPServer.pm                                |   88 +++++++++++++++++++-
 C4/SIP/Sip.pm                                      |   20 ++++-
 C4/SIP/Sip/Configuration.pm                        |    4 +-
 C4/SIP/Sip/MsgType.pm                              |    1 -
 C4/SIP/Trapper.pm                                  |   22 +++++
 Koha.pm                                            |    2 +-
 Koha/Logger.pm                                     |    7 +-
 Koha/Schema/Result/ImportRecord.pm                 |   12 +--
 Koha/Schema/Result/Statistic.pm                    |   19 +----
 Koha/Template/Plugin/KohaNews.pm                   |   73 ++++++++++++++++
 admin/columns_settings.yml                         |   35 ++++++++
 cataloguing/z3950_auth_search.pl                   |    1 -
 docs/opac/OpacHiddenItems.txt                      |   12 ---
 etc/log4perl.conf                                  |   16 ++++
 installer/data/mysql/backfill_statistics.pl        |    2 -
 .../data/mysql/de-DE/mandatory/sample_notices.sql  |    8 +-
 .../data/mysql/en/mandatory/sample_notices.sql     |    2 +-
 .../data/mysql/es-ES/mandatory/sample_notices.sql  |    2 +-
 .../mysql/fr-FR/1-Obligatoire/sample_notices.sql   |    2 +-
 installer/data/mysql/kohastructure.sql             |    5 --
 .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql  |    2 +-
 .../data/mysql/pl-PL/mandatory/sample_notices.sql  |    2 +-
 .../data/mysql/ru-RU/mandatory/sample_notices.sql  |    2 +-
 .../data/mysql/ru-RU/optional/sample_notices.sql   |    2 -
 installer/data/mysql/sysprefs.sql                  |    3 +-
 .../data/mysql/uk-UA/mandatory/sample_notices.sql  |    2 +-
 installer/data/mysql/updatedatabase.pl             |   50 +++++++++++
 koha-tmpl/intranet-tmpl/prog/en/columns.def        |    1 -
 .../prog/en/includes/columns_settings.inc          |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    2 +-
 .../prog/en/modules/admin/preferences/opac.pref    |    6 --
 .../prog/en/modules/tools/koha-news.tt             |   87 +++++++++----------
 .../prog/en/modules/tools/stockrotation.tt         |   42 ++++------
 .../intranet-tmpl/prog/js/pages/stockrotation.js   |   21 +++++
 .../bootstrap/en/includes/html_helpers.inc         |   13 +++
 .../opac-tmpl/bootstrap/en/includes/masthead.inc   |    5 ++
 .../opac-tmpl/bootstrap/en/modules/opac-main.tt    |    7 +-
 members/memberentry.pl                             |    1 +
 misc/link_bibs_to_authorities.pl                   |    3 +-
 opac/opac-main.pl                                  |    1 +
 t/db_dependent/Biblio.t                            |   19 ++++-
 t/db_dependent/Koha/Account.t                      |   48 +++++------
 51 files changed, 533 insertions(+), 245 deletions(-)
 create mode 100644 C4/SIP/Trapper.pm
 create mode 100644 Koha/Template/Plugin/KohaNews.pm
 delete mode 100644 docs/opac/OpacHiddenItems.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list