[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.04-161-gdf92a325e6

Git repo owner gitmaster at git.koha-community.org
Tue Apr 21 21:26:39 CEST 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, 19.11.x has been updated
       via  df92a325e68d14c3706288faff3951458517b562 (commit)
       via  b0eca65c276c149c8771defaa7a20bb365a419a2 (commit)
       via  7e96ee9d645b32216b0786338119aba1facfed03 (commit)
       via  b53381c3cf18952fb760646a18457861f6097fe7 (commit)
       via  769dba699225440ba701ea284ce48ed8189aca0c (commit)
       via  48e25e8938b6efa89dd45acb1f6ec16171224711 (commit)
      from  c33f598c5cdea829390660419498e15f968f9abe (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 df92a325e68d14c3706288faff3951458517b562
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Feb 18 10:37:58 2020 +0100

    Bug 7611: Adjust tests
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit b0eca65c276c149c8771defaa7a20bb365a419a2
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Nov 8 15:49:08 2019 +0000

    Bug 7611: (follow-up) separate positive and negative statuses as in the past
    
    This patch preserves someting closer to previous functionality.
    
    Negative not for loan are in the 'unavailable' section in red, positive ones are in the 'reference' section in green. Itemtype level will also be in green in reference
    
    Item specific status will override an itemtype level.
    
    The line break between 'reference' and 'unavailable' existed before and is preserved - negative not for loan and checked out items appear here
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 7e96ee9d645b32216b0786338119aba1facfed03
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Nov 5 16:32:45 2019 +0000

    Bug 7611: (follow-up) Fix display of undefined statuses and add a class
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit b53381c3cf18952fb760646a18457861f6097fe7
Author: Nick <nick at bywatersolutions.com>
Date:   Tue Oct 15 13:30:02 2019 +0000

    Bug 7611: (follow-up) Add missing space
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 769dba699225440ba701ea284ce48ed8189aca0c
Author: Nick <nick at bywatersolutions.com>
Date:   Thu Aug 29 12:06:24 2019 +0000

    Bug 7611: Change negative notforloan as well
    
    This makes the changes apply to both positive and negative notforloan values
    
    The extra line generated before is removed
    
    Some spans are added and cleaned up and labels moved to CSS to allow for easier altering where needed
    
    Itemtypes marked notforloan remain as reference, the label can be changed via css
    
    To test:
     1 - Have a record with items in various statuses, ideally
       - 3 available, with 2 in one branch, 1 in another
       - 3 with itemtype not for loan, 2 in one branch, 1 in another
       - 3 in a positive not for loan status, 2 and 1 as above
       - 3 in a negative not for loan status, 2 and 1 as above
       - 1 in a different positive loan status, but with the same opac description as the negative above
     2 - Search the opac to include this record, take a screenshot
     3 - Apply patch
     4 - Restart all and refresh
     5 - Compare to screen shot
     6 - Differences include:
       - Positive statuses are now on separate line with opac description showing
       - Unavailable (not for loan items) now include callnumber and branch in display
       - Positive and negative notforloan with same description are combined where branches match
       - Inspect the elements, note new spans around 'Items available for
    loan/reference'
     7 - Add to OPACUserCSS:
      .ItemSummary .ItemBranch{
        display:none;
      }
      .unavailable .ItemSummary .CallNumber,.unavailable .ItemSummary .LabelCallNumber{
        display:none;
      }
     8 - Note the branches are hidden, and callnumbe rhidden for unavailable
    items
    
    Signed-off-by: Jessica Zairo <jzairo at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

commit 48e25e8938b6efa89dd45acb1f6ec16171224711
Author: Mehdi Hamidi <mehdi.hamidi at inlibro.com>
Date:   Fri Mar 3 14:33:29 2017 -0500

    Bug 7611: Show the NOT_LOAN authorised values for item status in XSLT OPAC search results
    
    Added : Call number for all not for loan status
    
    XSLT Results template improvement : Use the NOT_LOAN authorised values
    
    Improvement : Use the NOT_LOAN authorised values when showing items status in the OPAC search results.
    Before this patch, these items were only considered as "unavailable".
    
    Note : This patch only affects the OPAC XSLT search results template for MARC21 records. This patch was not tested on UNIMARC or NORMARC records. I won't be able to support these formats, so I'm hoping someone could do the same for these other record formats.
    
    Patch sponsored by the CCSR ( http://www.ccsr.qc.ca )
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/XSLT.pm                                         | 15 ++--
 koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss    |  8 ++
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   | 91 +++++++++++++++++-----
 t/db_dependent/XSLT.t                              |  6 +-
 4 files changed, 92 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list