Bug 27803: Ensure publicationyear or copyrightdate shows in Holds to Pull
[koha.git] / Koha /
2021-03-03 Jonathan DruartBug 8976: Use existing Koha::Authority::Subfield[s]
2021-03-01 Matthias MeusburgerBug 26937: Add an optional delay to the CheckPrevChecko...
2021-03-01 Tomas Cohen AraziBug 8976: (QA follow-up) Trivial POD fixes
2021-03-01 Jonathan DruartBug 8976: DBIC schema changes
2021-03-01 Jonathan DruartBug 8976: Code cleaning
2021-03-01 Jonathan DruartBug 8976: Add Koha::AuthSubfieldStructure[s]
2021-03-01 Nick ClemensBug 27316: (follow-up) Default to 1 if undef in mappings
2021-03-01 Tomas Cohen AraziBug 27680: Add support for param[] syntax
2021-03-01 Martin RenvoizeBug 27680: Allow traditional multi-params to work
2021-03-01 Martin RenvoizeBug 27680: Add support for sorting fields with multiple...
2021-03-01 Andrew NuggedBug 27718: (follow-up) add missing return
2021-03-01 Jonathan DruartBug 27718: (bug 24488 follow-up) Hide items not holdable
2021-03-01 Nick ClemensBug 26457: Throw exception if update of issues table...
2021-03-01 Tomas Cohen AraziBug 27071: (follow-up) Get rid of loop
2021-03-01 Jonathan DruartBug 27071: Code simplification
2021-03-01 Jonathan DruartBug 27071: Fix Hold pickup library when using hold...
2021-02-23 Tomas Cohen AraziBug 27593: Consistent behavior for club holds route
2021-02-23 Jonathan DruartBug 27714: Prevent Koha::NewsItem->author to explode
2021-02-23 Nick ClemensBug 26051: We should sort callnumber based on cn-sort
2021-02-18 Jonathan DruartBug 27131: Improve POD for the new method
2021-02-18 Marcel de RooyBug 27131: (QA follow-up) POD and comments
2021-02-18 Jonathan DruartBug 27131: Add get_items_that_can_fill
2021-02-17 Martin RenvoizeBug 26274: (QA follow-up) Fix the order of summary...
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-16 Jonathan DruartBug 27380: Add missing use statement
2021-02-15 Jonathan DruartBug 8326: Make repeatable and unique_id modifiable...
2021-02-12 Kyle M HallBug 27068: Fix errors in _checkHoldPolicy
2021-02-12 Martin RenvoizeBug 26274: Add cashups api routes
2021-02-12 Nick ClemensBug 27380: Move get_prepped_report to object and use...
2021-02-12 Tomas Cohen AraziBug 26181: Disable override by default in /holds
2021-02-12 Kyle M HallBug 26059: Create guarantor/guarantee links on patron...
2021-02-09 Jonathan DruartBug 25026: Use HandleError to not raise or print error
2021-02-09 Jonathan DruartBug 25026: Turn on RaiseError
2021-02-08 Tomas Cohen AraziBug 23830: Adapt callers
2021-02-08 Tomas Cohen AraziBug 23830: Make Koha::AuthorisedValues use Koha::Object...
2021-02-08 Nick ClemensBug 23763: Create a pagination_bar routine
2021-02-08 Jonathan DruartBug 27154: Remove Koha::Util::SystemPreferences
2021-02-08 Aleisha AmohiaBug 24488: Show correct first patron details on Holds...
2021-02-08 Kyle M HallBug 27586: Rollback should be before return statement
2021-02-08 Kyle M HallBug 27586: Import patrons script has a confirm switch...
2021-02-01 Martin RenvoizeBug 25552: (QA follow-up) Improve claim_returned POD
2021-02-01 Kyle M HallBug 25552: Mark issue as returned if MarkLostItemsAsRet...
2021-02-01 Tomas Cohen AraziBug 27330: (QA follow-up) Return 409 instead
2021-02-01 Tomas Cohen AraziBug 27330: (follow-up) Cleanup missed on bug 23843
2021-02-01 Tomas Cohen AraziBug 27330: Return 403 if club has no enrollments
2021-02-01 Tomas Cohen AraziBug 27580: Handle NULL values correctly in Koha::Items...
2021-01-29 Jonathan DruartBug 27251: Rewrite QOTD with the Koha REST API
2021-01-29 Tomas Cohen AraziBug 27352: Missed case in bug 25032
2021-01-29 Tomas Cohen AraziBug 27352: Add GET /biblios/:biblio_id/items
2021-01-29 Tomas Cohen AraziBug 27034: (follow-up) Remove unneeded params tweak
2021-01-29 Tomas Cohen AraziBug 27034: Do not use path parameters on building the...
2021-01-28 Jonathan DruartBug 20212: Filter on publisher and notes
2021-01-28 Jonathan DruartBug 20212: Remove fix_query and assume ugliness
2021-01-28 Jonathan DruartBug 20212: Use the DT column filtering provided by...
2021-01-28 Martin RenvoizeBug 20212: (QA follow-up) Restore missing comma
2021-01-28 Tomas Cohen AraziBug 20212: Make all biblioitems.* fields searchable
2021-01-28 Tomas Cohen AraziBug 20212: (QA follow-up) Resurrect column filtering
2021-01-28 Tomas Cohen AraziBug 20212: Add missing relation in Biblio
2021-01-28 Tomas Cohen AraziBug 20212: Add more embeddable objects to orders
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
next