[koha-commits] main Koha release repository branch master updated. v19.11.00-1109-g03013acc2e

Git repo owner gitmaster at git.koha-community.org
Tue Mar 10 16:46:13 CET 2020


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  03013acc2ed908a41415c3def0c72e888d4e5d00 (commit)
       via  6fc8d02995b7c5c085c913bde6af3fcd24536107 (commit)
       via  32421f8de6e09453d78ec4ae511b7ffb888bff2f (commit)
       via  f0c031670e864858f0e4627e1a9151f954628bcc (commit)
       via  aad473ff26ffb3e5bef6f3330c828a29690d8a2b (commit)
       via  ef2fee688536a0db979ada68fa19d6c26972458d (commit)
       via  6f39131b85fa7039c1d6f43e71e73073aae459fd (commit)
       via  7e0749d4f0e8d35ece1499c5775f5277a5ae9e83 (commit)
       via  faf1e7cd914d1a6c88f5c7bef54780d43b6c453d (commit)
       via  8b17e1ae2ccde6f03037a311f5c398c46c21022f (commit)
       via  8a7afe0ead1ff04196663199568ce4d100e4008f (commit)
       via  b0a783a8a8428ad657b8b58a341474718c021203 (commit)
       via  07b0c5bc0e06001137419e99b14c3f75c5b3d26d (commit)
       via  9f362876f4fceffda51a09678828e4078c6454d0 (commit)
       via  708f297918c5d6642131641cb1030f3040653e29 (commit)
       via  db473f8777235244929ec80133515130c55a1559 (commit)
       via  c7b7f83ae31c23f1bf7e0e1761d06c733d2817f9 (commit)
       via  9b86077aaea9b12ba750a04f7054fd4c1ab180aa (commit)
       via  f9efa7a99c3ea1a803b00e53ccb0b8e3020b0edb (commit)
      from  8b6fb99c459a51e9da99d26361307b8c6e9600cf (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 03013acc2ed908a41415c3def0c72e888d4e5d00
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Mar 2 18:03:54 2020 +0300

    Bug 24777: Use patron.is_debarred instead of patron.debarred in return.tt
    
    In return page return.tt, when there is an hold message, patron is said as restricted even if restriction end date is in the past.
    
    Test plan :
    1) For a patron Jon Doe create a manual restriction with end date in the past
    2) Create an hold for this patron on an item
    3) Check in this item => You don't see message "Patron is RESTRICTED"
    4) For a patron Kevin Doe create a manual restriction with end date in the future
    5) Create an hold for this patron on an item
    6) Check in this item => You see message "Patron is RESTRICTED"
    7) Repeate 1-6 with system preference HoldsAutoFill enabled
    8) Repeate 1-6 with a waiting hold
    
    Signed-off-by: Nazlı Çetin <nazli at devinim.com.tr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6fc8d02995b7c5c085c913bde6af3fcd24536107
