Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 612.28

Project Created Date User Activity Issue Comment Hours
Koha Contributions 20.05.2022 05:21 20.05.2022 Lari Taskula Learning Support #939: Holds improvements 05/2022 Investigating requirements and searching for possible existing solutions from Koha Bugzilla and search engines. Emailing client. 3.00 Actions
Koha Contributions 18.03.2022 18:19 18.03.2022 Lari Taskula Development Support #851: Bug 30200 - Add customizable tabs to interlibrary loan requests list Debugging DataTable's column width issue where the width gets messed up once tabs are changed. It seems SQL reports page does not have the same issue. SQL reports is using just one table instead of each table for every tab. Refactoring code. Running into an annoying issue where I cannot safely filter rows by status code because ILL requests DataTable uses the full given names of statuses instead of status codes. 3.00 Actions
Koha Contributions 04.02.2022 05:43 04.02.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations I only make entry for 3 hours though I worked all night but I didn't finish the job. I learned a lot, but more work tomorrow. 3.00 Actions
Koha Fund 20.03.2021 00:25 20.03.2021 Lari Taskula Maintenance Support #489: Local cover images No such file or directory Investigating "No such file or directory" in local cover images upload. It turned out to be an Apache2 security flag, "PrivateTmp" that forbid www-data to see anything /tmp directory. Set PrivateTmp=false in systemd unit file for Apache2 and it should work. 3.00 Actions
Koha Contributions 05.02.2021 18:45 05.02.2021 Lari Taskula Development Bug #439: Bug 27630 - TestBuilder real number precision to use column's size Investigating this issue further. Attempting to reload the TestBuilder-generated data via DBIx's discard_changes/get_from_storage methods, but it fails for the tables that don't have primary keys. Digging into DBIx, DBI and eventually some DBD::mysql where (or lower) the problem seems to originate from. Writing better unit tests to prove this issue. 3.00 Actions
Koha Contributions 04.02.2021 01:41 04.02.2021 Lari Taskula Development Feature #421: Bug 20028 - Export all patron related personal data in one package Implementing a new approach by using DBIx::Class relationships. Interestingly, DBIx::Class::ResultSource::relationships returns other than just tables, for example "borrower_relationships_guarantees". Not sure why this is. 3.00 Actions
Koha Fund 30.09.2020 14:16 30.09.2020 Lari Taskula Development Feature #358: Restoring item's checkout availability Discussing problems caused by missing REST endpoints between Koha-Suomi-Koha and NatLibFi's Koha project. One such missing feature is item's checkout availability. It should still be part of our Koha instances. Deciding to fund this work from the Koha funding because such generic APIs are useful for everyone. 3.00 Actions
Koha Contributions 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
Koha Contributions 23.09.2021 10:07 23.09.2021 Lari Taskula Development Feature #577: Swedbank Pay Emailing Swedbank tech support back and forth, implementing the Create order step of Payment Menu. 2.75 Actions
Koha Fund 04.12.2023 23:17 05.12.2023 Lari Taskula Maintenance Support #1130: Bug 35483 - Restore item level to record level hold switch in hold table Got an email notification that the feature added in Bug 31692 is not working anymore. Investigating why. Found out it was accidentally reverted by another Bug. Creating a new Bug and restoring the feature, pushing patches. Answering to comments in 31692. 2.50 Actions
Koha Fund 01.12.2023 17:50 01.12.2023 Lari Taskula Development Support #1129: Bug 35471 - Automatically select child MARC framework when adding child records Developing the feature. Adding a new column parent_frameworkcode to biblio_framework. Running DBIx schema upgrades. Adding elements to GUI for selecting parent framework. Making scripts handle the new fields. Adding conditionals to cat-toolbar.inc for adding a child record - if host has no child records, use default frameworkcode (''), if 1 child, use its frameworkcode, and if 2 or more children, list them all and let librarian select the desired one. 2.50 Actions
Koha Fund 29.12.2021 17:33 27.12.2021 Lari Taskula Maintenance Support #713: Debugging 952$x duplicating in Koha-Suomi MARC framework exports Found additional 952$x fields in items.more_subfields_xml. Debugging why it goes there. The issue was missing link between items.nonpublic_note and 952$x in the framework. Linking it (directly in database, for some reason Koha GUI did not allow this), testing, works. 2.50 Actions
Koha Contributions 13.09.2023 18:37 13.09.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Continuing with the state diagram. Got access to the ISO Implementers Advisory Committee and looking at the materials there. Discussion about auth is very good. 2.49 Actions
Koha Contributions 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
Koha Fund 14.09.2022 15:34 14.09.2022 Lari Taskula Development Bug #965: Bug 31565 - Patron search filter by category code with special character returns no results Client reported a bug, investigating it and confirming it's a bug. Creating a new Bug to Bugzilla, debugging, creating & attaching a patch and reporting findings to Bugzilla. 2.25 Actions
Koha Contributions 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
Koha Fund 07.01.2024 20:01 07.01.2024 Lari Taskula Maintenance Support #1133: Päivitettävyysongelmat Investigating koha-l10n vs koha-common confclits with .po files. Making a nasty ansible hack to resolve this issue so that we can move on with the upgrades :/ 2.00 Actions
Koha Fund 05.12.2023 01:08 05.12.2023 Lari Taskula Maintenance Support #1129: Bug 35471 - Automatically select child MARC framework when adding child records Running koha-qa. Trying to fix tidiness issues. Can't. Spent enough time and find this too unproductive work. 2.00 Actions
Koha Fund 04.09.2023 20:12 04.09.2023 Lari Taskula Development Bug #1104: Bug 34639 - Item shown in transit on detail.pl even if marked as arrived or cancelled Setting up perltidy and practising tidying commits. Providing perltidy'ed commits to BZ. 2.00 Actions
Koha Fund 29.08.2023 19:50 29.08.2023 Lari Taskula Development Bug #1104: Bug 34639 - Item shown in transit on detail.pl even if marked as arrived or cancelled Testing, providing new tests and commenting on BZ. 2.00 Actions
Koha Contributions 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
Koha Fund 13.04.2023 00:55 13.04.2023 Lari Taskula Learning Bug #1025: KohaSuomi label printer is not clearing add_to_print_labels_list_* placeholders when adding multiple items Debugging issue. Can't understand how it has ever worked. Testing different inputs to see what's exactly the issue and running them through a debugger. Need to clear on last item copy. 2.00 Actions
Koha Fund 02.12.2022 13:35 02.12.2022 Lari Taskula Development Feature #995: (koha-fund) Bug 18595 - Move C4::Members::Messaging to Koha namespace Testing and finding a new conflict with digest checkbox changes and my JS messaging preferences code causing mostly smaller visual issues, trying to fix issues to no avail. 2.00 Actions
Koha Contributions 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
Koha Contributions 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
(51-75/240) Per page: 25, 50, 100, 500

Also available in: Atom CSV