Bug 17829: Move GetMember to Koha::Patron
[koha.git] / t / db_dependent / Koha / Patrons.t
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-05-12 Jonathan DruartBug 18314: Add tests
2017-04-21 Chris CormackBug 18432 : Follow up - Updating to use they/them
2017-04-21 phette23Bug 18432: code comments assume male gender
2017-03-03 Jonathan DruartBug 18169: Add test without before parameter for search...
2017-03-03 Jonathan DruartBug 18169: Make 'before' param non mandatory for Koha...
2017-03-03 Jonathan DruartBug 16966: move parameters to hashref
2017-03-03 Jonathan DruartBug 16966: Fix small QA issues
2017-03-03 Jonathan DruartBug 16966: The method should return a Koha::Patrons...
2017-03-03 Jonathan DruartBug 16966: Make the tests pass again
2017-03-03 Jonathan DruartBug 16966: Koha::Patrons - Move AnonymiseIssueHistory...
2017-02-17 Jonathan DruartBug 17933: Add test and return unless defined dob
2017-02-07 Jonathan DruartBug 17782: Fix tests
2017-02-07 Nick ClemensBug 17782 - (QA Followup)
2017-01-13 Jonathan DruartBug 17740: Add the Koha::Patron->holds method
2016-12-30 Marcel de RooyBug 17569: [QA Follow-up] Small changes
2016-12-30 Jonathan DruartBug 17569: Move tests to the patron module test file
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-20 Jonathan DruartBug 17796: Replace Koha::Issue[s] with Koha::Checkout[s]
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 Jonathan DruartBug 17568: Add the Koha::Patron->library method
2016-12-16 Jonathan DruartBug 17557: Revised patron age calculation tests
2016-12-05 Kyle M HallBug 17586 [QA Followup] - Correct the number of unit...
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-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 17555: Add Koha::Patron->category
2016-10-28 Josef MoravecBug 17443: Added tests
2016-10-28 Jonathan DruartBug 16912: Update patron category enrolment fees
2016-10-28 Jonathan DruartBug 16912: Koha::Patrons - Move and rewrite tests for...
2016-10-21 Jonathan DruartBug 16907: Koha::Patrons - Move HandleDelBorrower to...
2016-10-21 Jonathan DruartBug 16907: Koha::Patrons - Move DelMember to ->delete
2016-10-21 Jonathan DruartBug 16891: Move C4::Members::MoveMemberToDeleted to...
2016-09-09 Kyle M HallBug 16851 [QA Followup] - Fix Unit Tests
2016-09-09 Jonathan DruartBug 16851: Move HasOverdues to Koha::Patron->has_overdues
2016-09-09 Jonathan DruartBug 16911: Rename extend_subscription with renew_account
2016-09-09 Jonathan DruartBug 16911: Koha::Patrons - Add tests for ->extend_subsc...
2016-07-15 Jonathan DruartBug 16853: Move changepassword to Koha::Patron->update_...
2016-03-12 Kyle M HallBug 15656 [QA Followup] - Return without searching...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetMemberRe...
2016-03-12 Jonathan DruartBug 15656: Move guarantor/guarantees code - GetGuarantees