koha.git
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: Improve filtering method
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 20443: Remove opac_display and opac_editable from...
2020-03-23 Jonathan DruartBug 20443: Revert some stuffs from 12159
2020-03-23 Jonathan DruartBug 23463: Fix selenium tests (highlight a bug in date...
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: Replace a new occurrence of ModItem
2020-03-23 Martin RenvoizeBug 23463: (RM follow-up) Add try block around Illreque...
2020-03-23 Jonathan DruartBug 23463: Fix items.cn_sort vs cn_sort
2020-03-23 Jonathan DruartBug 23463: (follow-up 2) Fix timestamp default value
2020-03-23 Jonathan DruartBug 23463: Use new method Koha::Object->set_or_blank
2020-03-23 Jonathan DruartBug 23463: Replace new occurrence of AddItem
2020-03-23 Jonathan DruartBug 23463: Fix XSLT.t
2020-03-23 Jonathan DruartBug 23463: Fix cn_source for new item
2020-03-23 Jonathan DruartBug 23463: Fix IsItemIssued.t
2020-03-23 Tomas Cohen... Bug 23463: Fix tests
2020-03-23 Jonathan DruartBug 23463: Fix safe_return return value in deletion...
2020-03-23 Jonathan DruartBug 23463: (follow-up) Fix timestamp default value
2020-03-23 Jonathan DruartBug 23463: Move DelItem.t and Items_DelItemCheck.t...
2020-03-23 Jonathan DruartBug 23463: Fix timestamp default value
2020-03-23 Jonathan DruartBug 23463: (follow-up) Remove DelItemCheck and ItemSafe...
2020-03-23 Jonathan DruartBug 23463: cn_sort needs to be updated if cn_source...
2020-03-23 Jonathan DruartBug 23463: Replace recently added occurrences
2020-03-23 Jonathan DruartBug 23463: build cn_sort only if needed
2020-03-23 Jonathan DruartBug 23463: Fix items.cn_source vs cn_source
2020-03-23 Jonathan DruartBug 23463: update permanent_location if location has...
2020-03-23 Jonathan DruartBug 23463: Fix AutomaticItemModificationByAge.t
2020-03-23 Jonathan DruartBug 23463: Getting less item-level_itypes warnings (?)
2020-03-23 Jonathan DruartBug 23463: Fix failing tests
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
2020-03-23 Jonathan DruartBug 23463: Remove DelItem
2020-03-23 Jonathan DruartBug 23463: Remove ModItem
2020-03-23 Jonathan DruartBug 23463: Remove _mod_item_dates
2020-03-23 Jonathan DruartBug 23463: _do_column_fixes_for_mod dealt with integer...
2020-03-23 Jonathan DruartBug 23463: _set_derived_columns_for_mod was only used...
2020-03-23 Jonathan DruartBug 23463: Move plugin hook
2020-03-23 Jonathan DruartBug 23463: remove trivial UpdateHoldingbranch sub
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: AddItem removing
2020-03-23 Jonathan DruartBug 23463: Replace _set_derived_columns_for_add
2020-03-23 Jonathan DruartBug 23463: Remove _set_defaults_for_add
2020-03-23 Jonathan DruartBug 23463: Replace AddItem calls with Koha::Item->store
2020-03-23 Jonathan DruartBug 23463: fix for testbuilder - set default value...
2020-03-23 Jonathan DruartBug 23463: Remove uneeded SearchItemsByField subroutine
2020-03-23 Jonathan DruartBug 23463: Replace SearchItemsByField by SearchItems
2020-03-20 Martin RenvoizeBug 24297: Record 'Manual' trigger transfers
2020-03-20 Martin RenvoizeBug 24436: DBRev 19.12.00.049
2020-03-20 Martin RenvoizeBug 24436: Add handling for reserve transfer triggers
2020-03-20 Martin RenvoizeBug 24436: Add 'Reserve' options to branchtransfers...
2020-03-20 Martin RenvoizeBug 24299: DBRev 19.12.00.048
2020-03-20 Martin RenvoizeBug 24299: Add Unit test for 'reason' in transferbook
2020-03-20 Martin RenvoizeBug 24299: Record 'RotatingCollection' as a transfer...
2020-03-20 Martin RenvoizeBug 24299: Add 'RotatingCollection' branchtransfer...
2020-03-20 Aleisha AmohiaBug 24688: Check the priority of the fulfilled hold...
2020-03-20 Marcel de RooyBug 24892: Resolve uninitialized warns from opac-member...
2020-03-20 Katrin FischerBug 24848: Improve manual links for the label creator
2020-03-20 Nick ClemensBug 24553: Use 'barcode' not 'item_id' when removing...
2020-03-20 Nick ClemensBug 24553: Unit tests
2020-03-20 Jonathan DruartBug 22025: Remove warnings when importing patrons
2020-03-20 Jonathan DruartBug 22025: Add a regression test
2020-03-20 Jonathan DruartBug 13775: Set main headings to mandatory in authority...
2020-03-20 Jonathan DruartBug 13775: Set main headings to mandatory in authority...
2020-03-20 Aleisha AmohiaBug 8595: (follow-up) Changing other occurrences of...
2020-03-20 Aleisha AmohiaBug 8595: Rename 'host item' to 'host record'
2020-03-20 Kyle M HallBug 23808: (follow-up) Object methods can be used direc...
2020-03-20 Alex BuckleyBug 23808: (follow-up) Pre-fill guarantee's contact...
2020-03-20 Alex BuckleyBug 23808: (follow-up) Display card number in 'Guaranto...
2020-03-20 Alex BuckleyBug 23808: Pre-fill guarantor fields when adding guaran...
2020-03-20 Nick ClemensBug 23411: Do not fall back to 'email' for SMS messages
2020-03-20 Agustin MoyanoBug 24830: Fix parse_prefetch recursion and +count...
2020-03-20 Agustin MoyanoBug 24830: Add tests
2020-03-20 Jonathan DruartBug 24250: Do not duplicate debarred comment in patron...
2020-03-20 Jonathan DruartBug 23900: Add tests
2020-03-20 Jonathan DruartBug 23900: Teach label maker to concat database fields
2020-03-20 Jonathan DruartBug 24904: Speed up installer process - 1 query per...
2020-03-20 Marcel de RooyBug 24809: (QA follow-up) Add prefix to prevent disambi...
2020-03-20 Nick ClemensBug 24809: Get only timestamp of deleted items attached...
2020-03-20 Martin RenvoizeBug 22987: (RM follow-up) Schema Update
2020-03-20 Bernardo Gonzalez... Bug 24870: Translate installer data label
2020-03-20 Jonathan DruartBug 24856: Remove itemtypes.imageurl in fr-FR sample...
2020-03-20 Martin RenvoizeBug 24901: Add tests for transferbook
2020-03-20 Martin RenvoizeBug 24901: Minor refactor of tests
2020-03-20 Kyle M HallBug 24566: UpdateItemLocationOnCheckin triggers SIP2...
2020-03-19 Martin RenvoizeBug 24818: (RM follow-up) Update account_line date...
2020-03-19 Martin RenvoizeBug 24818: (RM follow-up) Update tests for DATE ->...
2020-03-19 Jonathan DruartBug 24726: Replace one occurrence in print statement
2020-03-19 Martin RenvoizeBug 24726: Update overdue_notices to use inbound_email_...
2020-03-19 Martin RenvoizeBug 24723: Update EmailPurchaseSuggestions to use inbou...
2020-03-19 Martin RenvoizeBug 24721: Update emailLibrarianWhenHoldIsPlaced to...
2020-03-19 Maryse SimardBug 17674: Handling of special cases
2020-03-19 Pierre-Marc... Bug 17674: Allow UI to delete serials in batch
next