[Koha-devel] Community positions for 25.05 cycle

2024-10-25 Thread Renvoize, Martin via Koha-devel
Hi everyone, It's that time again, we're coming up to release time for 24.11 and that means picking the team for the 25.05 cycle! Please see the roles page at https://wiki.koha-community.org/wiki/Roles_for_25.05 and add your name to a role if you would like to propose volunteering for it. The te

[Koha-devel] Community positions for the 24.11 cycle

2024-04-18 Thread Renvoize, Martin via Koha-devel
Hi everyone, We need your help! I'd like to advertise that we have a vote upcoming in the community for the roles for the next release cycle, 24.11. Please see the roles page at https://wiki.koha-community.org/wiki/Roles_for_24.11 and add your name to a role if you would like to propose voluntee

Re: [Koha-devel] SelfCheckoutByLogin

2024-04-17 Thread Renvoize, Martin via Koha-devel
Bug 30979 was written to mostly resolve this use case. There are further enhancements to it reported to limit by IP range and things, but the basics all work. If you wanted a specific device required I'd suggest using the code developed for the above as a starting point. On Wed, 17 Apr 2024, 2:

Re: [Koha-devel] Override sysprefs in Apache config

2024-02-26 Thread Renvoize, Martin via Koha-devel
That might be what the _NAMES override is for.. I believe you pass it a list of the Prefs your overriding and it'll then display a message in the sysprefs if the staff client stating their likely override at the virtual host level. On Sun, 18 Feb 2024, 10:21 pm David Cook via Koha-devel, < koha-de

Re: [Koha-devel] Override sysprefs in Apache config

2024-02-26 Thread Renvoize, Martin via Koha-devel
We use it still I believe. There's an allow list of options inside the middleware: https://git.koha-community.org/Koha-community/Koha/src/branch/master/Koha/Middleware/SetEnv.pm#L66 I can't remember what the _NAMES option is for of the top of my head. Let me know if you need any further guidance a

Re: [Koha-devel] TT notice question

2024-01-04 Thread Renvoize, Martin via Koha-devel
It's probably context related.. perl and TT can be finicky. .branchcode is a relation accessor as well as the column name so you may need to call .branchcode.branchcode (ie the branchcode relation followed by the same named column in the branches table branchcode. Finally, your mixing <<>> and [%