[koha-commits] main Koha release repository branch master updated. v19.05.00-528-gb8f382b

Git repo owner gitmaster at git.koha-community.org
Tue Aug 20 16:23:44 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  b8f382b82172b70166db48d572f767b06a4834ef (commit)
       via  d2e85ac9949ba6ccbe7470ae2caf446c05e0b941 (commit)
       via  d4468c5f33f03cbd616527a558c1b67670089642 (commit)
      from  e31cddf8b0fca3f4847c093d52aa911cd502749e (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 b8f382b82172b70166db48d572f767b06a4834ef
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 19 18:09:58 2019 -0400

    Bug 23273: Fix CSV export for overdues
    
    We should construct the URI parameters string manually to avoid
    filtering problems.
    We cannot send the full query_string to the template and expect that the
    string will be escaped correctly.
    
    Test plan:
    - go to overdues.pl
    - construct a search limiting by date due and library
    - note number of overdues in results
    - click "Download file of displayed overdues"
    => note that downloaded file contains just those in your search
    
    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>

commit d2e85ac9949ba6ccbe7470ae2caf446c05e0b941
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jul 15 18:29:45 2019 +0000

    Bug 23294: Show actual price when ordering
    
    To test:
    1 - Have a basket
    2 - Add an order
    3 - Modify the order, note you cannot see the unitprice/Actual cost
    4 - Apply patch
    5 - Note it is there
    6 - Add to IntranetUserCSS:
        .ordering_unitprice{ display:none; }
    7 - Reload
    8 - Note it is hidden
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit d4468c5f33f03cbd616527a558c1b67670089642
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Aug 12 10:43:35 2019 -0300

    Bug 11677: Use zebra not-onloan-count index for availability limit
    
    This uses the work from bug 18098 to use the count of not-onloan items to
    determine availability.
    
    It keeps the allrecords,AlwaysMatches='' portion of the query so it still catches
    records with the tested indexed missing.
    These shouldn't exist except in the case of missing data, but kept for future use as well as
    it has no negative impact and minimizes the change made.
    
    Note that availability in this sense means not check out and not lost. Transfers, holds, and not for loan statuses
    should probably have indexes built in the same way as bug 18098 (there are related FIXMEs in the code)
    
    This updates the export_records file used for testing - adding three records with a not-onloan-count (999$x) of 1,
    but marking the item on the third record lost to prevent its return
    
    To test:
       1 - make sure SearchEngine pref is set to 'Zebra'
       2 - Do a search on the OPAC that returns some records
       3 - Find a record in those results with more than one 1 item, and checkout 1 leaving 1 (or more) available
       4 - Find another record with only 1 item, check that item out
       5 - Limit opac search to available items - both records disappear
       6 - Apply patch
       7 - Restart all the things
       8 - Repeat search
       9 - First record should show, but no second
      10 - Mark other items of first record as lost, return items on second record
      11 - Repeat search, first record should not be in results, second should
      12 - prove -v t/db_dependent/Search.t
    
    Signed-off-by: Hayley Mapley <hayleymapley at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Search.pm                                       |    6 ++--
 acqui/neworderempty.pl                             |    2 ++
 circ/overdue.pl                                    |   30 +++++++++++++-------
 .../prog/en/modules/acqui/neworderempty.tt         |    5 ++++
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |   18 +++++++-----
 t/db_dependent/Search.t                            |    6 ++--
 .../marc21/zebraexport/biblio/exported_records     |    2 +-
 7 files changed, 43 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list