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, 19.05.x has been updated
       via  311019c7a190916c9a9f312859493c088cf01328 (commit)
       via  8d29219ab9a5d3950e151bdcce93401de1e88d72 (commit)
       via  b881cef7d357ee308a317c57c5f87bc973fa37a5 (commit)
       via  5816744d645c8612ccdc1c87f8ac3ddbbd62aa02 (commit)
       via  19ccb03a7409faf7270d7028ca39367a5a499445 (commit)
      from  f3ad90ef6a42e90be17fd60ac803cfec789a4e36 (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 311019c7a190916c9a9f312859493c088cf01328
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Mon Jun 24 10:37:54 2019 -0500

    Bug 23158: Make the assignment statement more readable
    
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 9f4c2306ebc42e107603f6f8bf393a20d1013458)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit 8d29219ab9a5d3950e151bdcce93401de1e88d72
Author: Fridolin Somers <fridolin.som...@biblibre.com>
Date:   Wed Jun 19 13:42:16 2019 +0200

    Bug 23158: keep on-site checkout info when using itemBarcodeFallbackSearch
    
    When using preference itemBarcodeFallbackSearch one can enter a search term 
instead of a barcode in checkout form.
    If on-site is selected this should be transmitted to 
itemBarcodeFallbackSearch form.
    
    Test plan :
    1) Enable system preferences "itemBarcodeFallbackSearch" and 
"OnSiteCheckouts"
    2) Disable system preference "ConsiderOnSiteCheckoutsAsNormalCheckouts"
    3) Go to a patron circulation page
    4) Check "On-site checkout" in "Checkout settings"
    5) Enter a barcode in checkout form and click on "Check out"
    6) You see the checkout in table with red "(On-site checkout)"
    7) Check "On-site checkout" in "Checkout settings"
    8) Enter the title of a record in in checkout form and click on "Check out"
    9) Click on "Checkout" on a line
    10) You see the checkout in table with red "(On-site checkout)"
    
    Signed-off-by: Arthur Bousquet <arthur.bousq...@inlibro.com>
    Signed-off-by: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 12ef157d757431520d63ab154b9572a855acf317)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit b881cef7d357ee308a317c57c5f87bc973fa37a5
Author: Julian Maurice <julian.maur...@biblibre.com>
Date:   Wed Jun 19 11:10:14 2019 +0200

    Bug 23154: Add pagination to /api/v1/checkouts
    
    Allow to use _page and _per_page query parameters for
    /api/v1/checkouts
    Also fix a timezone problem in t/db_dependent/api/v1/checkouts.t
    
    Test plan:
    1. With your favorite REST tester tool, or directly in the browser,
       fetch http://koha/api/v1/checkouts and check that you have results
    2. Fetch /api/v1/checkouts?_per_page=1&_page=1 and check that only the
       first result is returned. Check that response contains headers
       X-Total-Count and Link
    3. Fetch /api/v1/checkouts?_per_page=1&_page=2 and check that only the
       second result is returned. Check that response contains headers
       X-Total-Count and Link
    4. prove t/db_dependent/api/v1/checkouts.t
    
    Signed-off-by: Mark Tompsett <mtomp...@hotmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 088522032f33b6a5931cbea1b928537e7fe33fd0)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit 5816744d645c8612ccdc1c87f8ac3ddbbd62aa02
Author: Fridolin Somers <fridolin.som...@biblibre.com>
Date:   Wed Jul 24 09:25:37 2019 +0200

    Bug 22935: Compiled CSS
    
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

commit 19ccb03a7409faf7270d7028ca39367a5a499445
Author: Owen Leonard <oleon...@myacpl.org>
Date:   Fri May 17 15:03:24 2019 +0000

    Bug 22935: Improve style of Bootstrap pagination
    
    This patch makes some updates to the staff client CSS and adds Font
    Awesome icons to the Bootstrap pagination include.
    
    To test, apply the patch and rebuild the staff client CSS.
    
    Perform a search in the staff client which will return multiple pages of
    results. Check that the pagination links look good.
    
    Signed-off-by: Maryse Simard <maryse.sim...@inlibro.com>
    Signed-off-by: Bin Wen <bin....@inlibro.com>
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 33b70b798d4cc2bc6d6db43a40d006dd8c1109b8)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>

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

Summary of changes:
 api/v1/swagger/paths/checkouts.json                |    4 +++
 circ/circulation.pl                                |    8 ++++--
 .../intranet-tmpl/prog/css/src/staff-global.scss   |   28 +++++++++++++++++++
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/includes/page-numbers.inc              |    8 +++---
 .../prog/en/modules/circ/circulation.tt            |    1 +
 t/db_dependent/api/v1/checkouts.t                  |   29 ++++++++++++++++++--
 7 files changed, 71 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to