[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-100-g97dac5e513

Git repo owner gitmaster at git.koha-community.org
Mon Nov 16 23:56:33 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, 20.05.x has been updated
       via  97dac5e5136f2a2a3d0e49c862c0b058bedafac8 (commit)
       via  a230dda60451b3443575941fc50478034538a43c (commit)
      from  45c29bbccf624a210f79ab6294df97038fb2bd29 (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 97dac5e5136f2a2a3d0e49c862c0b058bedafac8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Oct 20 14:36:22 2020 -0300

    Bug 24633: (follow-up) Tweak sample plugin targets
    
    Sponsored-by: Theke Solutions
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 017036f695df46df1fe3c2106b96b6285b0b9e83)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit a230dda60451b3443575941fc50478034538a43c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Oct 20 14:29:38 2020 -0300

    Bug 24633: Add support for gitlab searching of plugins
    
    This patch adds the option to add Gitlab repositories to look for
    Koha plugins. As with Github, plugin projects need to be named
    koha-plugin-* and the release file needs to be named with the .kpz
    extension.
    
    To test:
    1. Apply this patchset
    2. Check either koha-conf.xml or koha-conf.site.xml.in for sample
       configurations of gitlab targets.
    3. Tweak your koha-conf.xml accordingly. You could have:
    
     <plugin_repos>
         <repo>
             <name>ByWater Solutions</name>
             <org_name>bywatersolutions</org_name>
             <service>github</service>
         </repo-
         <repo>
             <name>Theke Solutions</name>
             <org_name>thekesolutions</org_name>
             <service>gitlab</service>
         </repo>
         <repo>
             <name>PTFS Europe</name>
             <org_name>ptfs-europe</org_name>
             <service>github</service>
         </repo>
      </plugin_repos>
    
    4. Flush memcached and restart plack:
       $ flush_memcached
       $ koha-plack --restart kohadev
    5. Open the plugins page, search for anything, like 'gobi' or 'a'
    => SUCCESS: You get Theke results!
    6. Pick a gitlab plugin for install
    => SUCCESS: It is installed!
    7. Sign off :-D
    
    Sponsored-by: Theke Solutions
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit df2a7e4aa200ea9648d993241e75ef27e12fa103)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 debian/templates/koha-conf-site.xml.in |  2 +-
 etc/koha-conf.xml                      |  2 +-
 plugins/plugins-home.pl                | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list