Bug 23004: Unit test
[koha.git] / t / Koha /
2019-09-06 Ere MaijalaBug 22258: Elasticsearch: Add array as an alternative...
2019-08-20 Tomas Cohen AraziBug 14570: Add error handling to Koha::Patron::Relation...
2019-04-25 Ere MaijalaBug 22339: Fix search field mappings of MARC fixed...
2019-04-10 Martin RenvoizeBug 22600: Set 'commandline' interface appropriately
2019-04-10 Martin RenvoizeBug 22600: Add 'cron' to interface types and set approp...
2019-03-15 Fridolin SomersBug 21560: Unit test for Koha::Util::OpenDocument
2019-03-07 Ere MaijalaBug 22246: Fix indexing of large fields with Elasticsearch
2019-03-04 Nick ClemensBug 22228: Update test for updated mappings
2019-03-04 Ere MaijalaBug 22228: Escape lone colons and make sure term is...
2019-01-30 Tomas Cohen AraziBug 22194: Add Koha::Exceptions::Metadata
2019-01-28 Tomas Cohen AraziBug 21478: Add Koha::Exceptions::Hold
2019-01-25 Tomas Cohen AraziBug 22051: Add Koha::Exceptions::Object::WrongValue
2019-01-18 Ere MaijalaBug 21084: Fix automatic truncation in authority search
2018-11-26 Martin RenvoizeBug 19365: Clean up, fix and add new tests.
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 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: Fix tests and add tests for joined subfields
2018-11-16 Ere MaijalaBug 19893: Fix Elasticsearch tests.
2018-11-16 David GustafssonBug 19893: Alternative optimized indexing for Elasticsearch
2018-11-08 Julian MauriceBug 19349: Store record's creator and last modifier...
2018-11-08 Julian MauriceBug 15395: Allow correct handling of plural translation
2018-11-07 Marcel de RooyBug 21299: (QA follow-up) Rename module and subroutine
2018-11-07 Marcel de RooyBug 21299: Add localReferer function to Util module...
2018-09-14 Tomas Cohen AraziBug 21233: Unit tests
2018-08-09 David CookBug 18586: Create module to mint RDF subject URIs
2018-07-13 Tomas Cohen AraziBug 21022: Unit tests
2018-06-22 Ere MaijalaBug 20073: Move Elasticsearch configs to yaml files...
2018-05-21 Jonathan DruartRevert "Bug 20073: Move Elasticsearch configs to yaml...
2018-05-14 Tomas Cohen AraziBug 20764: (QA follow-up) Fix path to sample plugins
2018-04-23 Ere MaijalaBug 20073: Move Elasticsearch configs to yaml files...
2018-04-19 Tomas Cohen AraziBug 20590: Unit tests
2018-04-12 Marcel de RooyBug 14769: (QA follow-up) Remove global var $cached_ind...
2018-04-12 Marcel de RooyBug 14769: Add tests for _thesaurus_info in ControlledI...
2018-04-12 Marcel de RooyBug 14769: Introduce Koha::Authority::ControlledIndicators
2018-04-06 Kyle M HallBug 20181: Unit tests
2018-04-04 Tomas Cohen AraziBug 19223: Unit tests for output and output_html methods
2017-12-22 Jonathan DruartBug 19760: Fix Config.t test
2017-12-11 Tomas Cohen AraziBug 19410: Move build_query_params_from_api into a...
2017-12-11 Tomas Cohen AraziBug 19370: (QA follow-up) Use OpenAPI's handling of...
2017-12-11 Tomas Cohen AraziBug 19370: Unit tests
2017-12-11 Tomas Cohen AraziBug 19278: Unit tests
2017-12-11 Tomas Cohen AraziBug 19369: Unit tests
2017-12-11 Tomas Cohen AraziBug 19234: Unit tests for query parameters handling...
2017-12-11 Tomas Cohen AraziBug 19542: Add a check for ES configuration health
2017-10-27 Tomas Cohen AraziBug 16660: (followup) Unit tests
2017-10-09 Tomas Cohen AraziBug 19196: Rename page and per_page
2017-10-09 Tomas Cohen AraziBug 19196: Unit tests
2017-09-19 Kyle M HallBug 19173: Make OPAC online payments pluggable
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-08-15 Marcel de RooyBug 19049: Testing RecordsFromMarcPlugin with a to_marc...
2016-09-25 Marcel de RooyBug 17302: [Follow-up] Make Normalize.pm undef-resistent
2016-09-25 Tomas Cohen AraziBug 17302: Add Koha::Util::Normalize for normalization...
2016-09-09 Tomas Cohen AraziBug 11921: (followup) Don't die on non-existent koha...
2016-09-09 Marcel de RooyBug 16586: Koha Plugins: Limit results of GetPlugins...
2016-04-26 Jesse WeaverBug 12748: (QA followup) make new tests pass
2016-04-26 Robin SheatBug 12478 - add some base objects that the ES code...
2016-03-24 Jonathan Druart Bug 16011: Reintroduce $VERSION for 2 pm
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2015-05-04 Kyle M HallBug 12412: Add ability for plugins to convert arbitrary...
2013-03-20 Jared Camins-EsakovMerge branch 'bug_7804' into 3.12-master
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System - QA Followup 2
2013-03-20 Kyle M HallBug 7804 - Add Koha Plugin System - Unit Tests