[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.12-7-gba04848

Git repo owner gitmaster at git.koha-community.org
Tue Nov 17 03:07:01 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  ba048481d80f36f6436619d64a3cd9ffdbaa2924 (commit)
       via  bcbbf21cb56057fba8f41f4d5ce34ccc2a2d7bff (commit)
       via  f33d7f17ac01c78600b5aacd29ed7ca6573c4647 (commit)
       via  1333bbca07c9b0ca6dcb0bbf43ae352fc0defe21 (commit)
       via  75c7dbb4a770830d78129608344c8a09ee7f567d (commit)
       via  e532503dd790d99383ea908451c24cf736894125 (commit)
       via  24613ec9a5c466504288dca6360d8e53f1cda278 (commit)
      from  d533076c3859efcd88f579667a5488b0e1a4f5c6 (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 ba048481d80f36f6436619d64a3cd9ffdbaa2924
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Tue Nov 17 14:07:53 2015 +1300

    MoveItemFromBiblio.t requires testbuilder, which is not in 3.18. Removing tests.

commit bcbbf21cb56057fba8f41f4d5ce34ccc2a2d7bff
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Tue Nov 17 14:05:14 2015 +1300

    Contract.t test fails because 'active contract' is no longer active

commit f33d7f17ac01c78600b5aacd29ed7ca6573c4647
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Tue Nov 17 13:52:12 2015 +1300

    Fixing number of tests, Circulation.t

commit 1333bbca07c9b0ca6dcb0bbf43ae352fc0defe21
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 15 11:30:17 2015 +0200

    Bug 10181: Acq - Improve message for deleted records
    
    There are some issues here:
    1/ Message not translatable (set in the pl file)
    2/ ' by 'displayed even if no author defined
    3/ Message not the same every where
    4/ Nothing displayed on the invoice page
    
    Test plan:
    1/ Create a basket
    2/ Add 4 orders A, B, C, D
    3/ On the basket, you see "$title by $author", or "$title" if no author
    defined
    4/ Delete order A, B
    5/ Close the basket
    6/ Receive B, C
    7/ Delete record created for A, C
    8/ Go on the basket page, you should see the title and "Deleted
    bibliographic record, can't find title" for the deleted record
    9/ Go on the invoice page, you should see the title and "Deleted
    bibliographic record, can't find title" for the deleted record
    
    Signed-off-by: Joonas Kylmälä <j.kylmala at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 431d217a5185af747a8e80080cb1f381585471fc)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 6c4e68b2da07fb9e1ae6b3f1d6c77a0b0b141093)
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>

commit 75c7dbb4a770830d78129608344c8a09ee7f567d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Apr 15 10:54:48 2015 +0200

    Bug 10181: Make string translatable
    
    Signed-off-by: Joonas Kylmälä <j.kylmala at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    (cherry picked from commit 49f2837b2e75511becd09059db99d209917647a7)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit b94d2d97d2c0e852649e7be1de4acb2ca4f0e81d)
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>

commit e532503dd790d99383ea908451c24cf736894125
Author: Nick Clemens <nick at quecheelibrary.org>
Date:   Thu Sep 10 06:35:37 2015 -0400

    Bug 14739 - Add several patrons to a new batch will create a new batch per patron added
    
    This patch changes the functionality of adding patrons to patroncard batches.  Instead of using only the patron search, there is now a textarea which can either be manually populated with borrowernumbers, or can be populated using the patron-search
    
    To test:
    1 - Create a new patron batch
    2 - Click the add items button, if there is no data in the borrowrnumber form you should get a popup
    3 - Add items to batch using the popup, borrowernumbers should populate to the form
    4 - Click add items again and items should be added to a new batch
    5 - Create a new batch
    6 - Manually enter invalid borrowernumbers to the form
    7 - Click add items, batch should return empty
    8 - Manually enter valid borrowernumber
    9 - Click add items, batch should be updated
    10 - Edit an existing batch and confirm add items works as above
    11 - Create a new label batch
    12 - Click add items with no data, popup item search should appear
    13 - Adding items by checking boxes or using 'Add' button - they should populate the text box on the edit batch page
    14 - When adding using form the 'Enter by itemnumber' button should be marked automatically
    15 - Submit items and confirm they are added to batch
    16 - Create a new batch, enter by barcode manually and check 'Enter by itemnumber"
    17 - Click add items, no items should be added
    18 - Repopulate form with barcodes, check 'Enter by barcode'
    19 - Click add items, items should be added correctly
    20 - Test various combinations of radio buttons and numbers and using form or not
    
    Signed-off-by: Barton Chittenden <barton at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>

commit 24613ec9a5c466504288dca6360d8e53f1cda278
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Mon Nov 9 09:19:50 2015 +1300

    Fixing updatedatabase after 3.18

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

Summary of changes:
 acqui/basket.pl                                    |    2 -
 acqui/invoice.pl                                   |    2 -
 installer/data/mysql/updatedatabase.pl             |   17 ----
 .../intranet-tmpl/prog/en/modules/acqui/basket.tt  |   11 ++-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |   10 ++-
 .../prog/en/modules/labels/label-edit-batch.tt     |   44 +++++++---
 .../intranet-tmpl/prog/en/modules/labels/result.tt |   13 +--
 .../prog/en/modules/patroncards/edit-batch.tt      |   42 +++++++++-
 .../prog/en/modules/patroncards/members-search.tt  |   18 ++---
 labels/label-edit-batch.pl                         |   28 ++++---
 patroncards/edit-batch.pl                          |   28 +++++--
 t/db_dependent/Circulation.t                       |    2 +-
 t/db_dependent/Contract.t                          |    2 +-
 t/db_dependent/Items/MoveItemFromBiblio.t          |   84 --------------------
 14 files changed, 134 insertions(+), 169 deletions(-)
 delete mode 100644 t/db_dependent/Items/MoveItemFromBiblio.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list