Bug 17569: Do not limit by branch if option is not passed
[koha.git] / t /
2016-12-30 Jonathan DruartBug 17569: Move tests to the patron module test file
2016-12-30 Jonathan DruartBug 17569: Rewrite existing tests to make them reusable...
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-12-28 Tomas Cohen AraziBug 17767: (followup) Rename test file
2016-12-28 Tomas Cohen AraziBug 17767: Unit tests
2016-12-28 Tomas Cohen AraziBug 17767: Make Koha::Patron::Modification handle exten...
2016-12-28 Jonathan DruartBug 17679: C4::Circulation - Remove unused GetItemIssues
2016-12-28 Kyle M HallBug 17584 [QA Followup] - Rename Koha::Patron::get_chec...
2016-12-28 Jonathan DruartBug 17584: Add the Koha::Patron->get_checkouts method
2016-12-28 Kyle M HallBug 17781 - Improper branchcode set during renewal
2016-12-28 Jonathan DruartBug 17742: Use TestBuilder to create the library and...
2016-12-28 Josef MoravecBug 17742: Fix t/db_dependent/Patrons.t
2016-12-28 Jonathan DruartBug 17246: Do no support arrayref to define multiple FK
2016-12-28 Kyle M HallBug 14637: Followup - Fix number of tests due to rebase
2016-12-28 Jonathan DruartBug 14637: Fix add patron category under MySQL 5.7...
2016-12-23 Jonathan DruartBug 17783: Replace ok with is
2016-12-23 Lari TaskulaBug 17783: Prevent crash when providing an undefined...
2016-12-23 Lari TaskulaBug 17783: Add Koha::Objects->single
2016-12-23 Lari TaskulaBug 17783: Test to print performance of get_effective_i...
2016-12-23 Lari TaskulaBug 17783: Test to confirm correct effective issuing...
2016-12-23 Jonathan DruartBug 17689: Add the Koha::Checkout->is_overdue method
2016-12-23 Marcel de RooyBug 17678: Typo iss in Circulation.t
2016-12-23 Jonathan DruartBug 17678: C4::Circulation - Replace GetIssues with...
2016-12-23 Jonathan DruartBug 17678: Add tests for CanBookBeIssued + AllowMultipl...
2016-12-20 Jonathan DruartBug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
2016-12-16 Jonathan DruartBug 17630: Add the Koha::Biblio->holds method
2016-12-16 Jonathan DruartBug 17586: Move ->get_balance to Koha::Account->balance
2016-12-16 Jonathan DruartBug 17586: Add the Koha::Account::Lines->get_balance...
2016-12-16 Jonathan DruartBug 17585: Replace ->get_account_lines with ->account
2016-12-16 Jonathan DruartBug 17585: Add the Koha::Patron->get_account_lines...
2016-12-16 Kyle M HallBug 17578 [QA Followup] - Update number of tests
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove is_expired
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove amountoutstanding
2016-12-16 Jonathan DruartBug 17568: Add the Koha::Patron->library method
2016-12-16 Jonathan DruartBug 17557: Koha::Patrons - Move GetAge to ->set_age...
2016-12-16 Jonathan DruartBug 17557: Revised patron age calculation tests
2016-12-16 Marcel de RooyBug 17681: Exiisting typos might thow some feees when...
2016-12-16 Marcel de RooyBug 17759: Remove invalid guarantorid's in Members.t
2016-12-16 Jonathan DruartBug 17733: Fix Members.t
2016-12-10 Kyle M HallBug 15896 [QA Followup] - Remove use of Carp::Always
2016-12-09 Kyle M HallBug 15896 [QA Followup] - Supress warn when running...
2016-12-09 Kyle M HallBug 15896 - Unit Tests
2016-12-09 Tomas Cohen AraziBug 17722: Make PatronLists.t run inside a transaction
2016-12-09 Tomas Cohen AraziBug 16376: (regression tests)
2016-12-05 Kyle M HallBug 17586 [QA Followup] - Correct the number of unit...
2016-12-05 Tomas Cohen AraziBug 17716: (followup) Remove dep on existing data and...
2016-12-05 Tomas Cohen AraziBug 17716: Remove itemtype-related t/db_dependent/Cours...
2016-12-05 Tomas Cohen AraziBug 17715: Remove itemtype-related t/db_dependent/Holds...
2016-12-05 Tomas Cohen AraziBug 17714: Remove itemtype-related t/db_dependent/Membe...
2016-12-05 Jonathan DruartBug 17713: Fix Members.t tests
2016-12-02 Jonathan DruartBug 17580: Add the Koha::Patron->get_overdues method
2016-12-02 Marcel de RooyBug 17583: [QA Follow-up] Final polishing
2016-12-02 Jonathan DruartBug 17583: Mock the pref before tests
2016-12-02 Jonathan DruartBug 17583: Make sure we are comparing 2 dates
2016-12-02 Jonathan DruartBug 17583: Fix tests
2016-12-02 Josef MoravecBug 17583: Add test for is_going_to _expired to be...
2016-12-02 Jonathan DruartBug 17583: Add the Koha::Patron->is_going_to_expired...
2016-11-22 Kyle M HallMerge remote-tracking branch 'translations/16.11.0...
2016-11-22 Jonathan DruartBug 17278: Fix test compilation errors
2016-11-22 Jonathan DruartBug 17278: Use available limit when requesting zebra...
2016-11-18 Jonathan DruartBug 17642: Do not explode if no authorised value exist
2016-11-18 Jonathan DruartBug 17642: Add and use get_descriptions_by_koha_field
2016-11-18 Jonathan DruartBug 17642: use get_description_by_koha_field when needed
2016-11-18 Jonathan DruartBug 17642: Add get_description_by_koha_field
2016-11-18 Jonathan DruartBug 17642: Add find_by_koha_field
2016-11-18 Jonathan DruartBug 17642: Try to fix AV code
2016-11-18 Jonathan DruartBug 17654: Add tests to enforce swagger definition...
2016-11-18 Tomas Cohen AraziBug 17653: Remove itemtype-related t/db_dependent/Circu...
2016-11-18 Tomas Cohen AraziBug 17647: Remove itemtype-related CancelReceipt.t...
2016-11-18 Jonathan DruartBug 17377: Add tests for json2marc
2016-11-18 Jonathan DruartBug 17323: Column search_history.time cannot be null
2016-11-17 Tomas Cohen AraziBug 17636: Remove itemtype-related GetIssues.t warnings
2016-11-17 Jonathan DruartBug 17431: Remove use of C4::Items and C4::Biblio
2016-11-17 Jonathan DruartBug 17431: Create the object we need instead of assumin...
2016-11-17 Lari TaskulaBug 17431: (follow-up) Fix issuingrules
2016-11-17 Lari TaskulaBug 17431: Fix failing test t/db_dependent/api/v1/holds.t
2016-11-17 Tomas Cohen AraziBug 17646: Remove itemtype-related IssueSlip.t warnings
2016-11-17 Kyle M HallBug 17644 - t/db_dependent/Exporter/Record.t fails
2016-11-16 Tomas Cohen AraziBug 17638: Make sure t/db_dependent/Search.t doesn...
2016-11-16 Tomas Cohen AraziBug 17640: (Jonathan complain followup) Use Koha::...
2016-11-16 Tomas Cohen AraziBug 17633: (QA followup) remove debugging leftover
2016-11-16 Kyle M HallBug 17640 [QA Followup] - Remove any outstanding issues...
2016-11-16 Tomas Cohen AraziBug 17640: (QA followup) Add more tests
2016-11-16 Jonathan DruartBug 17640: Fix t/db_dependent/Template/Plugin/Categories.t
2016-11-16 Tomas Cohen AraziBug 17633: (QA followup) Remove unneeded warnings
2016-11-16 Jonathan DruartBug 17633: Do not call set_preference from tests
2016-11-16 Jonathan DruartBug 17641: Fix t/Biblio/Isbd.t
2016-11-16 Jonathan DruartBug 17637: Fix tests Auth_with_ldap.t
2016-11-15 Jonathan DruartBug 17599: Make the tests pass
2016-11-15 Tomas Cohen AraziBug 17599: (QA followup) Remove userenv warning
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-11-15 Kyle M HallBug 17579 [QA Followup] - Fix the number of tests
2016-11-15 Jonathan DruartBug 17579: Make sure we are testing the real life
2016-11-15 Jonathan DruartBug 17579: Add the Koha::Patron->is_expired
2016-11-15 Jonathan DruartBug 17604: GetMemberDetails - Add Koha::Patron::Categor...
2016-11-15 Jonathan DruartBug 17594: Make Koha::Object->discard_changes available
2016-11-15 Jonathan DruartBug 17555: Add Koha::Patron->category
2016-11-14 Mark TompsettBug 15690: Hardcoded 16 is uncool
2016-11-14 Jonathan DruartBug 15690: CardnumberLength should not be bigger than 16
next