Summary: | Add inLibro in default plugin repositories | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Plugin architecture | Assignee: | Blou <philippe.blouin> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, david, jonathan.druart, martin.renvoize, matt.blenkinsop, philippe.blouin, rebecca.bradshaw |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Rebecca Bradshaw | Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/738 |
Text to go in the release notes: |
This enhancement adds inLibro to the list of git repositories searched for plugins.
Notes:
- The ability to search git repositories for plugins from the manage plugins page, and then install, requires a system-level configuration change for your Koha instance(s).
- To enable, copy the <plugin_repos> block from debian/templates/koha-conf-site.xml.in to your instance's koha-conf.xml file, remove comments, and restart.
|
Version(s) released in: |
23.11.00,23.05.02
|
Circulation function: | |||
Bug Depends on: | 23975 | ||
Bug Blocks: | |||
Attachments: |
Bug 33776: Additional default plugin repo in koha-conf-site.xml.in
Bug 33776: Additional default plugin repo in koha-conf-site.xml.in Bug 33776: Additional default plugin repo in koha-conf-site.xml.in |
Description
Caroline Cyr La Rose
2023-05-18 20:42:04 UTC
Created attachment 151451 [details] [review] Bug 33776: Additional default plugin repo in koha-conf-site.xml.in Solutions inLibro started formating its repository to be found by Bug 23975. This patch adds it to the default list in the config template. Not sure how this can be signed off. Created attachment 151504 [details] [review] Bug 33776: Additional default plugin repo in koha-conf-site.xml.in Solutions inLibro started formating its repository to be found by Bug 23975. This patch adds it to the default list in the config template. Signed-off-by: David Nind <david@davidnind.com> Testing notes (using koha-testing-docker): 1. Apply this patch. 2. Copy the <plugin_repos> block from debian/templates/koha-conf-site.xml.in to /etc/koha/sites/kohadev/koha-conf.xml 2.1 This block should now include details for inLibro's repository. 2.2 Remove the comment lines (<!-- and -->). 3. Restart everything (flush_memcached and then restart_all). 4. Go to the plugins home page (Administration > Plugins > Manage plugins). 5. In the 'Search for plugins' search box (under and to the right of the Plugins heading), search for carrousel 6. The search results should include the koha-plugin-carrousel, with the organization show as Solutions inLibro. Created attachment 153202 [details] [review] Bug 33776: Additional default plugin repo in koha-conf-site.xml.in Solutions inLibro started formating its repository to be found by Bug 23975. This patch adds it to the default list in the config template. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Pushed to master for 23.11. Nice work everyone, thanks! Awesome, welcome aboard! :) Thanks for all the hard work! Pushed to 23.05.x for the next release Enhancement - not backporting to 22.11.x Nice work everyone! Hi - This has been added to the manual. |