Bug 22116: Add price formatting to rental charge and replacement price on items tab...
[koha.git] / Koha /
2019-02-11 Liz ReaBug 22282: Fix PDF issue when exporting PDF in French...
2019-02-04 Tomas Cohen AraziBug 19816: Implement dateonly for rfc3339 format
2019-02-01 Jonathan DruartBug 21610: Improve default values for dates
2019-02-01 Marcel de RooyBug 21610: (follow-up) Default value for dates
2019-02-01 Marcel de RooyBug 21610: (QA follow-up) Better use columns_info from...
2019-02-01 Jonathan DruartBug 21610: Fix integers and dates values at Koha::Objec...
2019-02-01 Jonathan DruartBug 21610: Remove specific changes we made previously
2019-01-30 Tomas Cohen AraziBug 22132: Add Basic authentication to the API
2019-01-30 Tomas Cohen AraziBug 22144: (QA follow-up) Prepare the ground for other...
2019-01-30 Kyle M HallBug 22144: Add method metadata() to Koha::Biblio
2019-01-30 Tomas Cohen AraziBug 22194: Add Koha::Exceptions::Metadata
2019-01-30 Nick ClemensBug 22155: Schema updates
2019-01-28 Tomas Cohen AraziBug 22061: (follow-up) set_password expects a hashref
2019-01-28 Tomas Cohen AraziBug 22061: (QA follow-up) Rename password_2 => password...
2019-01-28 Tomas Cohen AraziBug 22061: Public route to change password
2019-01-28 Tomas Cohen AraziBug 22061: Add a /public namespace that can be switched...
2019-01-28 Tomas Cohen AraziBug 17006: (follow-up) set_password expects a hashref
2019-01-28 Tomas Cohen AraziBug 17006: Add /patrons/{patron_id}/password
2019-01-28 Josef MoravecBug 22124: Update cataloguing plugin system to not...
2019-01-28 Jasmine AmohiaBug 22026: Removed 'use Modern::Perl;' from Koha::REST...
2019-01-28 Martin RenvoizeBug 20640: (follow-up) Degrade gracefully on error
2019-01-28 Martin RenvoizeBug 20640: Add backend migration support to ILL
2019-01-28 Tomas Cohen AraziBug 21478: Make Koha::Hold->suspend reject found holds
2019-01-28 Tomas Cohen AraziBug 21478: Add Koha::Exceptions::Hold
2019-01-25 Tomas Cohen AraziBug 22051: Make Koha::Object->store translate incorrect...
2019-01-25 Tomas Cohen AraziBug 22051: Add Koha::Exceptions::Object::WrongValue
2019-01-25 Martin RenvoizeBug 21002: Add ->add_debit method to Koha::Account
2019-01-25 Tomas Cohen AraziBug 21992: Remove unused Koha::Patron->update_password...
2019-01-25 Tomas Cohen AraziBug 22047: Fix opac/opac-passwd.pl call
2019-01-25 Tomas Cohen AraziBug 22047: Add 'skip_validation' param to Koha::Patron...
2019-01-25 Kyle M HallBug 7614: (QA follow-up) Remove unused variable
2019-01-25 Kyle M HallBug 7614: Consider transfer limits in Koha::Template...
2019-01-25 Lari TaskulaBug 7614: Add a new method Koha::Libraries->pickup_loca...
2019-01-23 Nick ClemensBug 17047: Schema changes
2019-01-23 Alex ArnaudBug 17047: add a dedicated page for Mana setup
2019-01-23 Baptiste WojtkowskiBug 17047: SQL reports management with Mana-KB
2019-01-23 morgane alonsoBug 17047: subscriptions management with Mana-KB
2019-01-18 Tomas Cohen AraziBug 22125: branches.pickup_location should be flagged...
2019-01-18 Jonathan DruartBug 22006: Handle undefined itemnumber for Koha::Accoun...
2019-01-18 Ere MaijalaBug 21084: Fix automatic truncation in authority search
2019-01-11 Tomas Cohen AraziBug 21727: (QA follow-up) Fix POD encoding
2019-01-11 Martin RenvoizeBug 21727: Add handling for cases requireing patron...
2019-01-11 Martin RenvoizeBug 21727: Add clarifications to the POD of adjust
2019-01-11 Martin RenvoizeBug 21727: Add ->adjust to Koha::Account::Line
2019-01-04 Nick ClemensBug 21753: DBRev 18.12.00.007
2019-01-04 Martin RenvoizeBug 21980: Add new exceptions for Koha::Account
2019-01-04 Tomas Cohen AraziBug 22071: (follow-up) Add POD for validate_query_param...
2019-01-04 Tomas Cohen AraziBug 22071: (follow-up) Simplify code
2019-01-04 Tomas Cohen AraziBug 22071: Make authenticate_api_request stash koha...
2019-01-08 Tomas Cohen AraziBug 21786: Make balance and credits endpoints handle...
2019-01-08 Tomas Cohen AraziBug 22059: Fix exception params in Koha::Patron->set_pa...
2019-01-03 Nick ClemensBug 19066: DBRev 18.12.00.004
2019-01-03 Tomas Cohen AraziBug 19066: Add tests for Koha::Account->pay
2019-01-03 Martin RenvoizeBug 19066: (QA follow-up) Add handling in add_credit
2019-01-03 Kyle M HallBug 19066: Add branchcode to accountlines
2019-01-02 Tomas Cohen AraziBug 21909: Add return type explanation to POD
2019-01-02 Tomas Cohen AraziBug 21909: Make Koha::Account::outstanding_* preserve...
2018-12-26 Jonathan DruartBug 22033: Remove related_resultset from the list of...
2018-12-19 Nick ClemensBug 21065: DBRev 18.12.00.002
2018-12-19 Jonathan DruartBug 21065: Add koha_object(s)_class methods to accountline
2018-12-11 Tomas Cohen AraziBug 21969: Fix Koha::Account->outstanding_* matching...
2018-12-11 Nick ClemensBug 21465: Don't throw duplicate userid error if userid...
2018-12-11 Jonathan DruartBug 21910: Does not deal with call context, ->search...
2018-12-11 Nick ClemensBug 21910: Koha::Library::Groups->get_search_groups...
2018-12-11 Jonathan DruartBug 21955: Remove Cache::Memory as fallback for L2...
2018-11-30 Nick ClemensBug 21896: RM follow-up - fix tests
2018-11-29 Martin RenvoizeBug 21896: (QA follow-up) Document and Test for FIFO...
2018-11-29 Tomas Cohen AraziBug 21896: (QA follow-up) normalize_balance -> reconcil...
2018-11-29 Tomas Cohen AraziBug 21896: Add Koha::Account::normalize_balance
2018-11-26 Martin RenvoizeBug 19365: Clean up, fix and add new tests.
2018-11-26 Ere MaijalaBug 19365: Fix search for duplicate authorities with...
2018-11-26 Ere MaijalaBug 19365: Fix several issues with the Elasticsearch...
2018-11-21 Julian MauriceBug 21853: Fix PDF export of basketgroups
2018-11-16 Andrew IsherwoodBug 21835: Fix display of request ID
2018-11-16 Nick ClemensBug 20244: Pod fixes
2018-11-16 Ere MaijalaBug 20244: Add alt script indexing and fix sort field...
2018-11-16 Ere MaijalaBug 20244: Improve Elasticsearch ISBN indexing
2018-11-16 Martin RenvoizeBug 19893: (QA follow-up) Spelling correction in POD
2018-11-16 David GustafssonBug 19893: Increase test coverage
2018-11-16 David GustafssonBug 19893: Add code review fixes
2018-11-16 David GustafssonBug 19893: Add pods, remove syspref, add tests for...
2018-11-16 David GustafssonBug 19893: Support for joined subfields in mappings
2018-11-16 David GustafssonBug 19893: Restore and fix removed tests
2018-11-16 David GustafssonBug 19893: Add index status
2018-11-16 David GustafssonBug 19893: Remove serialization format setting
2018-11-16 David GustafssonBug 19893: Alternative optimized indexing for Elasticsearch
2018-11-13 Nick ClemensBug 15836: DBRev 18.06.00.060
2018-11-13 Jonathan DruartBug 15836: Handle non-existent regexs
2018-11-13 Jonathan DruartBug 15836: Add the ability to defined custom methods...
2018-11-08 Marcel de RooyBug 19349: (QA follow-up) Cosmetic changes
2018-11-08 Julian MauriceBug 19349: Store record's creator and last modifier...
2018-11-08 Nick ClemensBug 12365: (RM follow-up) Fix schema files
2018-11-08 Jonathan DruartBug 15395: Use POSIX::setlocale
2018-11-08 Julian MauriceBug 15395: Make QA test script happy
2018-11-08 Julian MauriceBug 15395: Do not use nl_putenv, use $ENV instead
2018-11-08 Julian MauriceBug 15395: Allow correct handling of plural translation
2018-11-08 Jonathan DruartBug 15184: Set created_by to the logged in user
2018-11-08 Jonathan DruartBug 15184: Do copy items for not a serial OR if items...
2018-11-08 Jonathan DruartBug 15184: Add POD
2018-11-08 Jonathan DruartBug 15184: Add the ability to duplicate existing order...
next