Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha.git] / t / db_dependent / Koha / Patrons.t
2020-08-24 Jonathan DruartBug 26157: Hide expected DBI warnings from tests
2020-04-29 Jonathan DruartBug 23495: Fix if no sms provider defined
2020-04-29 Nick ClemensBug 23495: Add SMS provider to moremember.tt
2020-04-20 Jonathan DruartBug 13518: Delete patron's modifications along with...
2020-03-31 Jonathan DruartBug 22001: Fix Koha/Patrons.t
2020-03-23 Jonathan DruartBug 20443: Fix merge_with behavior
2020-03-23 Jonathan DruartBug 20443: Handle non existent attribute when importing...
2020-03-23 Josef MoravecBug 20443: (follow-up) Fix t/db_dependent/Koha/Patrons.t
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Improve filtering method
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-23 Jonathan DruartBug 20443: Revert some stuffs from 12159
2020-03-03 Martin RenvoizeBug 24757: (RM follow-up) Restore test count
2020-03-02 Jonathan DruartBug 24757: Add more tests
2020-03-02 Jonathan DruartBug 24757: Leap day failing tests - Fix the tests!
2020-03-02 Jonathan DruartBug 24757: Leap day failing tests - refactoring
2020-03-02 Jonathan DruartBug 24757: Leap day failing tests - It's like we are...
2020-02-24 Marcel de RooyBug 24114: (follow-up) Resolve warning on non-numeric...
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2020-01-10 Jonathan DruartBug 14759: Add test
2020-01-08 Jonathan DruartBug 24263: Add tests
2020-01-03 Jonathan DruartBug 21684: Adjust some tests
2019-10-01 Kyle M HallBug 23688: System preference uppercasesurnames broken...
2019-09-06 Jonathan DruartBug 23079: Add tests
2019-08-20 Tomas Cohen AraziBug 14570: (QA follow-up) Fix tests
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-08-08 Jonathan DruartBug 22741: Add a test
2019-07-15 Katrin FischerBug 23219: (QA follow-up) Change wording of test slightly
2019-07-15 EmmiBug 23219: (QA Follow up) Cancel patrons holds when...
2019-07-05 Mark TompsettBug 23199: Added tests for Koha::Patron
2019-07-01 Martin RenvoizeBug 17492: (RM follow-up) Use more specific method...
2019-07-01 Radek ŠimanBug 17492: Add a warning about age being of-limits...
2019-06-24 Fridolin SomersBug 22944: remove obsolete unit test
2019-06-24 Fridolin SomersBug 22944: change unit tests
2019-05-09 Marcel de RooyBug 21535: Anonymize function in Patron should not...
2019-04-25 Tomas Cohen AraziBug 22729: Adapt Koha::Patron(s) and tests
2019-04-17 Martin RenvoizeBug 21336: (QA follow-up) Add tests for administrative...
2019-04-17 Marcel de RooyBug 21336: Search, lock and anonymize methods
2019-04-17 Marcel de RooyBug 21336: Do not increase login_attempts after locking
2019-03-28 Josef MoravecBug 12159: Add tests
2019-03-15 Kyle M HallBug 14591: Update unit tests
2019-02-19 Martin RenvoizeBug 3820: (follow-up) Address lastseen log spamming
2019-02-19 Martin RenvoizeBug 3820: (follow-up) Update tests to reflect the chang...
2019-02-04 Martin RenvoizeBug 22254: Correction to datehandling in test
2019-01-25 Tomas Cohen AraziBug 21992: Remove unused Koha::Patron->update_password...
2019-01-25 Tomas Cohen AraziBug 22048: Use set_password in tests
2019-01-25 Tomas Cohen AraziBug 22047: Unit tests
2019-01-08 Tomas Cohen AraziBug 22059: regression tests
2019-01-02 Jonathan DruartBug 21817: Centralize the mock of userenv from tests
2018-12-11 Nick ClemensBug 21465: Don't throw duplicate userid error if userid...
2018-10-26 Marcel de RooyBug 21337: (QA follow-up) Rename exception code
2018-10-15 Jonathan DruartBug 21337: Koha::Objects->delete must return the number...
2018-10-15 Nick ClemensBug 21337: (RM follow-up) Adjust number of tests
2018-10-15 Marcel de RooyBug 21337: (QA follow-up) Rollback for partial delete
2018-10-15 Marcel de RooyBug 21337: (follow-up) Add parameter for move_to_delete...
2018-10-15 Marcel de RooyBug 21337: Add Koha::Patrons->delete (trivial wrapper)
2018-10-13 Julian MauriceBug 21178: (QA follow-up) Add a test to verify that...
2018-10-13 Tomas Cohen AraziBug 21178: (QA follow-up) whitespace characters fix
2018-10-13 Tomas Cohen AraziBug 21178: Unit tests
2018-08-09 Nick ClemensBug 18635: Unit tests
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-30 Jonathan DruartBug 21087: Hash passwords in ->update_password
2018-07-30 Jonathan DruartBug 21087: Test to describe the issue
2018-07-18 Jonathan DruartBug 20287: (follow-up) Test exception DuplicateID for...
2018-07-18 Jonathan DruartBug 20287: Test exception DuplicateID for Koha::Patron...
2018-07-18 Jonathan DruartBug 20287: generate_userid now set the userid
2018-07-18 Jonathan DruartBug 20287: ->store new deal with enrolment fee
2018-07-18 Jonathan DruartBug 20287: Move ModMember to Koha::Patron
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-04-20 Jonathan DruartBug 20400: Fix get_routing_lists tests
2018-04-20 Katrin FischerBug 20400: (follow-up) Several fixes from RM review
2018-04-20 Jonathan DruartBug 20400: Fix number of tests
2018-04-20 Katrin FischerBug 20400: Add routing list tab in OPAC
2018-04-20 Kyle M HallBug 9302: Add error messages, correct number of unit...
2018-04-20 Tomas Cohen AraziBug 9302: (QA follow-up) Consistency follow-up
2018-04-12 Jonathan DruartBug 19936: Reuse existing userid if none provided
2018-04-12 Jonathan DruartBug 19936: Adapt tests
2018-04-12 Jonathan DruartBug 19936: Move and add tests for Generate_Userid
2018-04-12 Jonathan DruartBug 19936: Add the Koha::Patron->has_valid_userid method
2018-04-12 Jonathan DruartBug 19936: Replace Check_userid - just move the tests
2018-04-03 Jonathan DruartBug 19935: Add Koha::Patron->pending_checkouts
2018-04-03 Josef MoravecBug 17553: (follow-up) Adjust number of tests
2018-04-03 Jonathan DruartBug 17553: Move existing tests
2018-03-29 Tomas Cohen AraziBug 16330: Remove validation code from Koha::Patron
2018-03-29 Benjamin RoksethBug 16330: Add routes to add, update and delete patrons
2018-03-23 Kyle M HallBug 18626: Add unit tests
2018-02-28 Jonathan DruartBug 20311: Prevent get_age tests to fail on Feb 28th
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2018-02-18 Jonathan DruartBug 20145: Do not insert 0000-00-00 in patron tests...
2018-02-16 Jonathan DruartBug 18789: Add tests for is_adult and is_child
2018-02-16 Jonathan DruartBug 18789: Add tests for is_adult and is_child
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Do not store 0000-00-00
2018-02-12 Jonathan DruartBug 20133: Enable/disable the "Hide patron information...
2018-02-12 Jonathan DruartBug 18403: Add tests for Koha::Patrons
2018-01-02 Jonathan DruartBug 19304: Move C4::Members::GetNoticeEmailAddress...
2017-12-21 Jonathan DruartBug 19830: Add the Koha::Patron->old_checkouts method
2017-10-27 Josef MoravecBug 14919: Add test for Koha::Patron->old_holds subroutine
next