Main Koha release repository https://koha-community.org
Find a file
Magnus Enger f2a05fadd0 Bug 36517: Fix output from install_plugins.pl
When misc/devel/install_plugins.pl does not find any plugins, it prints
the list of pluginsdir, but with a literal \n separating the dirs, and
no newline at the end.

To test:
- Edit koha-conf.xml and add a second entry for <pluginsdir>, so there
  are two entries. The second one could just be a copy of the original.
- Run "perl misc/devel/install_plugins.pl"
- Note the output looks something like this:

No plugins found
pluginsdir contains:
/var/lib/koha/kohadev/plugins\n/var/lib/koha/kohadev/pluginsroot@kohadevbox:koha(master)$

- Apply the patch and run the script again. Output should be:

No plugins found
pluginsdir contains:
/var/lib/koha/kohadev/plugins
/var/lib/koha/kohadev/plugins
root@kohadevbox:koha(master)$

- Sign off

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 4848def5e2)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2024-05-23 14:36:46 +02:00
acqui
admin Bug 36439: Remove duplicate section in columns_settings 2024-05-23 13:48:20 +02:00
api
authorities
basket
bin
bookings
C4 Bug 36307: SMS::Send driver errors are not captured and stored 2024-05-23 14:02:52 +02:00
catalogue Bug 36438: Check object for calling metadata 2024-05-23 14:31:00 +02:00
cataloguing
circ
clubs
course_reserves
debian Bug 36531: Serve text/javascript compressed, like application/javascript is 2024-05-23 14:27:29 +02:00
docs
erm
errors
etc Bug 36531: Serve text/javascript compressed, like application/javascript is 2024-05-23 14:27:29 +02:00
ill
installer Bug 32707: DBRev 23.11.05.004 2024-05-23 14:06:22 +02:00
Koha Bug 32707: ElasticSearch should not auto truncate (even if QueryAutoTruncate = 1) for identifiers (and some other fields) 2024-05-23 14:05:51 +02:00
koha-tmpl Bug 32707: (follow-up) Fix link in system preference description 2024-05-23 14:06:34 +02:00
labels
lib/CGI/Session/Serialize
members
misc Bug 36517: Fix output from install_plugins.pl 2024-05-23 14:36:46 +02:00
offline_circ
opac Bug 36142: recallsview template param for opac-recall.tt 2024-05-23 13:56:54 +02:00
patron_lists
patroncards
plugins
pos
preservation
recalls
reports
reserve
reviews
rotating_collections
serials
services
skel
suggestion
svc
t Bug 36493: Make cashups test more robust 2024-05-23 14:36:13 +02:00
tags
tools
virtualshelves
xt
.editorconfig
.eslintrc.json
.gitignore
.htaccess
.mailmap
.perlcriticrc
.perltidyrc
.proverc.dist
.stylelintrc.json
about.pl
app.psgi
build-resources.PL
changelanguage.pl
cpanfile
cypress.config.ts
fix-perl-path.PL
gulpfile.js
help.pl
INSTALL
Koha.pm Bug 32707: DBRev 23.11.05.004 2024-05-23 14:06:22 +02:00
kohaversion.pl
LICENSE
mainpage.pl
Makefile.PL
MANIFEST.SKIP
package.json
README
README.md
README.robots
rewrite-config.PL
tsconfig.json
webpack.config.js
yarn.lock

Koha is a free software integrated library system (ILS).

Koha is distributed under the GNU GPL version 3 or later.

Note: Koha does not accept pull requests from git hosting sites.

Note: This project has its own bug tracker, to report a bug or submit a patch visit http://bugs.koha-community.org.

For guidelines on submitting patches for Koha please visit https://wiki.koha-community.org/wiki/SubmitingAPatch

The developers handbook can be found at https://wiki.koha-community.org/wiki/Developer_handbook

http://koha-community.org/

Koha Logo