Bug 35343: Add record accessor method to Koha::Authority
[koha.git] / C4 /
2023-11-07 Aleisha AmohiaBug 26611: Make authority record matching use required...
2023-11-07 Marcel de RooyBug 33404: Fix serverhost and init $page
2023-11-07 Marcel de RooyBug 33404: Z3950SearchAuth: Save in UTF-8 encoding
2023-09-28 David CookBug 34513: Set auth state correctly when changing auth...
2023-09-13 Kyle M HallBug 34279: Don't enforce overduefinescap unless it...
2023-09-13 Phil RingnaldaBug 34182: Don't set biblio.serial based on biblio...
2023-08-03 Martin RenvoizeBug 30524: Core CSRF checking code
2023-06-13 Marcel de RooyBug 32990: Prevent deadlock in _update_batch_record_counts
2023-05-15 Katrin FischerBug 33262: Store the biblionumber of a deleted record...
2023-05-15 Lucas GassRevert "Bug 33210: (Bug 31963 follow-up) No hold fee...
2023-05-15 Janusz KaczmarekBug 33210: (Bug 31963 follow-up) No hold fee message...
2023-05-15 Kyle HallBug 33216: Catch and handle RegisterRequired exceptions...
2023-05-15 Martin RenvoizeBug 18398: (follow-up) Update POD & Unit tests
2023-05-15 Martin RenvoizeBug 18398: Update C4::Message enqueue to use $patron...
2023-05-05 Kyle HallBug 33040: Add "Date published (text)" to serials tab...
2023-04-24 Fridolin SomersBug 32279: Add GetAuthorizedHeading method export C4...
2023-04-24 Fridolin SomersBug 32280: Export method ImportBreedingAuth from C4...
2023-04-24 Nick ClemensBug 31259: Escape infinite loop when lime cannot wrap...
2023-04-24 Nick ClemensBug 13976: Sort popularity numerically in Zebra
2023-04-24 Tomas Cohen AraziBug 33341: Address some perlcritic errors in 5.36
2023-04-24 Nick ClemensBug 33309: Index items after renewal transaction completes
2023-04-21 Nick ClemensBug 33100: Remove all punctuation at end of record
2023-04-14 Kyle HallBug 33183: Error inserting matchpoint_components when...
2023-03-10 Nick ClemensBug 31471: Send multiple ISBN with 'OR' for FindDuplicate
2023-03-10 Nick ClemensBug 33055: (bug 32624 follow-up) Don't send a screen...
2023-03-10 David CookBug 32205: Remove unnecessary syspref template params...
2023-03-10 Jonathan DruartBug 33032: Remove alternateholdings_count
2023-02-14 Nick ClemensBug 32624: Don't include guarantee or guarantor fines...
2023-02-14 Nick ClemensBug 32515: Ignore no-block flag in check-in message
2023-02-14 Tomas Cohen AraziBug 32612: (QA follow-up) Add POD and fix typo
2023-02-14 Kyle HallBug 32612: (QA follow-up) Add BINMODE method to C4...
2023-01-25 Nick ClemensBug 22042: [22.05.x] Block all return actions when...
2023-01-19 Nick ClemensBug 32456: Preserve date accessioned if a date is not...
2023-01-19 Fridolin SomersBug 20596: (QA follow-up) perltidy
2023-01-19 David CookBug 20596: Join authority queries together with OR
2023-01-19 Nick ClemensBug 32247: Exit holds queue builder if there are no...
2022-12-22 Lucas GassMerge remote-tracking branch 'translations/22.05.08...
2022-12-22 Marcel de RooyBug 32208: Adjust Auth.pm for relogin without perms
2022-12-22 Marcel de RooyBug 31908: Resolve second login with another userid
2022-12-22 Marcel de RooyBug 31908: Replace an exit by a safe_exit in Auth.pm...
2022-12-21 Nick ClemensBug 27265: (follow-up) Use existing parameter
2022-12-21 Kyle M HallBug 27265: Enable message queue cron to accept multiple...
2022-12-05 Marcel de RooyBug 19693: (QA follow-up) Replace changed tag test
2022-12-05 Janusz KaczmarekBug 19693: Update of an authority record creates incons...
2022-12-05 Kyle HallBug 31552: SIP2 option format_due_date not honored...
2022-12-05 Kyle HallBug 31587: Basket not accessible from ACQORDER notice
2022-12-05 Fridolin SomersBug 31649: Fix acquisition basket group CSV export...
2022-12-05 Fridolin SomersBug 31649: Fix acquisition basket CSV export if biblio...
2022-11-22 Tomas Cohen AraziBug 31296: (QA follow-up) Fix trivial spelling errors
2022-11-22 Kyle HallBug 31296: Add ability to disable demagnetizing items...
2022-10-31 Jeremy BreuillardBug 27550: "Duplicate budget" does not keep users assoc...
2022-10-31 Johanna RaisaBug 30359: GetBudgetHierarchy is slow on order receive...
2022-10-31 Katrin FischerBug 31401: Update administration sidebar to match entri...
2022-10-31 Nick ClemensBug 31023: Quote authtypecode in FindDuplicateAuthorities
2022-10-31 Nick ClemensBug 28290: Don't send subfields to 'as_string' if none...
2022-10-31 Tomas Cohen AraziBug 31177: Fix misplaced import in C4::ILSDI::Services
2022-10-31 Kyle M HallBug 31112: (QA follow-up) Reduce database queries
2022-10-31 Joonas KylmäläBug 31112: (follow-up) Don't return "on_reserve" when...
2022-10-31 Joonas KylmäläBug 31112: (follow-up) Bring back the check for non...
2022-10-31 Nick ClemensBug 31112: (QA follow-up) Fetch patrons with reserves
2022-10-31 Nick ClemensBug 31112: (QA follow-up) Restore check to avoid extra...
2022-10-31 Joonas KylmäläBug 31112: CanBookBeRenewed: take into account patrons...
2022-10-31 Joonas KylmäläBug 31112: Remove unnecessary if-clause
2022-10-14 Kyle M HallBug 12225: Use ProcessOfflineIssue
2022-10-14 Kyle HallBug 12225: Re-implement no block flag for checkouts
2022-10-14 Kyle M HallBug 12225: Fix SIP message templates
2022-10-14 David CookBug 31390: Remove noisy warns in C4::Templates
2022-10-14 Fridolin SomersBug 28327: (follow-up) Comma as default CSV delimiter
2022-10-14 Fridolin SomersBug 28327: Unify CSV delimiter special behavior for...
2022-10-13 Lucas GassRevert "Bug 29012: Add default values for blank circula...
2022-10-03 Nick ClemensBug 30779: Remove _update_import_record_marc and update...
2022-10-03 Nick ClemensBug 30779: Do not update import marc after importing...
2022-10-03 Nick ClemensBug 31382: Pass password_has_expired param to templte
2022-10-03 Nick ClemensBug 26632: (Bug 22532 follow-up) Remove random variables
2022-09-30 Kyle HallBug 31276: Report results are limited to 999,999 no...
2022-09-29 Nick ClemensBug 30879: Add biblionumber as a sorting option in...
2022-09-29 Marcel de RooyBug 30984: (QA follow-up) Ternary formatting style
2022-09-29 Kyle HallBug 30984: Action logs should log the cronjob script...
2022-09-29 Kevin CarnesBug 29012: Add default values for blank circulation...
2022-09-29 Jonathan DruartBug 31247: Fix OPAC authentication when 2FA is enabled
2022-09-02 Jonathan DruartBug 31244: Fix 500 if logout and not logged in
2022-09-02 Kyle M HallBug 31120: Items will renew for zero ( 0 ) days if...
2022-09-02 Kyle HallBug 30838: (QA follow-up) Add missing semicolon
2022-09-02 Martin RenvoizeBug 30838: Set to_address to smsalertnumber at send
2022-09-02 Martin RenvoizeBug 30838: Don't fallback through phone numbers for sms
2022-09-02 Frédéric DemiansBug 30308: Fix bulkmarcimport.pl broken by OAI-PMH...
2022-09-02 Kyle HallBug 31202: Don't remove optional SIP fields with a...
2022-08-23 Katrin FischerBug 27045: (follow-up) Fix delimiter in header rows
2022-08-23 Jonathan DruartBug 27045: Fix other exports using CSV profiles
2022-08-23 Lucas GassBug 30039: Add published on column to claims.pl
2022-08-23 Fridolin SomersBug 27683: Bind results of GetAnalyticsCount to the...
2022-08-23 Kyle HallBug 29094: Adding hold via SIP should check if patron...
2022-08-23 Julian MauriceBug 29333: Fix encoding of imported UNIMARC authorities
2022-08-12 Jonathan DruartBug 29951: Fix EXPORT for C4::ClassS*Routine modules
2022-07-29 Nick ClemensBug 30327: Fix tests
2022-07-25 Kyle HallBug 30969: Cross site scripting (XSS) attack in OPAC...
2022-07-15 Nick ClemensBug 12630: Rebase tests and cover CheckReserves
2022-07-15 Kyle M HallBug 12630: (QA follow-up) - Rename _ShiftPriorityByDate...
2022-07-15 Olli-Antti KivilahtiBug 12630: Prioritizing "Hold starts on date" -holds...
2022-07-13 Tomas Cohen AraziBug 30409: (QA follow-up) Avoid uninitialized variable...
next