Re: [Koha-devel] [RESEND] Ban the use of `our` in our codebase?

2025-03-12 Thread Tomas Cohen Arazi via Koha-devel
should at least fix the easy ones, I am willing to write a > patch if two people commit to assisting with the SO and QA steps. > > Le mer. 12 mars 2025 à 12:59, Tomas Cohen Arazi via Koha-devel > a écrit : > > > > Yeah, I'd advocate for a 'fix as seen' basis inste

Re: [Koha-devel] [RESEND] Ban the use of `our` in our codebase?

2025-03-12 Thread Tomas Cohen Arazi via Koha-devel
ater Solutions ( http://bywatersolutions.com ) > Meadville Public Library ( http://www.meadvillelibrary.org ) > Crawford County Federated Library System ( http://www.ccfls.org ) > > > On Wed, Mar 12, 2025 at 6:56 AM Tomas Cohen Arazi via Koha-devel < > koha-devel@lists.koha-commun

[Koha-devel] [RESEND] Ban the use of `our` in our codebase?

2025-03-12 Thread Tomas Cohen Arazi via Koha-devel
I'm not sure why we didn't do it already, but running Koha in a persistent context has become the standard. This means variables defined as `our $variable` will persist in memory while workers run. And this is dangerous for several reasons. The most obvious one is that sometimes the code expects t

[Koha-devel] Test email

2025-02-20 Thread Tomas Cohen Arazi via Koha-devel
Dismiss this email. Hi, this is just a test, as my latest email never reached y'all. -- Tomás Cohen Arazi Theke Solutions (https://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.

Re: [Koha-devel] REMINDER: Development Jitsi meeting 11 November 2024

2024-12-04 Thread Tomas Cohen Arazi via Koha-devel
Thanks Katrin El mié, 4 dic 2024 a las 10:05, Katrin Fischer via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > Hi all, > > my apologies for the confusion: The meeting was moved from 4th to 11th, so > to Wednesday next week. > > The wiki and the calendar have been adjusted accord

Re: [Koha-devel] Koha 24.11.00 is here!

2024-11-26 Thread Tomas Cohen Arazi via Koha-devel
Congrats Katrin and team! El mar, 26 nov 2024 a las 6:19, Fischer, Katrin via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > The Koha community is proud to announce the release of Koha 24.11.00. > > > > Koha 24.05.00 is a major release that comes with many new features. > > > > I

Re: [Koha] Error installing es-ES in Koha 24.05

2024-08-30 Thread Tomas Cohen Arazi
I've been translating to es-ES the last couple years. I couldn't find those source strings: https://translate.koha-community.org/search/?q=+source%3A%22%25s+%25s+%25s+%25s+%25s+Course%22+&sort_by=-priority%2Cposition&checksum= Maybe the koha-l10n file is old? El vie, 30 ago 2024 a las 14:55, Kat

Re: [Koha] How to use the new feature (lock records)

2024-06-24 Thread Tomas Cohen Arazi
Hi Sami and all. I think David Nind summarized the feature correctly. And Arthur's follow-up reports are the planned evolutionary steps. So: 1. Record sources can be defined, with a flag allowing edition 2. As of today, the record source for a record can only be set using the API [1], some dedicat

Re: [Koha] [Koha-devel] Koha 24.05 is here!

2024-05-29 Thread Tomas Cohen Arazi
t; > Caroline > > > > On 2024-05-28 08:11, Tomas Cohen Arazi wrote: > > > Congratulations, Katrina! Great job > > > > > > El mar, 28 may 2024 a las 6:15, Fischer, Katrin via Koha-devel (< > > > koha-de...@lists.koha-community.or

Re: [Koha] [Koha-devel] Koha 24.05 is here!

2024-05-28 Thread Tomas Cohen Arazi
Congratulations, Katrina! Great job El mar, 28 may 2024 a las 6:15, Fischer, Katrin via Koha-devel (< koha-de...@lists.koha-community.org>) escribió: > The Koha community is proud to announce the release of Koha 24.05.00. > > Koha 24.05.00 is a major release that comes with many new features. > >

Re: [Koha-devel] Koha 24.05 is here!

2024-05-28 Thread Tomas Cohen Arazi via Koha-devel
Congratulations, Katrina! Great job El mar, 28 may 2024 a las 6:15, Fischer, Katrin via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > The Koha community is proud to announce the release of Koha 24.05.00. > > Koha 24.05.00 is a major release that comes with many new features. > >

Re: [Koha-devel] Koha CSRF protection

2024-04-13 Thread Tomas Cohen Arazi via Koha-devel
The thing is we don't have a spec for each endpoint as we do for the API. So people could be tricked to send a GET with a similar form, to an endpoint (the .pl script) and bypass the generic CSRF check we do. Also, this ways programmers and the QA team have a simpler way to detect state-changing w

[Koha] IMPORTANT: Koha hotfix

2024-04-11 Thread Tomas Cohen Arazi
Hi everyone, we just identified an error on last week's releases and are publishing a quick update. Packages are generally available with the patched versions and should be applied. Source tarballs are a bit delayed but will be published as well. Thanks to all involved -- Tomás Cohen Arazi Thek

[Koha-devel] IMPORTANT: Koha hotfix

2024-04-11 Thread Tomas Cohen Arazi via Koha-devel
Hi everyone, we just identified an error on last week's releases and are publishing a quick update. Packages are generally available with the patched versions and should be applied. Source tarballs are a bit delayed but will be published as well. Thanks to all involved -- Tomás Cohen Arazi Thek

Re: [Koha-devel] REST API : PUT for partial update

2024-03-21 Thread Tomas Cohen Arazi via Koha-devel
iration date. > > So maybe better create a dedicated route with only PUT. > > Like the one for privacy : > > /public/patrons/{patron_id}/guarantors/can_see_charges > > > > We should add some text to wiki : > > https://wiki.koha-community.org/wiki/Koha_REST_API_Users_Guide &g

Re: [Koha-devel] REST API : PUT for partial update

2024-03-20 Thread Tomas Cohen Arazi via Koha-devel
When we decided to implement the RESTful API, we agreed PUT is for 'replacing' resources, and PATCH for updating selected pieces of them. I personally never managed to wrap my mind around PATCH and how to validate what tiny bit is allowed to be patched or not. As OpenAPIv2 is not that flexible. B

Re: [Koha] Plugin Carroucel

2024-03-01 Thread Tomas Cohen Arazi
What is the Carrousel plugin? How you installed? El vie, 1 mar 2024 a las 10:14, Victor Barroso Oliveira (< vbovic...@gmail.com>) escribió: > Hello friends, > I uninstalled the Carroucel Plugin but it still remains in OPAC even after > clearing the browser cache. > How can I completely clean this

Re: [Koha] [Koha-devel] Koha CSRF protection

2024-03-01 Thread Tomas Cohen Arazi
Congrats team! El vie, 1 mar 2024 a las 10:26, Nick Clemens via Koha-devel (< koha-de...@lists.koha-community.org>) escribió: > Hello all! > > We have pushed the CSRF work from 34478 and related bugs today. We know > there are more follow-ups needed, and have filed a series of bugs under an > omn

Re: [Koha-devel] Koha CSRF protection

2024-03-01 Thread Tomas Cohen Arazi via Koha-devel
Congrats team! El vie, 1 mar 2024 a las 10:26, Nick Clemens via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > Hello all! > > We have pushed the CSRF work from 34478 and related bugs today. We know > there are more follow-ups needed, and have filed a series of bugs under an > omn

Re: [Koha-devel] Session corruption in koha-testing-docker master

2024-02-13 Thread Tomas Cohen Arazi via Koha-devel
That's interesting! I've seen such situation on stuck STOMP messages, so I guess we are breaking userenv somewhere! El lun, 12 feb 2024 a las 21:36, David Cook via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > Hi all, > > > > The last two days I’ve noticed that my session is get

Re: [Koha-devel] Growing size of koha/koha-testing:master

2024-02-05 Thread Tomas Cohen Arazi via Koha-devel
I think it's related to having Cypress bundled. And maybe some mistake on package cache cleanup. El dom, 4 feb 2024 a las 19:30, David Cook via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > Hi all, > > > > I’ve noticed recently that koha/koha-testing:master has been steadily > g

Re: [Koha] [Koha-devel] Koha 22.11.13 released

2024-01-02 Thread Tomas Cohen Arazi
Great, Frederic! El mar, 2 ene 2024 a las 9:59, Frédéric Demians via Koha-devel (< koha-de...@lists.koha-community.org>) escribió: > Hello everyone, > and best wishes for the New Year, > > The Koha community is proud to announce the release > of Koha 22.11.13: > https://koha-community.org/koha-22

Re: [Koha-devel] Koha 22.11.13 released

2024-01-02 Thread Tomas Cohen Arazi via Koha-devel
Great, Frederic! El mar, 2 ene 2024 a las 9:59, Frédéric Demians via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > Hello everyone, > and best wishes for the New Year, > > The Koha community is proud to announce the release > of Koha 22.11.13: > https://koha-community.org/koha-22

Re: [Koha] [Koha-devel] Koha 23.11.01 released

2024-01-02 Thread Tomas Cohen Arazi
Yay! El mar, 2 ene 2024 a las 7:37, Fridolin SOMERS via Koha-devel (< koha-de...@lists.koha-community.org>) escribió: > Hello everyone 🤗 > > The Koha community is proud to announce the release of Koha 23.11.01. > > It is a bugfix/maintenance release including 25 bugfixes. > > The full release not

Re: [Koha-devel] Koha 23.11.01 released

2024-01-02 Thread Tomas Cohen Arazi via Koha-devel
Yay! El mar, 2 ene 2024 a las 7:37, Fridolin SOMERS via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > Hello everyone 🤗 > > The Koha community is proud to announce the release of Koha 23.11.01. > > It is a bugfix/maintenance release including 25 bugfixes. > > The full release not

Re: [Koha] Debian Upgrade Error: 23.02.04-2 to 23.11.00-1

2023-12-15 Thread Tomas Cohen Arazi
This should do the trick too: ``` apt -f install ``` El vie, 15 dic 2023 20:44, Sebastian Krieg escribió: > Hello, > > I got the same error. The reason is that you installed your language in > former versions by hand. Now there is the news package koha-l10n. > > Please empty '/usr/share/koha/mi

Re: [Koha-devel] REMINDER: Development IRC meeting 13 December 2023

2023-12-12 Thread Tomas Cohen Arazi via Koha-devel
That'd be 13 UTC. El mar, 12 dic 2023 a las 9:10, Marcel de Rooy via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > How late btw? > -- > *Van:* Koha-devel namens > Fischer, Katrin via Koha-devel > *Verzonden:* dinsdag 12 december 2023 10:10 > *Aan:*

Re: [Koha-devel] FW: [Koha] Koha 23.11 released

2023-12-05 Thread Tomas Cohen Arazi via Koha-devel
Yes, I know what you want to say 🙂 > > Marcel > > -- > *Van:* Marcel de Rooy > *Verzonden:* dinsdag 5 december 2023 16:55 > *Aan:* Marcel de Rooy > *Onderwerp:* Fwd: [Koha] Koha 23.11 released > > > > ------ Forwarded message --

[Koha] Koha 23.11 released

2023-12-01 Thread Tomas Cohen Arazi
The Koha community is proud to announce the release of Koha 23.11.00. Koha 23.11.00 is a major release that comes with many new features. It includes 10 new features, 330 enhancements, 573 bugfixes. The full release notes are available here: https://koha-community.org/koha-23-11-released/ Debia

[Koha] Koha versions 23.05.06, 22.11.12, 22.05.17 and 21.11.26 released

2023-12-01 Thread Tomas Cohen Arazi
The Koha community is proud to announce the latest releases of the current versions of the software. This is a security and maintenance release on all branches, so please update at the earliest opportunity. As always, you can update using the already available packages, or download the release fr

Re: [Koha-devel] Anybody still using tarballs?

2023-11-10 Thread Tomas Cohen Arazi via Koha-devel
than.dru...@bugs.koha-community.org>) escribió: > But it won't embed po files. > Please see my reply to Victor. > > Le vendredi 10 novembre 2023, Tomas Cohen Arazi a > écrit : > > Gitlab allows you to download a tar.gz, and commits are GPG signed > already. > > Maybe w

Re: [Koha-devel] Anybody still using tarballs?

2023-11-10 Thread Tomas Cohen Arazi via Koha-devel
Gitlab allows you to download a tar.gz, and commits are GPG signed already. Maybe we can change the workflow. We should take some time to think about it next cycle. El mar, 7 nov 2023 a las 17:22, Jonathan Druart via Koha-devel (< koha-devel@lists.koha-community.org>) escribió: > Hi, > > I am sug

Re: [Koha-devel] Last month before the release

2023-11-06 Thread Tomas Cohen Arazi via Koha-devel
eah, I think having a live chat sounds like a plan. >> Communication is good. >> >> >> >> Timezones, especially mine, make it tough, but being able to point at >> documentation for policies and procedures is helpful. >> >> >> >> David Cook &

Re: [Koha-devel] Last month before the release

2023-11-03 Thread Tomas Cohen Arazi via Koha-devel
Hi all, this is master's latest failures: https://jenkins.koha-community.org/job/Koha_Master/lastCompletedBuild/testReport/ The selenium failure has been there for a while, and the other ones are recent. El jue, 2 nov 2023 a las 10:30, Tomas Cohen Arazi () escribió: > Hi all. > >

Re: [Koha-devel] Last month before the release

2023-11-02 Thread Tomas Cohen Arazi via Koha-devel
> > > David Cook > > Senior Software Engineer > > Prosentient Systems > > Suite 7.03 > > 6a Glen St > > Milsons Point NSW 2061 > > Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Koha-devel

[Koha-devel] Last month before the release

2023-11-02 Thread Tomas Cohen Arazi via Koha-devel
Hi all. We are almost done with the release, a couple medium/big things to push today/tomorrow and then bug fixing. I wanted to ask y'all to please view the Jenkins tasks status anytime after your stuff has been pushed. I know I said this many times, but some devs clearly break some tests that ar

[Koha] Roles for 24.05 are open

2023-10-18 Thread Tomas Cohen Arazi
A new cycle is about to start. It is time for you all to put your names for the next release. Here: https://wiki.koha-community.org/wiki/Roles_for_24.05 Best regards -- Tomás Cohen Arazi Theke Solutions (https://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F

[Koha-devel] Koha 23.11 - Release dates

2023-10-18 Thread Tomas Cohen Arazi via Koha-devel
Hi all, This are the release dates: * Oct 30th - "Soft" feature freeze, nothing big or with high risk of side-effects will be included into the final release if not marked as Passed QA * Nov 5 - "Hard" feature freeze, nothing considered as an improvement will be pushed if not marked as Passed QA

Re: [Koha-devel] Background jobs in plugins

2023-10-15 Thread Tomas Cohen Arazi
; David Cook > > Senior Software Engineer > > Prosentient Systems > > Suite 7.03 > > 6a Glen St > > Milsons Point NSW 2061 > > Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Kyle Hall > *Sent:*

Re: [Koha-devel] Background jobs in plugins

2023-10-13 Thread Tomas Cohen Arazi
Look at this commit: https://github.com/bywatersolutions/dev-koha-plugin-kitchen-sink/commit/30d1446387fa864fe49f25cb53a2915b33ef73ce Best regards El vie, 13 oct 2023 a las 10:09, Tomas Cohen Arazi () escribió: > Hi all. I'm wrapping a KitchenSink patch to highlight how it would

Re: [Koha-devel] Background jobs in plugins

2023-10-13 Thread Tomas Cohen Arazi
Hi all. I'm wrapping a KitchenSink patch to highlight how it would be used. The background jobs themselves work, but the template side I never looked at. I thought there was some default display showing all the report metadata, but it seems all descriptions are hardcoded and a dev is required to a

Re: [Koha-devel] REST API and new defaults (Zeno Tajoli)

2023-10-06 Thread Tomas Cohen Arazi
El vie, 6 oct 2023 a las 11:03, Olli-Antti Hypernova (< olli-antti.kivila...@hypernova.fi>) escribió: > Good idea. Anything to disband the "SmartUI"-antipattern is good for me. > > > We should add a new endpoint following established nomenclature. > > eg. PUT /biblios/123/merge/456 (PUT as it is

[Koha] Koha versions 23.05.04, 22.11.10, 22.05.16 and 21.11.24 released

2023-10-02 Thread Tomas Cohen Arazi
The Koha community is proud to announce the latest releases of the current stable, oldstable, oldoldstable and lts versions of the software. This is a security and maintenance release on all branches, so please update at the earliest opportunity. As always, you can update using the already availa

Re: [Koha] Koha not compatible with Plesk Control Panel?

2023-10-02 Thread Tomas Cohen Arazi
It won't work. Old libraries are not compatible (i.e. if you did some hacky trick to make Koha think it has the right version, it won't load anyways). El lun, 2 oct 2023 10:18, Alessandro Tedesco < alessandro.tedesco...@gmail.com> escribió: > Hi Mason, > > thanks for the reply. > > If I may, I

Re: [Koha-devel] stuck emails to koha-devel?

2023-09-11 Thread Tomas Cohen Arazi
I see this email. El lun, 11 sept 2023 a las 12:21, Philippe Blouin (< philippe.blo...@inlibro.com>) escribió: > Hi! > > Someone here (Shi Yao) has been trying to write to koha-devel starting two > weeks ago. The emails never got through, nor he got any followup from > koha-devel-owner. > > Anyo

[Koha-devel] Testing DB upgrades

2023-09-06 Thread Tomas Cohen Arazi
Hi all, we've recently run into issues on the stable branches with DB upgrades failing. Jonathan put together a proposal that will help us catch those beforehand, as mentioned on [bug 34683]( https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34683). Please take a look ASAP and help us mov

[Koha-devel] Warning: KTD problems with latest master

2023-09-05 Thread Tomas Cohen Arazi
Hi all. Today we pushed to master a needed upgrade for Cypress. The new Cypress configuration file that is included in the master branch IS NOT COMPATIBLE with older Cypress versions, and thus you need to pull the latest KTD image in order for things to work. I didn't expect a `ktd up` to fail bec

[Koha-devel] KTD testers needed

2023-08-31 Thread Tomas Cohen Arazi
Hi all, I've been working on making things easier on ARM64 processors (M1, M2, and so on) on top of the great work from Mason. Now we need help testing a branch [1]. I specially need non-ARM testers, so we are sure nothing gets broken with the change. To test: 1. On your KTD clone do: $ git

Re: [Koha-devel] plugins on KohaDevboxes

2023-08-31 Thread Tomas Cohen Arazi
What plugin is that? El jue, 31 ago 2023 a las 17:16, Philippe Blouin (< philippe.blo...@inlibro.com>) escribió: > Hi! > > Any suggestion onto why our plugin doesn't seem to work on (bywater's) > Devboxes while being perfectly fine in 22,23 or master local installs ? > > The UI of the config is a

