Bug 30477: Add new UNIMARC installer translation files
[koha.git] / Koha / Patrons.pm
2022-03-17 Jonathan DruartBug 30058: Add Koha::Patrons->filter_by_have_subpermission
2022-02-11 Tomas Cohen AraziBug 29984: Remove unused method Koha::Patrons->anonymis...
2021-12-14 Martin RenvoizeBug 15156: Add filter_by_amount_owed that's chainable
2021-10-07 Tomas Cohen AraziBug 29086: (follow-up) Remove unrequired Koha::ArticleR...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-04-14 Jonathan DruartBug 21549: Rename filter_by_dateexpiry with filter_by_e...
2021-04-14 Jonathan DruartBug 21549: Use filter_by_last_update from filter_by_dat...
2021-04-14 Marcel de RooyBug 21549: (follow-up) Switch to filter_by
2021-04-14 Marcel de RooyBug 21549: Lock expired patron accounts
2020-11-10 Nick ClemensBug 23916: (QA follow-up) Remove stray changes and...
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Don't anonymise issuer and don...
2020-11-10 Andrew IsherwoodBug 23916: Anonymise 'issuer' when required
2020-08-06 Nick ClemensBug 25683: (follow-up) Use COALESCE instead of IFNULL
2020-08-06 Nick ClemensBug 25683: Fix grouping of results
2020-08-06 Nick ClemensBug 25683: Patron with no accountlines should have...
2020-03-23 Jonathan DruartBug 20443: Fix POD
2020-03-23 Jonathan DruartBug 20443: Remove SearchIdMatchingAttribute - prove...
2020-03-23 Jonathan DruartBug 20443: Remove num_patron
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-24 Marcel de RooyBug 24114: (follow-up) Resolve warning on non-numeric...
2020-02-24 Jonathan DruartBug 24114: Remove warn statements from Koha::Patrons
2020-01-03 Jonathan DruartBug 21684: Fix delete methods and add more tests
2019-10-26 Martin RenvoizeBug 17168: (RM follow-up) Update for bug 14570
2019-10-25 Nick ClemensBug 17168: (follow-up) QA concerns and rebase issues
2019-10-25 Nick ClemensBug 17168: (follow-up) Address QA concerns and update...
2019-10-25 Nick ClemensBug 17168: (follow-up) Tidy, clean params/options,...
2019-10-25 Nick ClemensBug 17168: Add a command line script for updating patro...
2019-08-20 Agustin MoyanoBug 14570: (follow-up) fix qa FAIL tests
2019-08-20 Kyle M HallBug 14570: Make it possible to add multiple guarantors...
2019-06-24 Fridolin SomersBug 22944: avoid AnonymousPatron in search_patrons_to_a...
2019-04-25 Tomas Cohen AraziBug 22729: Adapt Koha::Patron(s) and tests
2019-04-17 Marcel de RooyBug 21336: Adjust cleanup_database.pl
2019-04-17 Marcel de RooyBug 21336: Search, lock and anonymize methods
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 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-04-20 Tomas Cohen AraziBug 9302: (QA follow-up) Consistency follow-up
2018-04-20 Kyle M HallBug 9302: (QA follow-up) Merge should be a transaction
2018-04-20 Kyle M HallBug 9302: (QA follow-up) Copy merged patrons to deleted...
2018-04-20 Kyle M HallBug 9302: Add ability to merge patron records
2018-02-16 Jonathan DruartBug 20182: [sql_modes] Remove group by clause in search...
2018-02-12 Jonathan DruartBug 18403: Deal with the DB user
2018-02-12 Jonathan DruartBug 18403: Refactor and add Koha::Patron->libraries_whe...
2018-02-12 Jonathan DruartBug 18403: Add new methods Koha::Patrons->search_limite...
2017-12-21 Jonathan DruartBug 19599: Speed anonymise_issue_history up
2017-05-09 Marcel de RooyBug 18554: Adjust a few typos including responsability
2017-04-13 Jonathan DruartBug 18395: (bug 14610 followup) Remove article requests...
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: Koha::Patrons - Move GetBorrowersWithIssuesH...
2016-12-30 Jonathan DruartBug 17569: Koha::Patrons - Move GetUpcomingMembershipEx...
2016-10-26 Kyle M HallBug 14610 - Add and update modules
2016-10-21 Alex SassmannshausenBug 5670: [QA Followup] Correct housebound role search.
2016-10-21 Jonathan DruartBug 5670: mv housebound_* to search_housebound_*
2016-10-21 A. SassmannshausenBug 5670: Housebound Readers Module
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*