Bug 33568: Do not embed library names
[koha.git] / C4 /
2024-04-05 Emily LamancusaBug 36409: Fix capitalization for AcquisitionsDefaultEM...
2024-04-05 Jonathan DruartBug 36349: Fix AutoSelfCheckAllowed
2024-04-03 Andreas JonssonBug 36244: Do template toolkit processing first
2024-03-25 Tomas Cohen AraziBug 34943: (QA follow-up) Use `before_biblio_action...
2024-03-25 Tomas Cohen AraziBug 34943: Implement `before_biblio_metadata_store...
2024-03-22 Nick ClemensBug 36331: (follow-up) Ignore non_priority holds when...
2024-03-22 Matthias MeusburgerBug 25813: Enhance patron expiration in SIP display
2024-03-22 Nick ClemensBug 36331: Don't check reserves that an item cannot...
2024-03-18 David GustafssonBug 25539: Remove AddBiblio option "defer_marc_save"
2024-03-18 Martin RenvoizeBug 29440: (QA follow-up) Fix tidy
2024-03-18 David GustafssonBug 29440: Replace removed syspref BiblioAddsAuthoritie...
2024-03-18 David GustafssonBug 29440: defer biblio autolinking until records are...
2024-03-18 David GustafssonBug 29440: Refactor and clean up bulkmarcimport.pl
2024-03-18 Tomas Cohen AraziBug 33431: Fix remaining cases
2024-03-18 Tomas Cohen AraziBug 33431: Make C4::Record use C4::Context->yaml_preference
2024-03-18 Tomas Cohen AraziBug 33431: Make C4::Circulation use C4::Context->yaml_p...
2024-03-15 Nick ClemensBug 29522: [alternate] Skip relinking bibliographic...
2024-03-15 Nick ClemensBug 35944: (QA follow-up) Tidy
2024-03-15 Nick ClemensBug 35944: (QA follow-up) Check if there are bookings...
2024-03-15 Martin RenvoizeBug 35944: Add message to SIP renewal attempt
2024-03-15 Martin RenvoizeBug 35944: Add booking handling to CanBookBeRenewed
2024-03-15 Nick ClemensBug 36308: Update sip login parameters
2024-03-15 Martin RenvoizeBug 35248: Unit tests for CanBookBeIssued
2024-03-08 Lucas GassBug 35950: Move AddReturn call into circulation.pl
2024-03-08 Martin RenvoizeBug 35840: (QA follow-up) Tidy and critic fix
2024-03-08 Lucas GassBug 35840: Add option to AddReturn to skip recording...
2024-03-07 Kyle M HallBug 35357: Remove item from holds queue when it is...
2024-03-07 Tomas Cohen AraziBug 36056: Clarify subpermissions AND behavior
2024-03-07 Marcel de RooyBug 36212: Add check on barcode before searching items
2024-03-07 David CookBug 31427: Get auto renewal errors before other renewal...
2024-03-01 Jonathan DruartBug 36148: Do not deal with CSRF error in get_template_...
2024-03-01 Jonathan DruartBug 36148: Improve error handling and restore programmi...
2024-03-01 Jonathan DruartBug 36148: Move CSRF check to a Plack middleware
2024-03-01 David CookBug 36084: Add CSRF token support to svc/authentication
2024-03-01 Jonathan DruartBug 36084: C4::Auth+plack.psgi for svc?
2024-03-01 Jonathan DruartBug 36102: Fix expired session on the login page of...
2024-03-01 Jonathan DruartBug 36102: Generate a new sessionID if the existing...
2024-03-01 Jonathan DruartBug 36102: (follow-up) Add cud-login to the login form
2024-03-01 Jonathan DruartBug 36102: Do not keep op and csrf_token in param list...
2024-03-01 Jonathan DruartBug 36102: Use Koha::Session from C4::InstallAuth
2024-03-01 Jonathan DruartBug 36102: Add cud-login to the login form
2024-03-01 Jonathan DruartBug 34478: Add cud to updatestructure
2024-03-01 Jonathan DruartBug 34478: Log if CSRF is wrong (debug)
2024-03-01 Jonathan DruartBug 34478: Display programming errors in case plack...
2024-03-01 Jonathan DruartBug 34478: op =~ ^cud-
2024-03-01 Jonathan DruartBug 34478: op-cud - Trick CGI directly
2024-03-01 Jonathan DruartBug 34478: op-cud - Adjust C4::Auth code
2024-03-01 Jonathan DruartBug 34478: Move C4::Auth check
2024-03-01 Jonathan DruartBug 34478: Remove check_csrf from pl files
2024-03-01 Jonathan DruartBug 34478: Check CSRF in get_template_and_user
2024-03-01 David CookBug 36098: Add Koha::Session module to ease session...
2024-03-01 Jonathan DruartBug 36092: Pass sessionID at the end of get_template_an...
2024-03-01 Jonathan DruartBug 36092: Pass the sessionID from checkauth if we...
2024-03-01 Jonathan DruartBug 35918: Fix auto library connect (AutoLocation)
2024-03-01 Jonathan DruartBug 35890: Reject login if IP is not valid
2024-03-01 Victor Grousset... Bug 35904: (QA follow-up): tidy up code
2024-03-01 Jonathan DruartBug 35904: Make C4::Auth::checkauth testable easily
2024-03-01 Jonathan DruartBug 35904: Remove var loggedin
2024-02-14 Andreas JonssonBug 36034: (bug 34893 follow-up) fix capture of return...
2024-02-02 Tomas Cohen AraziBug 34893: Unit tests for C4::Auth::checkpw
2024-02-02 Kyle M HallBug 34893: (QA follow-up) Tidy code for qa script
2024-02-02 Kyle M HallBug 34893: ILS-DI can return the wrong patron for Authe...
2024-01-31 Martin RenvoizeBug 18397: Add message delivery details to the notices tab
2024-01-31 Marcel de RooyBug 35490: Remove GetMarcItem from C4::Biblio module
2024-01-29 Marcel de RooyBug 35833: Silence few warnings from searching
2024-01-29 Marcel de RooyBug 35833: Fix warnings from C4/Koha
2024-01-29 Jonathan DruartBug 34913: Fix perlcritic for VirtualShelves.pm
2024-01-26 Kyle M HallBug 35461: Fix function call parameters causing the...
2024-01-26 Fridolin SomersBug 32029: Automatic item modifications by age add...
2024-01-26 Janik HilserBug 29930: Cardnumber incorrectly set to userid on...
2024-01-26 Jonathan DruartBug 34913: Adjust C4::Utils::DataTables::VirtualShelves
2024-01-16 Kyle M HallBug 35322: Fix the logic for checking for holds in...
2024-01-16 Laura EscamillaBug 34950: Add availability statuses for in transit...
2024-01-16 Kyle M HallBug 35438: Remove skip_intermediate_commit parameter
2024-01-16 Kyle M HallBug 35438: Transact each record import separately
2024-01-16 Nick ClemensBug 35702: Fetch biblios at once and loop
2024-01-16 Nick ClemensBug 35702: Use framework code from biblio object
2024-01-11 Nick ClemensBug 35293: (follow-up) Handle all rules as well
2024-01-11 Alex BuckleyBug 35293: Re-implement bug 30407 functionality
2024-01-05 Aleisha AmohiaBug 35587: Do not trigger transfer if lost item returne...
2024-01-04 Tomas Cohen AraziBug 35070: Tidy
2024-01-04 Julian MauriceBug 35070: Add plugin hook template_include_paths
2023-12-28 David CookBug 35588: Scope authorised value desc lookup according...
2023-12-28 David CookBug 35579: Cache authorised value lookup by MARC field
2023-12-19 Nick ClemensBug 35491: Add logging to RevertWaitingStatus
2023-12-18 Marcel de RooyBug 35405: Remove noise from MARC::Record in SearchAuth...
2023-12-18 Kyle M HallBug 18139: Tidy code
2023-12-18 Kyle M HallBug 18139: Display the rule critera used to determin...
2023-11-10 Kyle M HallBug 34868: (QA follow-up) Tidy sip_circulation_status
2023-11-10 Kyle M HallBug 34868: (QA follow-up) Rename new option, add comments
2023-11-10 Kyle M HallBug 34868: Add ability for SIP2 to distinguish missing...
2023-11-10 Aleisha AmohiaBug 35008: Make ILS-DI not require auth when OpacPublic...
2023-11-08 Nick ClemensBug 33217: Tidy
2023-11-08 Nick ClemensBug 33217: Allow specifiying sort field and order for...
2023-11-08 Kyle M HallBug 21284: (QA follow-up) Fix QA script issues
2023-11-08 Kyle M HallBug 21284: (QA follow-up) Rename itemonhold and recordo...
2023-11-08 Matthias MeusburgerBug 21284: ILS-DI: Allow GetPatronInfo to tell if a...
2023-11-08 Aleisha AmohiaBug 17617: Confirmation email to patron when hold is...
2023-11-08 Kyle M HallBug 25814: Tidy code
2023-11-08 Matthias MeusburgerBug 25814: SIP: Add a message on successful checkin.
next