Bug 18213: Add language facets to Elasticsearch
[koha.git] / C4 /
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
2019-03-07 Martin RenvoizeBug 20912: (follow-up) Prevent double charging on renewal
2019-03-07 Martin RenvoizeBug 20912: (QA follow-up) Fix some test failures
2019-03-07 Martin RenvoizeBug 20912: (follow-up) Improve test coverage
2019-03-07 Martin RenvoizeBug 20912: (QA follow-up) Move Fees to Charges::
2019-03-07 Kyle M HallBug 20912: Move calculation to Koha::Fees
2019-03-07 Kyle M HallBug 20912: Rental Fees based on Time Period
2019-03-07 Martin RenvoizeBug 21721: Use Koha::Account->add_debit in AddRenewal
2019-03-05 Jonathan DruartBug 18925: Fix null/empty behavior, again
2019-03-05 Jonathan DruartBug 18925: Replace logic in GetBranchBorrowerCircRule...
2019-03-05 Jesse WeaverBug 18925: (follow-up) Fix null/empty behavior
2019-03-05 Jesse WeaverBug 18925: (follow-up) Change name of rule to fix ambiguity
2019-03-05 Kyle M HallBug 18925: Move maxissueqty and maxonsiteissueqty to...
2019-03-04 Martin RenvoizeBug 21720: Use Koha::Account->add_debit in AddIssuingCharge
2019-03-04 Martin RenvoizeBug 21728: Use Koha::Account->add_debit in ChargeReserveFee
2019-03-04 Martin RenvoizeBug 21722: Use Koha::Account->add_debit in chargelostitem
2019-03-04 Hayley MapleyBug 18584: remove trailing space from C4/XSLT.pm
2019-02-27 Martin RenvoizeBug 21747: (follow-up) Intelligent rename of offsets
2019-02-27 Martin RenvoizeBug 21747: Use Koha::Account:: routines in UpdateFine
2019-02-27 Tomas Cohen AraziBug 21765: Make AutoUnsuspendReserves call Koha::Hold...
2019-02-27 Marcel de RooyBug 21875: Handling subject line in Letters.pm
2019-02-27 Kyle M HallBug 22016: Always send CT field for SIP checkin, even...
2019-02-27 Kyle M HallBug 22014: Add ability to send "00" in SIP CV field...
2019-02-26 Jonathan DruartBug 21206: Fix SwitchOnSiteCheckouts.t
2019-02-26 Tomas Cohen AraziBug 21206: (QA follow-up) Rebase problem and leftover...
2019-02-26 Josef MoravecBug 21206: (follow-up) Fix Circulation.t
2019-02-26 Jonathan DruartBug 21206: Remove GetItem
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-26 Jonathan DruartBug 18957: Record the time part of the last renewed...
2019-02-22 Kyle M HallBug 21997: SIP patron information requests can lock...
2019-02-19 Mark TompsettBug 18143: Silence ods MARC framework export flood
2019-02-19 Mark TompsettBug 18143: Silence XML MARC Framework export flood
2019-02-15 Katrin FischerBug 10676: Fix behaviour of OpacHiddenItems for items...
2019-02-15 Marcel de RooyBug 19832: (QA follow-up) Remove obsolete pending_queue...
2019-02-15 Nick ClemensBug 19832: Don't fill holds in SIP/Transaction/Checkout.pm
2019-02-15 Fridolin SomersBug 22140: Use of EasyAnalyticalRecords pref is get_hos...
2019-02-15 Fridolin SomersBug 22140: Use of EasyAnalyticalRecords pref in search
2019-02-11 Jonathan DruartBug 21829: Correctly format dateexpiry in notices ...
2019-02-08 Alex ArnaudBug 21738: make call of CanBookBeReserved more safe
2019-02-08 Alex ArnaudBug 21738: check items count in C4:ILSDI::HoldTitle
2019-02-04 Kyle M HallBug 22097: CataloguingLog should be suppressed for...
2019-02-04 Nick ClemensBug 19915: Use cn_sort values for getting inventory...
2019-01-30 Tomas Cohen AraziBug 22155: Adapt uses of biblio_metadata.marcflavour...
2019-01-28 helene hickeyBug 21290: Updating documentation for ModItem
2019-01-28 Nick ClemensBug 17353: Add phone number column to checkout search
2019-01-28 Alex ArnaudBug 19945: Use CanItemBeReserved in ILSDI HoldItem...
2019-01-28 Mark TompsettBug 19945: (follow-up) optimization and test correction
2019-01-28 Alex ArnaudBug 19945: ILSDI - Return the reason a reserve is impos...
2019-01-28 Alex BuckleyBug 21241: (follow-up) Made SQL change idempotent
2019-01-28 Martin RenvoizeBug 21241: (follow-up) Code Golf
2019-01-28 Alex BuckleyBug 21241: (follow-up) Syspref to control fallback...
next