Bug 27920: Add ability to update patron expiration dates when importing patrons
[koha.git] / t / db_dependent / Koha / Patrons / Import.t
2022-11-09 Kyle HallBug 27920: Add ability to update patron expiration...
2022-04-20 Martin RenvoizeBug 29005: Unit tests
2021-07-12 Kyle M HallBug 27883: Add ability to preserve patron field from...
2021-05-17 Jonathan DruartBug 28220: UI changes
2021-05-17 Jonathan DruartBug 28220: Add more tests
2021-05-17 Jonathan DruartBug 28220: Add test for updating an existing patron
2021-05-17 Jonathan DruartBug 28220: Handle NonRepeatable
2021-05-17 Jonathan DruartBug 28220: Handle InvalidType
2021-05-17 Jonathan DruartBug 28220: prevent patron to be created if attributes...
2021-05-17 Jonathan DruartBug 28220: Add tests to import
2021-02-12 Kyle M HallBug 26059: Add unit tests
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-05-05 Martin RenvoizeBug 18308: (RM follow-up) Fix failing tests
2020-03-27 Marcel de RooyBug 23473: (QA follow-up) Fix number of tests
2020-03-27 Nick ClemensBug 23473: (follow-up) Fix QA complaints (tabs, filters...
2020-03-27 Nick ClemensBug 23473: Don't allow staff password changes for imports
2020-03-27 Nick ClemensBug 23473: Don't allow setting blank passwords via...
2020-03-27 NickBug 23473: (follow-up) Make passwords 'secure' for...
2020-03-27 Nick ClemensBug 23473: Allow overwrite of passwords during import
2020-03-23 Jonathan DruartBug 20443: Fix Patrons/Import.t
2020-03-23 Jonathan DruartBug 20443: Remove extended_attributes_code_value_arrayr...
2020-03-23 Jonathan DruartBug 20443: Remove C4::Members::AttributeTypes
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-20 Jonathan DruartBug 22025: Add a regression test
2019-11-06 Jonathan DruartBug 17359: Use a unicode character in tests
2019-11-06 Jonathan DruartBug 17359: Add tests
2019-07-05 Nick ClemensBug 23077: Fix import of cardnumber 0
2019-07-05 Nick ClemensBug 23077: Unit tests
2019-02-22 Jonathan DruartBug 22386: Remove debug statements
2019-02-22 Nick ClemensBug 22386: Unit tests
2018-12-11 Nick ClemensBug 21465: Don't throw duplicate userid error if userid...
2018-05-14 Jonathan DruartBug 20404: Fix Patrons/Import.t
2018-02-16 Jonathan DruartBug 12598: Remove warnings from tests and make them...
2018-02-16 Jonathan DruartBug 12598: Update code to use new modules
2018-02-16 Kyle M HallBug 12598: New misc/import_borrowers.pl command line...