[koha-commits] main Koha release repository branch MM-OPAC/bug_11169 updated. v3.16.00-89-g6277d0b

Git repo owner gitmaster at git.koha-community.org
Sun Jun 8 10:47:32 CEST 2014


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, MM-OPAC/bug_11169 has been updated
  discards  ad36b1dce1b72d273ae7c9871e1480559a176ad6 (commit)
  discards  11d3a9b0883502b8d06393cc6bc923d007bcab9d (commit)
  discards  59addce57bd3d27691c015f30a9f0bac2b3eda33 (commit)
       via  6277d0b831722014562c32763c1b905031937466 (commit)
       via  9d4ade14f39de3468b46ce005ec744800bcbfdf6 (commit)
       via  15e3b1b1bc50ab16762b9a6625eaf8c3e6a8e507 (commit)
       via  011d3c9728df26d98976ddb256470cfdd54e1361 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (ad36b1dce1b72d273ae7c9871e1480559a176ad6)
            \
             N -- N -- N (6277d0b831722014562c32763c1b905031937466)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 6277d0b831722014562c32763c1b905031937466
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 28 18:28:29 2014 +0000

    Bug 11169: (follow-up) only count orders that have been placed
    
    This patch ensures that only orders that have been placed (i.e.,
    orders whose basket is closed) are counted in the OPACAcquisitionsDetails
    display.
    
    To test:
    
    [1] Turn on OPACAcquisitionsDetails and set AcqCreateItem to 'ordering'.
    [2] Create an order for a record, but do not close the basket.
    [3] View the record in the OPAC.  It should not display any order count.
    [4] Close the bakset.
    [5] View the record in the OPAC again.  This time, it should display
        the count of items on order.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 9d4ade14f39de3468b46ce005ec744800bcbfdf6
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 28 17:45:11 2014 +0000

    Bug 11169: (follow-up) add more unit tests
    
    This patch adds direct unit tests of the new biblionumber filter
    for SearchOrders.  It also moves the ordernumber filter test
    to the rest of the SearchOrders tests.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Acquisition.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 15e3b1b1bc50ab16762b9a6625eaf8c3e6a8e507
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu May 8 11:23:38 2014 +0200

    Bug 11169: Display acquisition details in the OPAC
    
    This patch adds a new system preference 'OPACAcquisitionDetail'.
    If it is enabled, information about items on order will be displayed on
    the OPAC detail page.
    
    Test plan:
    - switch on the OPACAcquisitionDetails pref.
    - set the AcqCreateItems pref to 'receiving'.
    - create some orders on 1 or more items.
    - go to the opac detail page and verify the "Holdings" tab contains the
      line "X item are on order." (at the bottom of the table containing the
      item list).
    - receive the items.
    - verify the number of items has decreased.
    - set the AcqCreateItems pref to 'ordering'.
    - create some orders on 1 or more items.
    - go to the opac detail page and verify the item list contains the items
      with the "on order" status.
    - receive the items.
    - verify the received items no longer have the the "on order" status.
    
    To test completely this feature, you should verify there is no
    regression on the pref OpacMaxItemsToDisplay, OpacSeparateHoldings and
    OpacSeparateHoldingsBranch.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Also removed some blank lines from the original patch and bumped up
    the DBRev.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt |    6 ++++++
 opac/opac-suggestions.pl                                     |    8 ++++++++
 2 files changed, 14 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list