Bug 30649: DBRev 22.12.00.041
[koha.git] / C4 /
2023-05-12 Kyle M HallBug 31212: (QA follow-up) Fix unit test, remove unused...
2023-05-12 Lucas GassBug 31212: (follow-up) Remove unnessesary changes from...
2023-05-12 Lucas GassBug 31212: Fix date_from_string and explicitly called...
2023-05-12 Lucas GassBug 31212: Change datelastseen from date to datetime...
2023-05-12 David GustafssonBug 31735: Avoid re-fetcing objects from database by...
2023-05-12 Kyle HallBug 31557: Add ability for holds queue builder to prior...
2023-05-12 Kyle M HallBug 33580: Bring back ability to mark item as seen...
2023-05-12 Marcel de RooyBug 33567: Remove hardcoded fallback in module
2023-05-10 Marcel de RooyBug 29185: Facilitate searching for cnum
2023-05-10 Nick ClemensBug 33557: Add LinkerConsiderThesaurus system preference
2023-05-10 Nick ClemensBug 33277: (follow-up) Don't use regex, tidy
2023-05-10 Nick ClemensBug 33277: (follow-up) Fix notdefined search for Zebra...
2023-05-10 Nick ClemensBug 33277: Add comments and missing thesauri
2023-05-10 Nick ClemensBug 33277: Support custom thesaurus authority with...
2023-05-10 Nick ClemensBug 33277: Do not search using thesaurus when linking...
2023-05-10 Lucas GassBug 30928: Add interface to statistics
2023-05-09 Fridolin SomersBug 33569: Fix sort by relevance in catalog search
2023-05-09 Marcel de RooyBug 33576: (QA follow-up) Polish comment, typo
2023-05-09 Nick ClemensBug 33576: Index records after import transaction is...
2023-05-05 Marcel de RooyBug 32990: Prevent deadlock in _update_batch_record_counts
2023-05-05 Katrin FischerBug 33197: Rename GDPR_Policy system preference
2023-05-05 Jonathan DruartBug 28267: Simplify things
2023-05-05 Katrin FischerBug 33262: Store the biblionumber of a deleted record...
2023-04-21 Janusz KaczmarekBug 33210: (Bug 31963 follow-up) No hold fee message...
2023-04-19 Kyle HallBug 33216: Catch and handle RegisterRequired exceptions...
2023-04-14 Martin RenvoizeBug 33192: Update all occurrences of AutoEmailPrimaryAd...
2023-04-14 Nick ClemensBug 33231: (QA follow-up) Simplify conditional for...
2023-04-14 Janusz KaczmarekBug 33231: (Bug 30813 follow-up) No publication date...
2023-04-14 Marcel de RooyBug 33360: (follow-up) Adjust wording in verbose mode
2023-04-14 Marcel de RooyBug 33360: Improving limit behavior in SendQueuedMessages
2023-04-14 Marcel de RooyBug 33360: Incorporate Koha::Notice::Util in Letters...
2023-04-12 Matt BlenkinsopBug 32013: Autorenewal batch indexing
2023-04-06 Tomas Cohen AraziBug 30403: (follow-up) Remove useless warning
2023-04-06 Emmi TakkinenBug 30403: Add syspref UpdateNotForLoanStatusOnCheckout
2023-04-06 Martin RenvoizeBug 31123: Display content warnings on the intranet
2023-04-06 Kyle HallBug 33040: Add "Date published (text)" to serials tab...
2023-03-31 Fridolin SomersBug 32279: Add GetAuthorizedHeading method export C4...
2023-03-31 Fridolin SomersBug 32280: Export method ImportBreedingAuth from C4...
2023-03-31 Nick ClemensBug 31259: Escape infinite loop when lime cannot wrap...
2023-03-31 Martin RenvoizeBug 18398: (follow-up) Update POD & Unit tests
2023-03-31 Martin RenvoizeBug 18398: Update C4::Message enqueue to use $patron...
2023-03-31 Nick ClemensBug 13976: Sort popularity numerically in Zebra
2023-03-31 Nick ClemensBug 33159: Simplify ES handling and fix zebra handling
2023-03-31 Nick ClemensBug 33159: Correctly form thesaurus term for non-subjec...
2023-03-31 Martin RenvoizeBug 29234: Transit on checking
2023-03-28 Tomas Cohen AraziBug 33341: Address some perlcritic errors in 5.36
2023-03-27 Nick ClemensBug 33309: Index items after renewal transaction completes
2023-03-27 Nick ClemensBug 33019: Make sure ES records are indexed the first...
2023-03-17 Marcel de RooyBug 32804: (QA follow-up) Typo ahs and fix ImportBatch.t
2023-03-17 Nick ClemensBug 32804: Do not adjust biblionumber when replacing...
2023-03-17 Nick ClemensBug 33100: Remove all punctuation at end of record
2023-03-16 Kyle HallBug 33183: Error inserting matchpoint_components when...
2023-03-16 Martin RenvoizeBug 32878: (follow-up) Exclude non_priority holds
2023-03-14 Petro VashchukBug 32878: Make it impossible to renew the item if...
2023-03-14 Marcel de RooyBug 32057: (QA follow-up) Remove pretty flag
2023-03-14 Kyle HallBug 32057: Replace insert query with use of Koha::Actio...
2023-03-14 Kyle HallBug 32057: Add optional stack trace to action logs
2023-03-14 Marcel de RooyBug 32684: (QA follow-up) Move too_many_lost to Patron
2023-03-14 Kyle HallBug 32684: Implement SIP patron status field "too many...
2023-03-13 Tomas Cohen AraziBug 33214: (follow-up) Consistency on key names
2023-03-13 Lucas GassBug 30624: Add loggedinlibrary permission and DB update
2023-03-13 Martin RenvoizeBug 30920: (follow-up) Cleanup warning from C4::Biblio...
2023-03-13 Martin RenvoizeBug 30920: (follow-up) Cache key fixes
2023-03-13 Nick ClemensBug 30920: (follow-up) Add missing use
2023-03-13 Martin RenvoizeBug 30920: Add caching to GetAuthorizedValueDesc
2023-03-10 Alex ArnaudBug 31858: add TT syntax for ACQORDER notices
2023-03-06 Jonathan DruartBug 25655: Store invoice price and currency even if...
2023-03-06 Jonathan DruartBug 25655: Add tests
2023-03-06 Jonathan DruartBug 25655: Save values from ModOrderReceive
2023-03-06 Martin RenvoizeBug 31028: (follow-up) Move html_helpers into notices
2023-03-06 Martin RenvoizeBug 31028: Add catalog concern management page to staff
2023-03-06 Martin RenvoizeBug 31028: Add acknowledgement notice
2023-03-06 Nick ClemensBug 31471: Send multiple ISBN with 'OR' for FindDuplicate
2023-03-02 Kyle M HallBug 31453: Add ability to filter messages to process...
2023-03-02 Nick ClemensBug 33055: (bug 32624 follow-up) Don't send a screen...
2023-02-27 David CookBug 32205: Remove unnecessary syspref template params...
2023-02-27 Jonathan DruartBug 33032: Remove alternateholdings_count
2023-02-24 Marcel de RooyBug 32687: Get server version in Context::get_versions
2023-02-24 Lucas GassBug 32805: Update location when recording a localuse...
2023-02-10 Tomas Cohen AraziBug 30642: Make renewal_type an enum in spec and add...
2023-02-10 Kyle M HallBug 30642: (QA follow-up) Do not rely on script names...
2023-02-10 Matt BlenkinsopBug 30642: Record renewal type
2023-02-09 Nick ClemensBug 32624: Don't include guarantee or guarantor fines...
2023-02-07 Tomas Cohen AraziBug 32612: (QA follow-up) Add POD and fix typo
2023-02-07 Kyle HallBug 32612: (QA follow-up) Add BINMODE method to C4...
2023-02-07 Nick ClemensBug 15869: Change framework on overlay
2023-02-07 Katrin FischerBug 32027: Fix 'librarian interface' to use 'staff...
2023-02-07 Katrin FischerBug 32222: Fix capitalization in various "id is invalid"
2023-02-07 Nick ClemensBug 32455: Use from_email_address for 'from' field...
2023-02-06 Nick ClemensBug 32515: Ignore no-block flag in check-in message
2023-01-31 Jonathan DruartBug 32442: (bug 28739 follow-up) Ensure txn is rollbacked
2023-01-31 Matthias MeusburgerBug 25812: Fines can be displayed on SIP checkin/checkout
2023-01-31 Martin RenvoizeBug 31095: Remove GetDebarments from Circulation.pm
2023-01-30 Matthias MeusburgerBug 32431: Display expiry date on SIP checkout when...
2023-01-18 Nick ClemensBug 22042: Block all return actions when BlockReturnOfW...
2023-01-17 Shi Yao WangBug 14784: Fix checkin message for restricted patrons
2023-01-10 Marcel de RooyBug 32208: Adjust Auth.pm for relogin without perms
2023-01-10 Marcel de RooyBug 31908: Resolve second login with another userid
2023-01-10 Marcel de RooyBug 31908: Replace an exit by a safe_exit in Auth.pm...
2022-12-27 Nick ClemensBug 32456: Preserve date accessioned if a date is not...
next