Re: [Koha] Slow Item Edit Routines

2023-08-30 Thread Tomas Cohen Arazi
How many plack workers so you have enabled? El lun, 28 ago 2023 23:44, Rudy Hinojosa escribió: > Using v23.05.02 release has been a great experience thus far, but I am > noticing that the system is doing something CPU or process intrinsic > when it comes to editing an item. I'm unable to edit an

[Koha-devel] Koha versions 23.05.02, 22.11.08, 22.05.15 and 21.11.23 released

2023-08-07 Thread Tomas Cohen Arazi
The Koha community is proud to announce the latest releases of the current stable, oldstable, oldoldstable and lts versions of the software. This is a security and maintenance release on all branches, so please update at the earliest opportunity. As always, you can update using the already availa

[Koha] Koha versions 23.05.02, 22.11.08, 22.05.15 and 21.11.23 released

2023-08-07 Thread Tomas Cohen Arazi
The Koha community is proud to announce the latest releases of the current stable, oldstable, oldoldstable and lts versions of the software. This is a security and maintenance release on all branches, so please update at the earliest opportunity. As always, you can update using the already availa

Re: [Koha] Ticket Received - Koha Digest, Vol 213, Issue 24

2023-07-26 Thread Tomas Cohen Arazi
Someone subscribed their support portal to the list. I asked it to be removed from the list. El mié, 26 jul 2023 21:21, Decka David escribió: > Hi Koha Team, > > I might have left behind on this which keeps coming to my email, can > someone explain this support service? > > Decka D > > > On Thu,

