[koha-commits] main Koha release repository branch master updated. v3.16.00-820-gbc7224c

Git repo owner gitmaster at git.koha-community.org
Tue Oct 28 15:10:56 CET 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, master has been updated
       via  bc7224c20c2298a86ccaad7098413aee7fb1f42c (commit)
       via  3d61550e22c36a02e88bfa1fbd3152b8bfc69d11 (commit)
       via  a781391a95cbcd15ed694c4ac0c88d25d9ee0006 (commit)
       via  5382406db0255ea548758d7ce1a5f23c10b0c241 (commit)
      from  c4095f55ad98cad41a546654fdc8829110599575 (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 bc7224c20c2298a86ccaad7098413aee7fb1f42c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Aug 27 14:16:39 2014 +0200

    Bug 12830: use find instead of search
    
    Since ordernumber is the pk, it is stupid to use search.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    All acquisition related tests and the QA script pass.
    I can't find any regressions with these patches.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3d61550e22c36a02e88bfa1fbd3152b8bfc69d11
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Aug 27 12:36:04 2014 +0200

    Bug 12830: Move the order-related code into Koha::Acquisition::Order
    
    The C4::Acquisition module should be exploded in order to add
    readability and maintainability to this part of the code.
    
    This patch is a POC, it introduces a new Koha::Acquisition::Order module and put in
    it the code from NewOrder and NewOrderItem.
    
    Test plan:
    1/ Create an order, modify it, receive it, cancel the receipt.
    2/ Launch the prove command on all unit tests modified by this patch and
    verify that all pass.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a781391a95cbcd15ed694c4ac0c88d25d9ee0006
Author: Katrin Fischer <katrin.fischer at bsz-bw.de>
Date:   Fri Sep 19 14:41:29 2014 +0200

    Bug 12281: Display for records with RTL script in 880 in Boostrap
    
    This patch adds a missing CSS declaration to the Boostrap CSS file
    in order to fix the display for RTL script catalogued in tag 880.
    
    To test:
    - Catalog or import records using the 880 tag into your catalog
    - Compare the prog OPAC detail and rsult view with bootstrap
    - Apply patch
    - Verfiy now the display in bootstrap is the same as before in
      prog (and also in staff)
    
    Note: Some notes on how to catalog with 880 were added to
    the bug report.
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5382406db0255ea548758d7ce1a5f23c10b0c241
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Oct 11 12:57:53 2014 -0300

    Bug 12068: Follow up - make Text::Bidi mandatory
    
    Without the module some of the tests will fail. As this is
    fixing a serious bug for RTL language users, we agreed
    to make it mandatory.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |  100 ++------------------
 C4/Installer/PerlDependencies.pm                   |    2 +-
 Koha/Acquisition/Order.pm                          |   91 ++++++++++++++++++
 acqui/addorder.pl                                  |    8 +-
 acqui/addorderiso2709.pl                           |    5 +-
 acqui/finishreceive.pl                             |    3 +-
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |    8 ++
 t/db_dependent/Acquisition.t                       |    7 +-
 t/db_dependent/Acquisition/CancelReceipt.t         |   19 ++--
 .../Acquisition/GetBasketsInfosByBookseller.t      |   16 ++--
 .../Acquisition/GetOrdersByBiblionumber.t          |   19 ++--
 t/db_dependent/Acquisition/Invoices.t              |   19 ++--
 t/db_dependent/Acquisition/NewOrder.t              |   28 +++---
 t/db_dependent/Acquisition/OrderFromSubscription.t |   11 ++-
 t/db_dependent/Acquisition/TransferOrder.t         |    9 +-
 t/db_dependent/Acquisition/close_reopen_basket.t   |   13 ++-
 t/db_dependent/Bookseller.t                        |   26 +++--
 t/db_dependent/Budgets.t                           |   12 ++-
 t/db_dependent/Letters.t                           |    7 +-
 20 files changed, 228 insertions(+), 177 deletions(-)
 create mode 100644 Koha/Acquisition/Order.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list