[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.01-72-gb392ebb

Git repo owner gitmaster at git.koha-community.org
Mon Jan 4 08:39:07 CET 2016


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, 3.22.x has been updated
       via  b392ebb81574a1d8615c2000b3ee6c24420d0c1c (commit)
       via  c621641bf3a3b6164b9c18ff5d119273528f92c7 (commit)
       via  6e0a32a2633a244322a19d0e7494dc2151a02e8f (commit)
       via  f552e658e44208e86b03bcd659d41eaedd69ae46 (commit)
      from  8314d1beb5cd38a0d9e8a1cbbca13be508727fd9 (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 b392ebb81574a1d8615c2000b3ee6c24420d0c1c
Author: Brendan Gallagher <brendan at bywatersolutions.com>
Date:   Thu Dec 31 18:38:40 2015 +0000

    Bug 13022: Update DB rev (3.22.01.001)

commit c621641bf3a3b6164b9c18ff5d119273528f92c7
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
    (cherry picked from commit df2bab8f61ca5d06768c5425c55f3f08d9485966)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 6e0a32a2633a244322a19d0e7494dc2151a02e8f
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
    (cherry picked from commit 7ab9d7d91d543cd2e6e82de6b536ee7ce1cb0508)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit f552e658e44208e86b03bcd659d41eaedd69ae46
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
    (cherry picked from commit d3184fa85b8906d0921522ce0c26dab98a4a2778)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/Search.pm                                            |    3 ++-
 Koha.pm                                                 |    2 +-
 installer/data/mysql/sysprefs.sql                       |    1 +
 installer/data/mysql/updatedatabase.pl                  |   13 +++++++++++++
 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 +++++++++++++--
 7 files changed, 41 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list