Re: [Koha] Import data from excel to koha and Cover image using Manual data entry

2023-07-26 Thread Tomas Cohen Arazi
Or this plugin: https://github.com/bywatersolutions/koha-plugin-csv2marc El mié, 26 jul 2023 14:11, Katrin Fischer escribió: > Hi, > > you will need to convert your data from Excel spreadsheets to MARC21. > Tools like MARCEdit can help with that. > > There is a section in the manual describing

[Koha-devel] Tidy your code! And run the QA script!

2023-07-13 Thread Tomas Cohen Arazi
Hi all. I've been trying to push as much as I can from the PQA queue, and I'm finding that most of the patches haven't been tidied up yet or have trivially caught issues (maybe not most, but a lot). For example, this is what I find when I run an up to date KTD and the code is not tidy: ``` kohade

[Koha-devel] Roadmap 23.11

2023-06-21 Thread Tomas Cohen Arazi
Hi all, better late than never, here's the roadmap site for the upcoming 23.11 release: https://wiki.koha-community.org/wiki/Roadmap_for_23.11 As mentioned a few times already, that's where you should put your goals for the cycle, and the things you're willing to participate on. That way the rele

Re: [Koha-devel] Dockerized Koha

2023-06-21 Thread Tomas Cohen Arazi
Hi all. We actually *have* a Docker image building pipeline [1]. If someone wants to join the effort of publishing an official docker image, please put it in the Roadmap wiki. That reminds me I didn't send the email about the roadmap last week. Doing it right now. Best regards. [1] https://gitla

