[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-52-ga3cd7581db

Git repo owner gitmaster at git.koha-community.org
Thu Feb 6 22:46:02 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, 19.05.x has been updated
       via  a3cd7581dbc82f3fd09db9e9eb76ec8e73d10bd6 (commit)
       via  8e7a9c407d1bb4c6ddb905c4e7f48ca887f638b8 (commit)
       via  5edcba2f6eab8f08d11d5548b8df3d6617e16a2c (commit)
      from  6465c6f9680c138430b31cc71024d545b9f412ca (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 a3cd7581dbc82f3fd09db9e9eb76ec8e73d10bd6
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu May 16 00:09:38 2019 -0300

    Bug 22835: (follow-up) Remove comented code
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 60ba3e8c639bf4ade1b3d837250468b979da4728)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 8e7a9c407d1bb4c6ddb905c4e7f48ca887f638b8
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Fri May 3 00:15:12 2019 -0300

    Bug 22835: (follow-up) Remove unwanted warn
    
    Signed-off-by: Arthur Suzuki <arthur.suzuki at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit c3cc7c06b39f1a47238dc50175de07668e5c2668)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 5edcba2f6eab8f08d11d5548b8df3d6617e16a2c
Author: Agustin Moyano <agustinmoyano at theke.io>
Date:   Thu Apr 25 02:13:37 2019 -0300

    Bug 22835: Serve plugin static files through API
    
    This patch serves static files declared within plugins.
    
    To declare static files the plugin must implement the method 'static_routes' which retrieves the spec of static file routes to add to the API.
    
    Once those routes are added to the API, the become available through the /api/v1/contrib/<api_namespace>/static/<path>/<to>/<file>/<filename> endpoint.
    
    To test:
    1) Install bug-22835-plugin.kpz
    2) Point your browser to /api/v1/contrib/kitchensink/static/static_files/mm.gif
    CHECK => No file is served
    3) Apply this patch
    4) restart_all
    5) Repeat step 2.
    SUCCESS => File is served!
    6) Sign off
    
    Sponsored-by: Theke Solutions
    Signed-off-by: Arthur Suzuki <arthur.suzuki at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 688967e6eaab4c1f5670cbef254cb4a7101c4e18)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/REST/Plugin/PluginRoutes.pm | 42 +++++++++++++-------
 Koha/REST/V1/Static.pm           | 84 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 113 insertions(+), 13 deletions(-)
 create mode 100644 Koha/REST/V1/Static.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list