Bug 32482: (follow-up) Add markup comments
[koha.git] / Koha / Patron.pm
2023-01-31 Tomas Cohen AraziBug 31095: DBIC additions and relation name tweak
2023-01-31 Martin RenvoizeBug 31095: Add restrictions accessor to Koha::Patron
2022-10-03 Martin RenvoizeBug 25936: Add option to send password change notices
2022-09-23 Alex BuckleyBug 23538: Email library when new patron self-registers
2022-07-29 Jonathan DruartBug 30650: Add link from the circ patron page
2022-07-20 Tomas Cohen AraziBug 30933: Add lists methods for disowning
2022-07-20 Marcel de RooyBug 30933: Change for patron->delete
2022-07-19 Martin RenvoizeBug 11889: (QA follow-up) Spelling
2022-07-19 Marcel de RooyBug 11889: (follow-up) Get rid of FIXME in Koha::Patron
2022-07-19 Marcel de RooyBug 11889: (QA follow-up) Changes for wantarray move...
2022-07-19 Aleisha AmohiaBug 11889: (follow-up) Tests and new get_shared_shelves
2022-07-19 Marcel de RooyBug 11889: (follow-up) Remove share if you are the...
2022-07-19 Aleisha AmohiaBug 11889: Disown a list upon deletion of owner
2022-06-24 Nick ClemensBug 31005: Don't inlcude attributes only required for...
2022-06-23 Tomas Cohen AraziBug 12446: (QA follow-up) Rename canbeguarantee =>...
2022-06-23 Maryse SimardBug 12446: Ability to allow guarantor relationship...
2022-06-14 Jonathan DruartBug 30420: Rename Koha::Patron->get_overdues with ...
2022-05-06 Tomas Cohen AraziBug 29924: (QA follow-up) Remove password_expiration_da...
2022-05-06 Nick ClemensBug 29924: Unit tests
2022-05-06 Nick ClemensBug 29924: Add password expiration feature
2022-05-05 Aleisha AmohiaBug 30291: Changes to controller scripts
2022-05-04 Martin RenvoizeBug 28998: (QA follow-up) POD Fix
2022-05-04 Marcel de RooyBug 28998: (follow-up) Add Patron->encode_secret and...
2022-04-25 Tomas Cohen AraziBug 30534: Remove guarantor_id attribute from the patro...
2022-04-21 Jonathan DruartBug 28786: Don't set auth_method to NULL in ->anonymize
2022-04-21 Jonathan DruartBug 28786: Don't expose secret and auth_method to the...
2022-04-12 Alex BuckleyBug 26346: Add option to make public lists editable...
2022-04-08 Jonathan DruartBug 29059: Keep non-repeatable attribute from patron...
2022-04-08 Kyle HallBug 30076: Add ability to check patron messaging prefer...
2022-04-04 Jonathan DruartBug 30063: Overdues count
2022-03-22 Tomas Cohen AraziBug 30061: Make Koha::Patron->get_age use DateTime...
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-02-10 Jonathan DruartBug 29230: Add Koha::Patron->messages
2022-02-10 Tomas Cohen AraziBug 29844: Simplify Koha::Clubs->get_enrollable
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2022-01-28 Tomas Cohen AraziBug 27946: Article request fee methods in Koha::Patron
2022-01-05 Tomas Cohen AraziBug 29765: Make Koha::Patron->safe_to_delete use Koha...
2022-01-05 Tomas Cohen AraziBug 29741: Add Koha::Patron->safe_to_delete
2021-11-03 Kyle M HallBug 28973: Improve Koha::Patron::can_see_patron_infos...
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-07 Tomas Cohen AraziBug 29083: Update article requests-related Koha::Patron...
2021-10-06 Kyle M HallBug 26352: Switch from using call() to call_recursive()
2021-10-06 Martin RenvoizeBug 26352: (QA follow-up) Add additional tests
2021-10-06 Kyle M HallBug 26352: Replace call to barcode_generate with call...
2021-10-06 Kyle M HallBug 26352: Add plugin hooks to transform patron barcodes
2021-10-06 Tomas Cohen AraziBug 27945: Terminology: max daily => open requests...
2021-10-05 Tomas Cohen AraziBug 27945: Implement limits using circulation rules
2021-10-05 Tomas Cohen AraziBug 27945: Clarify 'same day' behavior
2021-10-05 Agustin MoyanoBug 27945: Add limit article request feature
2021-10-05 Agustin MoyanoBug 27944: Add "requested" stage in article request...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Jonathan DruartBug 11879: Remove primary_contact_method from REST API
2021-06-23 Martin RenvoizeBug 28581: Add 'from_email_address' method and use...
2021-06-14 Joonas KylmäläBug 28490: Revert "Bug 26995: Remove references to...
2021-05-10 Kyle M HallBug 26995: Remove references to relationship column
2021-04-30 Jonathan DruartBug 28217: Prevent several non-repeatable attributes...
2021-04-22 Tomas Cohen AraziBug 28157: Add Koha::Patron->can_log_into
2021-04-16 Nick ClemensBug 15986: (follow-up) Use inbound_email_address for...
2021-04-16 Martin RenvoizeBug 15986: (QA follow-up) Fix spelling mistake
2021-04-16 Martin RenvoizeBug 15986: (QA follow-up) Account for bugs 25333 and...
2021-04-16 Nick ClemensBug 15986: Rename send_notice to queue_notice and updat...
2021-04-16 Nick ClemensBug 15986: Add a script for sending hold waiting remind...
2021-04-12 Jonathan DruartBug 27857: Fix Pseudonymization.t
2021-04-09 Tomas Cohen AraziBug 27857: (follow-up) Use a more fine-grained exceptio...
2021-04-09 Tomas Cohen AraziBug 27857: Get the right column
2021-04-09 Martin RenvoizeBug 27857: Add handling for globally mandatory attributes
2021-04-09 Tomas Cohen AraziBug 27857: Make Koha::Patron->extended_attributes valid...
2021-03-01 Matthias MeusburgerBug 26937: Add an optional delay to the CheckPrevChecko...
2021-01-08 Fridolin SomersBug 26417: Remove warn in Koha::Patron is_valid_age
2020-11-10 Kyle M HallBug 26594: (QA follow-up) Make _UpdateBorrowerDebarment...
2020-11-10 Fridolin SomersBug 26594: Fix patrons merge problem with restrictions
2020-11-06 Kyle M HallBug 14708: (QA follow-up) Throw exception when deleting...
2020-11-06 Kyle M HallBug 14708: Don't allow merging of other patron records...
2020-11-06 Kyle M HallBug 14708: Don't allow merging of Anonymous Patron...
2020-11-06 Kyle M HallBug 14708: Prevent deletion of Anonymous Patron at...
2020-10-14 Kyle M HallBug 19382: (QA follow-up) Throw exception if only_this_...
2020-10-14 Kyle M HallBug 19382: Add ability to block guarantees based on...
2020-09-09 Agustin MoyanoBug 23816: Add minimum password length and require...
2020-09-03 Jonathan DruartBug 23634: Make is_superlibrarian return 1 or 0
2020-09-02 Martin RenvoizeBug 23634: Add is_superlibrarian method to Koha::Patron
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-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-24 Nick ClemensBug 24476: Rename autorenewal to autorenew_checkouts
2020-03-24 Nick ClemensBug 24476: API Updates
2020-03-23 Jonathan DruartBug 20443: Handle non existent attribute when importing...
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Remove DeleteBorrowerAttribute
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributeValue to Koha:...
2020-03-06 Martin RenvoizeBug 24066: Add missing POD for has_permission
2020-03-06 Jonathan DruartBug 23384: Fix use statement order for ArticleRequest...
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-23 Jonathan DruartBug 19809: Remove some new occurrences
2020-01-23 Tomas Cohen AraziBug 24459: Make ->to_api pass $params through
2020-01-10 Martin RenvoizeBug 14759: Replace Text::Unaccent with Unicode::Normalize
next