Bug 25313: Add skip_merge to ModAuthority
[koha.git] / Koha /
2020-11-18 Andrew Fuerste-HenryBug 26944: Point help link to automatic item mod in...
2020-11-17 Nick ClemensBug 26903: Pass record ids and records through to updat...
2020-11-16 Martin RenvoizeBug 27002: Update callers for changed return
2020-11-16 Martin RenvoizeBug 27002: Update Koha::Biblio->pickup_locations to...
2020-11-16 Tomas Cohen AraziBug 27021: Make chaining ->empty always return an empty...
2020-11-16 Colin CampbellBug 18267: Refactored Edifact Price Calculations
2020-11-13 Nick ClemensBug 26988: Adjust for bug 26963
2020-11-13 Jonathan DruartBug 26988: No need to check if hold is linked to a...
2020-11-13 Tomas Cohen AraziBug 26988: (QA follow-up) Make the API return proper...
2020-11-13 Tomas Cohen AraziBug 26988: Make ->patron prefetchable
2020-11-13 Nick ClemensBug 26988: Add API route to fetch hold pickup locations...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix up tests and cover case...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix cases where we expected...
2020-11-13 Martin RenvoizeBug 26963: (QA follow-up) Convert to ResultSets
2020-11-13 Nick ClemensBug 26963: (follow-up) Change subroutine name for QA...
2020-11-13 Nick ClemensBug 26963: Don't call 'can_be_transferred' for each...
2020-11-11 Jonathan DruartBug 22818: Fix TestBuilder.t
2020-11-11 Jonathan DruartBug 24083: DBIC schema changes
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-11 Agustin MoyanoBug 23019: (follow-up) Fix other things
2020-11-11 Agustin MoyanoBug 23019: Add profiles to stage-import-batch and magna...
2020-11-11 Agustin MoyanoBug 23019: Add ImportBatchesProfile schema and set...
2020-11-11 Agustin MoyanoBug 23019: Add koha_object_class and koha_objects_class...
2020-11-11 Agustin MoyanoBug 20936: (follow-up) add biblio and item relation...
2020-11-11 Jonathan DruartBug 22818: DBIC schema changes
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-11 Martin RenvoizeBug 22818: (QA follow-up) Translation fix + Branch...
2020-11-11 Martin RenvoizeBug 22818: (QA follow-up) Licence and POD fixes
2020-11-11 Martin RenvoizeBug 22818: (QA follow-up) Email addressing corrections
2020-11-11 Andrew IsherwoodBug 22818: Add MessageAttribut{e,es}.pm
2020-11-11 Andrew IsherwoodBug 22818: Add generation and sending of notices
2020-11-11 Andrew IsherwoodBug 22818: Add notices sysprefs and DB column
2020-11-10 Kyle M HallBug 26594: (QA follow-up) Make _UpdateBorrowerDebarment...
2020-11-10 Fridolin SomersBug 26594: Fix patrons merge problem with restrictions
2020-11-10 Tomas Cohen AraziBug 23916: (QA follow-up) Adapt all the things to the...
2020-11-10 Tomas Cohen AraziBug 23916: (QA follow-up) Rename issuer => issuer_id...
2020-11-10 Nick ClemensBug 23916: (QA follow-up) Remove stray changes and...
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Don't anonymise issuer and don...
2020-11-10 Andrew IsherwoodBug 23916: Anonymise 'issuer' when required
2020-11-10 Andrew IsherwoodBug 23916: Record and display item issuer
2020-11-10 Martin RenvoizeBug 24603: (follow-up) Update to double entry accounting
2020-11-10 Julian MauriceBug 24603: Allow to cancel charges in patron accounting
2020-11-06 Aleisha AmohiaBug 14866: Make high holds work with different item...
2020-11-06 Tomas Cohen AraziBug 23091: (QA follow-up) POD fixes
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-11-06 Martin RenvoizeBug 23091: Make relations more explicit
2020-11-06 Martin RenvoizeBug 23091: Add handling for new lostreturn rules
2020-11-06 Jonathan DruartBug 24412: DBIC schema changes
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-06 Martin RenvoizeBug 24665: Add support for filtering by cash register
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) Hide archived registers
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) Unit tests for Registers...
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) Fix Registers Plugin
2020-11-06 Martin RenvoizeBug 24786: (QA follow-up) POD Fixes
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Update paycollect to use session register
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-11-06 Tomas Cohen AraziBug 14708: (QA follow-up) Add tests
2020-11-06 Kyle M HallBug 14708: (QA follow-up) Use try/catch blocks when...
2020-11-06 Kyle M HallBug 14708: (QA follow-up) Throw exception when deleting...
2020-11-06 Kyle M HallBug 14708: Don't allow merging of other patron records...
2020-11-06 Kyle M HallBug 14708: Don't allow merging of Anonymous Patron...
2020-11-06 Kyle M HallBug 14708: Prevent deletion of Anonymous Patron at...
2020-11-05 Jonathan DruartBug 26172: Replace _result[set] calls
2020-11-05 Jonathan DruartBug 26172: Fix return value for ->register
2020-11-05 Martin RenvoizeBug 26172: (QA follow-up) Fix order of summary
2020-11-05 Martin RenvoizeBug 26172: (follow-up) Summary by payment_type
2020-11-05 Martin RenvoizeBug 26172: Add cashup summary view modal
2020-11-05 Tomas Cohen AraziBug 26584: Remove unused C4::Acquisition::CloseBasket...
2020-11-05 Tomas Cohen AraziBug 26582: (QA follow-up) Rename closed => is_closed
2020-11-05 Tomas Cohen AraziBug 26582: Add Koha::Acquisition::Basket->close
2020-11-04 Joonas KylmäläBug 24567: (QA follow-up) Remove warning in regex
2020-11-04 Nick ClemensBug 24567: Don't strip spaces along with dangling colons
2020-11-04 Katrin FischerBug 15329: Add new column for budget to the late orders...
2020-11-04 Nick ClemensBug 26180: Add descending option to rebuild_elasticsear...
2020-11-04 Nick ClemensBug 19482: DBIC schema changes
2020-11-04 Nick ClemensBug 19482: (follow-up) Add missing filters and boolean...
2020-11-04 Nick ClemensBug 19482: (follow-up) Fix select and adjust export...
2020-11-04 Nick ClemensBug 19482: Add support for defining 'mandatory' mappings
2020-11-04 Frédéric DemiansBug 26803: Fix PLUGIN_DIR when plugin_dirs is multivalued
2020-11-04 Nick ClemensBug 26310: Allow setting trace_to parameter in Elaastic...
2020-11-03 Jonathan DruartBug 26853: DBIC schema changes
2020-11-02 Jonathan DruartBug 26639: Add auto_savepoint to DBIC connection
2020-11-02 Nick ClemensBug 17515: Order Z3950 server by rank and preserve...
2020-11-02 Nick ClemensBug 18051: Set UTF8 Flag for record searches/imports...
2020-11-02 Jonathan DruartBug 26673: Fix perlcritic complains
2020-10-25 Katrin FischerBug 18050: Add relation alias to schema
2020-10-25 Katrin FischerBug 18050: DBIC schema changes
2020-10-25 Jonathan DruartBug 26673: Remove shebangs from Perl modules
2020-10-25 Nick ClemensBug 26781: Check for subfield defined rather than truth
2020-10-25 Martin RenvoizeBug 25596: Identify overpayment refunds for translation
2020-10-25 Martin RenvoizeBug 23432: Replace 'die' with 'warn'
2020-10-25 Björn NylénBug 26750: Deleted items not indexed
2020-10-22 Martin RenvoizeBug 25549: Add error reporting to plugins-home
2020-10-22 Nick ClemensBug 25549: Remove plugin methods for broken plugins
2020-10-22 Nick ClemensBug 23828: Elasticsearch - Preserve record order when...
2020-10-15 Jonathan DruartBug 26515: Don't need to call safe_to_delete
2020-10-15 Tomas Cohen AraziBug 26515: (QA follow-up) Preserve original behaviour
2020-10-15 Tomas Cohen AraziBug 26515: Better feedback on errors
next