[Koha-devel] My dev list for 22.05

Marcel de Rooy M.de.Rooy at rijksmuseum.nl
Fri Dec 17 11:28:56 CET 2021


Sorry for the delay. I already responded to your points. But here are a few points from me. Note that a list like this is just like a photograph.

I need help on the following bugs (signoffs):
Without advertizing them, some even very small patches unfortunately may be in the NSO queue for months. Or totally ignored; i regularly remove code after 3 or 4 months.

28962 Koha Command- m.de.rooy at rijksmuseum.nl Need --- nor Unverified self registrations should be removed shortly 2021-10-07
28943 Koha Command- m.de.rooy at rijksmuseum.nl Need --- nor Lower the risk of accidental patron deletion by cleanup_database.pl 2021-10-11
29554 Koha Acquisit m.de.rooy at rijksmuseum.nl Need --- min neworderempty.pl may create records with biblioitems.itemtype NULL 2021-11-22
29542 Koha sec Koha m.de.rooy at rijksmuseum.nl Need --- nor User with 'catalogue' permission can view everybody's (private) virtualshelves 2021-12-03
29592 Koha Catalogi m.de.rooy at rijksmuseum.nl Need --- min Imported records should not be completed with defaultvalues 2021-12-06
29658 Koha Acquisit m.de.rooy at rijksmuseum.nl Need --- min Crash on cancelling cancelled order 2021-12-08
29673 Koha Installa m.de.rooy at rijksmuseum.nl Need --- enh Allow an English sql localization script 2021-12-10
29336 Koha Architec m.de.rooy at rijksmuseum.nl Need --- nor Some authorised_value FKs are too short 09:09:21
29314 Koha Architec m.de.rooy at rijksmuseum.nl Need --- enh Move some OpenURL code to Koha::Biblio 09:21:22

I want to submit some patches for at least these reports:
Bug 29412 - Fix uncertain years before 1000 AD in copyrightdate
=> See also 19206 Koha Architec koha-bugs at lists.koha-commun... NEW --- How should we sort 19xx when order is pubdate?
Bug 29144 - Make branches.opac_info suitable for multi language use
=> NOTE: The current status of news/HTML customizations is not very stable! It needs more attention.
=> See also: 29190 Koha OPAC koha-bugs at lists.koha-commun... NEW --- Allow cached news pages by code from opac-main
29687 Koha Architec m.de.rooy at rijksmuseum.nl ASSI --- Get rid of a few OPAC warnings Mon 13:29

And perhaps:
20570 Koha Command- m.de.rooy at rijksmuseum.nl ASSI --- Add script to complete scanned article requests 2021-07-13
28990 Koha System A koha-bugs at lists.koha-commun... NEW --- Allow changes for a configurable subset of systempreferences by superlibrarian only 2021-09-14

And a few reports from other people:
Bug 19532 Recalls for Koha
Bug 2237 / Bug 29480 Add email address as a method for generating the userid

Furthermore I want to mention patches for Two Factor Authentication. We are investigating possiblities to sponsor development on that front.

And also I wrote two security patches recently. Not listing them here.
Look at Bugzilla for the things I forgot 🙂

Marcel

________________________________
Van: Koha-devel <koha-devel-bounces at lists.koha-community.org> namens Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Verzonden: woensdag 1 december 2021 12:55
Aan: koha-devel <koha-devel at lists.koha-community.org>
Onderwerp: [Koha-devel] My dev list for 22.05

Hello everybody,

I have been listing some tasks I would like to work on during the next
development cycle.
I suggest a give and take approach. Help me on one or more of those
topics and I will help you as I can on whichever topic(s) you decide.

1. Add more sample data to misc4dev
It can be sometimes painful to recreate some situations when using the
data provided by misc4dev. I would like to extend the data set to make
some patches easier to test out of the box.
We could, for instance, have:
 - big records
 - records with many items
 - records and items with cover images
 - more acquisition data
 - etc?

Just tell me what kind of data you miss on a regular basis and I will
try to add them to misc4dev. If you have such records/data, send them
to me for inclusion!

2. Remove item-level_itype
We have been discussing this one for a long time already, is it the
time to tackle it down?
See
 - https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.koha-community.org%2Fpipermail%2Fkoha-devel%2F2015-December%2F042114.html&data=04%7C01%7Cm.de.rooy%40rijksmuseum.nl%7Cc7b728897c38400f18ad08d9b4c18c0b%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637739566148650299%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=0xA%2BGM5kBJBvCdXsQeo7fK8xux5%2B1mrobPxgzu32lFo%3D&reserved=0
 - Bug 10385 - item-level_itypes checks need to be refactored
 - Bug 29106 - Can we get rid of Koha::Item->effective_itemtype

