Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Patrons /
2020-07-20 Jonathan DruartBug 24379: Fix failing tests
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 Nick ClemensBug 23473: (follow-up) Catch and show password exceptions
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 extended_attributes_merge
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: Move GetBorrowerAttributes to Koha::Patron...
2020-03-20 Jonathan DruartBug 22025: Remove warnings when importing patrons
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-30 Kyle M HallBug 24330: When importing patrons from CSV, automatical...
2019-11-06 Jonathan DruartBug 17359: Correct encoding when displaying patron...
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-07-05 Nick ClemensBug 23077: Fix import of cardnumber 0
2019-07-05 Nick ClemensBug 23077: Don't fill cardnumber with empty string
2019-02-22 Nick ClemensBug 22386: Define patron variable when matchign on...
2018-12-11 Nick ClemensBug 21465: Don't throw duplicate userid error if userid...
2018-10-18 Jonathan DruartBug 21596: Handle empty string for date_renewed when...
2018-07-18 Jonathan DruartBug 20287: Replace ModMember in patrons import
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-07-18 Jonathan DruartBug 20287: Move fixup_cardnumber
2018-04-12 Jonathan DruartBug 19936: Replace Check_userid - Update the occurrences
2018-04-12 Jonathan DruartBug 19936: Replace Check_userid - Update the occurrences
2018-02-16 Jonathan DruartBug 12598: Remove warnings from tests and make them...
2018-02-16 Jonathan DruartBug 12598: Add use Koha::Patron::debarments statement
2018-02-16 Jonathan DruartBug 12598: Re-add bug 18555: Create patron list from...
2018-02-16 Colin CampbellBug 12598: Allow matched patron to be updated
2018-02-16 Jonathan DruartBug 12598: Re-add some missing stuffs
2018-02-16 Jonathan DruartBug 12598: Fix conflict with 17829 - GetMember
2018-02-16 Jonathan DruartBug 12598: Fix conflict with bug 16911
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...