[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.04-39-gb8bbaba

Git repo owner gitmaster at git.koha-community.org
Fri Mar 13 23:27:47 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, 3.18.x has been updated
       via  b8bbabadee1e5eee8783e483d22fa182e5d312fc (commit)
       via  a53d18ac7c0aeea9d085a32ef54c73bf74d6ae9b (commit)
       via  f74865fd4b178183726171db9d90d29f2ef2e590 (commit)
       via  d955ad9246c5c395ae2ac934619daef192d1e195 (commit)
       via  3662ebebc8ae60ceb629825cb891804c41040ade (commit)
      from  12afc7baea7beef6ac2a98b271aafd5e07ab6b4f (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 b8bbabadee1e5eee8783e483d22fa182e5d312fc
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Mon Jun 23 16:51:00 2014 +0200

    Bug 12631: Inventory: fix "wrong place" and "item not scanned"
    
     "item not scanned": when calling GetItemsForInventory, datelastseen should
     be used when "compare barcodes list to result" is checked.
    
     Otherwise, when loading multiple barcodes files for the same inventory, many
     items will be marked as "item not scanned" when loading the last barcode file
     ("compare barcodes list to result" checked) even though they were scanned.
    
     "wrong place": when searching for wrongly placed items, we should only check
     for the location (callnumbers, location and branch). To fix this, A new call
     to  GetItemsForInventory has been made with location filters only.
    
     Otherwise, any item with a different itemtype for instance will be marked as
     wrong place even if the location is correct.
    
     Test plan:
    
    "item not scanned" status:
    
    1) Split a barcode file in two.
    2) Load the first barcode file without checking "compare barcodes list to result".
    3) Load the second barcode file with "compare barcodes list to result" checked.
    4) Check in the csv report that you have a lot of scanned items with the "item
    not scanned" status.
    
    Then apply the patch, do the same, and check that the false "item not scanned"
    statuses are gone.
    
    "wrong place" status:
    
    1) Load a barcode file with barcode matching an item that has a correct
    location, but a different itemtype than what you're looking for.
    2) Check in the results that this item will be marked as "change item status"
    and "wrong place".
    
    Then apply the patch, do the same, and check that the only status for this item is "change item status", which is correct.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit bafceab9bd3fdc140b729b8adb67540a1a62effc)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit a53d18ac7c0aeea9d085a32ef54c73bf74d6ae9b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 25 12:24:20 2015 +0100

    Bug 13750: Fix capitalization All vs ALL
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d3405211be867483fdda50c6982af5dc411858f1)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit f74865fd4b178183726171db9d90d29f2ef2e590
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Feb 22 11:50:21 2015 +0100

    Bug 13750: Holds queue - Show branch name instead of branch code
    
    When the holds queue report is limited to one library, it shows
    <cound> items found for <branchcode>
    
    With the patch applied, the branch name is shown instead of the code.
    
    To test:
    - Go to circulation > Holds queue
    - Limit to one branch with holds waiting to be processed
    - Confirm the string has changed to show the branch name
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 1bd8f5e6f783c8dfec2c53c2cc277506202ca2f7)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit d955ad9246c5c395ae2ac934619daef192d1e195
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Sat Mar 7 21:35:36 2015 +0100

    Bug 13784: (QA followup) allow running Zebra for disabled instances on packages
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit ee3c31076b93eb2a724bd3a62e6f9f5c750cff72)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 3662ebebc8ae60ceb629825cb891804c41040ade
Author: Larry Baerveldt <larry at bywatersolutions.com>
Date:   Tue Mar 3 05:49:57 2015 -0800

    Bug 13784: koha-stop-zebra should also work for disabled instances
    
    Currently koha-stop-zebra will not stop zebra for disabled instances. It should
    work more like koha-stop-sip, which does work for disabled instances. Also,
    koha-stop-zebra is called by '/etc/init.d/koha-common stop' which clearly
    should also apply to disabled instances.
    
    To Test:
    1) Disable a koha instance.
    2) Run koha-stop-zebra INSTANCE. You should get message
       "Instance INSTANCE disabled. No action taken."
    3) Apply patch, and copy patched file debian/scripts/koha-stop-zebra
       to package site over /usr/sbin/koha-stop-zebra.
    4) Disable koha instance.
    5) Run koha-stop-zebra INSTANCE. It should now stop zebra.
    
    http://bugs.koha-community.org/show_bug.cgi?id=13784
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 77809ccd32de48c0946b1451392021d9a67180e6)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 debian/scripts/koha-restart-zebra                   |   19 +++++++------------
 debian/scripts/koha-start-zebra                     |   12 ++++--------
 debian/scripts/koha-stop-zebra                      |   12 ++++--------
 .../prog/en/modules/circ/view_holdsqueue.tt         |    2 +-
 tools/inventory.pl                                  |   12 ++++++++++--
 5 files changed, 26 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list