Re: [Koha] koha version diferences

2023-06-15 Thread Tomas Cohen Arazi
Hi, I suggest you take a look at the new features and enhancements from the official Release notes: https://koha-community.org/koha-23-05-released Best regards El jue, 15 jun 2023 a las 7:59, Paulo Neto () escribió: > Hello all, > > What are the main diferences/updates (the most significative)

[Koha-devel] git-bz update

2023-06-15 Thread Tomas Cohen Arazi
Hi all, I wanted to mention that the 'apply_on_cascade' branch for git-bz has been updated with a merge request from Andrii and Slava to upgrade it to Python 3. It should be bundled in the latest KTD. Kudos for them, and any issues you may find, please file a report on the project site [1]. Best

Re: [Koha] Koha timezone

2023-06-10 Thread Tomas Cohen Arazi
The timezone configuration details should say 'Config: Asia/Tomsk | ...: Undefined ' for you.v which means there's no env variable set, and the tz had been specified in koha-conf.xml. Questions: - Have you loaded the tz_info stuff in MySQL? - Have you restarted memcached after changing koha-conf?

Re: [Koha-devel] Integrating MarcEdit on Linux with Koha

2023-06-08 Thread Tomas Cohen Arazi
It would be cool. I wasn't lucky when I contacted them offering to provide an API. Good luck! El jue, 8 jun 2023 21:04, David Cook escribió: > Hi all, > > > > Recently, I’ve been running the MarcEdit CLI tool cmarcedit.exe on Linux > (using mono) to run task automations that were created by libr

