Re: [Koha-devel] [Koha] Koha 20.05.00 Released

2020-06-15 Thread Jonathan Druart
Hello Quynh, Try to install libcpan-meta-requirements-perl as well (this should only be done on Ubuntu 16.04). Regards, Jonathan Le lun. 15 juin 2020 à 03:57, Quỳnh Vũ Đỗ a écrit : > > Hello Jonathan > > I was using Koha 19.11.06 on Ubuntu 16.04.6 LTS. After doing an upgrade, Koha > upgraded t

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Fridolin SOMERS
Hi, Unfortunably I think there is not. I know plugins like Inlibro Carrousel did it manually : https://git.biblibre.com/biblibre/koha-plugin-inlibro-carrousel/src/branch/master/Koha/Plugin/Carrousel We should provide a common way to do this. Best regards, Le 11/06/2020 à 02:13, dc...@prosent

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Jonathan Druart
There is koha-plugin-pay-via-paypal. Le lun. 15 juin 2020 à 10:19, Fridolin SOMERS a écrit : > Hi, > > Unfortunably I think there is not. > > I know plugins like Inlibro Carrousel did it manually : > > > https://git.biblibre.com/biblibre/koha-plugin-inlibro-carrousel/src/branch/master/Koha/Plugi

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Fridolin SOMERS
Le 15/06/2020 à 10:47, Jonathan Druart a écrit : There is koha-plugin-pay-via-paypal. I cant find this plugin. Is it on GitHub or somewhere ? Le lun. 15 juin 2020 à 10:19, Fridolin SOMERS mailto:fridolin.som...@biblibre.com>> a écrit : Hi, Unfortunably I think there is not.

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Jonathan Druart
https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal Le lun. 15 juin 2020 à 11:05, Fridolin SOMERS a écrit : > > > Le 15/06/2020 à 10:47, Jonathan Druart a écrit : > > There is koha-plugin-pay-via-paypal. > > I cant find this plugin. Is it on GitHub or somewhere ? > > > > > Le lu

Re: [Koha-devel] Adopting CPAN and Carton

2020-06-15 Thread Renvoize, Martin
A couple of things 1) You can already test koha using all the latest Perl dependencies from cpan using koha-testing-docker (Just set CPAN=1 in your environment before calling ku).. and I set this to run periodically on Jenkins 2) Carton takes snapshots to 'fix' your dependencies at specific versio

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Agustin Moyano
Hello everyone, koha-plugin-pay-via-paypal uses Vue to display frontend, and automatically chooses the language based on the lang attribute of html tag. Here https://gitlab.com/thekesolutions/plugins/koha-plugin-pay-via-paypal/-/blob/master/src/plugins/i18n.js adds the i18n module, and detects the

Re: [Koha-devel] Translate Koha Plugins?

2020-06-15 Thread Nicolas Legrand
Ahoj! You can now use a LANG variable from plugin template, since Bug 25099 : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25099 Note that the dummy “mannequin” plugin linked in the bug is pretty dumb and straightforward. It is inspired by Theke Solutions but I had to make something

[Koha-devel] Call for news: June 2020 Koha Newsletter

2020-06-15 Thread Koha Newsletter
I'm collecting news for the June newsletter. Send anything noteworthy to: k o h a news AT gmail dot com News criteria: --- ** For events **: - Please include dates for past events. If I can't find dates I may not add it. - Announcements for future events with dates T

[Koha-devel] Time to translate! string freeze for 19.05.x has begun

2020-06-15 Thread Victor Grousset/tuxayo
Hi, saluton, hola, bonjour, String freeze is into effect today Monday 15 June 2020 for the 19.05.x maintenance branch. 19.05.12 release is scheduled for Monday 22 June 2020. Which means it's the right time to head over to the translation platform: https://translate.koha-community.org/projects/ I

[Koha-devel] Clarifying public routes on REST API

2020-06-15 Thread dcook
Hi all, Could I get some clarification on the purpose of the "public" routes for the REST API? In the case of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24909, it looks like it's a public API that doesn't require authentication/authorization. However other "public" route