Bug 21336: Adjust cleanup_database.pl
[koha-equinox.git] / t /
2019-04-17 Marcel de RooyBug 21336: Search, lock and anonymize methods
2019-04-17 Marcel de RooyBug 21336: Introduce administrative lockout
2019-04-17 Marcel de RooyBug 21336: Do not increase login_attempts after locking
2019-04-16 Fridolin SomersBug 21975: add Unit Test
2019-04-16 Tomas Cohen AraziBug 22688: (follow-up) Unit tests
2019-04-16 Kyle M HallBug 22688: Unit tests
2019-04-16 Josef MoravecBug 22451: Update test
2019-04-12 Nick ClemensBug 21953: (follow-up) Fix test count
2019-04-12 Tomas Cohen AraziBug 10796: Add Koha::Patron::Category->effective_change...
2019-04-12 Tomas Cohen AraziBug 21890: Add can_any_reset_password() to the Categori...
2019-04-12 Tomas Cohen AraziBug 21890: Add Koha::Patron::Category->effective_reset_...
2019-04-12 Jonathan DruartBug 21953: Add tests
2019-04-11 Jonathan DruartBug 22472: Add tests
2019-04-11 Martin RenvoizeBug 12166: (QA follow-up) Update test for description
2019-04-11 Nick ClemensBug 22541: Invoice adjustments should show invoice...
2019-04-11 Martin RenvoizeBug 20912: (QA follow-up) Fix for missed signature...
2019-04-10 Ere MaijalaBug 22295: Make Elasticsearch query builder group multi...
2019-04-10 Jonathan DruartBug 22390: Never copy items if original order has been...
2019-04-10 Jonathan DruartBug 22390: (bug 15184 follow-up) Use aqorders.subscript...
2019-04-10 Nick ClemensBug 22618: Move tests to t/db_dependent/Acquisition.t
2019-04-10 Nick ClemensBug 17978: Unit tests for changes
2019-04-10 Tomas Cohen AraziBug 22600: (QA follow-up) Raise an exception on missing...
2019-04-10 Martin RenvoizeBug 22600: Update Tests adding 'interface' as needed
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-23 Nick ClemensBug 22619: Fix null empty behaviour for new rules
2019-03-29 Julian MauriceBug 19380: Use Koha::Item::get_transfer instead of...
2019-03-29 Julian MauriceBug 19380: Add transfer informations in ILS-DI GetRecor...
2019-03-28 Josef MoravecBug 13895: Fix test
2019-03-28 Josef MoravecBug 13895: (follow-up) Fix POST response
2019-03-28 Josef MoravecBug 13895: Change renewal endpoint
2019-03-28 Josef MoravecBug 13895: Refactor test using REST Basic auth
2019-03-28 Josef MoravecBug 13895: Remove create_item and create_biblio subs...
2019-03-28 Josef MoravecBug 13895: Remove the opac checks in privileged endpoint
2019-03-28 Josef MoravecBug 13895: (follow-up) Adapt checkout endpoint to opena...
2019-03-28 Julian MauriceBug 13895: Add API routes for checkouts retrieval and...
2019-03-28 Martin RenvoizeBug 22516: Remove remaining calls to lastincrement
2019-03-28 Nick ClemensBug 18213: Add language facets to Elasticsearch
2019-03-28 Nick ClemensBug 18235: (follow-up) fix tests and remove trailing...
2019-03-28 Josef MoravecBug 18235: (QA follow-up) Series facet name after rebase
2019-03-28 Alex ArnaudBug 18235: Add unit tests for get_facetable_fields
2019-03-28 Josef MoravecBug 12159: Add tests
2019-03-28 Galen CharltonBug 10577: Improve semantics of GetBudgetPeriod()
2019-03-27 Martin RenvoizeBug 22008: (follow-up) Additional fix for bad test
2019-03-27 Nick ClemensBug 22008: (follow-up) Additional test fix and fix...
2019-03-27 Nick ClemensBug 22008: Fix failing tests
2019-03-25 Josef MoravecBug 22565: (QA follow-up) Fix test Acquisition.t
2019-03-25 Martin RenvoizeBug 22565: Add test for ModReceiveOrder regression
2019-03-22 Andrew IsherwoodBug 18589: (follow-up) Add borrowernumber test
2019-03-22 Jonathan DruartBug 21998: Silent tests
2019-03-22 Josef MoravecBug 21998: Throw exception on bad pattern
2019-03-22 Marcel de RooyBug 21998: Add pattern parameter in Koha::Token
2019-03-22 Kyle M HallBug 22008: Fixes to make unit tests pass
2019-03-22 Martin RenvoizeBug 22008: Add tests for new constraints
2019-03-22 Martin RenvoizeBug 20478: (QA follow-up) Make test more standard
2019-03-22 Andreas JonssonBug 20478: Have the cronjob script advance_notices...
2019-03-22 Andreas JonssonBug 20478: Add unit test for advance_notices.pl cronjob.
2019-03-22 Josef MoravecBug 19661: (follow-up) Use Basic auth in tests
2019-03-22 Matthias MeusburgerBug 19661: REST API - Funds Endpoint
2019-03-22 Nick ClemensBug 22330: Fix tests
2019-03-21 Josef MoravecBug 21683: (follow-up) Remove last occurences of statis...
2019-03-21 Josef MoravecBug 21683: (follow-up) Polish the change - based on...
2019-03-21 Josef MoravecBug 21683: Remove accountlines.accountno
2019-03-21 Nick ClemensBug 18736: Calculate tax depending on rounding
2019-03-21 Marcel de RooyBug 18736: (QA follow-up) Change to signed, add large...
2019-03-21 Nick ClemensBug 18736: (follow-up) Remove duplicate code and adjust...
2019-03-21 Nick ClemensBug 18736: Unit tests for GetBudgetHierarchy
2019-03-21 Mark TompsettBug 18736: (follow-up) Add missing test cases
2019-03-21 Nick ClemensBug 18736: (follow-up) Add tests and FIXME for Getbudge...
2019-03-21 Nick ClemensBug 18736: Unit tests for rounding
2019-03-21 Josef MoravecBug 22330: (QA follow-up) Fix number of tests in Reserves.t
2019-03-21 Kyle M HallBug 22330: Transfer limits should be respected for...
2019-03-18 Nick ClemensBug 22454: (RM follow-up) Adjusts tests to avoid random...
2019-03-13 Tomas Cohen AraziBug 22455: Unit tests
2019-03-13 Tomas Cohen AraziBug 22454: Unit tests
2019-03-13 Nick ClemensBug 21756: Fix spelling error
2019-03-13 Martin RenvoizeBug 21756: (follow-up) Replace newly introduced manuali...
2019-03-13 Martin RenvoizeBug 21756: (follow-up) Add test for deprecation warning
2019-03-13 Josef MoravecBug 21756: (QA follow-up) Fix Circulation.t
2019-03-13 Martin RenvoizeBug 21756: (QA follow-up) Correct the test for 'Lost...
2019-03-13 Martin RenvoizeBug 21756: Replace manualinvoice with add_debit in...
2019-03-13 Fridolin SomersBug 21832: add unit test
2019-03-15 Tomas Cohen AraziBug 22206: (follow-up) Voted RFC changes
2019-03-15 Josef MoravecBug 22206: (QA follow-up) Fix tests for hold suspension api
2019-03-15 Tomas Cohen AraziBug 22206: Unit tests
2019-03-15 Tomas Cohen AraziBug 20006: Unit tests fixes
2019-03-15 Josef MoravecBug 20563: (QA follow-up) Fix number of tests in api...
2019-03-15 Andrew IsherwoodBug 20563: (follow-up) Add unit test
2019-03-15 Andrew IsherwoodBug 18837: (follow-up) Add additional tests
2019-03-15 Andrew IsherwoodBug 21063: Add "Columns settings" for ILL
2019-03-15 Andrew IsherwoodBug 20750: Add unit tests
2019-03-15 Andrew IsherwoodBug 20750: Allow logging of arbitrary actions
2019-03-15 Jonathan DruartBug 22219: Add tests
2019-03-15 Jonathan DruartBug 21846: Simplify ugly double for loops
2019-03-15 Tomas Cohen AraziBug 21846: Regression tests for add_tag_approval
2019-03-15 Tomas Cohen AraziBug 21846: Add Koha::Tags::Approval(s) and Koha::Tags...
2019-03-15 Nick ClemensBug 21987: (RM follow-up) Add text for simple tests
2019-03-15 Jonathan DruartBug 21987: Add tests
2019-03-15 Nick ClemensBug 22493: Clean up DecreaseLoanHighHolds.t
2019-03-15 Josef MoravecBug 14591: (QA follow-up) Fix AddReturn call in Circula...
next