[koha-commits] main Koha release repository branch master updated. v20.05.00-1403-gbaabaceb32

Git repo owner gitmaster at git.koha-community.org
Wed Oct 14 16:26:28 CEST 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  baabaceb32b3138829d9a9bfc20e8f8a6c8abd36 (commit)
       via  8eb68c082a664d6aee10fd87ed6009a9a40bdbe3 (commit)
       via  b62cb37db777ceba089e77bf65b2ac8095f7b741 (commit)
       via  1a62e3e030b75d5e3b0aaf30b8f6a80d39fc343b (commit)
       via  c59b0227836faff9af5218625af1fb7f25268ea7 (commit)
       via  0c4c9764db9c1946df0781227df6d3147c744301 (commit)
       via  98b584d97f919b610be501faa23730da1d87b303 (commit)
       via  ef0f0d7e0b135f9fd1260a575bb90c0a96faae75 (commit)
      from  096327cfcd27d7abf484c3653b13e059bb9152e5 (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 baabaceb32b3138829d9a9bfc20e8f8a6c8abd36
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Oct 14 10:04:24 2020 -0300

    Bug 26595: Remove password from the smtp_server API object
    
    This patch makes the SMTP server objects do not include the password for
    API representation. If we need the password itself, we can add a route
    to retrieve it with specific permissions.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8eb68c082a664d6aee10fd87ed6009a9a40bdbe3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 14 14:12:44 2020 +0200

    Bug 26595: Embed the whole smtp_server object
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit b62cb37db777ceba089e77bf65b2ac8095f7b741
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 1 12:13:48 2020 -0300

    Bug 26595: Add the option to hide the SMTP server column
    
    This patch adds
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 1a62e3e030b75d5e3b0aaf30b8f6a80d39fc343b
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 1 12:10:39 2020 -0300

    Bug 26595: Add SMTP server column to libraries table
    
    This patch makes the libraries datatable render the assigned SMTP server
    on each row. 'Default' will be rendered when the system default is
    detected. A link to the SMTP server config will be rendered when a real
    SMTP server is assigned.
    
    To test:
    1. Apply this patches, reload al the things
    2. Visit the libraries table
    => SUCCESS: There's an SMTP server column displaying the right thing
    3. Assign an SMTP server to a library
    => SUCCESS: The table displays the server name as a link
    => SUCCESS: The link correctly points to the SMTP server config page
    4. Sign off
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit c59b0227836faff9af5218625af1fb7f25268ea7
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 1 12:07:38 2020 -0300

    Bug 26595: Add smtp_server_info embed option to /libraries
    
    This patch simply adds the option to embed the return value from
    Koha::Library->smtp_server_info on the libraries GET actions.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0c4c9764db9c1946df0781227df6d3147c744301
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu Oct 1 12:06:13 2020 -0300

    Bug 26595: Add Koha::Library->smtp_server_info
    
    This patch adds a method for retrieving brief information about the
    linked (or not) SMTP server for embedding on API requests.
    
    To test:
    1. Apply this patch
    2. Run:
       $ kshell
      k$ prove t/db_dependent/Koha/Library.t
    => SUCCESS: Tests pass!
    3. Sign off :-D
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 98b584d97f919b610be501faa23730da1d87b303
Author: Mason James <mtj at kohaaloha.com>
Date:   Wed Oct 14 18:51:29 2020 +1300

    Bug 17084: Automatic debian/control updates (master)
    
    built from c12ede4 on debian 9
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit ef0f0d7e0b135f9fd1260a575bb90c0a96faae75
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 14 15:52:29 2020 +0200

    Bug 23895: Fix check_sysprefs.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/SMTP/Server.pm                                  | 18 ++++++++++++++++++
 admin/columns_settings.yml                           |  2 ++
 api/v1/swagger/definitions/library.json              |  4 ++++
 api/v1/swagger/paths/libraries.json                  | 10 ++++++++--
 debian/control                                       | 14 +++++++-------
 .../intranet-tmpl/prog/en/modules/admin/branches.tt  | 20 ++++++++++++++++++--
 t/db_dependent/Koha/SMTP/Server.t                    | 14 +++++++++++++-
 t/db_dependent/check_sysprefs.t                      |  2 +-
 8 files changed, 71 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list