Re: [Koha-devel] A case against our release dates

2023-06-01 Thread Tomas Cohen Arazi
vember for the big, and march for the small, > the hackfest starting the next cycle ? Thinking outside the box... > > > Philippe Blouin, > Directeur de la technologie > > Tél. : (833) 465-4276, poste 230 > philippe.blo...@inlibro.com > inLibro | pour esprit libre

[Koha-devel] A case against our release dates

2023-06-01 Thread Tomas Cohen Arazi
Hi all. Having served as Release Manager for the project a couple times, I'd like to ask y'all to think about the dates we've chosen and have stuck to the last few years for our releases. I know they are somehow aligned with our regular yearly meetings, and one each semester. But my experience say

[Koha] Koha 23.05 released

2023-05-31 Thread Tomas Cohen Arazi
The Koha community is proud to announce the release of Koha 23.05.00. Koha 23.05.00 is a major release, that comes with many new features. It includes 26 new features, 145 enhancements, 701 bugfixes. The full release notes are available here: https://koha-community.org/koha-23-05-released/ Debi

[Koha-devel] Koha 23.05 released

2023-05-31 Thread Tomas Cohen Arazi
The Koha community is proud to announce the release of Koha 23.05.00. Koha 23.05.00 is a major release, that comes with many new features. It includes 26 new features, 145 enhancements, 701 bugfixes. The full release notes are available here: https://koha-community.org/koha-23-05-released/ Debi

