[koha-commits] main Koha release repository branch master updated. v3.22.00-208-gdf2bab8

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 19:18:18 CET 2015


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  df2bab8f61ca5d06768c5425c55f3f08d9485966 (commit)
       via  7ab9d7d91d543cd2e6e82de6b536ee7ce1cb0508 (commit)
       via  d3184fa85b8906d0921522ce0c26dab98a4a2778 (commit)
      from  29b605eb1eeb1fa6d0539a1cf6303e13253e6f0a (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 df2bab8f61ca5d06768c5425c55f3f08d9485966
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 17 10:41:13 2015 -0400

    Bug 13022 [QA Followup] - Highlight the results with inaccurate status, add explanation when mouse hovers over.
    
    Bug 13022 [QA Followup] - Revert changes in whitespace back to original for items count lines
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 7ab9d7d91d543cd2e6e82de6b536ee7ce1cb0508
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 17 09:51:03 2015 -0400

    Bug 13022 [QA Followup] - Allow the pref to be unset for unlimited item status checks
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit d3184fa85b8906d0921522ce0c26dab98a4a2778
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 2 09:19:21 2014 -0400

    Bug 13022 - Hardcoded limit causes records with more than 20 items to show inaccurate statuses
    
    If a record has more than 20 items, all the items over 20 will show as
    available on the search results even if they are not!
    
    This is a hard coded limit in the Search module. This number should be
    configurable.
    
    Test Plan:
    1) Create a record with more than 20 items
    2) Set all the items to waiting holds or in transit
    3) Search for results that will include that item
    4) Note some say they are available even though they are not
    5) Apply this patch
    6) Run updatedatabase.pl
    7) Set the new system preference MaxSearchResultsItemsPerRecordStatusCheck
       to a number larger than the number of items on your record
    8) Re-run the search
    9) Note that the hold and transit statuses for the items are now correct
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 C4/Search.pm                                            |    3 ++-
 installer/data/mysql/atomicupdate/bug_13022.sql         |    1 +
 installer/data/mysql/sysprefs.sql                       |    1 +
 koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css    |    4 ++++
 .../prog/en/modules/admin/preferences/searching.pref    |    7 +++++++
 .../intranet-tmpl/prog/en/modules/catalogue/results.tt  |   15 +++++++++++++--
 6 files changed, 28 insertions(+), 3 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_13022.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list