Author: Emmi <emmi.takkinen at outlook.com>
Date:   Fri Jul 5 11:46:15 2019 +0300

    Bug 23268: Make "Suspend all holds" calendar select a date from tomorrow
    
    This patch removes "circulation" and moremember" templates functions
    for Datepicker plugin. They now use options common for all inputs with
    "datepicker" class and get "minDate" option from class "futuredate" assigned
    function in "calender.inc".
    
    To test:
    - Apply patch
    - Add holds for patron
    - Use "Suspend all holds" calendar
    =>Calendar greys out dates past from today
    
    Signed-off-by: David Roberts <david.roberts at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 32421f8de6e09453d78ec4ae511b7ffb888bff2f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 10 12:19:54 2020 +0100

    Bug 18127: Add missing html filters
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f0c031670e864858f0e4627e1a9151f954628bcc
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Wed Feb 5 04:33:50 2020 +0000

    Bug 18127: Add batch modified records to an existing list
    
    To test:
    1) Start by having no (zero) lists
    2) Go to Tools -> Batch record modification
    3) Go through the batch record modification process, confirm everything
    works as normal and there is a link to do a new batch record
    modification at the end
    4) In another tab, go to Lists and create a new list
    5) Go back to the first tab and start a new batch modification process
    6) At the end of the process, there should be a new option to add
    modified records to an existing list
    7) Select a list from the dropdown and confirm you are able to save your
    modified records to the list as expected
    8) Start a new batch modification process, this time for authorities
    records
    9) At the end confirm there is no option to add modified records to a
    list, because authorities cannot be added to lists
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit aad473ff26ffb3e5bef6f3330c828a29690d8a2b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Mar 10 15:19:34 2020 +0000

    Bug 17374: DBRev 19.12.040
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit ef2fee688536a0db979ada68fa19d6c26972458d
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Jan 30 08:31:28 2020 +0100

    Bug 17374: (QA follow-up) Make search labels match with patron record
    
    Makes some small changes to the patronfields.inc to make sure the
    search labels match with the labels in the patron record.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6f39131b85fa7039c1d6f43e71e73073aae459fd
