Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 344.53

Created Date User Activity Issue Comment Hours
15.02.2022 13:25 15.02.2022 Lari Taskula Development Support #820: Allow renewals for ILLs Bugfixes. Pushing new commits to PR. 0.50 Actions
09.02.2022 23:54 10.02.2022 Lari Taskula Development Support #780: Charge patron a fee at receive Noticed a bug that causes logs to get spammed by a warning. Fixing it and sending a PR. 0.50 Actions
07.02.2022 00:39 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 On the positive side now I now how to implement this task because I have learned a lot about the way these tabs are made 0.50 Actions
30.01.2022 18:14 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 And the solution is in: "koha-tmpl/intranet-tmpl/prog/js/holds.js" Ok, now to editing javascript. 0.50 Actions
24.11.2021 10:59 24.11.2021 Lari Taskula Development Feature #578: ansible-role-koha Support ServerAlias in apache2 0.50 Actions
17.09.2021 01:52 17.09.2021 Lari Taskula Development Feature #577: Swedbank Pay Adding order statuses for logging purposes. 0.50 Actions
07.09.2021 15:01 07.09.2021 Lari Taskula Development Feature #577: Swedbank Pay Removing references to DIBS, investigating ISO 4217 as it is mentioned in the source. 0.50 Actions
17.02.2021 19:28 17.02.2021 Lari Taskula Development Feature #442: Koha notices & slips test script Generating a test script from advanced_notices.pl to print the generated letter without enqueueing it. 0.50 Actions
08.02.2021 19:21 08.02.2021 Lari Taskula Development Feature #421: Bug 20028 - Export all patron related personal data in one package Fixing tests with what was decided in Bug 27630 0.50 Actions
16.03.2019 02:14 16.03.2019 Lari Taskula Development Bug #13: Bug 22527: Link to wrong database manual when missing privileges Identifying and fixing bug. Providing an enhancement to error visibility. 0.50 Actions
03.11.2022 20:53 03.11.2022 Lari Taskula Development Feature #942: Change item level hold to biblio level hold QA failed because patch didn't handle reserves.item_level_hold column. Implementing a fix and unit tests for it, attaching patch to Bugzilla. 0.75 Actions
18.10.2022 23:03 19.10.2022 Lari Taskula Development Feature #942: Change item level hold to biblio level hold Implementing a select dropdown as suggested by a patch tester. Also found a bug in old patches so fixing those. 0.75 Actions
22.02.2022 14:27 22.02.2022 Lari Taskula Development Support #762: Edit patron information before registration of arrival Reading an email from Magnus. He had reported a bug on Bug 22321 that I had forgotten. Creating an unit test to cover the bug and implementing a fix. Pushing patches to Bugzilla and reporting back to Magnus. 0.75 Actions
14.02.2022 12:10 14.02.2022 Lari Taskula Development Support #840: Don't update borrowernumber if old illrequest exists This was one of the tasks that we requested more information for. Reading Magnus's response to it and looking at the code. It seems we should override $borrower with the pre-existing borrower found in illrequests.borrowernumber if an old illrequests exists. Implementing this and sending a PR to upstream. 0.75 Actions
14.02.2022 07:41 14.02.2022 Lari Taskula Development Support #820: Allow renewals for ILLs More testing and making bug fixes. Creating a new PR to upstream, ready for review. 0.75 Actions
09.02.2022 22:59 10.02.2022 Lari Taskula Development Feature #786: Cron script reminder for unretrieved material Making improvements according to author's feedback. 0.75 Actions
04.02.2021 22:02 04.02.2021 Lari Taskula Development Bug #439: Bug 27630 - TestBuilder real number precision to use column's size Creating a new failing test to prove another issue where DBIx has different formatting behavior with column types "decimal" and "float"/"double precision". 0.75 Actions
29.01.2021 17:56 29.01.2021 Lari Taskula Development Feature #421: Bug 20028 - Export all patron related personal data in one package Fixing tests. 0.75 Actions
11.09.2020 11:36 11.09.2020 Lari Taskula Development Bug #331: Use dry-mode as Ropocapital's KOHA_CONF default ry-mode was disabled in KOHA_CONF and if overduemessages.pl were to be executed, it would had made a request to Ropocapital server with invalid logins. Additionally, remove client id from the configuration. It is not sensitive data but it should definitely not be there. Also removes the real hostname. Let sysadmins configure it. 0.75 Actions
14.09.2023 23:14 15.09.2023 Olli-Antti Kivilahti Development Support #1101: ISO ILL 18626 ja Koha - Design phase. Finished setting up a working Koha dev env. Ubuntu packages install + koha-gitify + some manual work with routing and scss bundling. Basic configuration. Not completely streamlined community processes, but good enough. 0.93 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
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.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
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
(26-50/182) Per page: 25, 50, 100, 500

Also available in: Atom CSV