Bug 27204: Add unit tests for fine_items
[koha.git] / Koha /
2021-02-08 Tomas Cohen AraziBug 27580: Handle NULL values correctly in Koha::Items...
2021-02-04 Tomas Cohen AraziBug 27333: Throw the right exceptions
2021-02-04 Tomas Cohen AraziBug 27327: Get rid of indirect object notation in Koha...
2021-02-04 Mazen KhallafBug 27179: Misspelling of Method in REST API files
2021-01-29 Martin RenvoizeBug 24254: (QA follow-up) Inlines opachiddenitems handling
2021-01-29 Tomas Cohen AraziBug 24254: Implement separate filters and add patron...
2021-01-29 Tomas Cohen AraziBug 24254: Read the OpacHiddenItems preference internally
2021-01-29 Tomas Cohen AraziBug 24254: Compare itemlost with 0
2021-01-29 Tomas Cohen AraziBug 24254: Add Koha::Items->filter_by_visible_in_opac
2021-01-29 Nick ClemensBug 27307: Don't drop phrase directive when searching...
2021-01-22 Nick ClemensBug 27003: [20.05.x] Fix test failure
2021-01-22 Nick ClemensBug 26894: Handle subfield 0 and delete empty fields
2021-01-22 Nick ClemensBug 27149: Don't strip itemnumber when adding item...
2021-01-21 Jonathan DruartBug 27003: [20.05.x] Item creation log must be done...
2021-01-20 Jonathan DruartBug 25292: Flushing L1 on every Z3950 server search
2021-01-15 Fridolin SomersBug 26417: Remove warn in Koha::Patron is_valid_age
2021-01-10 Nick ClemensBug 26171: (QA follow-up) Add table name and object...
2021-01-10 Fridolin SomersBug 26171: Show biblionumber in Koha::Exceptions::Metad...
2021-01-07 Nick ClemensBug 27252: Add deprecation warning, cross_fields pref...
2021-01-05 Jonathan DruartBug 27004: Prevent claim resolution to fail
2020-12-28 Jonathan DruartBug 27205: Improve logic readability in conditional
2020-12-28 Tomas Cohen AraziBug 27205: Check valid pickup location on POST /holds
2020-12-28 Tomas Cohen AraziBug 27205: Check valid pickup location on PUT /holds...
2020-12-28 Tomas Cohen AraziBug 27209: (follow-up) Add ->is_pickup_location_valid
2020-12-28 Tomas Cohen AraziBug 27209: Add Koha::Hold->set_pickup_location
2020-12-15 Jonathan DruartBug 16067: Remove FastMmap
2020-12-14 Jonathan DruartBug 26518: Raise exception if the insert failed
2020-12-14 Nick ClemensBug 27070: Add cross_fields type to our searches
2020-12-14 Martin RenvoizeBug 27002: Update callers for changed return
2020-12-14 Martin RenvoizeBug 27002: Update Koha::Biblio->pickup_locations to...
2020-12-10 Nick ClemensBug 26903: [20.05.x] Pass record ids and records throug...
2020-12-09 Tomas Cohen AraziBug 14708: (QA follow-up) Add tests
2020-12-09 Kyle M HallBug 14708: (QA follow-up) Use try/catch blocks when...
2020-12-09 Kyle M HallBug 14708: (QA follow-up) Throw exception when deleting...
2020-12-09 Kyle M HallBug 14708: Don't allow merging of other patron records...
2020-12-09 Kyle M HallBug 14708: Don't allow merging of Anonymous Patron...
2020-12-09 Kyle M HallBug 14708: Prevent deletion of Anonymous Patron at...
2020-12-09 Andrew Fuerste-HenryBug 26944: Point help link to automatic item mod in...
2020-12-09 Tomas Cohen AraziBug 27021: Make chaining ->empty always return an empty...
2020-12-09 Colin CampbellBug 18267: Refactored Edifact Price Calculations
2020-12-08 Nick ClemensBug 26988: Adjust for bug 26963
2020-12-08 Jonathan DruartBug 26988: No need to check if hold is linked to a...
2020-12-08 Tomas Cohen AraziBug 26988: (QA follow-up) Make the API return proper...
2020-12-08 Tomas Cohen AraziBug 26988: Make ->patron prefetchable
2020-12-08 Nick ClemensBug 26988: Add API route to fetch hold pickup locations...
2020-11-17 Nick ClemensBug 26963: [20.05.x]
2020-11-16 Kyle M HallBug 26594: (QA follow-up) Make _UpdateBorrowerDebarment...
2020-11-16 Fridolin SomersBug 26594: Fix patrons merge problem with restrictions
2020-11-16 Lucas GassBug 26853: DBIC changes
2020-11-16 Jonathan DruartBug 26639: Add auto_savepoint to DBIC connection
2020-11-16 Nick ClemensBug 17515: Order Z3950 server by rank and preserve...
2020-11-16 Nick ClemensBug 18051: Set UTF8 Flag for record searches/imports...
2020-11-13 Katrin FischerBug 18050: Add relation alias to schema
2020-11-13 Lucas GassBug 18050: DBIC
2020-11-13 Jonathan DruartBug 26673: Fix perlcritic complains
2020-11-13 Jonathan DruartBug 26673: Remove shebangs from Perl modules
2020-11-13 Nick ClemensBug 26781: Check for subfield defined rather than truth
2020-11-13 Martin RenvoizeBug 23432: Replace 'die' with 'warn'
2020-11-13 Björn NylénBug 26750: Deleted items not indexed
2020-11-13 Martin RenvoizeBug 25549: Add error reporting to plugins-home
2020-11-13 Nick ClemensBug 25549: Remove plugin methods for broken plugins
2020-11-13 Nick ClemensBug 23828: Elasticsearch - Preserve record order when...
2020-11-09 Matthias MeusburgerBug 26506: Fix Koha::Account::pay if called when no...
2020-11-09 Marcel de RooyBug 26600: Missing module in Elasticsearch/Indexer.pm
2020-10-20 Jonathan DruartBug 25913: Prevent get_coins to crash if record does...
2020-10-20 Nick ClemensBug 25957: Don't push blank field values to ES document
2020-10-16 Lucas GassBug 18958: DBIC shema changes
2020-10-16 Fridolin SomersBug 26434: Fix plugin dirs addition to @INC
2020-10-16 Colin CampbellBug 26438: Rename temporary Koha::Item variables to...
2020-10-16 David GustafssonBug 24807: [20.05.x] Add "year" type to improve sorting...
2020-10-16 Nick ClemensBug 25265: [20.05.x] Prevent double reindex of the...
2020-09-28 Nick ClemensBug 26507: [20.05.x] Elasticsearch - Index records...
2020-09-28 Nick ClemensBug 25273: (follow-up) Don't die on unknown authtype
2020-09-28 Nick ClemensBug 25273: Make match-heading rely on authority type...
2020-09-22 Tomas Cohen AraziBug 26322: Permissions not checked correctly for plugins
2020-09-14 Nick ClemensBug 26309: Make cxn_pool configurable
2020-09-04 Tomas Cohen AraziBug 25662: Make the route for holds restpect maxreserves
2020-09-04 Colin CampbellBug 26082: Call store on new items to update itemnumber
2020-09-03 Nick ClemensBug 25872: Fix scoping of $limits
2020-09-03 Jonathan DruartBug 26127: local_referer should not compare with OPACBa...
2020-08-31 Lucas GassMerge remote-tracking branch 'translations/20.05.03...
2020-08-31 Tomas Cohen AraziBug 23634: (QA follow-up) Our PUT is really a PATCH
2020-08-31 Martin RenvoizeBug 23634: (QA follow-up) Catch all email cases in API
2020-08-31 Tomas Cohen AraziBug 23634: Secure the email on the API
2020-08-31 Martin RenvoizeBug 23634: Add is_superlibrarian method to Koha::Patron
2020-08-17 Nick ClemensBug 25882: Remove phr indicator from limits when processing
2020-08-14 Nick ClemensBug 26009: Add facet size to home/holdingbranch
2020-08-14 Nick ClemensBug 25683: (follow-up) Use COALESCE instead of IFNULL
2020-08-14 Nick ClemensBug 25683: Fix grouping of results
2020-08-14 Nick ClemensBug 25683: Patron with no accountlines should have...
2020-08-13 Tomas Cohen AraziBug 26143: Make the API handle per_page=-1
2020-07-31 Lucas GassBug 23797: DBIC Schema Changes
2020-07-30 Martin RenvoizeBug 25765: (QA follow-up) Save a DB hit
2020-07-30 Fridolin SomersBug 25765: Add GetLoggedInBranchname method
2020-07-30 Tomas Cohen AraziBug 5087: (QA follow-up) Rename the attribute to fit...
2020-07-30 Aleisha AmohiaBug 5087: Ability to define whether CSV profile shows...
2020-07-28 Martin RenvoizeBug 25998: (QA follow-up) Add DBIC level relation
2020-07-28 Martin RenvoizeBug 25998: Add 'library' relation to Koha::Account...
2020-07-27 Nick ClemensBug 25723: (QA follow-up) Handle holiday and exception...
2020-07-27 Martin RenvoizeBug 25723: (QA follow-up) Silent POD warning
next