Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 344.53

Created Date User Activity Issue Comment Hours
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
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
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
18.10.2022 21:18 13.10.2022 Lari Taskula Design Feature #943: Notify librarian of an available item in pickup library when checked out to a different library Designing feature. Notifying librarian is quite easy to do. Sketching on what it could look like. A flowchart sent by the client is asking to iterate holds and checking available item at pickup library until no such item is found. It may be out of scope but looking into it anyway. Looks like heavy hold queue logic refactoring would be needed. Reporting findings to the client. 8.00 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
07.09.2021 15:04 06.09.2021 Lari Taskula Maintenance Feature #578: ansible-role-koha Starting with NatLibFi's Koha. Analyzing current functionality and our additional requirements. Installing Koha with it. Studying koha-create from koha-common Debian package. Debugging an annoying memcached issue for hours that occured because our custom memcached role setup an Unix socket connection instead of listening to TCP:11211 that is the default way expected by Koha. 8.00 Actions
08.09.2023 04:47 08.09.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Designing a state graph for ISO18626 to be loaded into Koha's ILL-module. Looking into how to best leverage Koha's features to provide a best possible user experience, with minimal development work. 7.00 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
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
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
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.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
25.09.2023 21:08 26.09.2023 Olli-Antti Kivilahti Learning Support #1101: ISO ILL 18626 ja Koha - Design phase. Tried to use Koha's i18n layer, but it doesnt provide keys for the plugins, so using Vue's own i18n instead. Can build the SPA as a single-page iife easily distributable via Koha plugins' static_route. Managed to port DataTables with TS support, but KohaTable has deep deps for plugin-hostile js-files from Koha-core. Looking into porting routing and stores. 4.21 Actions
07.10.2023 21:49 08.10.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Hands-on installed Koha-to-Koha ILL plugin from ByWater solutions and testing on how everything work and is rendered. Got a better outlook than from plain code-review. Documenting challenges with the Koha::ILL-approach, but Koha::ILL approach is the fastest way to get started and it is easy to just modify existing examples. 4.11 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
20.09.2023 22:02 21.09.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Looking at ways to pass a websocket connection from the Koha-plugin via a deployed Koha-application. Apache2 has support. Plack/PSGI doesn't. Mojolicious works like a charm. Asked help from #mojo and reported to #koha. Notifying stakeholders. 3.98 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
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
11.02.2022 16:32 11.02.2022 Lari Taskula Development Support #820: Allow renewals for ILLs Developing this feature. Studying and experimenting how ILL backend statuses behave. It seems that it's enough to create a new placeholder status "IN_UTL_RENEW" that's not an actual status, but just a placeholder to add a button to illview screen. Its actual status (stored in the database) is still "IN_UTL". Using code from the receive step and adjusting it for the needs of renewals. Testing. Pushing changes to GitHub. 3.50 Actions
02.02.2022 00:21 02.02.2022 Lari Taskula Development Support #779: Bug 24239 - Let the ILL module set ad hoc hard due dates Studying the specification doc for task a. Checking Bugzilla Bug 24239 and studying Magnus's patch. Reading discussion related to the bug. It was suggested that instead of custom attribute, a date_due column could be added to illrequests table. Implementing this and writing tests for this. 3.50 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
20.09.2023 00:19 20.09.2023 Olli-Antti Kivilahti Development Support #1101: ISO ILL 18626 ja Koha - Design phase. Implementing the BDD happy path test case. Designing GUI interactions. Stint on injecting a websocket via the Koha plugin, which actually works. Websocket enables faster performance for the GUI and push notifications. 3.25 Actions
26.09.2023 23:14 27.09.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Designing DB schemas. Updating diagrams and published them on kiwi. Wrote a status report suggesting transitioning to Scrum. 3.21 Actions
22.09.2023 02:31 22.09.2023 Olli-Antti Kivilahti Learning Support #1101: ISO ILL 18626 ja Koha - Design phase. Studying Koha's Vue stuff. Koha doesn't provide any instructables on how to run a dev env with Vue. Making progress porting components and understanding the Koha-side a bit better. In the plugin env not all Koha features can be loaded, such as i18n, the same and might be better to just port my own Vue code to use. 3.15 Actions
21.09.2023 02:05 21.09.2023 Olli-Antti Kivilahti Learning Support #1101: ISO ILL 18626 ja Koha - Design phase. Looking at the new ERM module in Koha, implemented with hte long-awaited Vue.js3. Looking at the tooling and how to port that to a plugin. Vue.js has implementation of most core Koha constructs, so looks like a very good way forward. 3.04 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
05.10.2022 16:36 05.10.2022 Lari Taskula Design Feature #942: Change item level hold to biblio level hold Design, trying a couple of different solutions in GUI. 3.00 Actions
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
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
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
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
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
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
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
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
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
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
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
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
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
18.10.2022 22:18 19.10.2022 Lari Taskula Development Feature #942: Change item level hold to biblio level hold Reading feedback in Bugzilla, rebasing patches and adding a tooltip. Realizing tooltip/aria-label is wrong when first clicked. Rewording it to "toggle hold type". Changing icon to fa-chain(-broken). Attaching more patches. 2.00 Actions
05.07.2022 14:57 05.07.2022 Lari Taskula Development Feature #944: Avoid changing tabs on page reload on holds awaiting pickup page Implementing feature and testing. 2.00 Actions
05.07.2022 14:55 05.07.2022 Lari Taskula Development Feature #941: Bug 22456 - Allow patrons to cancel their waiting holds Testing and revieweing Bug. 2.00 Actions
21.03.2022 10:37 21.03.2022 Lari Taskula Development Support #851: Bug 30200 - Add customizable tabs to interlibrary loan requests list Refactoring. We can use "$.fn.dataTable.ext.search.push" function to filter out unwanted statuses. Tidying up the code and testing. 2.00 Actions
10.02.2022 06:27 10.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 Trying to figure out how to use KohaTable instead of just dataTable in Holds-tab 2.00 Actions
09.02.2022 01:24 09.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 Studying those javascript-files again with better understanding of the language syntax. Now I understand a whole lot better. 2.00 Actions
07.02.2022 06:51 07.02.2022 Samu Heiskanen Design Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Argh! The setting: Default checkout, hold and return policy - Hold policy: was in value home library so I couldn't make interlibrary loans which tricked me to believe thet Holds-tab couldn't handle interlibrary loans. Wasted time making new Interlibrary tab and it'as functionality. Now back to designing the Holds-tab to show Holds' home library. 2.00 Actions
07.02.2022 03:35 07.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 Working so hard that I almost forgot to report. Copy-pasting so much code as possible from checkouts. When I get it to work similarly then reducing the code gradually. 2.00 Actions
03.02.2022 13:33 03.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 Studying over perl scrips, templates and javascripts which relate to the Checkouts- and Holds-tabs 2.00 Actions
03.02.2022 04:29 03.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 have found out similar way to implement the Home library column in Javascript. Now I have to study how it is done in the checkouts.js 2.00 Actions
02.02.2022 03:15 02.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 Trying desperately find how to know items homelibrary 2.00 Actions
31.01.2022 05:10 31.01.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 have reached the point where I'd like to peek to the Asset.js. I can't find it, but there must be a reason for it. I have gained the overall picture of how the Koha works: Perl CGI-scripts which interact with html-templates which in turn run javascript. 2.00 Actions
30.01.2022 17:34 30.01.2022 Samu Heiskanen Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations This seems simpler than I thought. Important table settings are in table id="holds-table". I think they are in "kohaclone/blib/INTRANET_TMPL_DIR/prog/js/holds.js" or in "kohaclone/blib/INTRANET_CGI_DIR/admin/columns_settings.yml". Maybe in both. 2.00 Actions
24.01.2022 14:43 24.01.2022 Lari Taskula Learning Support #761: koha-illbackend-libris enhancements Getting started. Reading task specification for our first tasks and checking out related resources. Installing koha-illbackend-libris. Running into some issues while configurating the module together with @samu.heiskanen that prevent creation of new requests. The issue is that branchcode does not get passed into the CGI-script. Is it missing from template? Debugging and checking out git history for related changes. It appears a recent commit has caused a bug. Contacting author of the module. 2.00 Actions
17.09.2021 01:52 17.09.2021 Lari Taskula Development Feature #577: Swedbank Pay Integration developement with Swedbank Pay API. 2.00 Actions
06.09.2021 14:00 06.09.2021 Lari Taskula Development Feature #577: Swedbank Pay Starting by reading documentation, forking DIBS Payment Plugin, renaming files and packages and adjusting configuration variables. 2.00 Actions
12.03.2020 18:07 12.03.2020 Lari Taskula Maintenance Feature #254: Bug 24751 - REST API: CRUD endpoints for holdings records Working from home. Fixing broken koha LXD containers & installations. 2.00 Actions
10.01.2020 23:48 10.01.2020 Lari Taskula Development Feature #218: REST API: Checkout Gathering requirements, initial development. 2.00 Actions
08.04.2019 15:19 08.04.2019 Lari Taskula Development Feature #20: Bug 14791 - Automatically attempt to resend failed notices Rebasing patches and re-submitting them for signoff. 2.00 Actions
26.09.2023 18:57 26.09.2023 Olli-Antti Kivilahti Development Support #1101: ISO ILL 18626 ja Koha - Design phase. Ported REST API accessors and messaging subsystem to Plugin and TypeScript. Looking into GUI to CRUD data objects. Started figuring out how to organize ISO18626 transaction in the Koha's DB ILL-schemas and possible extensions. 1.98 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
25.10.2023 14:35 25.10.2023 Olli-Antti Kivilahti Communication Support #1101: ISO ILL 18626 ja Koha - Design phase. ISO18626 Authentication Recommendations and Best Practices -meeting with all the big shots. Commenting intensely on auth mechanisms. Reviewing proposed OAuth2 guidelines. Looks good and nice. 1.80 Actions
13.09.2023 22:33 14.09.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Looking into state graph. Preparing to publish to koha wiki. Looking at implementing a MMVP. 1.53 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
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
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
15.02.2022 19:48 15.02.2022 Lari Taskula Development Feature #786: Cron script reminder for unretrieved material Making fixes according to Magnus's feedback. Removed faulty logic that message transport types would be based on the messages sent at receival step. Changed it so that now we attempt to find all transport types defined for that specific letter code and send notifications to all of them. Pushing changes to GitHub PR. 1.50 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
06.10.2023 17:25 06.10.2023 Olli-Antti Kivilahti Communication Support #1101: ISO ILL 18626 ja Koha - Design phase. Post-meeting ideas propagation. Asking clarifications from PTFS-peeps. Emailing NatLibFi about meeting notes and discoveries and CILLT ISOILL about the new discovered challenges with the standard. 1.45 Actions
09.02.2022 23:56 10.02.2022 Lari Taskula Development Support #779: Bug 24239 - Let the ILL module set ad hoc hard due dates Reading Magnus's response. Creating a configuration variable that allows configuring which field will be used for due date. Adding business logic behind it. Testing. Creating a pull request. 1.25 Actions
02.02.2022 01:45 02.02.2022 Lari Taskula Development Support #780: Charge patron a fee at receive Reading specification for step b. Implementing changes. 1.25 Actions
04.02.2021 19:51 04.02.2021 Lari Taskula Development Bug #439: Bug 27630 - TestBuilder real number precision to use column's size Found annoying issue with Bug 20028's tests when running Test::More's is_deeply comparing an object built by TestBuilder with an object fetched from database via DBIx. Decimal places do not match. Investigating TestBuilder. Found there's a hardcoded 2-decimal place definition. Creating a new Bug to Bugzilla and patching the issue. 1.25 Actions
07.10.2023 17:40 07.10.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Started work on documenting the actual technical differences between those two approaches. There is a lot of overlap anyway. 1.22 Actions
27.09.2023 01:11 27.09.2023 Olli-Antti Kivilahti Communication Support #1101: ISO ILL 18626 ja Koha - Design phase. Publishing the endeavour to the Koha-Community. Sharing the latest WIP code to github. 1.15 Actions
14.09.2023 23:14 15.09.2023 Olli-Antti Kivilahti Design Support #1101: ISO ILL 18626 ja Koha - Design phase. Studied the ByWater solutions instructables on the Koha-to-Koha -ILL Plugin. It is missing quite some features if the ISO18626 standard. Communicating with stakeholders about need for speek. 1.02 Actions
06.10.2023 17:07 06.10.2023 Olli-Antti Kivilahti Communication Support #1101: ISO ILL 18626 ja Koha - Design phase. Meeting with PTFS-E. ashimema and Pedro present. Discussing ISO18626 and our clients needs. Identified challenges regarding the standard: how to know in advance what the cost of the ILL is? 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
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
06.10.2022 12:07 06.10.2022 Lari Taskula Maintenance Support #972: Bug 17499 - Koha objects for messaging preferences Rebasing Bug 17499 and attaching fresh patches to Bugzilla. 1.00 Actions
06.09.2022 21:13 07.09.2022 Lari Taskula Development Feature #942: Change item level hold to biblio level hold Starting to design this feature. Playing with GUI implementation and thinking of how to implement business logic. It is documented that a record cannot have mixed biblio/item level holds - all holds following the first one must be of same type. This places a big restriction on how this feature can be done. Asking client for their ideas. 1.00 Actions
05.10.2022 16:50 07.07.2022 Lari Taskula Communication Feature #940: Remove hold to a biblio if a non-holdable itemtype from the same biblio is checked out Emailing with client, July/August 1.00 Actions
06.07.2022 23:30 07.07.2022 Lari Taskula Communication Feature #941: Bug 22456 - Allow patrons to cancel their waiting holds Commenting on Bugzilla about a possible scenario where patron wants to revert the cancellation request, had to inspect patches for reference. 1.00 Actions
05.07.2022 18:07 05.07.2022 Lari Taskula Learning Feature #940: Remove hold to a biblio if a non-holdable itemtype from the same biblio is checked out Going through Finnish Koha libraries' documentation and finding a possible resolution to this issue that requires a change in circulation rules workflow. Instead of defining hold restriction at "Default holds policy by item type", where exissting holds will not cancel when non-holdable itemtype is checked out, to placing the hold restrction at normal circulation rules table, where the holds do cancel when checking out a non-holdable itemtype. 1.00 Actions
05.07.2022 14:57 15.06.2022 Lari Taskula Design Feature #944: Avoid changing tabs on page reload on holds awaiting pickup page Designing feature. Looking at example from Koha's reports page, it uses cookies to store current tab. 1.00 Actions
01.03.2022 01:34 01.03.2022 Lari Taskula Development Support #851: Bug 30200 - Add customizable tabs to interlibrary loan requests list Investigating current solutions for customizable tabs. Didn't find anything in system preferences. Thought of placing it in authorized values, but it wouldn't work well there. Adding a new system preference ILLRequestsTabs with a yaml config, writing short documentation for it. 1.00 Actions
14.02.2022 10:34 14.02.2022 Lari Taskula Development Feature #786: Cron script reminder for unretrieved material Some fixes were required after Magnus's reviewing. Removed useless query, removed a statement that overrided a configuration variable that eventually led into a bug on further iterations of the reminder loop, added some print statements for better logging, and fixed a bug in array size comparison that made the lastly configured letter to be skipped. 1.00 Actions
11.02.2022 13:11 11.02.2022 Lari Taskula Development Support #776: “Details” under patrons in the staff interface a way to separate ordinary reservations from inter library loan reservations Continuing where Samu left off. Reading specification description, observing Koha's current capabilities for displaying item type, adding item type as new column, creating a new Bug, translating item type code to item type description and sending a new patch to Bugzilla. 1.00 Actions
10.02.2022 01:17 10.02.2022 Lari Taskula Learning Support #762: Edit patron information before registration of arrival Reading specification and trying to understand it. Browsing related views in Koha. Asking for more information. 1.00 Actions
09.02.2022 23:30 10.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 have studied the Koha-database tables and the way to access the homebranch-information of items. 1.00 Actions
07.02.2022 07:53 07.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 The main problem is that I know so little about javascript. I really have to study javascript syntax to get this to work. And, maybe the calling object in the holds-table is biblio after all, because oObj.title is a biblio name :) 1.00 Actions
07.02.2022 04:43 07.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 Ok, now I have replaced the checkouts-tab functionality temporarily with interlibrary-tab just for testing. And now changing the functionality of the interlibrary-tab towards its real purpose. 1.00 Actions
07.02.2022 01:34 07.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 Now the task goes forward: I have made the Interlibrary Holds-tab and copied functionality from checkouts 1.00 Actions
06.02.2022 23:57 07.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 Now I realized that there can't be interlibrary holds under holds-tab: it is only for home library holds. That's why there isn't homebranch for that because those holds are always from homebranch 1.00 Actions
06.02.2022 23:07 07.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 guess holds-table oObj is Hold, not Item. Maybe I can reference straight to the Item with Hold-object. 1.00 Actions
(1-100/182) Per page: 25, 50, 100, 500

Also available in: Atom CSV