Bug 36053: Correct input name for item replacement fields
[koha.git] / Koha /
6 days ago Tomas Cohen AraziBug 36329: Make POST /transfer_limits/batch honor Branc...
2024-05-01 Nick ClemensBug 36149: (follow-up) POD and tidy
2024-05-01 Jonathan DruartBug 36149: Unset userenv from middleware
2024-05-01 Jonathan DruartBug 19613: Use the 'note' profile
2024-05-01 Jonathan DruartBug 19613: Scrub borrowers fields: borrowernotes opacnote
2024-03-19 Tomas Cohen AraziBug 36277: Avoid useless warnings
2024-03-19 Jonathan DruartBug 36277: Improve algorithmic complexity of batch_add
2024-03-19 Jonathan DruartBug 36277: Do not fetch the whole library list
2024-03-19 David CookBug 34755: Backport Koha::Token change from bug 34478
2024-03-19 David CookBug 35955: Cache CSRF token in template plugin
2024-03-19 Marcel de RooyBug 36066: (follow-up) Move 403 to 409 when status...
2024-03-19 Marcel de RooyBug 36066: Only allow cancelled order deletion in API
2024-03-19 Owen LeonardBug 34913: DataTables upgrade: Update CSS and option...
2024-03-19 Julian MauriceBug 35963: Fix bundled items table ordering and filtering
2024-03-19 Kyle M HallBug 35398: (QA follow-up) Tidy code
2024-03-19 Martin RenvoizeBug 35398: Fix LRP support for EDI orders with single...
2024-03-19 Jonathan DruartBug 36098: Default to 'file' if pref does not exist
2024-03-19 David CookBug 36098: Fix storage_method pass
2024-03-19 Jonathan DruartBug 36098: Allow to pass storage_method
2024-03-19 Martin RenvoizeBug 36098: (QA follow-up) Add POD to Koha::Session
2024-03-19 David CookBug 36098: Add Koha::Session module to ease session...
2024-02-21 Tomas Cohen AraziBug 29510: (follow-up) Adapt GET /patrons/:patron_id
2024-02-21 Tomas Cohen AraziBug 29510: Make objects.find call search_limited if...
2024-02-14 Marcel de RooyBug 35507: Add verbose parameters in Koha::Plugins
2024-02-08 Marcel de RooyBug 35843: Correct invalid exception
2024-02-02 Kyle M HallBug 35438: Remove skip_intermediate_commit parameter
2024-02-02 Nick ClemensBug 35086: Add chunk_size option to elasticsearch confi...
2024-02-02 Marcel de RooyBug 34999: Throw exception for public routes if OPACMai...
2024-01-24 David CookBug 34893: Add checkpw change to REST API
2024-01-19 Tomas Cohen AraziBug 32551: HTTP_ACCEPT_LANGUAGE legacy CGI variable...
2024-01-12 Julian MauriceBug 35070: Fix get_enabled_plugins when database is...
2024-01-12 David CookBug 35579: Cache authorised value lookup by MARC field
2024-01-12 Lucas GassBug 31297: DBIC
2024-01-04 Martin RenvoizeBug 30287: (follow-up) Add content wrap matching send...
2024-01-04 Matt BlenkinsopBug 35204: Prevent an expired password from throwing...
2023-11-22 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 Tomas Cohen AraziBug 35190: DBIC schema
2023-11-10 Nick ClemensBug 24480: (follow-up) Shift new fields into array...
2023-11-10 Arthur SuzukiBug 24480: Unit test
2023-11-10 Arthur SuzukiBug 24480: Fix insert_fields_ordered instead of append_...
2023-11-08 Tomas Cohen AraziBug 34008: Harmonize attribute names
2023-11-08 Tomas Cohen AraziBug 34008: (QA follow-up) 'item_type_id' should be...
2023-11-08 Andreas JonssonBug 34008: Add REST endpoint for list of itemtypes
2023-11-08 Tomas Cohen AraziBug 35180: DBIC schema
2023-11-08 Julian MauriceBug 31393: Koha::Config: handle the special case for...
2023-11-08 David NindBug 32312: Add missing column descriptions to the stati...
2023-11-08 Martin RenvoizeBug 35173: Correctly concat error strings
2023-11-02 Marcel de RooyBug 33606: (QA follow-up) Cosmetic changes
2023-11-02 Jonathan DruartBug 33606: Add a erm/config route to retrieve the ERM...
2023-11-02 Tomas Cohen AraziBug 35167: Make 'effective_not_for_loan_status' fallbac...
2023-11-02 Tomas Cohen AraziBug 34520: DBIC schema
2023-10-25 Marcel de RooyBug 34990: Add persistent header when sending msg to...
2023-10-25 Tomas Cohen AraziBug 35053: Make sure request is checked as an item...
2023-10-25 Pedro AmorimBug 35105: Fix patron accessor in Illrequest.pm
2023-10-25 Marcel de RooyBug 34271: Remove a few Logger statements from REST API
2023-10-25 Julian MauriceBug 27249: Add missing POD for Koha::Exceptions::Calendar
2023-10-25 Julian MauriceBug 27249: Fix code style
2023-10-25 Julian MauriceBug 27249: Prevent infinite loop when searching for...
2023-10-12 Matt BlenkinsopBug 34883: Stop patron expiry date being set to NULL...
2023-10-10 Frédéric DemiansBug 34467: OAI GetRecord bad encoding for Unimarc
2023-10-06 Aleisha AmohiaBug 34722: Prevent other items from displaying to fill...
2023-10-05 David CookBug 30843: Add mfa_range configuration option for TOTP
2023-09-21 Pedro AmorimBug 34622: Fix store default query
2023-09-21 Martin RenvoizeBug 32942: (follow-up) Restore missing statuses
2023-09-21 Arthur SuzukiBug 32942: (QA follow-up) Moving Suggestion->STATUS...
2023-09-18 Tomas Cohen AraziBug 34333: Add Koha::Hold->cancellation_requested
2023-09-18 Matt BlenkinsopBug 34789: Update usage throughout Koha modules and...
2023-09-18 Matt BlenkinsopBug 34789: DBIC file
2023-09-18 Janusz KaczmarekBug 33406: Filter out some known isolated trouble makers
2023-09-18 Marcel de RooyBug 34787: Fix typo gorup
2023-09-14 Martin RenvoizeBug 34223: (follow-up) Ensure consistent ordering of...
2023-09-14 David CookBug 34163: Handle both anonymous userenv when generatin...
2023-09-14 Martin RenvoizeBug 34731: (follow-up) Fix conditional variable declaration
2023-09-14 Kyle M HallBug 34731: Don't call SendQueuedMessages if message_id...
2023-09-08 Lari TaskulaBug 34639: Restore order_by
2023-09-08 Nick ClemensBug 34639: Use coderef for releationship
2023-09-08 Marcel de RooyBug 34339: (QA follow-up) Replace new by search in...
2023-09-08 Jonathan DruartBug 34339: Avoid relying on $c->validation - ERM
2023-09-08 Tomas Cohen AraziBug 34339: (bug 33556 follow-up) Easy ERM-related changes
2023-09-08 Pedro AmorimBug 34223: (follow-up) Restore status_alias handling
2023-09-08 Martin RenvoizeBug 34223: Work around ONLY_FULL_GROUP_BY in Illbackend
2023-09-08 Tomas Cohen AraziBug 30451: DBIC schema
2023-09-08 Lucas GassBug 34620: Do not throw expection if payment type is...
2023-09-08 Julian MauriceBug 34266: Default to biblioitems.itemtype only if...
2023-09-08 Nick ClemensBug 34617: Preserve calculated expiration dates if...
2023-09-08 Pedro AmorimBug 34609: Add biblio method to Old::Hold
2023-08-30 Tomas Cohen AraziBug 34313: Add patron information in pass validation...
2023-08-22 Tomas Cohen AraziBug 34024: (QA follow-up) Allow pickup location changin...
2023-08-22 Tomas Cohen AraziBug 34024: Block changing pickup location for found...
2023-08-17 emlamBug 34435: Remove side effect from get_password_expiry_date
2023-08-17 Matt BlenkinsopBug 33755: Set profile_id and add missing import
2023-08-17 Tomas Cohen AraziBug 34365: Add cancellation request flow to DELETE...
2023-08-17 Emily LamancusaBug 34117: Remove side effect from get_expiry_date
2023-08-08 Kyle M HallBug 33964: Use Email::Sender::Transport::SMTP::Persiste...
2023-08-08 Martin RenvoizeBug 32739: (follow-up) QA Cleanup
2023-08-08 Tomas Cohen AraziBug 32739: Allow other patron identifier on pwd validation
2023-08-08 emlamBug 34280: (QA follow-up) perltidy
2023-08-08 Matt BlenkinsopBug 34280: Fix warning in logs when saving patron details
next