Re: [Koha] Koha upgrade error

2023-05-29 Thread Tomas Cohen Arazi
We are about to roll a new package with that fixed. Thanks for reporting. El lun, 29 may 2023 a las 8:11, Daniel F. Twum () escribió: > > > > > > > Upgrade to 22.11.05.010 [10:48:17]: Bug 33489 - Add indices to > default patron search fields > ERROR: {UNKNOWN}: DBI Exception: DBD:

Re: [Koha] Fwd: Koha 22.11.05 released

2023-05-27 Thread Tomas Cohen Arazi
Update using the packages. El sáb, 27 may 2023 16:37, Hector Gonzalez Jaime escribió: > Sorry, I didn't copy the list: > > Hi, it is strange, I was testing in english, anyway, koha-translate does > not list english as it is the default language, and doesn't let me > update it. > > The system als

Re: [Koha] Koha 22.11.05 released

2023-05-27 Thread Tomas Cohen Arazi
The latter. El sáb, 27 may 2023 12:32, Thomas Sycko-Miller escribió: > Thank you, Mason. I'm not sure whether removing the other languages did the > trick, or if the update was pushed since yesterday, but 22.11.06 is working > for me now. I appreciate your help! > > -- > *Thomas Sycko-Miller, TC

Re: [Koha-devel] Issues sending a JSON request body in a GET request to REST API

2023-05-12 Thread Tomas Cohen Arazi
David, that's correct, you should use the query parameter in that case. We really added the possibility of passing the query in the request body because we were looking for examples and that's what ES does. But it is not used in Koha, internally. El vie, 12 may 2023 a las 3:58, David Cook () escri

[Koha-devel] Koha 23.05 - Release dates

2023-05-03 Thread Tomas Cohen Arazi
Hi all, we are a bit past the release dates. Time flied :-D This are the release dates * May 10th - "Hard" feature freeze, nothing considered as an improvement will be pushed if not marked as Passed QA * May 17th - String freeze, draft of release notes published * May 24th - Only bug fixes consid

Re: [Koha-devel] Bug 32609 and package building

2023-04-26 Thread Tomas Cohen Arazi
ems > > Suite 7.03 > > 6a Glen St > > Milsons Point NSW 2061 > > Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *Tomas Cohen Arazi > *Sent:* Wednesday, 26 April 2023 11:25 PM &

[Koha] Roles for 23.11 are open

2023-04-26 Thread Tomas Cohen Arazi
A new cycle is about to start. It is time for you all to put your names for the next release. Here: https://wiki.koha-community.org/wiki/Roles_for_23.11 Best regards -- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F _

[Koha-devel] Roles for 23.11 are open

2023-04-26 Thread Tomas Cohen Arazi
A new cycle is about to start. It is time for you all to put your names for the next release. Here: https://wiki.koha-community.org/wiki/Roles_for_23.11 Best regards -- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F _

[Koha-devel] Bug 32609 and package building

2023-04-26 Thread Tomas Cohen Arazi
There's a conversation going on on the bug, about how that change made the build process a bit more complicated (i.e. more steps). Kyle and I have been working on this: https://gitlab.com/koha-community/koha-dpkg-docker#usage which is a simple way to build packages, and considers that required s

Re: [Koha-devel] Interesting syscalls when Starman starting up

2023-04-26 Thread Tomas Cohen Arazi
Koha has been using the Swagger/OpenAPI plugin since... 2015. The validation step is important, especially when there are API plugins. Plugins can break the API, and we need to check that. I'd like to hear opinions about that, though. And I am open to changing my mind. Best regards El mié, 26 a

