Bug 36033: Add more indexes to table pseudonymized_transactions
[koha.git] / Koha /
2024-03-19 Nick ClemensBug 34611: Add pseudonymize routine to Koha::Statistics
2024-03-19 Nick ClemensBug 27595: Add place_hold method to Koha::Suggestion
2024-03-19 Tomas Cohen AraziBug 36329: Make POST /transfer_limits/batch honor Branc...
2024-03-18 Katrin FischerBug 33036: (QA follow-up) Tidy code
2024-03-18 Jonathan DruartBug 33036: Improve REST API controller
2024-03-18 Jonathan DruartBug 33036: Use Koha::Objects
2024-03-18 Zeno TajoliBug 33036: REST API: Merge biblio records implements...
2024-03-18 Pedro AmorimBug 35331: (QA follow-up): Avoid code pattern iterating...
2024-03-18 Pedro AmorimBug 35331: CSRF follow-up
2024-03-18 Pedro AmorimBug 35331: Add table actions hook to ILL table
2024-03-15 Tomas Cohen AraziBug 36277: Avoid useless warnings
2024-03-15 Jonathan DruartBug 36277: Improve algorithmic complexity of batch_add
2024-03-15 Jonathan DruartBug 36277: Do not fetch the whole library list
2024-03-15 Kyle M HallBug 35997: Cancelling a hold should remove the hold...
2024-03-15 Martin RenvoizeBug 35248: Refactor - Move assign_item_for_booking
2024-03-15 Martin RenvoizeBug 35248: Add tests for Koha::Booking->store
2024-03-15 Martin RenvoizeBug 35248: Remove Koha::Booking->intersects
2024-03-15 Martin RenvoizeBug 35248: Drop ->place_booking
2024-03-15 Martin RenvoizeBug 35248: Add unit tests for Koha::Item->find_booking
2024-03-15 Tomas Cohen AraziBug 35788: Simplify code
2024-03-15 Jonathan DruartBug 35788: Remove Koha::Template::Plugin::Biblio::Booki...
2024-03-15 Jonathan DruartBug 35787: Remove Koha::Template::Plugin::Biblio::CanBook
2024-03-15 Jonathan DruartBug 35782: Replace TT plugin's method Biblio::HoldsCount
2024-03-12 Tomas Cohen AraziBug 36193: Add more request information on Koha::Middle...
2024-03-08 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-03-08 Marcel de RooyBug 36066: Only allow cancelled order deletion in API
2024-03-07 Marcel de RooyBug 31427: Remove a few refs to CanBookBeRenewed
2024-03-07 Marcel de RooyBug 36100: (QA follow-up) Move 400 to 409
2024-03-07 Martin RenvoizeBug 36100: Remove readOnly from bookings definition.
2024-03-07 Pedro AmorimBug 36249: Fix generic_confirm op
2024-03-07 Pedro AmorimBug 36243: Update edit_action to cud-edit_action
2024-03-07 Julian MauriceBug 35963: Fix bundled items table ordering and filtering
2024-03-07 Kyle M HallBug 35398: (QA follow-up) Tidy code
2024-03-07 Martin RenvoizeBug 35398: Fix LRP support for EDI orders with single...
2024-03-04 David CookBug 36219: Re-add missing state param for Oauth/OIDC...
2024-03-01 Jonathan DruartBug 36148: Fix header name
2024-03-01 Jonathan DruartBug 36148: Improve error handling and restore programmi...
2024-03-01 David CookBug 36148: Add explanatory notes
2024-03-01 David CookBug 36148: Allow Koha::Middleware::CSRF to use error...
2024-03-01 Jonathan DruartBug 36148: Move CSRF check to a Plack middleware
2024-03-01 Jonathan DruartBug 36102: If CSRF check fails, try with anonymous
2024-03-01 David CookBug 34478: Manual fix - Make Koha::Token use session...
2024-03-01 Pedro AmorimBug 34478: Move compatibility code
2024-03-01 Pedro AmorimBug 34478: ILL INTRA preparation: Move function to...
2024-03-01 Pedro AmorimBug 34478: ILL OPAC: method => op
2024-03-01 Jonathan DruartBug 34478: op-cud - Trick CGI directly
2024-03-01 Jonathan DruartBug 34478: Remove generate_csrf from pl
2024-03-01 David CookBug 35955: Cache CSRF token in template plugin
2024-03-01 Jonathan DruartBug 36098: Default to 'file' if pref does not exist
2024-03-01 David CookBug 36098: Fix storage_method pass
2024-03-01 Jonathan DruartBug 36098: Allow to pass storage_method
2024-03-01 Martin RenvoizeBug 36098: (QA follow-up) Add POD to Koha::Session
2024-03-01 David CookBug 36098: Add Koha::Session module to ease session...
2024-02-14 Andreas JonssonBug 35930: Add guards for plugins_enabled
2024-02-02 David CookBug 34893: Add checkpw change to REST API
2024-01-29 Jonathan DruartBug 35744: Implement +strings for GET /patrons/:patron_id
2024-01-26 Marcel de RooyBug 35843: Correct invalid exception
2024-01-26 Owen LeonardBug 34913: DataTables upgrade: Update CSS and option...
2024-01-17 Katrin FischerBug 30070: EDIFACT and ID are abbreviations
2024-01-17 Kyle M HallBug 30070: (QA follow-up) Make qa script happy
2024-01-17 Martin RenvoizeBug 30070: (follow-up) Filter out deleted files on...
2024-01-17 Martin RenvoizeBug 30070: Add koha_obejct_class(s) to EdifactMessage
2024-01-17 Kyle M HallBug 30070: (follow-up) Return unless the related object...
2024-01-17 Martin RenvoizeBug 30070: Add fetch endpoint for EDI Files
2024-01-17 Martin RenvoizeBug 30070: Add Koha Objects for EDI Message Files
2024-01-16 Kyle M HallBug 35438: Remove skip_intermediate_commit parameter
2024-01-16 Marcel de RooyBug 35277: (QA follow-up) POD corrections
2024-01-16 Kyle M HallBug 35277: (QA follow-up) Fix POD
2024-01-16 Nick ClemensBug 35277: Pseudonymize in a background job
2024-01-16 Nick ClemensBug 35086: Add chunk_size option to elasticsearch confi...
2024-01-16 Marcel de RooyBug 34999: Throw exception for public routes if OPACMai...
2024-01-11 Tomas Cohen AraziBug 32551: HTTP_ACCEPT_LANGUAGE legacy CGI variable...
2024-01-05 Julian MauriceBug 35070: Fix get_enabled_plugins when database is...
2023-12-28 David CookBug 35579: Cache authorised value lookup by MARC field
2023-12-27 Katrin FischerBug 31297: DBIC schema
2023-12-20 Caroline Cyr La... Bug 35463: More preservation manual links
2023-12-20 Caroline Cyr La... Bug 35463: perltidy formatting corrections
2023-12-20 Caroline Cyr La... Bug 35463: Link preservation module help to the manual
2023-12-19 Martin RenvoizeBug 30287: (follow-up) Add content wrap matching send...
2023-12-18 Matt BlenkinsopBug 35204: Prevent an expired password from throwing...
2023-12-18 Marcel de RooyBug 35507: Add verbose parameters in Koha::Plugins
2023-11-30 Tomas Cohen AraziBug 34587: DBIC schema
2023-11-29 Pedro AmorimBug 35418: Fix _get_usage_months
2023-11-29 Pedro AmorimBug 35115: (QA follow-up):
2023-11-29 Nick ClemensBug 35115: Move store routine from Resource to Title...
2023-11-16 Jonathan DruartBug 35174: Do not explode if po dir does not exist
2023-11-14 Marcel de RooyBug 35012: Apply change to all events
2023-11-14 Jan KissigBug 35012: Prevent Click handler firing twice
2023-11-10 Kyle M HallBug 12133: (QA follow-up) Tidy for qa script
2023-11-10 Emmi TakkinenBug 12133: Add requirements for guarantor and guarantee
2023-11-09 Marcel de RooyBug 21431: Add action parameter to set_password
2023-11-09 Tomas Cohen AraziBug 34517: (QA follow-up) Standardize boolean attribute...
2023-11-09 Tomas Cohen AraziBug 34517: DBIC schema
2023-11-09 Nick ClemensBug 34517: Add boolean to search columns for schema
2023-11-08 Nick ClemensBug 32986: (follow-up) Fix CircAutoPrintQuickSlip and...
2023-11-08 Nick ClemensBug 32986: (follow-up) POD
2023-11-08 Nick ClemensBug 32986: Add patron_slip module to letters and allow...
2023-11-08 Nick ClemensBug 34519: (follow-up) fix QA tool complaints
2023-11-08 Nick ClemensBug 34519: Add a template plugin for fetch searchable...
2023-11-08 Tomas Cohen AraziBug 34438: DBIC schema
next