Author: Nick <nick at bywatersolutions.com>
Date:   Wed Oct 30 14:07:02 2019 +0000

    Bug 17374: (follow-up) Unit tests
    
    Signed-off-by: Maxime Dufresne <maxime.dufresne at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7e0749d4f0e8d35ece1499c5775f5277a5ae9e83
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Apr 24 19:03:26 2018 +0000

    Bug 17374: (follow-up) Remove spaces from include file
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit faf1e7cd914d1a6c88f5c7bef54780d43b6c453d
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Oct 27 14:21:02 2016 +0000

    Bug 17374: Make use of fields from syspref 'DefaultPatronSearchFields' in patron search fields dropdown
    
    This patch preserves the current dropdown choices for patron search and adds fields from
    the DefaultPatronSearchFields system preference
    
    To test:
    1 - View the regular patron search and note fields in dropdown
    2 - Apply patch, ensure dropdown has not changed
    3 - Add fields to DefaultPatronSearchFields, note they are available in
    dropdown
    4 - Ensure existing and new fields search properly
    
    Signed-off-by: Kelly <kelly at bywatersolutions.com>
    Signed-off-by: Maxime Dufresne <maxime.dufresne at inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8b17e1ae2ccde6f03037a311f5c398c46c21022f
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Mar 10 15:09:07 2020 +0000

    Bug 17845: DBRev 19.12.00.039
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8a7afe0ead1ff04196663199568ce4d100e4008f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 10 11:12:12 2020 +0100

    Bug 17845: Schema changes
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b0a783a8a8428ad657b8b58a341474718c021203
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 10 10:56:08 2020 +0100

    Bug 17845: Remove the column if it exists
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 07b0c5bc0e06001137419e99b14c3f75c5b3d26d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 10 10:39:49 2020 +0100

    Bug 17845: Adjust few other occurrences
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9f362876f4fceffda51a09678828e4078c6454d0
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 9 16:51:28 2020 +0000

    Bug 17845: Remove some missed references to branchprinter
    
    Remove a few last references to branchprinter, mostly from tests.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 708f297918c5d6642131641cb1030f3040653e29
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 9 16:44:57 2020 +0000

    Bug 17845: (QA follow-up) Remove hidden print input
    
    As highlighted by Jonathan, the hidden 'print' form field is no longer
    read and thus no longer required in the template.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit db473f8777235244929ec80133515130c55a1559
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 9 16:42:34 2020 +0000

    Bug 17845: (QA follow-up) Remove commented line
    
    A commented line still refered to the removed page from the
    admin-menu.inc
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c7b7f83ae31c23f1bf7e0e1761d06c733d2817f9
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Mon Mar 9 16:41:27 2020 +0000

    Bug 17845: Update atomic update for new format
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 9b86077aaea9b12ba750a04f7054fd4c1ab180aa
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Sun Sep 16 23:25:37 2018 +0200

    Bug 17845: Remove unused code related to printers
    
    There is some quite old and unused code in Koha related
    to printer configuration and network printing. These code
    hasn't been functional in a long time and should be removed.
    
    This patch:
    
    - Removes printcirculationslips system preference
    - Removes table printers
    - Removes branchprinter column from branches
    
    Check that:
    - Go to administration
    - Open any age there, but change the last bit to: printers.pl
    - Apply patch, run the database update
    - Verify the hidden page no longer exists
    - Verify that logging in and out still works correctly
    - Verify that checkout and returns work correctly
    - Switch to another branch using the "Set library" option
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f9efa7a99c3ea1a803b00e53ccb0b8e3020b0edb
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Oct 30 12:34:45 2019 +0000

    Bug 23926: Limit GIR segment to 5 pieces of info
    
    Strictly if a GIR segment contains more than 5 pieces
    of information the it should be encoded in repeated
    segments each of 5 elements or less each sharing the same
    copy sequence number
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Auth.pm                                         |  37 ++---
 C4/Context.pm                                      |   5 +-
 C4/InstallAuth.pm                                  |   3 +-
 C4/Koha.pm                                         |  40 -----
 C4/Print.pm                                        | 103 ------------
 C4/Utils/DataTables/Members.pm                     |  15 +-
 Koha.pm                                            |   2 +-
 Koha/Edifact/Order.pm                              |  72 ++++++---
 Koha/Library.pm                                    |   1 -
 Koha/Schema/Result/Branch.pm                       |  12 +-
 Koha/Script.pm                                     |   4 +-
 admin/printers.pl                                  | 137 ----------------
 circ/circulation.pl                                |  19 +--
 circ/returns.pl                                    |  10 +-
 circ/selectbranchprinter.pl                        |  45 ------
 installer/data/mysql/kohastructure.sql             |  14 --
 .../data/mysql/ru-RU/optional/example_branches.sql |  18 +--
 installer/data/mysql/sysprefs.sql                  |   3 +-
 installer/data/mysql/updatedatabase.pl             |  22 +++
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |   1 -
 .../intranet-tmpl/prog/en/includes/calendar.inc    |   4 +
 .../prog/en/includes/patron-search.inc             |  64 ++------
 .../prog/en/includes/patronfields.inc              |  75 +++++++++
 .../en/modules/admin/preferences/circulation.pref  |   1 -
 .../prog/en/modules/admin/preferences/patrons.pref |   2 +-
 .../prog/en/modules/admin/printers.tt              | 173 ---------------------
 .../prog/en/modules/circ/circulation.tt            |  10 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   6 +-
 .../prog/en/modules/circ/selectbranchprinter.tt    |  15 --
 .../prog/en/modules/members/member.tt              |  63 ++------
 .../prog/en/modules/members/moremember.tt          |  10 +-
 .../en/modules/tools/batch_record_modification.tt  |  38 ++++-
 misc/commit_file.pl                                |   2 +-
 t/Ediorder.t                                       |  58 ++++++-
 t/Koha/Script.t                                    |   1 -
 t/Koha/Script_cron.t                               |   1 -
 t/Print.t                                          |  15 --
 t/Token.t                                          |   7 +-
 t/db_dependent/Circulation/GetHardDueDate.t        |   2 -
 t/db_dependent/Circulation/OfflineOperation.t      |   1 -
 t/db_dependent/RotatingCollections.t               |   1 -
 t/db_dependent/Utils/Datatables_Members.t          |  22 ++-
 t/db_dependent/selenium/patrons_search.t           |  22 ++-
 t/lib/Mocks.pm                                     |   4 +-
 tools/batch_record_modification.pl                 |   4 +-
 45 files changed, 368 insertions(+), 796 deletions(-)
 delete mode 100644 C4/Print.pm
 delete mode 100755 admin/printers.pl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/printers.tt
 delete mode 100755 t/Print.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list