Re: [Koha] Koha 21.11.19 released

2023-04-05 Thread Tomas Cohen Arazi
Great job! Thanks! El mié, 5 abr 2023 a las 8:15, Arthur Suzuki () escribió: > Hello, Bonjour, Ola, Kia ora, 今日は, > The Koha community is pleased to announce the release of version > 21.11.19. > Koha 21.11.19 is a bugfix/maintenance release. > It includes 1 enhancements, 45 bugfixes. > Full relea

[Koha-devel] Git server maintenance

2023-04-04 Thread Tomas Cohen Arazi
Hi all, we will be performing a maintenance task on the Git server during the next hours. -- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F ___ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lis

Re: [Koha-devel] Koha objects

2023-04-04 Thread Tomas Cohen Arazi
The Koha::Objects query syntax is passed through. I guess you need to make a regular join but call ->get_columns or smth. El mar, 4 abr 2023 a las 9:07, Marcel de Rooy () escribió: > Hi, > > Just a dumb question. But what is the best way to get a column from a > joined table in the results of a K

[Koha-devel] Your patches => your matter

2023-03-31 Thread Tomas Cohen Arazi
Hi all :-D I wanted to ask everyone contributing patches to Koha, that when you get notified your patches have been pushed, at least two things need to happen: - You get happy - You keep an eye on the test suite [1] You get happy because it means a lot of people reviewed your stuff, spent time a

[Koha-devel] Heya

2023-03-31 Thread Tomas Cohen Arazi
Hi, the hackfest is over, we had great time! I wanted to thank everyone supporting our open source work, and Biblibre for making this opportunity to meet in person real. Thanks! -- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F _

Re: [Koha] Koha Identity Provider Setup (Katrin Fischer)

2023-03-18 Thread Tomas Cohen Arazi
Hi, I'll try to give you a good example on Monday. El lun, 13 mar 2023 12:03, Agostino M. Nigro escribió: > Hey Karin, > > I was able to get it setup with ADFS eventually (through trial and error) > but was having issues with the scopes and matching of claims to Koha. > > I have been able to log

Re: [Koha-devel] Problem configuring apache with mpm_itk

2023-03-01 Thread Tomas Cohen Arazi
Hi. The message you posted contains a command you're suggested to run to get Apache properly configured. But beware 22.11 on Ubuntu 18.04 is not officially supported. El mié, 1 mar 2023 21:59, Christian Calle Jahuira escribió: > Hi all, > > I found the following detail when installing koha 22.1

[Koha-devel] Pull newer images today :-D

2023-02-22 Thread Tomas Cohen Arazi
Hi, we've just pushed a change to Koha, moving away from node-sass to dart-sass, and older docker images will fail as all assets are automatically built on startup and it will fail otherwise. Best regards -- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F ___

[Koha-devel] CI and packaging

2023-02-15 Thread Tomas Cohen Arazi
Hi all, we've been talking for a while by different means (IRC, pm, hackfests, etc) about the need to build a solid pipeline for our testing infrastructure, package building and testing and also the docker images. Several individuals have implemented different things over time, for building the pa

[Koha-devel] KTD and (Linux) Docker Desktop issues

2023-02-15 Thread Tomas Cohen Arazi
Hi all, community members have reported permissions issues breaking ktd initialization when launching it fresh. It's been narrowed down to be an issue with the Docker Desktop for Linux product. Please use the Docker Engine/server install instructions as pointed by the readme.

Re: [Koha] Missing item type icons in staff client of Koha 22.11.00

2023-02-14 Thread Tomas Cohen Arazi
Michael are you attending the Hackfest? We can teach you how to do it properly. On the other hand, I'm sure those will be pushed soon either way. El mié, 8 feb 2023 10:59, escribió: > Hi Michael, > > Thanks for your testing and acceptance but is not the right way to > test/patch and sign off a

[Koha-devel] Compiled files removal from source tree

2023-02-10 Thread Tomas Cohen Arazi
Hi all, there's been chatter and work about this subject in the last weeks. This is something we postponed until after the 22.11 release, which includes Vue files and forced us to rethink our build pipeline. Today we've done two important things you need to be aware of: * Compiled CSS and JS files

Re: [Koha-devel] koha-testing-docker is now installing pre-commit git hooks

2023-02-07 Thread Tomas Cohen Arazi
Excellent, thanks Jonathan. El mar, 7 feb 2023 a las 10:31, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > Hi, > > We have a pre-commit hook in the wiki but people forget to install it. And > it was not easy to update and propagate the changes. We decided to embed it > i

Re: [Koha] Apostrophe search

