[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-39-g81a1771

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 15:29:27 CEST 2017


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, 17.05.x has been updated
       via  81a1771fc0809ea51712be69f46a3d46489e4069 (commit)
       via  d4e18fc7d097f7fcbbf63570f1191e1cec04a626 (commit)
       via  36cdd8e0cd0d27b9bcdd5c661d2dbf3e19c8b3f0 (commit)
       via  854a9052f70d9a9b2c3b63fe2c3b35c1d40a5496 (commit)
      from  9f8cdead6e29f029e01038ecb4fbd6216544e996 (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 81a1771fc0809ea51712be69f46a3d46489e4069
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Aug 22 13:11:56 2017 -0300

    Bug 19130: (followup) Controller scripts should preserve behaviour
    
    This patch is a followup to making
    Koha::Acquisition::Booksellers->search work as any other Koha::Objects
    (DBIC) query instead of having a different behaviour hardcoded.
    
    To achieve it, this patch makes the controller scripts add
    wildcard/truncation chars as prefix and sufix for searches, and make the
    default sorting for results be by 'name', ascending.
    
    To test:
    - Just verify the behaviour remains unchanged by this patchset on the
    controller scripts (re. searching).
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit b5d6a1885ed4dcb650e7f9f23733b4ff9ad2b37b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit d4e18fc7d097f7fcbbf63570f1191e1cec04a626
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Aug 22 12:13:19 2017 -0300

    Bug 19130: (followup) Add POD
    
    This patch adds POD to the following files:
    
    - Koha/Acquisition/Bookseller.pm
    - Koha/Acquisition/Booksellers.pm
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit bf630b19745df8caea47669a9a76de26eddbfeee)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 36cdd8e0cd0d27b9bcdd5c661d2dbf3e19c8b3f0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Aug 22 12:03:37 2017 -0300

    Bug 19130: (followup) Add t/db_dependent/Koha/Acquisition/Booksellers.t
    
    This followup patch adds a proper file in which add tests for
    Koha::Acquisition::Bookseller(s) methods.
    
    All current methods are covered.
    
    To test:
    - Run:
      $ sudo koha-shell kohadev
     k$ cd kohaclone
     k$ prove t/db_dependent/Koha/Acquisition/Booksellers.t
     => SUCCESS: Test pass!
     - Sign off :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 3481b7b9dac8935befe631131570591ec2c84cce)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 854a9052f70d9a9b2c3b63fe2c3b35c1d40a5496
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Aug 22 12:01:24 2017 -0300

    Bug 19130: Remove ->search() overloading and adjust tests
    
    This patch removes the custom ->search() function. Tests are adjusted
    so the results from ->search() calls are not expected to return in the
    previously hardcoded order.
    
    To test:
    - Apply this patch
    - Run:
      $ sudo koha-shell kohadev
     k$ cd kohaclone
     k$ prove t/db_dependent/Bookseller.t
    => SUCCESS: Tests pass
    - Sign off :-D
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 7e4ce56b27025b05ee572100529eaa4f28e0933c)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 Koha/Acquisition/Bookseller.pm                |   61 +++++++-
 Koha/Acquisition/Booksellers.pm               |   41 ++++--
 acqui/basketheader.pl                         |    5 +-
 acqui/booksellers.pl                          |    4 +-
 acqui/invoices.pl                             |    2 +-
 acqui/transferorder.pl                        |    4 +-
 serials/acqui-search-result.pl                |    4 +-
 t/db_dependent/Bookseller.t                   |    2 +-
 t/db_dependent/Koha/Acquisition/Booksellers.t |  186 +++++++++++++++++++++++++
 9 files changed, 284 insertions(+), 25 deletions(-)
 create mode 100644 t/db_dependent/Koha/Acquisition/Booksellers.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list