Bug 27402: Move to datatables.js
[koha.git] / Koha /
2021-01-28 Jonathan DruartBug 27353: Set X-Base-Total-Count header for REST API
2021-01-28 Tomas Cohen AraziBug 27544: Simplify GET /checkouts implementation
2021-01-28 Tomas Cohen AraziBug 25670: New orders included only if standing
2021-01-28 Tomas Cohen AraziBug 25670: Add filter_by_active and filter_by_id_includ...
2021-01-27 Tomas Cohen AraziBug 27333: Throw the right exceptions
2021-01-27 Tomas Cohen AraziBug 27327: Get rid of indirect object notation in Koha...
2021-01-22 Eden BacaniBug 25802: Change addDate to addDuration
2021-01-22 Mazen KhallafBug 27179: Misspelling of Method in REST API files
2021-01-21 Jonathan DruartBug 26947: DBIC schema changes
2021-01-14 Fridolin SomersBug 25054: Display search field aliases in Search Engin...
2021-01-14 Martin RenvoizeBug 24254: (QA follow-up) Inlines opachiddenitems handling
2021-01-14 Tomas Cohen AraziBug 24254: Implement separate filters and add patron...
2021-01-14 Tomas Cohen AraziBug 24254: Read the OpacHiddenItems preference internally
2021-01-14 Tomas Cohen AraziBug 24254: Compare itemlost with 0
2021-01-14 Tomas Cohen AraziBug 24254: Add Koha::Items->filter_by_visible_in_opac
2021-01-12 Nick ClemensBug 27307: Don't drop phrase directive when searching...
2021-01-12 Nick ClemensBug 26894: Handle subfield 0 and delete empty fields
2021-01-12 Nick ClemensBug 27149: Don't strip itemnumber when adding item...
2021-01-11 Jonathan DruartBug 27336: Add POD for new package
2021-01-11 Julian MauriceBug 27336: Sanitize correctly HTML id
2021-01-11 Jonathan DruartBug 25292: Flushing L1 on every Z3950 server search
2021-01-08 Fridolin SomersBug 26417: Remove warn in Koha::Patron is_valid_age
2021-01-07 Nick ClemensBug 27252: Add deprecation warning, cross_fields pref...
2021-01-04 Tomas Cohen AraziBug 27015: Make pickup locations searchable
2021-01-04 Nick ClemensBug 26171: (QA follow-up) Add table name and object...
2021-01-04 Fridolin SomersBug 26171: Show biblionumber in Koha::Exceptions::Metad...
2021-01-04 Jonathan DruartBug 27004: Prevent claim resolution to fail
2020-12-26 Nick ClemensBug 24398: (QA follow-up) Add POD
2020-12-26 Jonathan DruartBug 24398: Fix 500 when viewing a single news item...
2020-12-21 Jonathan DruartBug 27127: Make Koha::BackgroundJob->messages return...
2020-12-21 Jonathan DruartBug 26921: Don't generate an invalid custom cover image...
2020-12-21 Jonathan DruartBug 27205: Improve logic readability in conditional
2020-12-21 Tomas Cohen AraziBug 27205: Check valid pickup location on POST /holds
2020-12-21 Tomas Cohen AraziBug 27205: Check valid pickup location on PUT /holds...
2020-12-21 Tomas Cohen AraziBug 27209: (follow-up) Add ->is_pickup_location_valid
2020-12-21 Tomas Cohen AraziBug 27209: Add Koha::Hold->set_pickup_location
2020-12-04 Jonathan DruartBug 16067: Remove FastMmap
2020-12-04 Jonathan DruartBug 27003: Item creation log must be done after the...
2020-11-25 Jonathan DruartBug 26518: Raise exception if the insert failed
2020-11-25 Nick ClemensBug 27070: Add cross_fields type to our searches
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...
next