[koha-commits] main Koha release repository branch master updated. v19.11.00-1212-g29fe1f4fb4

Git repo owner gitmaster at git.koha-community.org
Thu Mar 19 11:06:18 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  29fe1f4fb4eb6fba2e701c39361564208bb8c0b7 (commit)
       via  a696d4ecc353eea87195f17bbe91ca988fbadd3d (commit)
       via  7e1ebe8ddefe7a770e1404694c4fa56fc4a9abb9 (commit)
       via  04de40cdcf0f005c209a76414be853b5007e8a6a (commit)
       via  2fcc16b62c00aceca350e6edce8a84443150abe8 (commit)
       via  6cb8c9e4e97b0800d46ba2f5a32a3b898cf2d73a (commit)
       via  f8d38ddcf11c45db0a1c01c167af2e687485597a (commit)
       via  4f4d30975aa617e128a50af688b3b867c83528af (commit)
       via  aff13ee0f7981347b975eaaca30077a2020fc763 (commit)
       via  73df5c7b3f40cd6249322704514c095a5d4060fe (commit)
       via  c841e8a8bfe5b25c7f2ec194507b894575df3441 (commit)
       via  a8e2249ca180a3e7a8e94ec0687833ed6221be27 (commit)
       via  41931c1b6329815bace9f0cf22f54501131f7d93 (commit)
      from  b626f656a8b60a285b9aefb83beb134c24fa90ce (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 29fe1f4fb4eb6fba2e701c39361564208bb8c0b7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 18 11:20:30 2020 +0100

    Bug 24726: Replace one occurrence in print statement
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a696d4ecc353eea87195f17bbe91ca988fbadd3d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 13:20:18 2020 +0000

    Bug 24726: Update overdue_notices to use inbound_email_address
    
    This patch updates the overdue_notices functionality to use the
    inbound_email_address method to obtain the correct email address
    for a branch.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 7e1ebe8ddefe7a770e1404694c4fa56fc4a9abb9
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 11:14:12 2020 +0000

    Bug 24723: Update EmailPurchaseSuggestions to use inbound_email_address
    
    This patch updates the EmailPurchaseSuggestions functionality to
    use the inbound_email_address method to obtain the correct email address
    for a branch when it is set to BranchEmail
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 04de40cdcf0f005c209a76414be853b5007e8a6a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Tue Feb 25 11:03:58 2020 +0000

    Bug 24721: Update emailLibrarianWhenHoldIsPlaced to use inbound_email_address
    
    This patch updates the emailLibrarianWhenHoldIsPlaced functionality to
    use the inbound_email_address method to obtain the correct email address
    for a branch.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2fcc16b62c00aceca350e6edce8a84443150abe8
Author: Maryse Simard <maryse.simard at inlibro.com>
Date:   Fri Feb 21 14:09:17 2020 -0500

    Bug 17674: Handling of special cases
    
    This patch adds handling for those 2 particular cases:
    1. Deleting the expected issue
    2. Deleting a serial and it's item, but one item cannot be deleted
    
    To test:
    
    1.1 Create a subscription that creates items
    1.2 Receive two issues
    1.3 Use the new button to delete the 'Expected' issue
    1.4 The issue is correctly deleted, but the new expected issue created
    to replace the one which has been deleted don't have a published or
    received date and is show in it's own tab.
    1.5 Apply patch
    1.6 Repeat steps 1.1 through 1.4
        => The new expected issue is created correctly
    
    2.1 Use the same serial as in 1 or repeat step 1.1 and 1.2
    2.2 Check out one of the items
    2.3 Delete the corresponding serial and check box to delete items
    2.4 The serial is deleted, but not the item.
        => No feedback is show to the user
    2.5 Apply patch
    2.6 Repeat step 2.1 through 2.4
        => As before, the serial is deleted, but not the item
        => This time, an error is shown to inform the user
    
    Signed-off-by: sonia <sonia.bouis at univ-lyon3.fr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6cb8c9e4e97b0800d46ba2f5a32a3b898cf2d73a
Author: Pierre-Marc Thibault <pierre-marc.thibault at inLibro.com>
Date:   Wed Oct 10 11:25:59 2018 -0400

    Bug 17674: Allow UI to delete serials in batch
    
    This new feature allows for batch deletion of serials through the UI.  The current usage is a one-by-one long game.
    
    Test plan :
    - Apply patch.
    - Create at least four serials with items.
    - Notice that new items have a numbering pattern and a date in the enumchron field.
    - Use the button Delete selected issues for the following steps.
    - Delete a serial and its associated item.
    - Confirm the serial and item are gone.
    - Delete a serial and not its item.
    - Confirm the serial is gone.
    - Confirm the item is still there and the date part in the enumchron field is gone.
    - Delete the two lasts serials.
    - Confirm they are gone.
    
    Sponsored-by: CCSR
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Sonia <sonia.bouis at univ-lyon3.fr>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit f8d38ddcf11c45db0a1c01c167af2e687485597a
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 19 09:29:06 2020 +0000

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

commit 4f4d30975aa617e128a50af688b3b867c83528af
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jan 13 11:41:21 2020 -0300

    Bug 22987: Add biblioimages.timestamp
    
    This patch adds the timestamp column to the biblioimages table.
    To test:
    1. Apply this patch
    2. Run:
       $ updatedatabase
       $ koha-mysql kohadev
       > SHOW CREATE TABLE biblioimages;
    => SUCCESS: Notice the new column is there with the right settings
    3. Sign off :-D
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit aff13ee0f7981347b975eaaca30077a2020fc763
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Mar 16 12:16:27 2020 +0100

    Bug 24510: Add missing filter
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 73df5c7b3f40cd6249322704514c095a5d4060fe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Feb 26 17:38:53 2020 +0100

    Bug 24510: Code cleaning
    
    Additional test plan:
    Create 3 clubs: abc adf axy
    place a hold for on of those club, search for a club 'a'
    you will get the focus on the "Clubs" tab
    
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c841e8a8bfe5b25c7f2ec194507b894575df3441
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 26 15:53:48 2020 +0000

    Bug 24510: When Placing a Hold, cursor doesn't focus on Patron Name
    
    This alternate patch tries to implement a fix in a more "correct" way by
    tying the cursor focus to the initialization of the jQueryUI tabs. By
    configuring both the "create" and "activate" events we can make sure the
    correct input field is focused.
    
    I think the only advantage of this patch over the other one is that
    tying the focus to the tabs activation makes it a little more obvious
    where in the DOM loading sequence the focus is being set.
    
    To test, follow the original patch's test plan:
    
    TEST PLAN:
    1. Go to Biblio Record
    2. Place Hold (request.pl) - either the Hold above the Bib or the Hold
       on the left, it does the same thing.
    3. Note that the cursor does not go to Patron Name (for whom to place
       the hold for), it goes to the Top Search bar under Checkout.
    4. Apply patch and reload the page.
    5. The focus should now be correctly set.
    6. Toggle between 'Patrons' and 'Club' tabs.
    7. Focus should stay set.
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit a8e2249ca180a3e7a8e94ec0687833ed6221be27
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Jan 24 15:34:07 2020 +0000

    Bug 24510: Add focus to Patron/club input
    
    Signed-off-by: Kelly McElligott <kelly at bywatersolutions.com>
    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: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 41931c1b6329815bace9f0cf22f54501131f7d93
Author: Lari Taskula <lari.taskula at hypernova.fi>
Date:   Mon Mar 2 09:18:26 2020 +0000

    Bug 24774: Set JSON indentation of 2 spaces in .editorconfig
    
    To test:
    1. Start an editor that supports .editorconfig
    2. Open or create a JSON file
    3. Observe identation is set to 2 spaces by default
    
    Sponsored-by: Hypernova Oy
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .editorconfig                                      |  3 ++
 C4/Reserves.pm                                     |  8 +--
 C4/Suggestions.pm                                  |  6 +--
 Koha.pm                                            |  2 +-
 installer/data/mysql/kohastructure.sql             |  1 +
 installer/data/mysql/updatedatabase.pl             | 12 +++++
 .../prog/en/modules/reserve/request.tt             | 15 ++++--
 .../prog/en/modules/serials/serials-collection.tt  | 58 +++++++++++++++++++++-
 misc/cronjobs/overdue_notices.pl                   |  5 +-
 serials/serials-collection.pl                      | 30 +++++++++++
 10 files changed, 121 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list