What about people that do not use Debian ? It seems that there is no
"standard" way to use Plack outside of the Debian world, and it looks
like 90% of https://wiki.koha-community.org/wiki/Plack is outdated.
If we abandon CGI support, I think we should first provide a clear setup
documentation. I wo
Good point, Julian. You are right.
Basically, we ship misc/plack/* which we keep in sync with
debian/templates/plack.psgi.
I would love to spend some time de-debianizing hte multi-tenant management
tools, but its been hard to find sponsorship or time for it. Most people
are comfortable with Debia
Dear koha devs,
login and email are identical for our patrons. I'd like to simplify password
recovery by hiding one of the two inputs.
$(document).ready(function(){
$("#opac-password-recovery label[for='username']").hide();
$("#opac-password-recovery label[for='email']").hide();
$("#opac-passwo
Are they really in sync ? They look very different (I cannot use the
rest api with misc/plack/koha.psgi for instance).
IMO a good starting point would be to move debian/templates/plack.psgi
outside of debian/ and make it the .psgi reference file for all types of
install (and remove misc/plack in t
Hi Holger,
Looking at your password reset page, I think you need to update your
selectors to target the "#password-recovery" . There is no element
with ID "opac-password-recovery". I'm not sure how the code is working in
scratchpad but if you fix the jQuery selectors, you should get the intended
e
Hi Eric,
thank you, but #password-recovery has the same problem. It works in scratchpad,
but not in OPACUserJS.
#opac-password-recovery is the ID of .
Right now, I tried with just
alert('Hello');
and even though it shows up in the source, it’s not executed.
Best
Holger
Von: Eric Phetteplace
Hi all,
join us for February's general IRC meeting:
https://wiki.koha-community.org/wiki/General_IRC_meeting_7_February_2018
Time: in about 45 minutes!
https://www.timeanddate.com/worldclock/fixedtime.html?msg=Koha+General+IRC+Meeting&iso=20180207T2000
Hope to see you there,
Katrin
+1 Julian
I've been avoiding Plack because we don't use Debian, but at some point I'll
have to use it, and it would be great if it was community supported beyond just
Debian. I'm happy to help test things, so long as I can have some guidance on
what to do.
(I'd love for the multi-tenant manag