2023-02-06 Thread Tomas Cohen Arazi
Are you using Zebra? Or Elasticsearch? El jue, 2 feb 2023 a las 5:35, KAZIM ŞENTÜRK () escribió: > Hello, > > When we search "Bursa'nın" in Koha, 16817 results come up, but when we > remove the apostrophe and search as "Bursanın" 19909 results come up. > Why does the apostrophe cause searching an

Re: [Koha] Koha 22.11.01 error with serials in OPAC

2023-02-01 Thread Tomas Cohen Arazi
El mié, 1 feb 2023 a las 14:28, Isabel Pineda () escribió: > According to the bug report, the bug has been fixed, and the fix will come > with the release of version 22.11: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32555 > > Is there anything I can do now to show serial publicati

Re: [Koha-devel] Trouble for the Gitea project: forked to Forgejo

2023-02-01 Thread Tomas Cohen Arazi
that is not draining a 16G 8cores server resources (I just put > random numbers here) > > Le mer. 1 févr. 2023 à 14:51, Tomas Cohen Arazi a > écrit : > >> Can't we just use Gitlab for now? >> >> El mié, 1 feb 2023 a las 6:08, Jonathan Druart (< >

Re: [Koha-devel] Trouble for the Gitea project: forked to Forgejo

2023-02-01 Thread Tomas Cohen Arazi
Can't we just use Gitlab for now? El mié, 1 feb 2023 a las 6:08, Jonathan Druart (< jonathan.dru...@bugs.koha-community.org>) escribió: > See https://codeberg.org/forgejo/forgejo and > https://forgejo.org/2022-12-15-hello-forgejo/ > "To this end we are very proud that Codeberg e.V. has decided to

Re: [Koha] Koha 22.11.02 released

2023-01-26 Thread Tomas Cohen Arazi
Congrats, and welcome to all new devs \o/ El mié, 25 ene 2023 a las 14:14, O'Mara, Jacob () escribió: > The Koha community is proud to announce the release of version 22.11.02. > This is a maintenance release and contains many bugfixes. > > As always, you can download the release from > https://d

[Koha-devel] KTD, permissions and stuff

2023-01-11 Thread Tomas Cohen Arazi
Hi all, after several comments from people struggling with permissions, yarn build, etc; I've went ahead and tweaked the new `ktd` command so the default behavior is to jump into the container, on the instance user. i.e. # this command will put you in what we traditionally call 'kshell' ktd --shel

Re: [Koha-devel] Upgrading bugs.koha-community.org (plus others)

2023-01-03 Thread Tomas Cohen Arazi
I've seen some errors on saved reports. But it looks like DB structure changes won't be easy to fix manually. El mar, 3 ene 2023 a las 14:43, David Nind () escribió: > Hi Chris. > > Thanks for all your work in supporting and maintaining these! > > I get this message when trying to access the IRC

Re: [Koha] [Koha-devel] Upgrading bugs.koha-community.org (plus others)

2023-01-02 Thread Tomas Cohen Arazi
ntu 18.04 to 20.04. (18.04 goes out > of support in April). > It should be slightly faster with more ram available. > > Happy new OS for new year :) > > Chris > > On Tue, 3 Jan 2023 at 12:55, Tomas Cohen Arazi > wrote: > > > > Thanks for letting us know! G

Re: [Koha-devel] Upgrading bugs.koha-community.org (plus others)

2023-01-02 Thread Tomas Cohen Arazi
ntu 18.04 to 20.04. (18.04 goes out > of support in April). > It should be slightly faster with more ram available. > > Happy new OS for new year :) > > Chris > > On Tue, 3 Jan 2023 at 12:55, Tomas Cohen Arazi > wrote: > > > > Thanks for letting us know! G

Re: [Koha] [Koha-devel] Upgrading bugs.koha-community.org (plus others)

2023-01-02 Thread Tomas Cohen Arazi
Thanks for letting us know! Good luck! El lun, 2 ene 2023 19:54, Chris Cormack escribió: > Hi All > > The linode that bugs, dashboard, splitter, download, plus the bots run > on needs an OS upgrade. > > I am about to snapshot it and attempt that now. The server may or may > not go down for vario

Re: [Koha-devel] Upgrading bugs.koha-community.org (plus others)

2023-01-02 Thread Tomas Cohen Arazi
Thanks for letting us know! Good luck! El lun, 2 ene 2023 19:54, Chris Cormack escribió: > Hi All > > The linode that bugs, dashboard, splitter, download, plus the bots run > on needs an OS upgrade. > > I am about to snapshot it and attempt that now. The server may or may > not go down for vario

[Koha-devel] Roadmap for v23.05

2023-01-02 Thread Tomas Cohen Arazi
Hi all, last cycle we worked through a roadmap which was not 100% finished, but we made good progress in many of the main milestones: - Task queue streamlining (several improvements, progress bars, etc) - ERM (done) - Introduction of Vue (done) - Dates handling (partially done) - Circ, holds, bibl

  1   2   3   4   5   6   7   8   9   10   >