Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 344.53

Created Date User Activity Issue Comment Hours
14.02.2022 07:47 14.02.2022 Lari Taskula Development Support #761: koha-illbackend-libris enhancements Work log entry for Samu's work. Only Lari's entries (such as this) will be billed. Samu debugged a bug with the creation of new ILL request, and after receiving more information from Magnus he fixed it and sent a PR to upstream. 3.75 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
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
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
09.09.2021 21:47 09.09.2021 Lari Taskula Development Feature #578: ansible-role-koha Support OPAC, investigating porting the automatic installer script from KS. 4.00 Actions
08.04.2019 19:31 08.04.2019 Lari Taskula Development Feature #21: SMS::Send::BudgetSMS Implementing module, tests and writing documentation. Pushing to CPAN and GitHub with Travis CI enabled. 4.00 Actions
03.03.2022 02:54 03.03.2022 Lari Taskula Development Support #851: Bug 30200 - Add customizable tabs to interlibrary loan requests list Developing a first working version. Writing test plans. Pushing patches to Bug 30200. 4.50 Actions
14.02.2022 11:44 14.02.2022 Lari Taskula Development Support #762: Edit patron information before registration of arrival Designing this feature. It was requested that reserves.borrowernumber should also update when illrequests.borrowernumber is updated. It could be implemented in various ways, but deciding to extend Koha::Illrequest->store() with logic to replace borrowernumber also in reserves-table. Writing unit tests. Reading plenty of DBIx documentation. Figuring out how to retrieve the before-store() value of "borrowernumber" so that it could be compared with the borrowernumber used in "set" (or $illreq->borrowernumber(xxx)), but apprarently it's not possible without fetching the whole Koha-object again (or unless you somehow store it locally in the object). Managed to make it work by fetching the whole object again if borrowernumber is updated according to "get_dirty_columns". Adding an editable input field to ILL-request edit screen and writing a test plan. Pushing patches to Bugzilla. 4.50 Actions
18.09.2023 05:38 17.09.2023 Olli-Antti Kivilahti Development Support #1101: ISO ILL 18626 ja Koha - Design phase. Deployed the Koha-to-Koha ILL module. Implementing data structures to encapsulate the ISO18626 messages. Implementing XML parsing and validation. Looking at reusing parts of existing ILL modules. Vue.js is introduced to Koha via the ERM-module, and ILL system doesn't provide that much autogeneration for the UI after all. Better UX with Vue.js 5.99 Actions
03.02.2022 08:59 03.02.2022 Lari Taskula Development Feature #786: Cron script reminder for unretrieved material Studying module's already existing cronjob. Designing a flexible config.yaml configuration for this feature. Developing the feature and sending a PR to upstream repository. 6.00 Actions
17.09.2021 01:53 16.09.2021 Lari Taskula Development Feature #578: ansible-role-koha Tidying code, adding support for system preferences. A lot of testing. 6.00 Actions
08.09.2021 22:23 09.09.2021 Lari Taskula Development Feature #578: ansible-role-koha Debugging various issues, figuring out a solution to providing database credentials with koha-create's --use-db flag 6.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
27.01.2021 15:14 27.01.2021 Lari Taskula Development Feature #421: Bug 20028 - Export all patron related personal data in one package Starting design & development. Decided not to drop the original patch of Bug 20028 completely, but give credit to the original author by using their code that adds a system preference. Using a TDD method, writing hundreds of lines of unit tests. Realized Josef M. had found a smart way to use the already existing object-to-patron-id mapping provided by Koha::Patron. 6.50 Actions
05.10.2022 16:40 05.10.2022 Lari Taskula Development Feature #942: Change item level hold to biblio level hold Implementing feature. First, approaching functionality from old school CGI scripts but then came into the conclusion that the logic for this feature must be placed into a Koha-object so that it can easily be covered by unit tests. Creating Koha::Hold::change_type and unit tests for the function. Moving on to GUI, stole the red X design from neighbouring columns of existing holds, it looks pretty nice. A hidden input field is placed under the red X, dictating if hold type should be changed in modrequest.pl or not. In order to change that input, some JavaScript was required. Adding a jQuery event listener to holds.js to manipulate input values based on clicks on the red X. Creating a new Bugzilla Bug 31692, documenting issue, writing test plans for the patches and pushing patches to Bugzilla. 8.00 Actions
25.09.2021 17:03 25.09.2021 Lari Taskula Development Feature #577: Swedbank Pay Implementing Capture and After Payment steps & callback. Recording a screencast. 9.00 Actions
19.09.2023 09:55 18.09.2023 Olli-Antti Kivilahti Development Support #1101: ISO ILL 18626 ja Koha - Design phase. Implementing DAO and XML serialization/deserialization using metaprograming. REST API endpoint for pure unhindered XML communication with custom auth. 11.00 Actions
13.10.2019 19:19 13.10.2019 Lari Taskula Development Feature #238: Holds pickup location REST API improvements, https://tiketti.koha-suomi.fi/issues/3375 Holds pickup location REST API improvements, https://tiketti.koha-suomi.fi/issues/3375 24.37 Actions
14.02.2022 10:47 14.02.2022 Lari Taskula Documenting Feature #786: Cron script reminder for unretrieved material Improving documentation. Adding pod2usage and author & license. 0.25 Actions
07.09.2021 21:26 08.09.2021 Lari Taskula Documenting Feature #577: Swedbank Pay Documentation fixes 0.25 Actions
04.02.2021 23:08 04.02.2021 Lari Taskula Documenting Feature #421: Bug 20028 - Export all patron related personal data in one package Writing comments, refactoring patch notes. 0.25 Actions
17.03.2020 23:11 17.03.2020 Lari Taskula Documenting Feature #266: Bug 24101 - Due date to on-site loans according to the calendar and possibility to renew on-site loans The work logging for this issue is in tiketti.koha-suomi.fi. See issue description for links. 0.25 Actions
01.03.2020 15:27 01.03.2020 Lari Taskula Documenting Feature #254: Bug 24751 - REST API: CRUD endpoints for holdings records The work logging for this issue is in tiketti.koha-suomi.fi. See issue description for links. 0.25 Actions
06.11.2023 14:42 06.11.2023 Olli-Antti Kivilahti Communication Support #1101: ISO ILL 18626 ja Koha - Design phase. Asking KK for a status update. 0.20 Actions
27.09.2023 16:56 27.09.2023 Olli-Antti Kivilahti Communication Support #1101: ISO ILL 18626 ja Koha - Design phase. Reading the IRC buzz. 0.20 Actions
(101-125/182) Per page: 25, 50, 100, 500

Also available in: Atom CSV