The work would consist in providing a plan to go ahead then provide a patch.

3. Merge biblio and biblioitem
Self-explanatory, merge the 2 tables to remove the unneeded 1-1
relation between them

4. Improve action logs
We have had several changes and reports in this area lately. We could
improve the way we log changes for easy tracking and comparaison.
See
 - Bug 28714 - Bib record change tracking action log
 - Bug 29451 - Merging records and authorities - log details for the
delete action so it could be recreated
 - Bug 28692 - Reduce DB action_log table size

I think we should add 2 new columns to log before and after the object
is updated, serialized in JSON. We could then generate the diff on
display.

5. Patron searches (holds and checkouts)
Those two patron searches do not use the same code as the other patron searches.
We should uniformize them.
 - Bug 29136 - Patron search on request.pl has performance and display issues
 - comment 37 of Bug 15812 - Checkout search with too many results
(single character search) causes poor performance or timeout
There is also bug 29125 (Use Koha::Patron object in
C4:Utils::DataTables::Members.pm) that is removing the SQL query to
use Koha::Patrons.

5. Async ES indexation
Now that we have the task queue we should use it to index the records
and don't index them in a synchronous way.
Bug 27344 - Implement Elastic's update_index_background using
Koha::BackgroundJob
If we don't want to use the task queue for that purpose we should
provide another solution.
To be discussed and implemented (or validate and test the patches that
are already on bug 27344)

6. mailman2discourse
It seems that people are willing to move from our historical mailing
list to something more modern like discourse.
I would like to get back to this job, who is willing to help me?

7. Split and shrink git repo
I've already done several iterations in this area and I would like to
get back to it. However I need someone with good git knowledge to
continue and focus on this.

8. Move C4 and Koha to lib
We discussed that earlier and I even attached patches to bug 28589. I
don't think it's top priority but I can dedicate some hours if some of
you think it is a move we must do now.

9. Improve our strings for translators
See
 - Bug 29602 - We must be nicer with translators
 - Bug 20988 - [OMNIBUS] Internationalization: wrap all translatable
text inside t() calls
I had to spend some time in the PO when I was releasing 21.11, and
really we are not nice with translators. The %s everywhere make things
very hard to maintain, read and translate.
We should help them, and even if a big move is needed it will be a win
in the long term, for us (developers) and for them.

There are some other topics I have in mind, but those ones need to be
done in small teams as they are quite big.

Let me know what you think and if you are willing to give me a hand!

And also, what's on your list for 22.05?

Cheers,
Jonathan
_______________________________________________
Koha-devel mailing list
Koha-devel at lists.koha-community.org
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.koha-community.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fkoha-devel&data=04%7C01%7Cm.de.rooy%40rijksmuseum.nl%7Cc7b728897c38400f18ad08d9b4c18c0b%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637739566148650299%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=1tqT75ALoW7Hrw9FbmMVpRLbzFk0ARVlU3%2BRluSB%2Bp8%3D&reserved=0
website : https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.koha-community.org%2F&data=04%7C01%7Cm.de.rooy%40rijksmuseum.nl%7Cc7b728897c38400f18ad08d9b4c18c0b%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637739566148650299%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=WfzFBAGvS%2FO9U5BFoELXsUB%2FHk69bNAe9vDVSOJ0zuo%3D&reserved=0
git : https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.koha-community.org%2F&data=04%7C01%7Cm.de.rooy%40rijksmuseum.nl%7Cc7b728897c38400f18ad08d9b4c18c0b%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637739566148650299%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=LeSG7jiRaUcfrXnH7cEu6ynC5OyuTNPnBM89wzI2loA%3D&reserved=0
bugs : https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.koha-community.org%2F&data=04%7C01%7Cm.de.rooy%40rijksmuseum.nl%7Cc7b728897c38400f18ad08d9b4c18c0b%7C635b05eb66c748e1a94fb4b05a1b058b%7C0%7C0%7C637739566148650299%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=0PniFO9CE09li2e2aj4wA5lfoUJh28GOMLo56QBKePU%3D&reserved=0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20211217/5a1eb6da/attachment-0001.htm>


More information about the Koha-devel mailing list