[koha-commits] main Koha release repository branch master updated. v19.11.00-1015-g8f7a3bf5ea

Git repo owner gitmaster at git.koha-community.org
Thu Mar 5 14:32:15 CET 2020


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  8f7a3bf5eaec24a5de642ba2fe95c0bf7d663af9 (commit)
       via  2ff054962ed308107b406b454f1c40802ff340e3 (commit)
       via  764053f2f40c3f2d0d54bc4a726764f296fd3a35 (commit)
       via  81655e7dbf6d769219260828b6f4781435efca1c (commit)
       via  def667f7fc1b64171bec937861e34c5a94ead0d7 (commit)
       via  29bca18047f1d08e6408fbf21e5806cbedcae81c (commit)
       via  1af4010ff7344b12c193c9beb8a33f05125e7bf7 (commit)
       via  c951f8e06a8db91308b85f2610ee9a8c4d89297a (commit)
       via  2526bc3c9f886cd0b31878bd329097b2229faa8f (commit)
       via  33f122621adcf94ecdbf28dad9a1017d6f9d5c79 (commit)
      from  98c53cd06490ca0ae2cf1c96601ed35365e5b42a (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 8f7a3bf5eaec24a5de642ba2fe95c0bf7d663af9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Mar 4 19:02:53 2020 +0000

    Bug 24492: Update GPL license
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2ff054962ed308107b406b454f1c40802ff340e3
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Jan 9 13:53:09 2020 +0000

    Bug 24492: Add branch details page
    
    This patch adds a new 'branch details' page to the POS system which
    displays a summary of the cash register transactions for a branch
    since each register was last cashed up. It also allows for cashing
    up individual registers or cashing up all registers at a given branch
    in one transaction.
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 764053f2f40c3f2d0d54bc4a726764f296fd3a35
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Jan 22 14:24:15 2020 +0000

    Bug 22615: Fix perlcritic
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 81655e7dbf6d769219260828b6f4781435efca1c
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Wed Jan 22 14:21:33 2020 +0000

    Bug 22615: Add endpoint for getting one ill backend
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit def667f7fc1b64171bec937861e34c5a94ead0d7
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Mon Apr 1 15:08:26 2019 +0000

    Bug 22615: Add /ill_backends endpoint
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 29bca18047f1d08e6408fbf21e5806cbedcae81c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Mar 5 13:01:22 2020 +0000

    Bug 24369: DBRev 19.12.00.036
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1af4010ff7344b12c193c9beb8a33f05125e7bf7
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 9 11:13:47 2020 -0300

    Bug 24369: Add CORS support to the API
    
    This patch adds CORS support for API requests. It uses the
    AccessControlAllowOrigin syspref. To test:
    
    1. Apply this patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/api/v1/auth.t
    => SUCCESS: Tests pass!
    3. Set the AccessControlAllowOrigin to any string (for example, *)
    4. Use any API testing tool (Postman?) to place a request on the API
    => SUCCESS: The response headers include Access-Control-Allow-Origin,
        containing what you set on the syspref
    5. Sign off :-D
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit c951f8e06a8db91308b85f2610ee9a8c4d89297a
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 9 10:44:09 2020 -0300

    Bug 24369: Add CORS support to output_with_http_headers()
    
    This patch adds CORS support to output_with_headers(). It will use the
    AccessControlAllowOrigin syspref to pick the value and set the Access-Control-Allow-Origin header.
    
    To test:
    1. Apply this patch
    2. Run:
       $ kshell
      k$ prove t/Output.t
    SUCCESS: Tests pass!
    3. Sign off :-D
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 2526bc3c9f886cd0b31878bd329097b2229faa8f
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Jan 9 10:42:43 2020 -0300

    Bug 24369: Add AccessControlAllowOrigin syspref
    
    Signed-off-by: Andrew Isherwood <andrew.isherwood at ptfs-europe.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 33f122621adcf94ecdbf28dad9a1017d6f9d5c79
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Jan 31 11:13:47 2020 +0100

    Bug 24552: Be compatible with Search::Elasticsearch 6.00
    
    There is no need to specify the `client` param here because
    '5_0::Direct' is the default value for Search::Elasticsearch 5.x and it
    breaks when Search::Elasticsearch 6.x is installed
    
    Test plan:
    1. Apply the patch
    2. Make sure you have Search::Elasticsearch 5.x
    3. Reload starman
    4. Verify that search works
    5. Install Search::Elasticsearch 6.x
    6. Reload starman
    7. Verify that search works
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 C4/Output.pm                                       |   2 +
 Koha.pm                                            |   2 +-
 Koha/REST/V1.pm                                    |  17 +-
 Koha/REST/V1/Illbackends.pm                        |  82 +++++++++
 Koha/SearchEngine/Elasticsearch.pm                 |   1 -
 api/v1/swagger/definitions.json                    |   6 +
 api/v1/swagger/definitions/ill_backend.json        |  13 ++
 .../{checkouts.json => ill_backends.json}          |   2 +-
 api/v1/swagger/paths.json                          |   6 +
 api/v1/swagger/paths/ill_backends.json             | 118 +++++++++++++
 installer/data/mysql/sysprefs.sql                  |   1 +
 installer/data/mysql/updatedatabase.pl             |  13 ++
 .../intranet-tmpl/prog/en/includes/pos-menu.inc    |   1 +
 .../en/modules/admin/preferences/web_services.pref |   6 +
 .../intranet-tmpl/prog/en/modules/pos/registers.tt | 184 +++++++++++++++++++++
 .../prog/en/modules/tools/tools-home.tt            |   8 +
 pos/registers.pl                                   |  68 ++++++++
 t/Output.t                                         |  58 ++++++-
 t/db_dependent/api/v1/auth.t                       |  21 ++-
 19 files changed, 598 insertions(+), 11 deletions(-)
 create mode 100644 Koha/REST/V1/Illbackends.pm
 create mode 100644 api/v1/swagger/definitions/ill_backend.json
 copy api/v1/swagger/definitions/{checkouts.json => ill_backends.json} (56%)
 create mode 100644 api/v1/swagger/paths/ill_backends.json
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt
 create mode 100755 pos/registers.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list