Project

General

Profile

Spent time

Filters

Apply Clear

Hours: 344.53

Created Date User Activity Issue Comment Hours
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
27.09.2021 07:59 27.09.2021 Lari Taskula Translating Feature #577: Swedbank Pay Translations 0.50 Actions
29.09.2021 13:20 29.09.2021 Lari Taskula Development Feature #577: Swedbank Pay Adding support for Koha 20.05 and older OPAC templates 1.00 Actions
24.11.2021 10:59 24.11.2021 Lari Taskula Development Feature #578: ansible-role-koha Support ServerAlias in apache2 0.50 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
24.01.2022 15:46 24.01.2022 Lari Taskula Development Support #762: Edit patron information before registration of arrival Creating a mock Libris response so that we can start development without Libris API keys. Using a dummy response from Libris documentation. Running into configuration issues. partner_code seems to not get populated for $ill_config. It is defined in $KOHA_CONF but it looks like the code is attempting to read it from config.yaml. Debugging. 1.00 Actions
27.01.2022 22:05 26.01.2022 Lari Taskula Communication Support #761: koha-illbackend-libris enhancements Requesting information from Kalle. 0.25 Actions
27.01.2022 22:05 27.01.2022 Lari Taskula Communication Support #761: koha-illbackend-libris enhancements Reading Magnuses emails and replying. 0.25 Actions
29.01.2022 01:16 28.01.2022 Lari Taskula Communication Support #761: koha-illbackend-libris enhancements Replying to Magnus regarding a bug in his module. 0.25 Actions
29.01.2022 01:18 28.01.2022 Lari Taskula Communication Support #761: koha-illbackend-libris enhancements Debugging the issue we first ran into. It is due to a bug that attempts to read a wrong configuration parameter. Asking Samu to fix it and send a pull request to Magnus. 0.50 Actions
30.01.2022 13:07 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 Maybe the best way is to add a home library column to the Holds? 1.00 Actions
30.01.2022 13:58 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 I have added the home library column, now I have to figure out how to find the data for that column 1.00 Actions
30.01.2022 15:12 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 Now I'm going through koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc wondering if I can change that 1.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
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
30.01.2022 23:37 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 Trying to find the Home library, homebranch for the item that patron has a holded. 1.00 Actions
31.01.2022 00:42 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 Still trying to find the value to the homebranch 1.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
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
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
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
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
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
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
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
(51-75/182) Per page: 25, 50, 100, 500

Also available in: Atom CSV