Bug 22621: Fix filters on subscription search results
[koha.git] / C4 /
2019-04-25 Nick ClemensBug 14576: (follow-up) Using item objects, not hashrefs
2019-04-25 Hayley MapleyBug 14576: Replaced calls using deprecated method GetIt...
2019-04-25 Nick ClemensBug 14576: Rebase fixes Fix test Rebase code
2019-04-25 Nick ClemensBug 14576: Update to use get_yaml_pref_hash
2019-04-25 Nick ClemensBug 14576: Allow arbitrary automatic update of location...
2019-04-25 Nick ClemensBug 20837: Use ReservesControlBranch to determine holda...
2019-04-24 Nick ClemensBug 22759: Fix wrong check of branch rule in C4::Circul...
2019-04-19 Martin RenvoizeBug 22564: Remove references to 'Rep' accounttype
2019-04-19 Nick ClemensBug 16149: Generate and send custom notices based on...
2019-04-19 Frédéric DemiansBug 21937: Syspref autoBarcode annual doesn't increment...
2019-04-19 Nick ClemensBug 15505: Mark Hold Items 'On hold' instead of 'Available'
2019-04-18 Nick ClemensRevert "Bug 15253: Add Koha::Logger based logging for...
2019-04-18 Nick ClemensRevert "Bug 15253: (follow-up) Fix qa complaints"
2019-04-18 Kyle M HallBug 19619: Add support for SIP2 field CM ( Hold Pickup...
2019-04-18 Nick ClemensBug 15253: (follow-up) Fix qa complaints
2019-04-18 Kyle M HallBug 15253: Add Koha::Logger based logging for SIP2
2019-04-18 Josef MoravecBug 22532: Remove Z39.50 random
2019-04-18 Nick ClemensBug 21957: Add a flag to ModBiblio to avoid linking...
2019-04-18 Martin RenvoizeBug 22461: Clarify and correct the hash reduction
2019-04-18 Jonathan DruartBug 22461: Filter ldap mapping before inserting patron...
2019-04-18 Jonathan DruartBug 22461: Fix LDAP user replication
2019-04-17 Martin RenvoizeBug 22521: (QA follow-up) Corrections to tests
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-17 Tomas Cohen AraziBug 22547: (QA follow-up) Warn in debug mode
2019-04-17 Martin RenvoizeBug 20128: (QA follow-up) Corrections to haspermission
2019-04-17 Kyle M HallBug 17171: Add a syspref to allow currently issued...
2019-04-17 Marcel de RooyBug 21336: Do not increase login_attempts after locking
2019-04-16 Fridolin SomersBug 21975: (follow-up) avoid undef in eq
2019-04-16 Fridolin SomersBug 21975: (follow-up) get item datas from previous...
2019-04-16 Fridolin SomersBug 21975: Avoid unnecessary substitutions in automatic...
2019-04-16 Fridolin SomersBug 21975: get item field in substitutions
2019-04-16 Owen LeonardBug 22695: Remove non-XSLT search results view from...
2019-04-16 Ere MaijalaBug 22474: Clone field config before adding fields...
2019-04-12 Caroline Cyr La... Bug 21953: Term 'Lost item' untranslatable
2019-04-12 Arthur SuzukiBug 22597: Remove "more_subfields_xml" from GetPatronIn...
2019-04-12 Liz ReaBug 18387: (QA Follow up) adding specificity to error...
2019-04-12 Nick ClemensBug 18387: Allow sco-user to access errors templates
2019-04-11 Jonathan DruartBug 22472: Make column_exists early return if the table...
2019-04-11 Owen LeonardBug 12166: Improve display of Reserve charges in patron...
2019-04-11 Nick ClemensBug 22541: Invoice adjustments should show invoice...
2019-04-11 Martin RenvoizeBug 20912: (QA follow-up) Fix for missed signature...
2019-04-10 Kyle M HallBug 17978: Circ rules will not limit holds
2019-04-10 Martin RenvoizeBug 22600: Update Tests adding 'interface' as needed
2019-04-10 Martin RenvoizeBug 22600: Add 'cron' to interface types and set approp...
2019-04-10 Martin RenvoizeBug 22600: Add 'api' to interface types and set appropr...
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-29 Julian MauriceBug 19380: Use Koha::Item::get_transfer instead of...
2019-03-29 Julian MauriceBug 19380: Add transfer informations in ILS-DI GetRecor...
2019-03-29 Martin RenvoizeBug 22518: Remove references to 'O' accounttype
2019-03-28 Nick ClemensBug 18213: Add Template plugin and fix for C4/Languages
2019-03-28 Nick ClemensBug 18213: Add language facets to Elasticsearch
2019-03-28 Martin RenvoizeBug 22593: Fix bad ternaries after bug 22008
2019-03-28 Josef MoravecBug 10577: (QA follow-up) Remove tab chars
2019-03-28 Galen CharltonBug 10577: Improve semantics of GetBudgetPeriod()
2019-03-28 Kyle M HallBug 22076: Add missing whitespace on if statments
2019-03-28 Kyle M HallBug 22076: Fix the same situation for lost items
2019-03-28 Kyle M HallBug 22076: SIP checkin for withdrawn item returns ok...
2019-03-25 Martin RenvoizeBug 22565: Do NOT replace all internalnote's on receive
2019-03-22 Katrin FischerBug 13735: Update PrepareItemrecordDisplay to use maxlength
2019-03-21 Josef MoravecBug 21683: (follow-up) Polish the change - based on...
2019-03-21 Josef MoravecBug 21683: Remove accountlines.accountno
2019-03-21 Nick ClemensBug 18736: Calculate tax depending on rounding
2019-03-21 Marcel de RooyBug 18736: (QA follow-up) Resolve uninitialized warn...
2019-03-21 Marcel de RooyBug 18736: (QA follow-up) Change to signed, add large...
2019-03-21 Marcel de RooyBug 18736: (QA follow-up) Cosmetic changes
2019-03-21 Nick ClemensBug 18736: (follow-up) Remove duplicate code and adjust...
2019-03-21 Nick ClemensBug 18736: (follow-up) cast as UNSIGNED instead of...
2019-03-21 Nick ClemensBug 18736: (follow-up) Fix missing rounding and bad...
2019-03-21 Mark TompsettBug 18736: (follow-up) Add missing test cases
2019-03-21 Nick ClemensBug 18736: (follow-up) Add tests and FIXME for Getbudge...
2019-03-21 Nick ClemensBug 18736: Use rounding syspref to determine correct...
2019-03-21 Kyle M HallBug 22330: (QA follow-up) Remove duplicate use lines...
2019-03-21 Kyle M HallBug 22330: Cache item and library objects when building...
2019-03-21 Kyle M HallBug 22330: Transfer limits should be respected for...
2019-03-13 Martin RenvoizeBug 21756: Add deprecation warning to manualinvoice
2019-03-13 Fridolin SomersBug 21832: Restore is_expired in ILS-DI GetPatronInfo...
2019-03-15 Kyle M HallBug 14591: (QA follow-up) Fix call to AddReturn for SIP
2019-03-15 Jonathan DruartBug 22219: Remove duplicated items in inventory (when...
2019-03-15 Jonathan DruartBug 21987: Do not generate true color thumbnails if...
2019-03-15 Martin RenvoizeBug 14591: (QA follow-up) Optimize DateTime passing
2019-03-15 Kyle M HallBug 14591: Update other calls to AddReturn
2019-03-15 Kyle M HallBug 14591: book drop / drop box mode incorrectly decrem...
2019-03-15 Kyle M HallBug 22043: (QA follow-up) Add parameter to control...
2019-03-15 Kyle M HallBug 22043: SIP Checkin Response alert flag set to often...
2019-03-15 David CookBug 22429: Infinite loop in patron card printing
2019-03-15 Owen LeonardBug 22237: Subscriptions are not linked to Mana upon...
2019-03-15 Nick ClemensBug 22296: Add Invoice Adjustments to GetBudgetHierarchy
2019-03-09 Martin RenvoizeBug 22483: Restore exact behaviour of undef
2019-03-08 Martin RenvoizeBug 22483: Restore undef behaviour
2019-03-08 Martin RenvoizeBug 22483: (QA follow-up) Corrections to logic in check...
2019-03-08 Martin RenvoizeBug 22483: (follow-up) Improve POD as requested in...
2019-03-08 Martin RenvoizeBug 22483: Explicitly ban 'undef' as a valid $flagsrequired
2019-03-07 Martin RenvoizeBug 22031: Add SQL::Abstract like syntax to haspermission
2019-03-07 David GustafssonBug 20535: ModZebra called with $record with items...
2019-03-07 Jonathan DruartBug 15774: Do not fetch additional fields from GetSubsc...
2019-03-07 Jonathan DruartBug 15774: Fix and unify additional_fields in C4::Serials
2019-03-07 Nick ClemensBug 15774: (follow-up) Address QA issues
2019-03-07 Julian MauriceBug 15774: Use Koha::Object(s) for additional fields
2019-03-07 Jesse WeaverBug 15774: Add additional fields to order baskets
2019-03-07 Martin RenvoizeBug 20912: (QA follow-up) Rebase error corrections
next