Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 344.53

Created Date User Activity Issue Comment Hours
10.11.2022 04:57 10.11.2022 Lari Taskula Development Support #973: Bug 18595 - Move C4::Members::Messaging to Koha namespace Rebasing. Git conflicts resolved mostly without pain. There seems to be new appearances of usage of the methods this Bug aims to replace. They have to be identified, replace with the new methods and amend test plan to cover these cases. Identifying all new occurences and replaced them with new methods. Debugging some failed unit tests, especially t/db_dependent/api/v1/patrons.t. Deeper investigation revealed some issues. Firstly, days_in_advance must be explicitly defined as undef, because Koha has defined default days_in_advance value to be 0 at database level. It is easy to explicitly define it but at the same time it is also pointless to do so and such cases should be handled inside Koha objects. Did not yet implement such checks. Secondly, it seems the new objects do not return letter_code and letter_module which are required by the test, and the test will fail with the current logic. Studying what the current options are to resolve this issue. 4.00 Actions
28.11.2022 22:30 29.11.2022 Lari Taskula Development Support #993: Bug 32357 - Set borrower_message_preferences.days_in_advance default to NULL Investigating SetMessagingPreferences logic. It seems it overrides borrower_message_preferences.days_in_advance default (from 0 to null), so we might as well set default to null at database level. Implementing patch, figuring out how to test it, commenting on Bugzilla, attaching a patch. 1.50 Actions
29.11.2022 00:40 29.11.2022 Lari Taskula Maintenance Support #973: Bug 18595 - Move C4::Members::Messaging to Koha namespace Rebasing Bug 18595, fixing tests. 2.00 Actions
29.11.2022 13:40 29.11.2022 Lari Taskula Development Support #973: Bug 18595 - Move C4::Members::Messaging to Koha namespace Testing patches, found errors with patch "Catch message preference exceptions in OPAC", wrong exception package name, probably due to previous rebasing mistake. Fixing. 1.00 Actions
30.11.2022 18:24 30.11.2022 Lari Taskula Maintenance Support #973: Bug 18595 - Move C4::Members::Messaging to Koha namespace Going through test plans, found a 500 error in staff client when creating a new patron and email is not set. This was in fact already reported in 18595, but I had forgotten it. Need better exception handling in staff client. 1.00 Actions
30.11.2022 18:52 30.11.2022 Lari Taskula Development Support #973: Bug 18595 - Move C4::Members::Messaging to Koha namespace Thinking of possible solutions to the previous issue with missing contact information at patron creation step. First, attempting to catch exceptions at memberentry.pl and display an error message. This doesn't work however due to incompatible error handling in memberentry.pl. Remembered an old solution, a JavaScript validation that I've already implemented before. This could be an approach for resolving the issue. Found my old work from 2015 (Bug 14590) to which we can use here. Restoring old code from the patch in 14590 and rebasing it on current master. Testing changes, seems to work. Continuing testing rest of the test plans, preparing test plans and patches for attaching. 4.00 Actions
01.12.2022 15:14 01.12.2022 Lari Taskula Design Feature #994: REST API: GET deletedborrowers Received a contact from possible client requesting REST API endpoints for listing added, modified and deleted patrons. Returning an estimation and making a quick design for how the endpoints could look. Investigating current endpoints further - it's actually already possible to use current patron endpoint for listing added and modified patrons with the contact's needs. Reporting findings to our contact. 2.00 Actions
08.01.2024 13:08 08.01.2024 Lari Taskula Maintenance Support #1138: Tietuenäytön muokkaus ei toimi päivityksen jälkeen Tutkittu ongelmaa ja löydetty Bug 35383 0.50 Actions
16.07.2019 19:05 16.07.2019 Olli-Antti Kivilahti Development Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/3375 3.00 Actions
17.07.2019 11:41 17.07.2019 Olli-Antti Kivilahti Development Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/3375 6.02 Actions
19.07.2019 01:21 18.07.2019 Olli-Antti Kivilahti Development Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/3375 3.87 Actions
19.07.2019 02:21 19.07.2019 Olli-Antti Kivilahti Development Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/3375 0.99 Actions
19.07.2019 02:30 19.07.2019 Olli-Antti Kivilahti Development Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/3375 0.05 Actions
31.07.2019 10:20 04.07.2019 Olli-Antti Kivilahti Communication Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/3375 Sprint planning in Hki. 1h travel time with 50% billing. 1.50 Actions
31.07.2019 10:21 31.07.2019 Olli-Antti Kivilahti Communication Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/3375 - sprint retrospective, all is ok. No extra sprints. 0.33 Actions
10.09.2019 11:15 10.09.2019 Olli-Antti Kivilahti Communication Feature #59: NatLibFi (KK) Koha consultation Mentoring @nugged. https://tiketti.koha-suomi.fi/issues/4134 2.25 Actions
19.09.2019 10:21 19.09.2019 Olli-Antti Kivilahti Design Feature #59: NatLibFi (KK) Koha consultation https://tiketti.koha-suomi.fi/issues/4134 Mentoring @nugged to deploy Koha-Ansible dev environment. 2.33 Actions
31.03.2020 09:20 31.03.2020 Olli-Antti Kivilahti Development Feature #59: NatLibFi (KK) Koha consultation Testing Kehitysehdotus #4332: Bug 24751 - REST API: CRUD endpoints for holdings records Code reviewing the big change. Discussing with @lari. 1.82 Actions
24.08.2023 16:22 24.08.2023 Olli-Antti Kivilahti Learning Support #1101: ISO ILL 18626 ja Koha - Design phase. Looking briefly at what Koha wiki offers. Reading through Koha's backend ILL code and looking at example plugin implementations. 3.33 Actions
24.08.2023 23:37 25.08.2023 Olli-Antti Kivilahti Learning Support #1101: ISO ILL 18626 ja Koha - Design phase. Bought the ISO18626 document and read through it. Planning the technical implementation to Koha. Such as authentication, Agency discovery, configuration, Agency metadata and availability search. Asking the iso18626ill@gmail.com some questions about inconsistency regarding auth and help in designing federation. 3.00 Actions
25.08.2023 01:49 25.08.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Planning the Finna-integration. Found issues defining online payments. ISO18626 deals only with very precisely the sharing of an Item between libraries. No discovery services of any kind. Those are left for the consortium to decide. Archimate modeling regarding Finna integration and emailing ISO18626 maintainers about questions and status report to stakeholders. 2.00 Actions
25.08.2023 14:19 25.08.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Implementing a more detailed plan for the basic use cases. Referencing Koha capabilities and ISO specs. 1.50 Actions
25.08.2023 21:07 26.08.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Looking at significant Complex Data Types of concern in the ISO -standard, and how to implement them in Koha. Releasing some thoughts on "Koha to Koha" messaging. 1.50 Actions
30.08.2023 13:43 30.08.2023 Olli-Antti Kivilahti Communication Support #1101: ISO ILL 18626 ja Koha - Design phase. Status report to EPK. Got access to kiwi.fi. Quickly glancing at Airut. 0.75 Actions
08.09.2023 04:46 08.09.2023 Olli-Antti Kivilahti Learning Support #1101: ISO ILL 18626 ja Koha - Design phase. Studied kiwi Airut-materials briefly. 0.50 Actions
(101-125/182) Per page: 25, 50, 100, 500

Also available in: Atom CSV