Bug 22630: Set is_boolean flag for course_items.homebranch_enabled
[koha-equinox.git] / C4 /
2020-04-29 Julian MauriceBug 22630: Allow to change homebranch in course reserves
2020-04-29 Kyle M HallBug 25227: Display correct message if item is withdrawn...
2020-04-29 Kyle M HallBug 25227: Display correct message if item is lost...
2020-04-27 Jonathan DruartBug 23081: Revert "Bug 24443: Consider NULL as 0 for...
2020-04-27 Katrin FischerBug 21927: Acq - Add blank values in pull downs of...
2020-04-27 Bernardo Gonzalez... Bug 25257: Preserve prolog on translated XML files
2020-04-27 Jonathan DruartBug 25142: Fix wrong grep logical test
2020-04-22 Nick ClemensBug 20816: Add ability to define custom templated field...
2020-04-21 Nick ClemensBug 25123: Count the current fine when reducing for...
2020-04-17 Kyle M HallBug 23727: Editing course reserve items is broken
2020-04-17 Jonathan DruartBug 23463: Remove double store call
2020-04-17 Jonathan DruartBug 21901: Add FK on subscription and serial tables
2020-04-17 Marcel de RooyBug 24715: Cache repeatable subfield in TransformKohaToMarc
2020-04-17 Jonathan DruartBug 20116: Cache language list
2020-04-17 Jonathan DruartBug 20116: Prepare the ground
2020-04-17 Martin RenvoizeBug 25147: (RM follow-up) Update pref references.
2020-04-16 Tomas Cohen AraziBug 25131: Add C4::Context->needs_install
2020-04-15 Jonathan DruartBug 24380: (QA follow-up) Simplify condition
2020-04-15 Kyle M HallBug 24380: Add syspref CalculateFinesOnBackdate
2020-04-15 Kyle M HallBug 24380: Backdated returns do not update fines unless...
2020-04-14 Nick ClemensBug 24620: Fix test, remove replaced code, use dt_from_...
2020-04-14 Nick ClemensBug 24620: Close existing transfers when setting item...
2020-04-14 Jonathan DruartBug 20728: Remove the 2 GetLastOrder* subroutines
2020-04-14 Jonathan DruartBug 20728: Proof that there is no cheating
2020-04-14 Jonathan DruartBug 22784: Add the ability to archive/unarchive a purch...
2020-04-14 Kyle M HallBug 24547: Add more action logs for holds
2020-04-14 Marcel de RooyBug 21190: (follow-up) Save patron id in failure when...
2020-04-14 Marcel de RooyBug 21190: Add authentication logging to checkpw
2020-04-14 Marcel de RooyBug 21190: Add interfaces parameter to POD in C4::Logs
2020-04-14 Marcel de RooyBug 24903: Special characters like parentheses in numbe...
2020-04-14 Marcel de RooyBug 24966: (QA follow-up) Fix return value of hold_patr...
2020-04-14 Jonathan DruartBug 24800: Handle inexistent return date on self checking
2020-04-14 Kyle M HallBug 25095: Remove warn left in FeePayment.pm
2020-04-14 Kyle M HallBug 22778: Suggestions with no "suggester" can cause...
2020-04-14 Tomas Cohen AraziBug 24027: (QA follow-up) Fix POD warning
2020-04-14 Andrew NuggedBug 24027: Call ModZebra once after all items added...
2020-04-14 Theodoros Theodoro... Bug 23514: Split Call Numbers for all layout types
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-04-08 Andreas RoussosBug 25046: Include borrowers.othernames in SELECT statement
2020-04-08 Alex BuckleyBug 7046: Implemented subscription renewal dropdown...
2020-04-06 Aleisha AmohiaBug 4461: Adding user flags for managing OPAC problem...
2020-04-06 Aleisha AmohiaBug 4461: (follow-up) Creating sample notice and other...
2020-04-06 Katrin FischerBug 4944: Add OpacNoItemTypeImages system preference
2020-04-03 Emmi TakkinenBug 19475: Don't copy holiday if it already exists...
2020-04-03 Aleisha AmohiaBug 24900: Checks in MARC mod templates for when from...
2020-03-31 Jonathan DruartBug 22001: execute reports in an eval
2020-03-30 Jonathan DruartBug 25018: Use new KOHA_TESTING envvar to detect enviro...
2020-03-27 Nazlı ÇetinBug 25000: SQL report not updated
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.bookselleremail
2020-03-27 Bernardo Gonzalez... Bug 24883: Add POD entry and remove unused variable
2020-03-27 Jonathan DruartBug 24883: Move to a flat array with all values to...
2020-03-27 Jonathan DruartBug 24883: Centralize code to load YAML installer files...
2020-03-27 Kyle M HallBug 24964: Fix perl critic warning
2020-03-27 Jonathan DruartBug 24964: Do not filter patrons after they have been...
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-26 Jonathan DruartBug 24614: Use Koha::Reports from save_report and updat...
2020-03-25 Martin RenvoizeBug 24828: Add ability to specify cash register in...
2020-03-25 Andrew NuggedBug 24185: Make holds page fast when 'on shelf holds...
2020-03-25 Andrew NuggedBug 24185: Make holds page faster: Preparatory refactoring
2020-03-25 Andrew NuggedBug 24185: Make holds page faster - Call to subroutine...
2020-03-25 Jonathan DruartBug 23590: Add lastmodification by and date columns
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: Allow patrons to opt out of auto-renewal
2020-03-24 Nick ClemensBug 24476: Change CanBookBeRenewed and adjust tests
2020-03-24 Marcel de RooyBug 24276: Add FillWithDefaultValues call in neworderempty
2020-03-24 Josef MoravecBug 22589: Remove C4::Overdues::BorType
2020-03-24 Jonathan DruartBug 24468: Remove unused C4::Reserves::_get_itype subro...
2020-03-24 Marcel de RooyBug 21800: Check the correct framework for the repeatab...
2020-03-24 Marcel de RooyBug 21800: Make TransformKohaToMarc aware of non-repeat...
2020-03-24 Nick ClemensBug 24759: Rename renewalbranch to renewal_branchcode
2020-03-24 Nick ClemensBug 24759: Move OpacRenewalBranch code to Koha::Item
2020-03-24 Marcel de RooyBug 24052: Rename XSLT_Handler
2020-03-24 Bernardo Gonzalez... Bug 24872: Set languages prefererences after install
2020-03-24 Katrin FischerBug 24854: Remove IDreamBooks integration
2020-03-24 Marcel de RooyBug 21708: Sort MARC fields in TransformHtmlToMarc
2020-03-23 Jonathan DruartBug 20443: Add missing use statement
2020-03-23 Jonathan DruartBug 20443: Use search_with_library_limits for attribute...
2020-03-23 Jonathan DruartBug 20443: Fix Auth_with_ldap.t
2020-03-23 Jonathan DruartBug 20443: (follow-up) Move GetBorrowerAttributes to...
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_code_value_arrayr...
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_merge
2020-03-23 Jonathan DruartBug 20443: Remove SearchIdMatchingAttribute
2020-03-23 Jonathan DruartBug 20443: Remove SearchIdMatchingAttribute - prove...
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Move C4::Members::AttributeTypes::GetAttribu...
2020-03-23 Jonathan DruartBug 20443: Remove CheckUniqueness
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttributes
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-23 Jonathan DruartBug 23463: Fix wrong variable name
2020-03-23 Jonathan DruartBug 23463: Fix CourseReserves/CourseItems.t
2020-03-23 Jonathan DruartBug 23463: Fix items.cn_sort vs cn_sort
2020-03-23 Jonathan DruartBug 23463: Use new method Koha::Object->set_or_blank
2020-03-23 Jonathan DruartBug 23463: Fix items.cn_source vs cn_source
2020-03-23 Jonathan DruartBug 23463: Fix CancelReceipt.t
2020-03-23 Jonathan DruartBug 23463: Remove no longer needed subs related to...
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
next